UPSTREAM: mb/apple/macbook21: Remove PCI reset code from romstage
Follow commit7676730(mb/lenovo/x60: Remove PCI reset code from romstage). The PCI reset was copied from code specific for Roda RK886EX and Kontron 986LCD-M. It is not needed on the MacBook. BUG=none BRANCH=none TEST=none Change-Id: I1a8fb6acddf19dfe8cbfcc9ef74684d8b7ac6950 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id:a154a910cbOriginal-Change-Id: I22dac962e8079732591f9bc134c1433f5c29ff4e Original-Signed-off-by: Axel Holewa <mono-for-coreboot@donderklumpen.de> Original-Reviewed-on: https://review.coreboot.org/18502 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Nico Huber <nico.h@gmx.de> Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://chromium-review.googlesource.com/449824
This commit is contained in:
parent
3128292626
commit
7670547955
1 changed files with 0 additions and 5 deletions
|
|
@ -253,11 +253,6 @@ void mainboard_romstage_entry(unsigned long bist)
|
|||
if (bist == 0)
|
||||
enable_lapic();
|
||||
|
||||
/* 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);
|
||||
|
||||
ich7_enable_lpc();
|
||||
|
||||
/* Set up the console */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue