payloads/seabios: Add "git revision" to the SeaBIOS version menu
Add an option to specify a git revision from which to build SeaBIOS. Change-Id: Ifbf3b82e784f79395ab7cd07c5804f72928d7640 Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/13937 Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Tested-by: build bot (Jenkins)
This commit is contained in:
committed by
Martin Roth
parent
d68e0476e9
commit
3aa91dc7be
16
payloads/external/SeaBIOS/Kconfig
vendored
16
payloads/external/SeaBIOS/Kconfig
vendored
@@ -12,9 +12,25 @@ config SEABIOS_MASTER
|
||||
bool "master"
|
||||
help
|
||||
Newest SeaBIOS version
|
||||
config SEABIOS_REVISION
|
||||
bool "git revision"
|
||||
help
|
||||
Select this option if you have a specific commit or branch
|
||||
that you want to use as the revision from which to
|
||||
build SeaBIOS.
|
||||
|
||||
You will be able to specify the name of a branch or a commit id
|
||||
later.
|
||||
|
||||
endchoice
|
||||
|
||||
config SEABIOS_REVISION_ID
|
||||
string "Insert a commit's SHA-1 or a branch name"
|
||||
depends on SEABIOS_REVISION
|
||||
default "origin/master"
|
||||
help
|
||||
The commit's SHA-1 or branch name of the revision to use.
|
||||
|
||||
config SEABIOS_PS2_TIMEOUT
|
||||
prompt "PS/2 keyboard controller initialization timeout (milliseconds)"
|
||||
default 0
|
||||
|
Reference in New Issue
Block a user