]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: qemu-sbsa: Define GIC register base address
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Wed, 10 Sep 2025 09:23:26 +0000 (18:23 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 19 Sep 2025 17:55:29 +0000 (11:55 -0600)
If GICV3 is enabled, GICD_BASE and GICR_BASE are needed at
arch/arm/cpu/armv8/start.S.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
include/configs/qemu-sbsa.h

index aff78160e12aca371902838af9f1a26e01179eac..669d0fe7c58b9315c569fe82fb5cd5b08ed2760b 100644 (file)
@@ -86,4 +86,8 @@
 #define CFG_SYS_INIT_RAM_ADDR          SBSA_MEM_BASE_ADDR
 #define CFG_SYS_INIT_RAM_SIZE          0x1000000
 
+/* Generic Interrupt Controller Definitions */
+#define GICD_BASE                      SBSA_GIC_DIST_BASE_ADDR
+#define GICR_BASE                      SBSA_GIC_REDIST_BASE_ADDR
+
 #endif /* __CONFIG_H */