git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c85b807
)
configs: qemu-sbsa: Define GIC register base address
author
Kunihiko Hayashi
<hayashi.kunihiko@socionext.com>
Wed, 10 Sep 2025 09:23:26 +0000
(18:23 +0900)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/include/configs/qemu-sbsa.h
b/include/configs/qemu-sbsa.h
index
aff7816
..
669d0fe
100644
(file)
--- a/
include/configs/qemu-sbsa.h
+++ b/
include/configs/qemu-sbsa.h
@@
-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 */