diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-05-12 21:16:41 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-09-23 11:06:25 +0000 |
commit | b29078e4015bbc3e8cf00ba64f0799c087546563 (patch) | |
tree | 57c64e181ce902a4babcd7b031f699f6db5d93bd /src/mainboard/roda | |
parent | 1850aa6df6a324960bd0873277660d84562cdb61 (diff) |
mb/*/*: Remove rtc nvram configurable baud rate
There have been discussions about removing this since it does not seem
to be used much and only creates troubles for boards without defaults,
not to mention that it was configurable on many boards that do not
even feature uart.
It is still possible to configure the baudrate through the Kconfig
option.
Change-Id: I71698d9b188eeac73670b18b757dff5fcea0df41
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/19682
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/roda')
-rw-r--r-- | src/mainboard/roda/rk886ex/cmos.layout | 10 | ||||
-rw-r--r-- | src/mainboard/roda/rk9/cmos.layout | 10 | ||||
-rw-r--r-- | src/mainboard/roda/rv11/cmos.layout | 10 |
3 files changed, 3 insertions, 27 deletions
diff --git a/src/mainboard/roda/rk886ex/cmos.layout b/src/mainboard/roda/rk886ex/cmos.layout index 761732efbf..eea7342aa2 100644 --- a/src/mainboard/roda/rk886ex/cmos.layout +++ b/src/mainboard/roda/rk886ex/cmos.layout @@ -48,7 +48,7 @@ entries # ----------------------------------------------------------------- # coreboot config options: console -392 3 e 5 baud_rate +#392 3 r 0 unused 395 4 e 6 debug_level #399 1 r 0 unused @@ -93,14 +93,6 @@ enumerations 2 1 Disable 4 0 Fallback 4 1 Normal -5 0 115200 -5 1 57600 -5 2 38400 -5 3 19200 -5 4 9600 -5 5 4800 -5 6 2400 -5 7 1200 6 1 Emergency 6 2 Alert 6 3 Critical diff --git a/src/mainboard/roda/rk9/cmos.layout b/src/mainboard/roda/rk9/cmos.layout index f775afe4c7..2d2f5896fb 100644 --- a/src/mainboard/roda/rk9/cmos.layout +++ b/src/mainboard/roda/rk9/cmos.layout @@ -49,7 +49,7 @@ entries # ----------------------------------------------------------------- # coreboot config options: console -392 3 e 5 baud_rate +#392 3 r 0 unused 395 4 e 6 debug_level #399 1 r 0 unused @@ -88,14 +88,6 @@ enumerations 2 1 Disable 4 0 Fallback 4 1 Normal -5 0 115200 -5 1 57600 -5 2 38400 -5 3 19200 -5 4 9600 -5 5 4800 -5 6 2400 -5 7 1200 6 1 Emergency 6 2 Alert 6 3 Critical diff --git a/src/mainboard/roda/rv11/cmos.layout b/src/mainboard/roda/rv11/cmos.layout index 588a3c34da..55cc85c23a 100644 --- a/src/mainboard/roda/rv11/cmos.layout +++ b/src/mainboard/roda/rv11/cmos.layout @@ -48,7 +48,7 @@ entries # ----------------------------------------------------------------- # coreboot config options: console -392 3 e 4 baud_rate +#392 3 r 0 unused 395 4 e 5 debug_level #399 1 r 0 unused @@ -94,14 +94,6 @@ enumerations 2 1 Disable 3 0 Fallback 3 1 Normal -4 0 115200 -4 1 57600 -4 2 38400 -4 3 19200 -4 4 9600 -4 5 4800 -4 6 2400 -4 7 1200 5 1 Emergency 5 2 Alert 5 3 Critical |