Integrate meta-seco-imx/u-boot-seco-imx/add_eeprom_manager_cmd
Commit: clea-os/layers/seco/meta-seco-imx@98f593d4
Integrate u-boot-seco-imx/add_eeprom_manager_cmd
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@1dcb9a21
[LIB][EEPROM] Remove dump function
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@f554feb8
[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@914932f9
[CMD][EEPROM] Remove all write access commands
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@21da3e7b
[CMD][EEPROM] Change output of get function
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@042dad95
[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@4078b8ea
[CMD][EEPROM] Disable debug mode
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@aeaf9183
[CMD][EEPROM] Add env function that sets UIDs in U-Boot ENV
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@cf1956d3
[CMD][EEPROM] Move I2C setup and init to main function
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@ca89ffb6
[CMD][EEPROM] Enable set, dump and format functions only in debug mode
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@ca45e150
[CMD][EEPROM] Move environment var names to defines
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@776eaec9
[CMD][EEPROM] Write panel_id and touch_id to ENV
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@a1f3de0a
[LIB][EEPROM] Add touch id to EEPROM manager
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@958f9831
[CMD][EEPROM] Add format and dump functions to EEPROM manager
MODV-78
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@e98d952f
[LIB][EEPROM] Add public function to format the EEPROM structure
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@0d0d1ac0
[LIB][EEPROM] Add public function to dump the EEPROM structure
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@1fc8a5b0
[CMD][EEPROM] Add print function and clean-up get function
MODV-78
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@85b33347
[CMD][EEPROM] Add first draft of EEPROM Manager commands