aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-11-05 17:37:21 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-11-06 19:59:54 +0000
commitac2da047acb50ce8a776e8d2218c2b304af8be02 (patch)
tree64df22d92036c9ed2181d4b718fb642f392956dd
parent53c173e9efa806d4124b28a25185eb596f936023 (diff)
soc/amd/picasso: add Raven1 GPU PCI ID
Change-Id: Id4460eb596b080dec1a63a20869182170c3388af Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47250 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
-rw-r--r--src/soc/amd/picasso/include/soc/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/include/soc/cpu.h b/src/soc/amd/picasso/include/soc/cpu.h
index e79dd87faf..cbc3929a78 100644
--- a/src/soc/amd/picasso/include/soc/cpu.h
+++ b/src/soc/amd/picasso/include/soc/cpu.h
@@ -12,6 +12,8 @@ void check_mca(void);
#define RAVEN2_A0_CPUID 0x00820f00
#define RAVEN2_A1_CPUID 0x00820f01
+#define RAVEN1_VBIOS_VID_DID 0x100215dd
+#define RAVEN1_VBIOS_REV 0x81
#define PICASSO_VBIOS_VID_DID 0x100215d8
#define PICASSO_VBIOS_REV 0xc1
#define RAVEN2_VBIOS_VID_DID 0x100215dd /* VID/DID in RV2 VBIOS header */