From dd2e35edc14b71b81e9600c7e46a5e934f03d51e Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 8 May 2017 21:47:55 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/19627 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/gigabyte/ga-g41m-es2l/romstage.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c index 0a1470b112..229f028d9a 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c +++ b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c @@ -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; -- cgit v1.2.3