Fix llshell
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5206 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Patrick Georgi
parent
53c7276bd1
commit
5c503927f4
@@ -793,6 +793,14 @@ config X86EMU_DEBUG_IO
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config LLSHELL
|
||||
bool "Built-in low-level shell"
|
||||
default n
|
||||
help
|
||||
If enabled, you will have a low level shell to examine your machine.
|
||||
Put llshell() in your (romstage) code to start the shell.
|
||||
See src/arch/i386/llshell/llshell.inc for details.
|
||||
|
||||
endmenu
|
||||
|
||||
config LIFT_BSP_APIC_ID
|
||||
|
Reference in New Issue
Block a user