PC Engines ALIX.1C: Add CMOS defaults.

After Booting the BIOS, flashing coreboot
  and booting coreboot with that patch we have:
    # ./nvramtool -a
    boot_option = Fallback
    last_boot = Fallback
    ECC_memory = Disable
    baud_rate = 115200
    power_on_after_fail = Disable
    debug_level = Spew
    boot_first = HDD
    boot_second = Fallback_Floppy
    boot_third = Fallback_Network
    boot_index = 0xf
    boot_countdown = 0x7f
    nvramtool: Warning: Coreboot CMOS checksum is bad.

Change-Id: Ia87b09003d859f6dee7c09aa963df002c1d02688
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Reviewed-on: http://review.coreboot.org/3323
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
Denis 'GNUtoo' Carikli 2013-05-09 23:35:18 +02:00 committed by Alexandru Gagniuc
parent fcf2a17a86
commit 03c66202de
2 changed files with 13 additions and 0 deletions

View File

@ -12,6 +12,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select UDELAY_TSC
select BOARD_ROMSIZE_KB_512
select POWER_BUTTON_DEFAULT_DISABLE
select HAVE_OPTION_TABLE
select HAVE_CMOS_DEFAULT
config MAINBOARD_DIR
string

View File

@ -0,0 +1,11 @@
boot_option=Fallback
last_boot=Fallback
ECC_memory=Disable
baud_rate=115200
power_on_after_fail=Disable
debug_level=Spew
boot_first=HDD
boot_second=Fallback_Floppy
boot_third=Fallback_Network
boot_index=0xf
boot_countdown=0x7f