From 2fff2a6e31312be2894c8e7c1a4f53cb14e94a74 Mon Sep 17 00:00:00 2001 From: Philipp Deppenwiese Date: Thu, 3 Mar 2016 01:14:03 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/13884 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel Reviewed-by: Alexander Couzens --- src/mainboard/lenovo/t520/cmos.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/lenovo/t520/cmos.default') diff --git a/src/mainboard/lenovo/t520/cmos.default b/src/mainboard/lenovo/t520/cmos.default index 99a0f1ac41..00e8863145 100644 --- a/src/mainboard/lenovo/t520/cmos.default +++ b/src/mainboard/lenovo/t520/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 -- cgit v1.2.3