]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: phytec: Add common PHYTEC SoM detection
authorTeresa Remmet <t.remmet@phytec.de>
Thu, 17 Aug 2023 08:57:06 +0000 (10:57 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 16 Oct 2023 09:27:58 +0000 (11:27 +0200)
commitdc22188cdc843d212cda1423a924a0a90ca83784
tree83d5c2353d71f63e2d510c162eea4dbefa3a80a9
parent7b9c99b2d928881c89bb2abe6eaf4b0228ba7ad9
board: phytec: Add common PHYTEC SoM detection

Recent shipped PHYTEC SoMs come with an i2c  EEPROM containing
information about the hardware such as board revision and variant.
This can be used for RAM detection and loading device tree overlays
during kernel start.

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Reviewed-by: Yannic Moog <y.moog@phytec.de>
Tested-by: Yannic Moog <y.moog@phytec.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
board/phytec/common/Kconfig [new file with mode: 0644]
board/phytec/common/Makefile [new file with mode: 0644]
board/phytec/common/phytec_som_detection.c [new file with mode: 0644]
board/phytec/common/phytec_som_detection.h [new file with mode: 0644]