public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/5] Update PHYTEC SOM Detection
@ 2024-04-19 15:55 Daniel Schultz
  2024-04-19 15:55 ` [PATCH 1/5] board: phytec: common: Generic "add extension" function Daniel Schultz
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Daniel Schultz @ 2024-04-19 15:55 UTC (permalink / raw)
  To: u-boot; +Cc: Daniel Schultz

This patch series extends PHYTEC's SOM detection by minor
fixes, a generic helper function and a new valid flag.

Moreover, it adds a module to provide access to the SOM
detection for our TI AM6 products.

Daniel Schultz (3):
  board: phytec: common: Generic "add extension" function
  board: phytec: common: Fix eepom is empty check
  board: phytec: Add SOM detection for AM6x

Yannic Moog (2):
  board: phytec: introduce eeprom struct member 'valid'
  board: phytec: check eeprom_data validity

 board/phytec/common/Kconfig                |  18 +++
 board/phytec/common/Makefile               |   1 +
 board/phytec/common/am6_som_detection.c    | 159 +++++++++++++++++++++
 board/phytec/common/am6_som_detection.h    |  36 +++++
 board/phytec/common/imx8m_som_detection.c  |  13 +-
 board/phytec/common/phytec_som_detection.c |  97 +++++++++----
 board/phytec/common/phytec_som_detection.h |  16 ++-
 board/phytec/phycore_am62x/Kconfig         |   4 +
 board/phytec/phycore_am64x/Kconfig         |   4 +
 9 files changed, 314 insertions(+), 34 deletions(-)
 create mode 100644 board/phytec/common/am6_som_detection.c
 create mode 100644 board/phytec/common/am6_som_detection.h

-- 
2.25.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-04-29 23:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-19 15:55 [PATCH 0/5] Update PHYTEC SOM Detection Daniel Schultz
2024-04-19 15:55 ` [PATCH 1/5] board: phytec: common: Generic "add extension" function Daniel Schultz
2024-04-23  7:30   ` Teresa Remmet
2024-04-19 15:55 ` [PATCH 2/5] board: phytec: introduce eeprom struct member 'valid' Daniel Schultz
2024-04-23  7:26   ` Teresa Remmet
2024-04-19 15:55 ` [PATCH 3/5] board: phytec: check eeprom_data validity Daniel Schultz
2024-04-23  7:27   ` Teresa Remmet
2024-04-19 15:55 ` [PATCH 4/5] board: phytec: common: Fix eepom is empty check Daniel Schultz
2024-04-23  7:26   ` Teresa Remmet
2024-04-19 15:55 ` [PATCH 5/5] board: phytec: Add SOM detection for AM6x Daniel Schultz
2024-04-29 23:04 ` [PATCH 0/5] Update PHYTEC SOM Detection Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox