diff options
author | Tom Rini <trini@konsulko.com> | 2020-01-21 18:10:28 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-21 18:10:28 -0500 |
commit | 75dd53055a33f5bdb8ee2f53ce76c67052dfca7e (patch) | |
tree | 2ee907d73cbd5882455cc62fc9ac5724b983112e /cmd/Kconfig | |
parent | ad647690b1346f57847d4c9251293293af8928a8 (diff) | |
parent | 584a3d2622e9107d09434b05df8b6c50e25fe73f (diff) | |
download | u-boot-75dd53055a33f5bdb8ee2f53ce76c67052dfca7e.tar.gz |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
- Clearfog: Add run-time board detection with TLV EEPROM support
(Baruch)
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index b1a1cbcab2..6e1efaaf85 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -242,6 +242,20 @@ config CMD_REGINFO help Register dump +config CMD_TLV_EEPROM + bool "tlv_eeprom" + depends on I2C_EEPROM + help + Display and program the system EEPROM data block in ONIE Tlvinfo + format. TLV stands for Type-Length-Value. + +config SPL_CMD_TLV_EEPROM + bool "tlv_eeprom for SPL" + depends on SPL_I2C_EEPROM + select SPL_DRIVERS_MISC_SUPPORT + help + Read system EEPROM data block in ONIE Tlvinfo format from SPL. + endmenu menu "Boot commands" |