xref: /openbmc/u-boot/board/birdland/bav335x/README (revision a2bc4321e49fa90933029596dd5fa322aad99de4)
1*a2bc4321SGilles GameiroSummary
2*a2bc4321SGilles Gameiro=======
3*a2bc4321SGilles Gameiro
4*a2bc4321SGilles GameiroThis document covers various features of the 'BAV335x' board build.
5*a2bc4321SGilles GameiroFor more information about this board, visit http://birdland.com/oem
6*a2bc4321SGilles Gameiro
7*a2bc4321SGilles Gameiro
8*a2bc4321SGilles GameiroHardware
9*a2bc4321SGilles Gameiro========
10*a2bc4321SGilles Gameiro
11*a2bc4321SGilles GameiroThe binary produced supports the bav335x Rev.A with 10/100 MB PHY
12*a2bc4321SGilles Gameiroand Rev.B (default) with GB ethernet PHY.
13*a2bc4321SGilles GameiroIf the BAV335x EEPROM is populated and programmed, the board will
14*a2bc4321SGilles Gameiroautomatically detect the version and extract proper serial# and
15*a2bc4321SGilles Gameiromac address from the EE.
16*a2bc4321SGilles Gameiro
17*a2bc4321SGilles Gameiro
18*a2bc4321SGilles GameiroCustomization
19*a2bc4321SGilles Gameiro=============
20*a2bc4321SGilles Gameiro
21*a2bc4321SGilles GameiroThe following blocks are required:
22*a2bc4321SGilles Gameiro- I2C, to talk with the PMIC and ensure that we do not run afoul of
23*a2bc4321SGilles Gameiro  errata 1.0.24.
24*a2bc4321SGilles Gameiro
25*a2bc4321SGilles GameiroWhen removing options as part of customization,
26*a2bc4321SGilles GameiroCONFIG_EXTRA_ENV_SETTINGS will need additional care to update for your
27*a2bc4321SGilles Gameironeeds and to remove no longer relevant options as in some cases we
28*a2bc4321SGilles Gameirodefine additional text blocks (such as for NAND or DFU strings).  Also
29*a2bc4321SGilles Gameironote that all of the SPL options are grouped together, rather than with
30*a2bc4321SGilles Gameirothe IP blocks, so both areas will need their choices updated to reflect
31*a2bc4321SGilles Gameirothe custom design.
32