coreboot-kgpe-d16/src
Angel Pons b31d1d76e7 nb/intel/sandybridge: Repurpose HOST_BRIDGE macro
There are more instances of PCI_DEV(0, 0, 0), so use the macro for them.
Note that the resulting code with PCI_DEVFN(0, 0) is weird. It shall be
replaced with config_of_soc() in a follow-up.

Tested with BUILD_TIMELESS=1, resulting binary is identical.

Change-Id: Ia50965a108a734d192b584291a0796a2f2bc3a55
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38338
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-01-15 13:09:30 +00:00
..
acpi src/acpi: Update license headers to SPDX 2020-01-02 14:49:00 +00:00
arch console/post: Split parts to arch/ 2020-01-14 18:08:49 +00:00
commonlib include/commonlib: Fix typos 2020-01-10 15:26:03 +00:00
console console/post: Split parts to arch/ 2020-01-14 18:08:49 +00:00
cpu drivers/pc80/rtc: Separate {get|set}_option() prototypes 2020-01-09 14:37:33 +00:00
device src/device: Update pci_class to PCI-SIG Specification 2020-01-10 10:55:49 +00:00
drivers drivers/pc80/rtc: Clean up some POST_CODE_EXTRA use 2020-01-14 18:09:30 +00:00
ec ec/lenovo/h8: Prepend EC log message with *H8* 2020-01-13 00:35:34 +00:00
include sb/intel/common: Declare common smbus_base() and enable_smbus() 2020-01-14 18:18:26 +00:00
lib drivers/pc80/rtc: Move sanitize_cmos() 2020-01-10 15:28:41 +00:00
mainboard mb/google/dedede: Add dedede mainboard 2020-01-14 18:28:50 +00:00
northbridge nb/intel/sandybridge: Repurpose HOST_BRIDGE macro 2020-01-15 13:09:30 +00:00
security src/security: Fix typos 2020-01-10 15:20:57 +00:00
soc sb/intel/common: Declare common smbus_base() and enable_smbus() 2020-01-14 18:18:26 +00:00
southbridge sb/intel/i82371eb: Add PIIX4 definitions 2020-01-14 18:19:14 +00:00
superio drivers/pc80/rtc: Separate {get|set}_option() prototypes 2020-01-09 14:37:33 +00:00
vendorcode vc/amd/agesa: Fix out of bounds read 2020-01-13 11:22:40 +00:00
Kconfig timestamps: Fix TIMESTAMPS_ON_CONSOLE behaviour 2020-01-10 14:11:50 +00:00