mb/gigabyte/ga-g41m-es2l: Don't disable PATA
This board features a PATA port. TESTED PATA drive works in SeaBIOS and OS. Change-Id: I74dc72c22e6c4fed07f28ef7d88adde54656ae39 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/19627 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
55cad16ca5
commit
dd2e35edc1
|
@ -102,7 +102,8 @@ static void mb_gpio_init(void)
|
|||
RCBA8(0x31ff);
|
||||
|
||||
RCBA32(0x3410) = 0x00190464;
|
||||
RCBA32(0x3418) = 0x003c0063;
|
||||
RCBA32(FD) = FD_PCIE6 | FD_PCIE5 | FD_PCIE4 | FD_PCIE3 | FD_ACMOD
|
||||
| FD_ACAUD | 1;
|
||||
RCBA32(0x341c) = 0x00000000;
|
||||
RCBA32(0x3430) = 0x00000001;
|
||||
RCBA32(0x3e00) = 0xff000001;
|
||||
|
|
Loading…
Reference in New Issue