coreboot-kgpe-d16/src
Subrata Banik 49a2109324 soc/intel/tigerlake: Make use of is_devfn_enabled() function
1. Replace all pcidev_path_on_root() and is_dev_enabled() functions
combination with is_devfn_enabled().
2. Remove unused local variable of device structure type (struct device *).
3. Replace pcidev_path_on_root() and dev->enabled check with is_devfn_enabled()
call.

TEST=Able to build and boot without any regression seen on TGLRVP.

Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Change-Id: Ic9d91b711bab83de1911e0b7ea876f2ad018c937
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55330
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-06-16 03:49:05 +00:00
..
acpi ACPI: Refactor use of global and device NVS 2021-06-14 19:45:56 +00:00
arch treewide: Disable R_AMD64_32S relocation support 2021-06-15 07:47:35 +00:00
commonlib ChromeOS: Separate NVS from global GNVS 2021-06-14 19:44:08 +00:00
console src/console/init.c: Make get_log_level static inline again 2021-06-15 16:12:52 +00:00
cpu cpu/x86/mp_init: Support both xapic and x2apic with common code 2021-06-16 03:42:21 +00:00
device device/pnp: Always provide pnp_unset_and_set_config 2021-06-10 05:38:13 +00:00
drivers drivers/intel/gma: Restructure IGD opregion init code 2021-06-11 07:38:13 +00:00
ec ec/google/chromeec: Separate SMBIOS SKU functions 2021-06-09 05:18:35 +00:00
include cpu/intel/msr.h: Sort MSRs in ascending order 2021-06-15 07:45:59 +00:00
lib ChromeOS: Separate NVS from global GNVS 2021-06-14 19:44:08 +00:00
mainboard mb/lenovo/w541: Add ThinkPad W541 2021-06-15 07:50:50 +00:00
northbridge nb/intel/sandybridge: Add x86_64 support 2021-06-15 07:49:54 +00:00
security tpm/tss: Remove local variable 2021-06-15 19:46:47 +00:00
soc soc/intel/tigerlake: Make use of is_devfn_enabled() function 2021-06-16 03:49:05 +00:00
southbridge nb/intel/sandybridge: Add x86_64 support 2021-06-15 07:49:54 +00:00
superio src: Retype option API to use unsigned integers 2021-05-06 14:48:15 +00:00
vendorcode vc/mediatek/mt8195: Match definition with declaration 2021-06-15 19:46:39 +00:00
Kconfig option: Allow mainboards to implement the API 2021-05-28 11:37:25 +00:00