From 74230c32ced71c1c56691f95c82860096b63366d Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Wed, 15 Jan 2014 23:28:02 -0600 Subject: google/butterfly: Remove unused cmos.layout options Do not expose options that are unsupported by the board. I tried for a couple of days to see why hyperthreading wasn't working. It's not supported by the CPU. The same applies to the baud_rate option. It makes no sense to expose it to userspace via nvramtool. Change-Id: I89b91820616d92fb4db20bf77f4b7f48a70353d5 Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/4697 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/mainboard/google/butterfly/cmos.layout | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google/butterfly') diff --git a/src/mainboard/google/butterfly/cmos.layout b/src/mainboard/google/butterfly/cmos.layout index ee5ee256c1..f0163f1ea8 100644 --- a/src/mainboard/google/butterfly/cmos.layout +++ b/src/mainboard/google/butterfly/cmos.layout @@ -74,12 +74,14 @@ entries # ----------------------------------------------------------------- # coreboot config options: console -392 3 e 5 baud_rate +# No serial port on this motherboard +#392 3 e 5 baud_rate 395 4 e 6 debug_level #399 1 r 0 unused # coreboot config options: cpu -400 1 e 2 hyper_threading +# hyper_threading not supported by the Celeron 847 on this board +#400 1 e 2 hyper_threading #401 7 r 0 unused # coreboot config options: southbridge -- cgit v1.2.3