u-boot-brain/arch/arm/mach-k3/include/mach
Andreas Dannenberg 643eb6ea07 board: ti: j721e: Use EEPROM-based board detection
The TI J721E EVM system on module (SOM), the common processor board, and
the associated daughtercards have on-board I2C-based EEPROMs containing
board config data. Use the board detection infrastructure to do the
following:

1) Parse the J721E SOM EEPROM and populate items like board name, board
   HW and SW revision as well as board serial number into the TI common
   EEPROM data structure residing in SRAM scratch space
2) Check for presence of daughter card(s) by probing associated I2C
   addresses used for on-board EEPROMs containing daughter card-specific
   data. If such a card is found, parse the EEPROM data such as for
   additional Ethernet MAC addresses and populate those into U-Boot
   accordingly
3) Dynamically apply daughter card DTB overlays to the U-Boot (proper)
   DTB during SPL execution
4) Dynamically create an U-Boot ENV variable called name_overlays
   during U-Boot execution containing a list of daugherboard-specific
   DTB overlays based on daughercards found to be used during Kernel
   boot.

This patch adds support for the J721E system on module boards containing
the actual SoC ("J721EX-PM2-SOM", accessed via CONFIG_EEPROM_CHIP_ADDRESS),
the common processor board ("J7X-BASE-CPB"), the Quad-Port Ethernet
Expansion Board ("J7X-VSC8514-ETH"), the infotainment board
("J7X-INFOTAN-EXP") as well as for the gateway/Ethernet switch/industrial
expansion board ("J7X-GESI-EXP").

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2020-01-20 10:10:28 +05:30
..
am6_hardware.h arm: K3: am654: Map common EEPROM data into SRAM scratch space 2019-07-17 11:13:18 -04:00
am6_spl.h arm: K3: am654: Add support for boot device detection 2018-09-11 08:32:55 -04:00
clock.h arm: K3: Add support for AM654 SoC definition 2018-09-11 08:32:55 -04:00
hardware.h arm: k3: Add support for printing CPUINFO 2019-10-11 13:31:18 -04:00
j721e_hardware.h board: ti: j721e: Use EEPROM-based board detection 2020-01-20 10:10:28 +05:30
j721e_spl.h armv7R: K3: j721e: Add support for boot device detection 2019-07-26 21:49:26 -04:00
spl.h armv7R: K3: j721e: Add support for boot device detection 2019-07-26 21:49:26 -04:00
sys_proto.h board: ti: am654: Disable TRNG node for HS devices 2019-10-04 12:21:23 -04:00
sysfw-loader.h arm: K3: Introduce System Firmware loader framework 2019-07-17 11:12:54 -04:00