public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for customizable find_distro_rootpart
@ 2025-10-31 16:36 Kory Maincent (TI.com)
  2025-10-31 16:36 ` [PATCH 1/2] distro_bootcmd: " Kory Maincent (TI.com)
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Kory Maincent (TI.com) @ 2025-10-31 16:36 UTC (permalink / raw)
  To: u-boot
  Cc: Thomas Petazzoni, Bajjuri, Praneeth, Simon Glass, Tom Rini,
	Marek Vasut, Kory Maincent (TI.com)

Add a customizable find_distro_rootpart command to allow each board to
define its own logic for locating the rootfs partition inside the
config_distro_bootcmd logic.

Convert am335x_evm board to this new find_distro_rootpart customizable
environment variable to locate the rootfs partition dynamically, instead
of finduuid which hardcodes the rootfs partition location (mmc 0:2).

Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com>
---
Kory Maincent (TI.com) (2):
      distro_bootcmd: Add support for customizable find_distro_rootpart
      include: configs: am335x_evm: Replace findduid with find_distro_rootpart

 configs/am335x_evm_defconfig         |  3 +--
 configs/am335x_evm_spiboot_defconfig |  3 +--
 configs/am335x_hs_evm_defconfig      |  2 +-
 configs/am335x_hs_evm_spi_defconfig  |  1 -
 configs/am335x_hs_evm_uart_defconfig |  3 +--
 doc/develop/distro.rst               | 11 +++++++++++
 include/config_distro_bootcmd.h      | 10 +++++++---
 include/configs/am335x_evm.h         |  4 +++-
 8 files changed, 25 insertions(+), 12 deletions(-)
---
base-commit: 4e4a9de31de2a5f395ee25c59e4026422fbcb27e
change-id: 20251031-feature_distro_rootpart-58887b655c1f

Best regards,
-- 
Köry Maincent, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com


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

end of thread, other threads:[~2025-11-11 12:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-31 16:36 [PATCH 0/2] Add support for customizable find_distro_rootpart Kory Maincent (TI.com)
2025-10-31 16:36 ` [PATCH 1/2] distro_bootcmd: " Kory Maincent (TI.com)
2025-11-02 19:54   ` Simon Glass
2025-11-03 10:52     ` Kory Maincent
2025-11-03 16:16       ` Kory Maincent
2025-11-03 16:19         ` Tom Rini
2025-11-04  9:29           ` Kory Maincent
2025-11-04 16:38             ` Tom Rini
2025-11-06 18:00               ` Kory Maincent
2025-11-06 18:23                 ` Tom Rini
2025-11-07  9:05                   ` Kory Maincent
2025-11-07  9:58                     ` Simon Glass
2025-11-07 15:51                     ` Tom Rini
2025-11-11 12:38                       ` Simon Glass
2025-10-31 16:36 ` [PATCH 2/2] include: configs: am335x_evm: Replace findduid with find_distro_rootpart Kory Maincent (TI.com)
2025-10-31 17:47 ` [PATCH 0/2] Add support for customizable find_distro_rootpart Tom Rini
2025-10-31 18:11   ` Kory Maincent

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