google/stout: Provide cmos.default
Change-Id: Ief0d08e0cd3dc469d700acf8567435894651171e Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/4822 Tested-by: build bot (Jenkins) Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
This commit is contained in:
parent
ded4e1266d
commit
28684171f0
|
@ -11,6 +11,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
select EARLY_CBMEM_INIT
|
||||
select HAVE_ACPI_TABLES
|
||||
select HAVE_OPTION_TABLE
|
||||
select HAVE_CMOS_DEFAULT
|
||||
select HAVE_ACPI_RESUME
|
||||
select HAVE_SMI_HANDLER
|
||||
select GFXUMA
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
boot_option = Fallback
|
||||
last_boot = Fallback
|
||||
debug_level = Spew
|
||||
nmi = Enable
|
||||
power_on_after_fail = Enable
|
||||
sata_mode = AHCI
|
Loading…
Reference in New Issue