mainboard/lenovo/x200: Add power_on_after_fail NVRAM option
Change-Id: I8e78cbae132566b6ca27e0a68af2656364c82b8f Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/9332 Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
fdc0a902d4
commit
a7eec529c7
|
@ -2,6 +2,7 @@ boot_option=Fallback
|
|||
last_boot=Fallback
|
||||
baud_rate=115200
|
||||
debug_level=Spew
|
||||
power_on_after_fail=Disable
|
||||
volume=0x3
|
||||
first_battery=Primary
|
||||
bluetooth=Enable
|
||||
|
|
|
@ -63,28 +63,29 @@ entries
|
|||
|
||||
# coreboot config options: southbridge
|
||||
408 1 e 10 sata_mode
|
||||
409 2 e 7 power_on_after_fail
|
||||
|
||||
# coreboot config options: EC
|
||||
409 1 e 9 first_battery
|
||||
410 1 e 1 bluetooth
|
||||
411 1 e 1 wwan
|
||||
412 1 e 1 wlan
|
||||
413 1 e 1 trackpoint
|
||||
414 1 e 1 fn_ctrl_swap
|
||||
415 1 e 1 sticky_fn
|
||||
411 1 e 9 first_battery
|
||||
412 1 e 1 bluetooth
|
||||
413 1 e 1 wwan
|
||||
414 1 e 1 wlan
|
||||
415 1 e 1 trackpoint
|
||||
416 1 e 1 fn_ctrl_swap
|
||||
417 1 e 1 sticky_fn
|
||||
|
||||
# coreboot config options: bootloader
|
||||
416 512 s 0 boot_devices
|
||||
928 8 h 0 boot_default
|
||||
418 512 s 0 boot_devices
|
||||
930 8 h 0 boot_default
|
||||
|
||||
936 1 e 1 power_management_beeps
|
||||
937 1 e 1 low_battery_beep
|
||||
938 1 e 1 uwb
|
||||
938 1 e 1 power_management_beeps
|
||||
939 1 e 1 low_battery_beep
|
||||
940 1 e 1 uwb
|
||||
|
||||
# coreboot config options: northbridge
|
||||
939 3 e 11 gfx_uma_size
|
||||
941 3 e 11 gfx_uma_size
|
||||
|
||||
#942 2 r 0 unused
|
||||
#944 2 r 0 unused
|
||||
|
||||
# coreboot config options: check sums
|
||||
984 16 h 0 check_sum
|
||||
|
|
Loading…
Reference in New Issue