diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-01-12 23:23:32 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-27 22:19:09 +0000 |
commit | 8a09cbd33689de53f269f939d902b66e135ae8cf (patch) | |
tree | f619721b2f34466fd93fcee13692788cbbea5d0f /src/soc/amd/sabrina/include | |
parent | 283999ad539f67fe9bb92907fe82ccb591f19b43 (diff) |
soc/amd/sabrina: drop graphics.c
Since we don't need to support PCI ID remapping for finding the correct
VBIOS binary for the integrated GPU, graphics.c can be dropped for now.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ifd5b678f472b3b5888353efd057203eb641be874
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61088
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/sabrina/include')
-rw-r--r-- | src/soc/amd/sabrina/include/soc/cpu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/amd/sabrina/include/soc/cpu.h b/src/soc/amd/sabrina/include/soc/cpu.h index 9aa07b0053..b7578139de 100644 --- a/src/soc/amd/sabrina/include/soc/cpu.h +++ b/src/soc/amd/sabrina/include/soc/cpu.h @@ -1,13 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #ifndef AMD_SABRINA_CPU_H #define AMD_SABRINA_CPU_H #define SABRINA_A0_CPUID 0x008a0f00 -#define CEZANNE_VBIOS_VID_DID 0x10021638 -#define BARCELO_VBIOS_VID_DID 0x100215e7 - #endif /* AMD_SABRINA_CPU_H */ |