From c141323c6263c9f3a884d4482369e8c91e9a713c Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 9 Jan 2018 16:51:33 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/23186 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/roda/rk886ex/cmos.layout | 18 +++++++++--------- src/mainboard/roda/rk9/cmos.layout | 18 +++++++++--------- src/mainboard/roda/rv11/cmos.layout | 18 +++++++++--------- 3 files changed, 27 insertions(+), 27 deletions(-) (limited to 'src/mainboard/roda') diff --git a/src/mainboard/roda/rk886ex/cmos.layout b/src/mainboard/roda/rk886ex/cmos.layout index eea7342aa2..618745a705 100644 --- a/src/mainboard/roda/rk886ex/cmos.layout +++ b/src/mainboard/roda/rk886ex/cmos.layout @@ -93,15 +93,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/roda/rk9/cmos.layout b/src/mainboard/roda/rk9/cmos.layout index 2d2f5896fb..d794306e22 100644 --- a/src/mainboard/roda/rk9/cmos.layout +++ b/src/mainboard/roda/rk9/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/roda/rv11/cmos.layout b/src/mainboard/roda/rv11/cmos.layout index 55cc85c23a..c8b94c060a 100644 --- a/src/mainboard/roda/rv11/cmos.layout +++ b/src/mainboard/roda/rv11/cmos.layout @@ -94,15 +94,15 @@ enumerations 2 1 Disable 3 0 Fallback 3 1 Normal -5 1 Emergency -5 2 Alert -5 3 Critical -5 4 Error -5 5 Warning -5 6 Notice -5 7 Info -5 8 Debug -5 9 Spew +5 0 Emergency +5 1 Alert +5 2 Critical +5 3 Error +5 4 Warning +5 5 Notice +5 6 Info +5 7 Debug +5 8 Spew 6 0 Disable 6 1 Enable 6 2 Keep -- cgit v1.2.3