UPSTREAM: mb/gigabyte/ga-g41m-es2l: Don't disable PATA

This board features a PATA port.

TESTED PATA drive works in SeaBIOS and OS.

BUG=none
BRANCH=none
TEST=none

Change-Id: I139e711a715782032c8eecb7f983aecd991c15b7
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: dd2e35edc1
Original-Change-Id: I74dc72c22e6c4fed07f28ef7d88adde54656ae39
Original-Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Original-Reviewed-on: https://review.coreboot.org/19627
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://chromium-review.googlesource.com/506218
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
This commit is contained in:
Arthur Heymans 2017-05-08 21:47:55 +02:00 committed by chrome-bot
parent 3883f8ca25
commit 3c44dbb5e1

View file

@ -102,7 +102,8 @@ static void mb_gpio_init(void)
RCBA8(0x31ff); RCBA8(0x31ff);
RCBA32(0x3410) = 0x00190464; 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(0x341c) = 0x00000000;
RCBA32(0x3430) = 0x00000001; RCBA32(0x3430) = 0x00000001;
RCBA32(0x3e00) = 0xff000001; RCBA32(0x3e00) = 0xff000001;