imx8mm-cl-iot-gate: Add SPL EEPROM support
authorFabio Estevam <festevam@denx.de>
Tue, 12 Apr 2022 16:05:35 +0000 (13:05 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 17:10:44 +0000 (19:10 +0200)
commit0bb304e363059c5218fed56ed0a2a0bd31e18675
tree728b42fda27fc4684d6a44f80debd7feae7bf5bf
parent6c317fedc7ec317e673b8d13cf58f64b1fbafe37
imx8mm-cl-iot-gate: Add SPL EEPROM support

imx8mm-cl-iot-gate supports multiple DDR sizes and models.

The DDR type can be retrieved from the EEPROM, so add SPL code
that can be used to get the DDR information.

Based on the original code from Compulab's U-Boot.

Signed-off-by: Fabio Estevam <festevam@denx.de>
board/compulab/imx8mm-cl-iot-gate/Makefile
board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c [new file with mode: 0644]