coreboot-kgpe-d16/src
Kyösti Mälkki fb49379ed2 device/pci_rom: Fix redundant pci_rom_probe() calls
For the PCI_VENDOR_ID_ATI case, we can rely on
pci_rom_acpi_fill_vfct() to make the call if necessary.

For hardware other than ATI, pci_rom_probe() was already
called from pci_rom_ssdt() and pci_dev_init(), so
PCI_ROM_ADDRESS BAR is already enabled, if requested so.

Change-Id: I0ea893a9ac7ba480840ebf5570d8fe0d9e20938f
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33909
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Mike Banon <mikebdp2@gmail.com>
2019-07-02 09:10:03 +00:00
..
acpi
arch device/pci_rom: Fix redundant pci_rom_probe() calls 2019-07-02 09:10:03 +00:00
commonlib commonlib/storage: use ALIGN_UP instead of ALIGN for better readability 2019-06-21 12:49:43 +00:00
console add ctype.h header 2019-06-24 21:15:14 +00:00
cpu cpu/x86/pae/pgtbl: Add memset with PAE 2019-07-02 08:45:50 +00:00
device device/pci_rom: Fix redundant pci_rom_probe() calls 2019-07-02 09:10:03 +00:00
drivers drivers/pc80/tpm: add support for TPM emulator SwTPM 2.0 module 2019-06-27 10:04:17 +00:00
ec src/ec: Use 'include <stdlib.h>' when appropriate 2019-06-22 17:54:31 +00:00
include cpu/x86/pae/pgtbl: Add memset with PAE 2019-07-02 08:45:50 +00:00
lib lib/gnat: Enable -Werror 2019-06-28 08:42:16 +00:00
mainboard mb/up/squared: Add kernel cmdline parameters 2019-07-01 12:28:28 +00:00
northbridge device,nb/amd: Deduplicate add_more_links() 2019-06-28 19:30:09 +00:00
security security/memory: Clear memory in ramstage 2019-07-02 08:46:00 +00:00
soc soc/intel/icelake: Disable HDA based on devicetree 2019-07-02 02:32:23 +00:00
southbridge sb/amd/sb{700,800}: Clean up index manipulations 2019-06-28 19:36:11 +00:00
superio nuvoton/early_serial: improve comments on serial pinmux settings 2019-06-22 11:39:12 +00:00
vendorcode add ctype.h header 2019-06-24 21:15:14 +00:00
Kconfig Kconfig: Enable RAMPAYLOAD for x86 2019-07-01 02:27:38 +00:00