Alexandru Gagniuc (mr.nuke.me@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4821
-gerrit
commit 7758a06dfa37e280b704dce4b014820f176ea25f Author: Alexandru Gagniuc mr.nuke.me@gmail.com Date: Sun Jan 26 11:18:27 2014 -0600
google/stout: Sanitize cmos.layout
Remove 'baud_rate' and 'hyper_threading' for the same reason described in: * 74230c3 google/butterfly: Remove unused cmos.layout options
Also add mrc_scrambler_seed_chk, for the same reason as in: * 655ac24 google/butterfly: Declare mrc_scrambler_seed_chk in cmos.layout
Change-Id: I857d7a52917c6bbb62b53179f2b69d78bc297ea8 Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com --- src/mainboard/google/stout/cmos.layout | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/google/stout/cmos.layout b/src/mainboard/google/stout/cmos.layout index b7320b5..f0163f1 100644 --- a/src/mainboard/google/stout/cmos.layout +++ b/src/mainboard/google/stout/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 @@ -96,6 +98,7 @@ entries # SandyBridge MRC Scrambler Seed values 896 32 r 0 mrc_scrambler_seed 928 32 r 0 mrc_scrambler_seed_s3 +960 16 r 0 mrc_scrambler_seed_chk
# coreboot config options: check sums 984 16 h 0 check_sum