coreboot/src
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
..
acpi ACPI: Remove Kconfig COMMON_FADT 2020-06-10 12:53:08 +00:00
arch arch/x86: Remove some x86_32 vs x86_64 noise 2020-06-10 18:34:00 +00:00
commonlib commonlib: Add CBFS_TYPE_BOOTBLOCK 2020-06-02 07:26:44 +00:00
console treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
cpu amd/00730F01: Clean the Microcode updating 2020-06-10 02:59:29 +00:00
device device: Add a disabling PCIe device bus master function 2020-06-08 06:39:01 +00:00
drivers drivers/intel/fsp2_0: Allow SoC/mainboard to update NvsBufferPtr 2020-06-10 18:45:47 +00:00
ec ec/google/chromeec: Append connector device to *-switch properties 2020-06-08 06:41:11 +00:00
include amd/00730F01: Clean the Microcode updating 2020-06-10 02:59:29 +00:00
lib lib/program.ld: Replace CONFIG(ARCH_xx) tests 2020-06-10 18:32:57 +00:00
mainboard mb/google/zork: Set FMDFILE for zork family 2020-06-10 18:39:26 +00:00
northbridge nb/intel/x4x: Drop unused pci_ops.h include 2020-06-10 01:54:12 +00:00
security src: Remove unused 'include <fmap.h>' 2020-06-02 07:42:40 +00:00
soc soc/amd/picasso: Enable APOB/MRC training data cache 2020-06-10 18:45:56 +00:00
southbridge sb/intel/bd82x6x/pcie.c: Move pch_pcie_acpi_name up 2020-06-10 18:48:24 +00:00
superio superio/nuvoton/nct6776: Reflow pnp_dev_info array 2020-06-08 12:05:02 +00:00
vendorcode vendorcode/intel/fsp: Update Tiger Lake FSP Headers for v3197 2020-06-09 18:43:26 +00:00
Kconfig ACPI: Remove Kconfig COMMON_FADT 2020-06-10 12:53:08 +00:00