From 0b03c08223d03515646787b9339c0c5104f020a5 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 24 Mar 2023 22:49:48 +0100 Subject: soc/amd/stoneyridge/Kconfig: use correct VGA_BIOS_ID Fix the VGA_BIOS_ID IDs to match the PCI IDs in the VBIOS binaries and the PCI ID Stoneyidge's map_oprom_vendev returns. This fixes the problem that the display wasn't initialized due to not finding the VBIOS file in CBFS. This bug in the Stoneyridge Kconfig was unmasked by commit 42f0396a1028 ("device/pci_rom: rework PCI ID remapping in pci_rom_probe"). TEST=Display in Careena lights up again. Signed-off-by: Felix Held Change-Id: I4d1e6a3a65d7d7b07f49df9ce90620b79d9a2d78 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74019 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/amd/stoneyridge/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/amd/stoneyridge/Kconfig') diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 6e1deb1a2c..8cc67ff8c3 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -136,8 +136,8 @@ config ECAM_MMCONF_BUS_NUMBER config VGA_BIOS_ID string - default "1002,9874" if AMD_APU_MERLINFALCON - default "1002,98e4" + default "1002,9870" if AMD_APU_MERLINFALCON + default "1002,98e0" help The default VGA BIOS PCI vendor/device ID should be set to the result of the map_oprom_vendev() function in northbridge.c. -- cgit v1.2.3