Gilles Gameiro | a2bc432 | 2015-02-10 01:36:01 -0800 | [diff] [blame] | 1 | Summary |
| 2 | ======= |
| 3 | |
| 4 | This document covers various features of the 'BAV335x' board build. |
| 5 | For more information about this board, visit http://birdland.com/oem |
| 6 | |
| 7 | |
| 8 | Hardware |
| 9 | ======== |
| 10 | |
| 11 | The binary produced supports the bav335x Rev.A with 10/100 MB PHY |
| 12 | and Rev.B (default) with GB ethernet PHY. |
| 13 | If the BAV335x EEPROM is populated and programmed, the board will |
| 14 | automatically detect the version and extract proper serial# and |
| 15 | mac address from the EE. |
| 16 | |
| 17 | |
| 18 | Customization |
| 19 | ============= |
| 20 | |
| 21 | The following blocks are required: |
| 22 | - I2C, to talk with the PMIC and ensure that we do not run afoul of |
| 23 | errata 1.0.24. |
| 24 | |
| 25 | When removing options as part of customization, |
| 26 | CONFIG_EXTRA_ENV_SETTINGS will need additional care to update for your |
| 27 | needs and to remove no longer relevant options as in some cases we |
| 28 | define additional text blocks (such as for NAND or DFU strings). Also |
| 29 | note that all of the SPL options are grouped together, rather than with |
| 30 | the IP blocks, so both areas will need their choices updated to reflect |
| 31 | the custom design. |