diff options
author | Nico Huber <nico.huber@secunet.com> | 2019-02-13 15:16:02 +0100 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-04-15 21:10:46 +0000 |
commit | df5b051e6d2a56ed586418d82f3144b5cdf018dc (patch) | |
tree | 6b69ad0f9231b5232e6658c678fb1e2605e7e6b3 /src/mainboard/kontron/ktqm77/cmos.layout | |
parent | 56473ca9a7ca96e862897192b2a7dba4f162aa86 (diff) | |
download | coreboot-df5b051e6d2a56ed586418d82f3144b5cdf018dc.tar.xz |
mb/kontron/ktqm77: Extend SATA CMOS option with "legacy" mode
TEST=Booted Linux 2.6.12 w/o native Intel IDE driver and confirmed
working SATA drive.
Change-Id: I85f72a172bcbc4c8b4bfb7a2baed7c6739b2d9f8
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39829
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/kontron/ktqm77/cmos.layout')
-rw-r--r-- | src/mainboard/kontron/ktqm77/cmos.layout | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mainboard/kontron/ktqm77/cmos.layout b/src/mainboard/kontron/ktqm77/cmos.layout index f180754492..72117ae5ea 100644 --- a/src/mainboard/kontron/ktqm77/cmos.layout +++ b/src/mainboard/kontron/ktqm77/cmos.layout @@ -54,12 +54,12 @@ entries 400 1 e 2 hyper_threading 401 3 e 12 gfx_uma_size -#404 4 r 0 unused +#404 3 r 0 unused # coreboot config options: southbridge -408 1 e 1 nmi -409 2 e 7 power_on_after_fail -411 1 e 11 sata_mode +407 1 e 1 nmi +408 2 e 7 power_on_after_fail +410 2 e 11 sata_mode # coreboot config options: additional mainboard options 412 4 e 10 systemp_type @@ -130,6 +130,7 @@ enumerations 10 4 LM75@9e 11 0 AHCI 11 1 Compatible +11 2 Legacy 12 0 32M 12 1 64M 12 2 96M |