coreboot-kgpe-d16/src/southbridge/intel
Angel Pons 7333ea91ea sb/intel/bd82x6x/pcie.c: Move pch_pcie_acpi_name up
The ASSERT() macro depends on the line number, so changing the line it
appears in breaks reproducibility testing using BUILD_TIMELESS=1.

Work around this problem by placing the `pch_pcie_acpi_name` function,
which contains this macro, at the beginning of the file. This allows
refactoring the rest of the code without affecting the ASSERT() macro.

Change-Id: I2e0432ec9ae6c7d033fc7495afb3a71fe7e77729
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42195
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2020-06-10 18:48:24 +00:00
..
bd82x6x sb/intel/bd82x6x/pcie.c: Move pch_pcie_acpi_name up 2020-06-10 18:48:24 +00:00
common src: Remove unused '#include <cpu/x86/smm.h>' 2020-06-06 09:40:38 +00:00
i82371eb ACPI: Remove Kconfig COMMON_FADT 2020-06-10 12:53:08 +00:00
i82801dx ACPI: Remove Kconfig COMMON_FADT 2020-06-10 12:53:08 +00:00
i82801gx ACPI: Remove Kconfig COMMON_FADT 2020-06-10 12:53:08 +00:00
i82801ix ACPI: Remove Kconfig COMMON_FADT 2020-06-10 12:53:08 +00:00
i82801jx ACPI: Remove Kconfig COMMON_FADT 2020-06-10 12:53:08 +00:00
i82870 src/sb: Use 'print("%s...", __func__)' 2020-05-26 14:58:51 +00:00
ibexpeak ACPI: Remove Kconfig COMMON_FADT 2020-06-10 12:53:08 +00:00
lynxpoint ACPI: Remove Kconfig COMMON_FADT 2020-06-10 12:53:08 +00:00