pxe_utils: Support the SAY command

This shows a message for the user. Implement it to keep the user
informed.

Series-to: u-boot
pxe: Support an automatic localboot
It seems that extlinux expects that boards know how to boot a local OS
from attached media. U-Boot currently assumes that boards define a
"localcmd" environment variable to support this. None does.

Provide an automatic means to find a kernel and ramdisk, using common
filenames. This addresses booting on MAAS, at least.
END

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Simon Glass
2024-12-19 21:01:20 -07:00
parent de881bfad7
commit 7a37413818
3 changed files with 15 additions and 0 deletions

View File

@@ -621,6 +621,7 @@ def setup_localboot_image(cons):
script = '''DEFAULT local
LABEL local
SAY Doing local boot...
LOCALBOOT 0
'''
vmlinux = 'vmlinuz'