payloads/ipxe: Prefix iPXE options with "IPXE" instead "PXE"

Change-Id: Ieef433e9d6745c6243b4823c9a7f250d3c53ebcb
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78926
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Singer
2023-11-05 02:09:34 +00:00
committed by Felix Singer
parent 596c6f3a2e
commit 238ff1e9c7
3 changed files with 18 additions and 18 deletions

View File

@@ -68,7 +68,7 @@ config IPXE_MASTER
endchoice
config PXE_SERIAL_CONSOLE
config IPXE_SERIAL_CONSOLE
bool "Enable iPXE serial console"
def_bool y
help
@@ -77,22 +77,22 @@ config PXE_SERIAL_CONSOLE
Unselect to let only SeaBIOS handle printing output.
config PXE_NO_PROMPT
config IPXE_NO_PROMPT
bool "Do not show prompt to boot from PXE"
default n
help
Don't wait for the user to press Ctrl-B.
The PXE still can be run as it shows up in SeaBIOS's payload list.
config PXE_ADD_SCRIPT
config IPXE_ADD_SCRIPT
bool "Embed an iPXE script for automated provisioning"
default n
help
Enable to embed a script that is run instead of an iPXE shell.
config PXE_SCRIPT
config IPXE_SCRIPT
string "Embedded iPXE script path and filename"
depends on PXE_ADD_SCRIPT
depends on IPXE_ADD_SCRIPT
default ""
help
Path to a script that is embedded into the iPXE binary.
@@ -101,7 +101,7 @@ config PXE_SCRIPT
Uses the ipxe script instead showing the prompt:
"Press Ctrl-B to start iPXE..."
config PXE_HAS_HTTPS
config IPXE_HAS_HTTPS
bool "Enable HTTPS protocol"
default y
help