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/pcengines | |
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/pcengines')
-rw-r--r-- | src/mainboard/pcengines/alix1c/cmos.default | 1 | ||||
-rw-r--r-- | src/mainboard/pcengines/alix1c/cmos.layout | 10 | ||||
-rw-r--r-- | src/mainboard/pcengines/alix2d/cmos.layout | 10 | ||||
-rw-r--r-- | src/mainboard/pcengines/apu1/cmos.default | 1 | ||||
-rw-r--r-- | src/mainboard/pcengines/apu1/cmos.layout | 14 | ||||
-rw-r--r-- | src/mainboard/pcengines/apu2/cmos.layout | 10 |
6 files changed, 5 insertions, 41 deletions
diff --git a/src/mainboard/pcengines/alix1c/cmos.default b/src/mainboard/pcengines/alix1c/cmos.default index 19b5ab749f..6cbaa7ce25 100644 --- a/src/mainboard/pcengines/alix1c/cmos.default +++ b/src/mainboard/pcengines/alix1c/cmos.default @@ -1,5 +1,4 @@ boot_option=Fallback ECC_memory=Disable -baud_rate=115200 power_on_after_fail=Disable debug_level=Spew diff --git a/src/mainboard/pcengines/alix1c/cmos.layout b/src/mainboard/pcengines/alix1c/cmos.layout index d9ec5520bf..b8ea9363a4 100644 --- a/src/mainboard/pcengines/alix1c/cmos.layout +++ b/src/mainboard/pcengines/alix1c/cmos.layout @@ -3,7 +3,7 @@ entries 0 384 r 0 reserved_memory 384 1 e 4 boot_option 388 4 h 0 reboot_counter -392 3 e 5 baud_rate +#392 3 r 0 unused 400 1 e 1 power_on_after_fail 412 4 e 6 debug_level 456 1 e 1 ECC_memory @@ -18,14 +18,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 6 Notice 6 7 Info 6 8 Debug diff --git a/src/mainboard/pcengines/alix2d/cmos.layout b/src/mainboard/pcengines/alix2d/cmos.layout index d9ec5520bf..b8ea9363a4 100644 --- a/src/mainboard/pcengines/alix2d/cmos.layout +++ b/src/mainboard/pcengines/alix2d/cmos.layout @@ -3,7 +3,7 @@ entries 0 384 r 0 reserved_memory 384 1 e 4 boot_option 388 4 h 0 reboot_counter -392 3 e 5 baud_rate +#392 3 r 0 unused 400 1 e 1 power_on_after_fail 412 4 e 6 debug_level 456 1 e 1 ECC_memory @@ -18,14 +18,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 6 Notice 6 7 Info 6 8 Debug diff --git a/src/mainboard/pcengines/apu1/cmos.default b/src/mainboard/pcengines/apu1/cmos.default index 31d5a31405..57a2a8caaf 100644 --- a/src/mainboard/pcengines/apu1/cmos.default +++ b/src/mainboard/pcengines/apu1/cmos.default @@ -1,4 +1,3 @@ boot_option=Fallback multi_core=Enable debug_level=Spew -baud_rate=115200 diff --git a/src/mainboard/pcengines/apu1/cmos.layout b/src/mainboard/pcengines/apu1/cmos.layout index 1c560ebe77..f2c551f4bf 100644 --- a/src/mainboard/pcengines/apu1/cmos.layout +++ b/src/mainboard/pcengines/apu1/cmos.layout @@ -6,10 +6,9 @@ entries # leave 3 bits to make checksummed area start byte-aligned 392 1 e 2 boot_option 393 1 e 1 multi_core -394 3 e 3 baud_rate -#397 3 unused +#394 6 unused 400 4 e 4 debug_level -# leave 4 bits to make checksummed area end byte-aligned +# leave 7 bits to make checksummed area end byte-aligned 408 16 h 0 check_sum enumerations @@ -21,15 +20,6 @@ enumerations ## for boot_option 2 0 Fallback 2 1 Normal -## for baud_rate -3 0 115200 -3 1 57600 -3 2 38400 -3 3 19200 -3 4 9600 -3 5 4800 -3 6 2400 -3 7 1200 ## for debug_level 4 0 Emerg 4 1 Alert diff --git a/src/mainboard/pcengines/apu2/cmos.layout b/src/mainboard/pcengines/apu2/cmos.layout index d83bb14d26..1b7e9c35c9 100644 --- a/src/mainboard/pcengines/apu2/cmos.layout +++ b/src/mainboard/pcengines/apu2/cmos.layout @@ -19,7 +19,7 @@ entries 0 384 r 0 reserved_memory 384 1 e 4 boot_option 388 4 r 0 reboot_bits -392 3 e 5 baud_rate +#392 3 r 0 unused 395 1 e 1 hw_scrubber 396 1 e 1 interleave_chip_selects 397 2 e 8 max_mem_clock @@ -44,14 +44,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 6 Notice 6 7 Info 6 8 Debug |