diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-01-09 16:51:33 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-01-26 17:28:56 +0000 |
commit | c141323c6263c9f3a884d4482369e8c91e9a713c (patch) | |
tree | 89b9f9580f39d72aa110d44264ab912108bc55ad /src/mainboard/jetway | |
parent | 0e329816bd74187c46ceb21c79a497b4886a7da9 (diff) |
mb/*/*/cmos.layout: Fix the values for the console level
Fix the values that were off by one.
This was discovered when using postcar stage that prints with
debuglevel BIOS_NEVER.
Change-Id: I73a077950ed0dc735d89c9747a8da0a25f30822d
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/23186
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/jetway')
-rw-r--r-- | src/mainboard/jetway/j7f2/cmos.layout | 8 | ||||
-rw-r--r-- | src/mainboard/jetway/nf81-t56n-lf/cmos.layout | 8 | ||||
-rw-r--r-- | src/mainboard/jetway/pa78vm5/cmos.layout | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/src/mainboard/jetway/j7f2/cmos.layout b/src/mainboard/jetway/j7f2/cmos.layout index b8ea9363a4..b238a379d8 100644 --- a/src/mainboard/jetway/j7f2/cmos.layout +++ b/src/mainboard/jetway/j7f2/cmos.layout @@ -18,10 +18,10 @@ enumerations 2 1 Disable 4 0 Fallback 4 1 Normal -6 6 Notice -6 7 Info -6 8 Debug -6 9 Spew +6 5 Notice +6 6 Info +6 7 Debug +6 8 Spew checksums diff --git a/src/mainboard/jetway/nf81-t56n-lf/cmos.layout b/src/mainboard/jetway/nf81-t56n-lf/cmos.layout index 956aba3689..f9f52f7546 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/cmos.layout +++ b/src/mainboard/jetway/nf81-t56n-lf/cmos.layout @@ -46,10 +46,10 @@ enumerations 2 1 Disable 4 0 Fallback 4 1 Normal -6 6 Notice -6 7 Info -6 8 Debug -6 9 Spew +6 5 Notice +6 6 Info +6 7 Debug +6 8 Spew 8 0 400Mhz 8 1 333Mhz 8 2 266Mhz diff --git a/src/mainboard/jetway/pa78vm5/cmos.layout b/src/mainboard/jetway/pa78vm5/cmos.layout index 1d957dc98e..6c3d3f6c9e 100644 --- a/src/mainboard/jetway/pa78vm5/cmos.layout +++ b/src/mainboard/jetway/pa78vm5/cmos.layout @@ -30,10 +30,10 @@ enumerations 2 1 Disable 4 0 Fallback 4 1 Normal -6 6 Notice -6 7 Info -6 8 Debug -6 9 Spew +6 5 Notice +6 6 Info +6 7 Debug +6 8 Spew 8 0 400Mhz 8 1 333Mhz 8 2 266Mhz |