diff options
author | Jason Glenesk <jason.glenesk@amd.corp-partner.google.com> | 2020-12-10 03:28:38 -0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-01-02 22:52:12 +0000 |
commit | 498015d62fd456725b299809c6403ca73546b42e (patch) | |
tree | 3cef00ca0c4f7e278e6fcaa5c19b34a99570b5b7 /src/soc/amd/picasso | |
parent | 61624b2d2de9e57d8fef1e1a1a923c8b00c21247 (diff) |
soc/amd/picasso: Separate CPUID defs into new header
Move CPUID definitions out of msr.h into new cpuid.h header.
BUG=b:155307433
BRANCH=Zork
Change-Id: I2ed5e0a5a6dbdb38fce8bf3e769f680330718653
Signed-off-by: Jason Glenesk <jason.glenesk@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48533
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/acpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/acpi.c b/src/soc/amd/picasso/acpi.c index 17940e9725..f5f111383e 100644 --- a/src/soc/amd/picasso/acpi.c +++ b/src/soc/amd/picasso/acpi.c @@ -12,6 +12,7 @@ #include <device/pci_ops.h> #include <arch/ioapic.h> #include <arch/smp/mpspec.h> +#include <cpu/amd/cpuid.h> #include <cpu/amd/msr.h> #include <cpu/x86/smm.h> #include <cbmem.h> |