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/hp | |
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/hp')
-rw-r--r-- | src/mainboard/hp/2570p/cmos.layout | 18 | ||||
-rw-r--r-- | src/mainboard/hp/2760p/cmos.layout | 18 | ||||
-rw-r--r-- | src/mainboard/hp/8460p/cmos.layout | 18 | ||||
-rw-r--r-- | src/mainboard/hp/8470p/cmos.layout | 18 | ||||
-rw-r--r-- | src/mainboard/hp/abm/cmos.layout | 8 | ||||
-rw-r--r-- | src/mainboard/hp/dl145_g1/cmos.layout | 8 | ||||
-rw-r--r-- | src/mainboard/hp/dl145_g3/cmos.layout | 8 | ||||
-rw-r--r-- | src/mainboard/hp/pavilion_m6_1035dx/cmos.layout | 18 | ||||
-rw-r--r-- | src/mainboard/hp/revolve_810_g1/cmos.layout | 18 |
9 files changed, 66 insertions, 66 deletions
diff --git a/src/mainboard/hp/2570p/cmos.layout b/src/mainboard/hp/2570p/cmos.layout index 720402fdfa..f55fbd5d88 100644 --- a/src/mainboard/hp/2570p/cmos.layout +++ b/src/mainboard/hp/2570p/cmos.layout @@ -88,15 +88,15 @@ enumerations 2 1 Disable 4 0 Fallback 4 1 Normal -6 1 Emergency -6 2 Alert -6 3 Critical -6 4 Error -6 5 Warning -6 6 Notice -6 7 Info -6 8 Debug -6 9 Spew +6 0 Emergency +6 1 Alert +6 2 Critical +6 3 Error +6 4 Warning +6 5 Notice +6 6 Info +6 7 Debug +6 8 Spew 7 0 Disable 7 1 Enable 7 2 Keep diff --git a/src/mainboard/hp/2760p/cmos.layout b/src/mainboard/hp/2760p/cmos.layout index 720402fdfa..f55fbd5d88 100644 --- a/src/mainboard/hp/2760p/cmos.layout +++ b/src/mainboard/hp/2760p/cmos.layout @@ -88,15 +88,15 @@ enumerations 2 1 Disable 4 0 Fallback 4 1 Normal -6 1 Emergency -6 2 Alert -6 3 Critical -6 4 Error -6 5 Warning -6 6 Notice -6 7 Info -6 8 Debug -6 9 Spew +6 0 Emergency +6 1 Alert +6 2 Critical +6 3 Error +6 4 Warning +6 5 Notice +6 6 Info +6 7 Debug +6 8 Spew 7 0 Disable 7 1 Enable 7 2 Keep diff --git a/src/mainboard/hp/8460p/cmos.layout b/src/mainboard/hp/8460p/cmos.layout index 720402fdfa..f55fbd5d88 100644 --- a/src/mainboard/hp/8460p/cmos.layout +++ b/src/mainboard/hp/8460p/cmos.layout @@ -88,15 +88,15 @@ enumerations 2 1 Disable 4 0 Fallback 4 1 Normal -6 1 Emergency -6 2 Alert -6 3 Critical -6 4 Error -6 5 Warning -6 6 Notice -6 7 Info -6 8 Debug -6 9 Spew +6 0 Emergency +6 1 Alert +6 2 Critical +6 3 Error +6 4 Warning +6 5 Notice +6 6 Info +6 7 Debug +6 8 Spew 7 0 Disable 7 1 Enable 7 2 Keep diff --git a/src/mainboard/hp/8470p/cmos.layout b/src/mainboard/hp/8470p/cmos.layout index 720402fdfa..f55fbd5d88 100644 --- a/src/mainboard/hp/8470p/cmos.layout +++ b/src/mainboard/hp/8470p/cmos.layout @@ -88,15 +88,15 @@ enumerations 2 1 Disable 4 0 Fallback 4 1 Normal -6 1 Emergency -6 2 Alert -6 3 Critical -6 4 Error -6 5 Warning -6 6 Notice -6 7 Info -6 8 Debug -6 9 Spew +6 0 Emergency +6 1 Alert +6 2 Critical +6 3 Error +6 4 Warning +6 5 Notice +6 6 Info +6 7 Debug +6 8 Spew 7 0 Disable 7 1 Enable 7 2 Keep diff --git a/src/mainboard/hp/abm/cmos.layout b/src/mainboard/hp/abm/cmos.layout index 25860f62ef..e1dbd9a3dd 100644 --- a/src/mainboard/hp/abm/cmos.layout +++ b/src/mainboard/hp/abm/cmos.layout @@ -44,10 +44,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/hp/dl145_g1/cmos.layout b/src/mainboard/hp/dl145_g1/cmos.layout index 8b35950ddb..c4c90f697f 100644 --- a/src/mainboard/hp/dl145_g1/cmos.layout +++ b/src/mainboard/hp/dl145_g1/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 DDR400 8 1 DDR333 8 2 DDR266 diff --git a/src/mainboard/hp/dl145_g3/cmos.layout b/src/mainboard/hp/dl145_g3/cmos.layout index c1745c546a..56ed652b97 100644 --- a/src/mainboard/hp/dl145_g3/cmos.layout +++ b/src/mainboard/hp/dl145_g3/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 diff --git a/src/mainboard/hp/pavilion_m6_1035dx/cmos.layout b/src/mainboard/hp/pavilion_m6_1035dx/cmos.layout index 231572a443..87858cb0a9 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/cmos.layout +++ b/src/mainboard/hp/pavilion_m6_1035dx/cmos.layout @@ -28,15 +28,15 @@ enumerations 1 1 Enable 4 0 Fallback 4 1 Normal -6 1 Emergency -6 2 Alert -6 3 Critical -6 4 Error -6 5 Warning -6 6 Notice -6 7 Info -6 8 Debug -6 9 Spew +6 0 Emergency +6 1 Alert +6 2 Critical +6 3 Error +6 4 Warning +6 5 Notice +6 6 Info +6 7 Debug +6 8 Spew checksums diff --git a/src/mainboard/hp/revolve_810_g1/cmos.layout b/src/mainboard/hp/revolve_810_g1/cmos.layout index 720402fdfa..f55fbd5d88 100644 --- a/src/mainboard/hp/revolve_810_g1/cmos.layout +++ b/src/mainboard/hp/revolve_810_g1/cmos.layout @@ -88,15 +88,15 @@ enumerations 2 1 Disable 4 0 Fallback 4 1 Normal -6 1 Emergency -6 2 Alert -6 3 Critical -6 4 Error -6 5 Warning -6 6 Notice -6 7 Info -6 8 Debug -6 9 Spew +6 0 Emergency +6 1 Alert +6 2 Critical +6 3 Error +6 4 Warning +6 5 Notice +6 6 Info +6 7 Debug +6 8 Spew 7 0 Disable 7 1 Enable 7 2 Keep |