coreboot-kgpe-d16/src/arch
Marshall Dawson 71c6c1725e arch/cpu/x86: Update AMD detection
AMD Picasso, and later, will not use CPU_AMD_AGESA or CPU_AMD_PI.
Those two symbols indicate an Arch2008 system.  Add SOC_AMD_COMMON
to cause cpu_is_amd() to return TRUE on Picasso.

This removes an error message of "Unknown CPU".

The patch also assumes AMD Family 10h and non-AGESA Family 15h
devices were seeing the "Unknown CPU" message.  No functionality
has been verified on these devices.

Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Change-Id: I3357606c37082f3587ff91924bf7a0e0f8af9625
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34146
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-07-10 10:20:30 +00:00
..
arm arch: Add missing #include <commonlib/helpers.h> 2019-06-21 16:04:06 +00:00
arm64 arch: Add missing #include <commonlib/helpers.h> 2019-06-21 16:04:06 +00:00
mips arch/mips: Make MIPS specific options depend on ARCH_MIPS 2019-07-07 20:59:55 +00:00
ppc64 arch/ppc64: Add <arch/mmio.h> stubs 2019-03-21 15:58:34 +00:00
riscv arch/riscv: Make RISCV specific options depend on ARCH_RISCV 2019-07-02 16:16:31 +00:00
x86 arch/cpu/x86: Update AMD detection 2019-07-10 10:20:30 +00:00