From 4843ded47c3e72ee112a1ea79f03017f6999c1e1 Mon Sep 17 00:00:00 2001 From: Ritul Guru Date: Mon, 20 Feb 2023 00:45:11 +0530 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73122 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Fred Reitberger --- src/soc/amd/phoenix/include/soc/cpu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/amd/phoenix/include') 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 */ -- cgit v1.2.3