README 1010 B

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