diff options
author | Philipp Deppenwiese <zaolin@das-labor.org> | 2016-03-03 01:14:03 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2016-04-06 12:10:59 +0200 |
commit | 2fff2a6e31312be2894c8e7c1a4f53cb14e94a74 (patch) | |
tree | f0bc151f93317d3797f0e48d9cf72fa8d5891042 /src/mainboard/lenovo/t530/cmos.default | |
parent | e904c7cdeab82444d9882fcd7531d78d16ced1dd (diff) |
src/mainboard: Disable power_on_after_fail CMOS option for laptops
power_on_after_fail=Enable in cmos.default leads to wake on AC behaviour
on mobile systems. Therefore set cmos.default entry to "Disable" in order
to improve user experience.
Change-Id: I977a4e6bc028c8c4c7fc1c2f5fdd74a59e951c60
Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org>
Reviewed-on: https://review.coreboot.org/13884
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'src/mainboard/lenovo/t530/cmos.default')
-rw-r--r-- | src/mainboard/lenovo/t530/cmos.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t530/cmos.default b/src/mainboard/lenovo/t530/cmos.default index 99a0f1ac41..00e8863145 100644 --- a/src/mainboard/lenovo/t530/cmos.default +++ b/src/mainboard/lenovo/t530/cmos.default @@ -1,7 +1,7 @@ boot_option=Fallback baud_rate=115200 debug_level=Spew -power_on_after_fail=Enable +power_on_after_fail=Disable nmi=Enable volume=0x3 first_battery=Primary @@ -14,4 +14,4 @@ fn_ctrl_swap=Disable sticky_fn=Disable trackpoint=Enable hyper_threading=Enable -backlight=Both
\ No newline at end of file +backlight=Both |