coreboot-kgpe-d16/src
Kyösti Mälkki ab275f0915 device/pci: Declare pcidev_path_on_bus()
It is recommended to never reference PCI busses
using a static number. There is exception with
OPROM execution, where we want to translate the
bus number captured from the actual IO operation
into a matching device node in the devicetree.

Change-Id: I733c645ac5581c000b4cd6cdc05829cd039324d5
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34077
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2019-07-12 08:52:50 +00:00
..
acpi
arch device/pci: Replace use of dev_find_slot() for IRQs 2019-07-12 08:52:22 +00:00
commonlib commonlib/storage: use ALIGN_UP instead of ALIGN for better readability 2019-06-21 12:49:43 +00:00
console console: Correct printing of hexadecimal integers 2019-07-10 20:22:40 +00:00
cpu cpu/x86: Declare smi_release_lock() static 2019-07-11 21:03:37 +00:00
device device/pci: Declare pcidev_path_on_bus() 2019-07-12 08:52:50 +00:00
drivers drivers/intel/fsp1_1/raminit.c: Always check FSP HOBs 2019-07-10 10:24:12 +00:00
ec arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class 2019-07-09 12:43:35 +00:00
include device/pci: Declare pcidev_path_on_bus() 2019-07-12 08:52:50 +00:00
lib arch/x86: Replace some uses of SMM_TSEG 2019-07-09 12:44:10 +00:00
mainboard device/pci: Replace use of dev_find_slot() for IRQs 2019-07-12 08:52:22 +00:00
northbridge nb/intel/nehalem: Tidy quickpath_reserved calculation 2019-07-10 10:15:51 +00:00
security src/security/vboot: Add option to skip display init with vboot 2.0 2019-07-07 20:09:24 +00:00
soc mediatek: Fill in input_hertz to coreboot table 2019-07-11 15:10:03 +00:00
southbridge sb/nvidia/ck804: Remove old debugging code 2019-07-10 18:23:11 +00:00
superio nuvoton/early_serial: improve comments on serial pinmux settings 2019-06-22 11:39:12 +00:00
vendorcode vendorcode/amd: Move 'static' to the beginning of declaration 2019-07-10 10:18:37 +00:00
Kconfig Kconfig: Remove HAVE_RAMSTAGE dependency from RELOCATABLE_RAMSTAGE 2019-07-12 02:22:27 +00:00