coreboot-kgpe-d16/src/soc/intel
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
..
alderlake soc/intel/{common,alderlake}: Use generic name "Alderlake Platform" 2021-06-11 07:32:46 +00:00
apollolake soc/intel/apollolake: Make use of is_devfn_enabled() function 2021-06-16 03:47:46 +00:00
baytrail ACPI: Refactor use of global and device NVS 2021-06-14 19:45:56 +00:00
braswell ACPI: Refactor use of global and device NVS 2021-06-14 19:45:56 +00:00
broadwell soc/intel/broadwell/pch: Drop device NVS remainders 2021-06-14 09:59:52 +00:00
cannonlake soc/intel/cannonlake: Make use of is_devfn_enabled() function 2021-06-16 03:48:29 +00:00
common soc/intel/common/block/uart: Fix resources in ACPI mode 2021-06-14 08:37:06 +00:00
denverton_ns cpu/x86: Default to PARALLEL_MP selected 2021-06-07 21:02:54 +00:00
elkhartlake soc/intel/elkhartlake: Update FSP-S FuSa related settings 2021-06-11 07:32:17 +00:00
icelake cpu/x86: Default to PARALLEL_MP selected 2021-06-07 21:02:54 +00:00
jasperlake soc/intel/jasperlake: Make use of is_devfn_enabled() function 2021-06-16 03:48:43 +00:00
quark
skylake cpu/x86: Default to PARALLEL_MP selected 2021-06-07 21:02:54 +00:00
tigerlake soc/intel/tigerlake: Make use of is_devfn_enabled() function 2021-06-16 03:49:05 +00:00
xeon_sp arch/x86/ioapic: Add get_ioapic_id() and get_ioapic_version() 2021-06-12 15:48:49 +00:00
Kconfig