Home | History | Annotate | only in /external/u-boot/board/birdland/bav335x
Up to higher level directory
NameDateSize
board.c22-Oct-202010.3K
board.h22-Oct-20201.6K
Kconfig22-Oct-2020463
MAINTAINERS22-Oct-2020415
Makefile22-Oct-2020196
mux.c22-Oct-20206.2K
README22-Oct-20201,010
u-boot.lds22-Oct-20201.8K

README

      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.
     32