summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-06-06 23:21:49 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-06-07 21:56:56 +0000
commit32a66227bba11efb91f8a51d5be30a2742ab3e7f (patch)
treeebde3531fa30cdc42c0042570c9620926b031b50 /src/soc/amd/stoneyridge
parenta8da070a93ff81681c6e16e671cee3fd12db55cf (diff)
downloadcoreboot-32a66227bba11efb91f8a51d5be30a2742ab3e7f.tar.gz
coreboot-32a66227bba11efb91f8a51d5be30a2742ab3e7f.tar.bz2
coreboot-32a66227bba11efb91f8a51d5be30a2742ab3e7f.zip
soc/amd/stoneyridge/acpi/sb_pci0_fch: use VGA_MMIO_* defines
Replace the magic constants by using defines. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I94ad285a2c5712d352d4f92697fc3140847d88de Reviewed-on: https://review.coreboot.org/c/coreboot/+/75667 Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r--src/soc/amd/stoneyridge/acpi/sb_pci0_fch.asl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/acpi/sb_pci0_fch.asl b/src/soc/amd/stoneyridge/acpi/sb_pci0_fch.asl
index 08f7a31b23c0..37910aab976a 100644
--- a/src/soc/amd/stoneyridge/acpi/sb_pci0_fch.asl
+++ b/src/soc/amd/stoneyridge/acpi/sb_pci0_fch.asl
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <amdblocks/alib.h>
+#include <arch/vga.h>
External(\_SB.ALIB, MethodObj)
@@ -71,7 +72,7 @@ Name(CRES, ResourceTemplate() {
0xf300 /* length */
)
- Memory32Fixed(READONLY, 0x000a0000, 0x00020000, VGAM) /* VGA memory space */
+ Memory32Fixed(READONLY, VGA_MMIO_BASE, VGA_MMIO_SIZE, VGAM) /* VGA memory space */
Memory32Fixed(READONLY, 0x000c0000, 0x00020000, EMM1) /* Assume C0000-E0000 empty */
/* memory space for PCI BARs below 4GB */