All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Extend SOM detection
@ 2024-07-08  6:07 Daniel Schultz
  2024-07-08  6:07 ` [PATCH 1/6] include: env: phytec: overlays: Add extension command Daniel Schultz
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Daniel Schultz @ 2024-07-08  6:07 UTC (permalink / raw)
  To: u-boot, trini, joe.hershberger, w.egorov
  Cc: d-gole, nm, mkorpershoek, upstream, t.remmet, y.moog, m-chawdhry,
	kamlesh, jm, B.Hahn, Daniel Schultz

This patchset extends PHYTEC's SOM detection for the
K3 platforms.

It adds generic support to apply overlays via the
extension framework inside the overlays.env file. Additionally,
the K3 mmc boot environment applies these overlays now.

It also adds the 'extension_board_scan' hook to the K3 board
code and adds all missing configs in the phyCORE-AM62x and
-AM64x A53 defconfigs.

Daniel Schultz (6):
  include: env: phytec: overlays: Add extension command
  include: env: phytec: k3_mmc: Apply extension overlays
  board: phytec: common: k3: Add SOM detection overlays
  board: phytec: common: Kconfig: Enable SUPPORT_EXTENSION_SCAN
  configs: phytec_am62x_a53_defconfig: Set CONFIG_CMD_EXTENSION
  configs: phycore_am64x_a53_defconfig: Enable SOM detection

 board/phytec/common/Kconfig         |  2 ++
 board/phytec/common/k3/board.c      | 45 +++++++++++++++++++++++++++++
 configs/phycore_am62x_a53_defconfig |  1 +
 configs/phycore_am64x_a53_defconfig |  2 ++
 include/env/phytec/k3_mmc.env       |  1 +
 include/env/phytec/overlays.env     | 20 +++++++++++++
 6 files changed, 71 insertions(+)

-- 
2.25.1


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

end of thread, other threads:[~2024-07-10  5:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-08  6:07 [PATCH 0/6] Extend SOM detection Daniel Schultz
2024-07-08  6:07 ` [PATCH 1/6] include: env: phytec: overlays: Add extension command Daniel Schultz
2024-07-09  6:49   ` Yannic Moog
2024-07-09 13:31     ` Daniel Schultz
2024-07-09 13:47       ` Wadim Egorov
2024-07-10  5:38         ` Yannic Moog
2024-07-08  6:07 ` [PATCH 2/6] include: env: phytec: k3_mmc: Apply extension overlays Daniel Schultz
2024-07-08  6:07 ` [PATCH 3/6] board: phytec: common: k3: Add SOM detection overlays Daniel Schultz
2024-07-08  6:07 ` [PATCH 4/6] board: phytec: common: Kconfig: Enable SUPPORT_EXTENSION_SCAN Daniel Schultz
2024-07-08  6:07 ` [PATCH 5/6] configs: phytec_am62x_a53_defconfig: Set CONFIG_CMD_EXTENSION Daniel Schultz
2024-07-08  6:07 ` [PATCH 6/6] configs: phycore_am64x_a53_defconfig: Enable SOM detection Daniel Schultz
2024-07-09  7:16 ` [PATCH 0/6] Extend " Daniel Schultz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.