summaryrefslogtreecommitdiff
path: root/src/soc/amd/phoenix/include
diff options
context:
space:
mode:
authorRitul Guru <ritul.bits@gmail.com>2023-02-20 00:45:11 +0530
committerFelix Held <felix-coreboot@felixheld.de>2023-02-21 22:44:53 +0000
commit4843ded47c3e72ee112a1ea79f03017f6999c1e1 (patch)
tree8c0bd2f0ca2e869e297a1811568750b4e77aa4cd /src/soc/amd/phoenix/include
parentde74711dc8bd7eceb9d9c13fb24a2cee40d47009 (diff)
soc/amd/phoenix: add VBIOS ID remapping for phoenix
Phoenix2 VBIOS PCI DID is 15c8 though the VBIOS image uses a different PCI ID i.e. 0x1205, so we need to implement map_oprom_vendev for the SoC. Change-Id: I7eef5eb41b781f02abb9dd4098e92a8652a431f5 Signed-off-by: Ritul Guru <ritul.bits@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73122 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/soc/amd/phoenix/include')
-rw-r--r--src/soc/amd/phoenix/include/soc/cpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/amd/phoenix/include/soc/cpu.h b/src/soc/amd/phoenix/include/soc/cpu.h
index 19e7a95529..8afa95c557 100644
--- a/src/soc/amd/phoenix/include/soc/cpu.h
+++ b/src/soc/amd/phoenix/include/soc/cpu.h
@@ -6,4 +6,7 @@
#define PHOENIX_A0_CPUID CPUID_FROM_FMS(0x19, 0x74, 0)
#define PHOENIX2_A0_CPUID CPUID_FROM_FMS(0x19, 0x78, 0)
+#define PHOENIX2_VBIOS_VID_DID 0x100215c8
+#define PHOENIX2_GPU_VID_DID 0x10021205
+
#endif /* AMD_PHOENIX_CPU_H */