All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][scarthgap/master][PATCH 1/3] wic: sdimage-2part-efi: Add rootwait kernel param
@ 2025-07-28 16:54 Andrew Davis
  2025-07-28 16:54 ` [meta-ti][scarthgap/master][PATCH 2/3] wic: sdimage-2part-efi: Add console " Andrew Davis
  2025-07-28 16:54 ` [meta-ti][scarthgap/master][PATCH 3/3] wic: sdimage-2part-efi: Remove 3 second menu delay Andrew Davis
  0 siblings, 2 replies; 12+ messages in thread
From: Andrew Davis @ 2025-07-28 16:54 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon, meta-ti; +Cc: Andrew Davis

This is important for many boot media such as MMC/SD as there may be a
delay in mounting rootfs which can cause boot failure if kernel does
not wait for the rootfs. Add this as one of the default params given
to the kernel. This is already the case for most U-Boot kernel cmd
lines, this adds the same when doing EFI boot.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-ti-bsp/wic/sdimage-2part-efi.wks.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/wic/sdimage-2part-efi.wks.in b/meta-ti-bsp/wic/sdimage-2part-efi.wks.in
index ae38daa7..7252411c 100644
--- a/meta-ti-bsp/wic/sdimage-2part-efi.wks.in
+++ b/meta-ti-bsp/wic/sdimage-2part-efi.wks.in
@@ -3,6 +3,6 @@
 # supports EFI.  Boot files are located in the first vfat partition with extra
 # reserved space.  We cannot use a GPT here.
 
-bootloader --timeout=3 --append="rootfstype=ext4 ${TI_WKS_BOOTLOADER_APPEND}"
+bootloader --timeout=3 --append="rootfstype=ext4 rootwait ${TI_WKS_BOOTLOADER_APPEND}"
 part --source bootimg-efi --sourceparams="loader=${EFI_PROVIDER}" --fstype=vfat --label boot --active --align 1024 --use-uuid --fixed-size 128M
 part / --source rootfs --fstype=ext4 --label root --align 1024 --use-uuid
-- 
2.39.2



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

end of thread, other threads:[~2025-07-29 19:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-28 16:54 [meta-ti][scarthgap/master][PATCH 1/3] wic: sdimage-2part-efi: Add rootwait kernel param Andrew Davis
2025-07-28 16:54 ` [meta-ti][scarthgap/master][PATCH 2/3] wic: sdimage-2part-efi: Add console " Andrew Davis
2025-07-28 16:54 ` [meta-ti][scarthgap/master][PATCH 3/3] wic: sdimage-2part-efi: Remove 3 second menu delay Andrew Davis
2025-07-28 18:25   ` Denys Dmytriyenko
2025-07-28 18:28     ` Khem Raj
2025-07-28 19:45       ` Denys Dmytriyenko
2025-07-28 20:20         ` Khem Raj
2025-07-28 20:33           ` Ryan Eatmon
2025-07-28 22:57             ` Khem Raj
2025-07-28 22:59             ` Denys Dmytriyenko
2025-07-29 18:03               ` Andrew Davis
2025-07-29 19:55                 ` Ryan Eatmon

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.