From 3c44dbb5e1cb8cd429dd57266553029b3345a767 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 8 May 2017 21:47:55 +0200 Subject: [PATCH] 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 Original-Commit-Id: dd2e35edc14b71b81e9600c7e46a5e934f03d51e Original-Change-Id: I74dc72c22e6c4fed07f28ef7d88adde54656ae39 Original-Signed-off-by: Arthur Heymans Original-Reviewed-on: https://review.coreboot.org/19627 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Nico Huber Reviewed-on: https://chromium-review.googlesource.com/506218 Commit-Ready: Patrick Georgi Tested-by: Patrick Georgi Reviewed-by: Patrick Georgi --- 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;