diff options
author | Johnny Lin <johnny_lin@wiwynn.com> | 2023-03-13 09:18:29 +0800 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-03-15 19:59:24 +0000 |
commit | 2e1624fb6931db6b76a0e3db4cb6213d10f4c9bc (patch) | |
tree | 0d0b2ff9170c6b40ae09c24695f9771c09191783 /src | |
parent | 0f4b2b643916ab865ce0a7ab7079ab38bdeeaa17 (diff) |
soc/intel/xeon_sp: Rename nb_acpi.c to uncore_acpi.c
With newer xeon_sp processors, the concept of "north bridge" became
obsolete, instead uncore should be used. Therefore we use uncore_acpi.c
(instead of nb_acpi.c) going forward.
Change-Id: I91ec9023152996bf9f2300a369aff3c4f19d75fd
Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73696
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Zhang <jon.zhixiong.zhang@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/xeon_sp/Makefile.inc | 2 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/uncore_acpi.c (renamed from src/soc/intel/xeon_sp/nb_acpi.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/Makefile.inc b/src/soc/intel/xeon_sp/Makefile.inc index 4124f420c2..4fb9b8e293 100644 --- a/src/soc/intel/xeon_sp/Makefile.inc +++ b/src/soc/intel/xeon_sp/Makefile.inc @@ -11,7 +11,7 @@ romstage-y += ../../../cpu/intel/car/romstage.c ramstage-y += uncore.c reset.c util.c lpc.c spi.c ramstage.c chip_common.c ramstage-y += memmap.c pch.c lockdown.c finalize.c ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_PMC) += pmc.c pmutil.c -ramstage-$(CONFIG_HAVE_ACPI_TABLES) += nb_acpi.c acpi.c +ramstage-$(CONFIG_HAVE_ACPI_TABLES) += uncore_acpi.c acpi.c ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smmrelocate.c smm-y += smihandler.c pmutil.c postcar-y += spi.c diff --git a/src/soc/intel/xeon_sp/nb_acpi.c b/src/soc/intel/xeon_sp/uncore_acpi.c index 89deb88665..89deb88665 100644 --- a/src/soc/intel/xeon_sp/nb_acpi.c +++ b/src/soc/intel/xeon_sp/uncore_acpi.c |