coreboot-kgpe-d16/src
Nico Huber e549503967 soc/intel/p2sb: Drop unnecessary P2SB_GET_DEV
PCH_DEV_P2SB already covers both __SIMPLE_DEVICE__ cases. The values are
only used for PCI-config access functions, which also check for NULL
when necessary.

The PCI_DEV_INVALID case can't occur by definition, and if we wanted to
check, we could do so at compile time using _Static_assert().

Change-Id: I400fc20133809aaa0fd0519531a62ec9b8812ef1
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38946
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
2020-02-19 12:08:53 +00:00
..
acpi src/acpi: Update license headers to SPDX 2020-01-02 14:49:00 +00:00
arch arch/arm64/Makefile.inc: Avoid # in variable definition 2020-02-12 20:07:04 +00:00
commonlib vboot: push clear recovery mode switch until BS_WRITE_TABLES 2020-02-17 08:08:19 +00:00
console console/post: NOPOST means NOPOST 2020-01-18 10:53:08 +00:00
cpu cpu: Allow to configure microcode at pre-defined address 2020-02-18 20:12:14 +00:00
device treewide: capitalize 'BIOS' 2020-02-17 20:11:24 +00:00
drivers treewide: capitalize 'BIOS' 2020-02-17 20:11:24 +00:00
ec ec/google/chromeec: Add SSDT generator for ChromeOS EC 2020-02-18 14:59:17 +00:00
include soc/tigerlake: Add Device id for Tiger Lake Dual Core 2020-02-17 15:37:23 +00:00
lib lib/edid: Zero struct only when used 2020-02-17 15:43:25 +00:00
mainboard mb/intel/glkrvp/chromeos.fmd: Correct indentation 2020-02-18 21:31:17 +00:00
northbridge nb/intel/sandybridge: Add Xeon E3-1200 (v1) hostbridge PCI ID 2020-02-18 14:56:26 +00:00
security vboot: use vb2api_get_recovery_reason function 2020-02-19 12:08:03 +00:00
soc soc/intel/p2sb: Drop unnecessary P2SB_GET_DEV 2020-02-19 12:08:53 +00:00
southbridge sb/intel/lynxpoint: Don't use_ADR and _HID 2020-02-11 07:46:30 +00:00
superio superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl 2020-02-09 07:45:19 +00:00
vendorcode vboot: remove use of NEED_VB20_INTERNALS switch 2020-02-19 12:08:12 +00:00
Kconfig Kconfig: Add CONFIG_PCI dependency for CONFIG_MINIMAL_PCI_SCANNING 2020-02-11 02:34:50 +00:00