From 1463a2a04d4ffcf7afbb7870502bf65d4ebcdca1 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 29 Sep 2019 07:03:14 +0300 Subject: getac/p470: Drop unused PCI secondary bus reset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I959cdc08d43fea28f8bbc649cd46bab5656d6ca8 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/35674 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/mainboard/getac/p470/romstage.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/mainboard/getac/p470/romstage.c b/src/mainboard/getac/p470/romstage.c index ff4c99ed4d..a7c64bd98b 100644 --- a/src/mainboard/getac/p470/romstage.c +++ b/src/mainboard/getac/p470/romstage.c @@ -237,13 +237,6 @@ void mainboard_romstage_entry(void) enable_lapic(); -#if 0 - /* Force PCIRST# */ - pci_write_config16(PCI_DEV(0, 0x1e, 0), BCTRL, SBR); - udelay(200 * 1000); - pci_write_config16(PCI_DEV(0, 0x1e, 0), BCTRL, 0); -#endif - ich7_enable_lpc(); early_superio_config(); -- cgit v1.2.3