Integrate u-boot-seco-imx/add_eeprom_manager_cmd
Commit: clea-os/bsp/nxp/u-boot-seco-imx@81b6267a
[ENV][SECO] Add place holder to insert seco_device_config to default env by board
Currently this functionality is only relevant for D18, so here we only need a MACRO that can be set in the board specific environment config.
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@805e5baa
[CMD][EEPROM] Remove all write access commands
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@63635163
[CMD][EEPROM] Change output of get function
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@25e94b51
[CMD][EEPROM] Fix arg count check
Increase min. argc to 4 (cmd, mode, bus and address). Add extra checks to get and set functions.
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@d3609d4a
[CMD][EEPROM] Disable debug mode
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@c2a7ed5b
[CMD][EEPROM] Add env function that sets UIDs in U-Boot ENV
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@8ba91288
[CMD][EEPROM] Move I2C setup and init to main function
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@383e275f
[CMD][EEPROM] Enable set, dump and format functions only in debug mode
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@f0708773
[CMD][EEPROM] Move environment var names to defines
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@a408ae7f
[CMD][EEPROM] Write panel_id and touch_id to ENV
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@900e69d0
[LIB][EEPROM] Add touch id to EEPROM manager
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@2cd7cf8c
[CMD][EEPROM] Add format and dump functions to EEPROM manager
MODV-78
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@7da7b354
[LIB][EEPROM] Add public function to format the EEPROM structure
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@d2e56ec8
[LIB][EEPROM] Add public function to dump the EEPROM structure
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@3cd8dbfb
[CMD][EEPROM] Add print function and clean-up get function
MODV-78
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@abb274b1
[CMD][EEPROM] Add first draft of EEPROM Manager commands