configs: qemu-sbsa: Define GIC register base address
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>
This commit is contained in:
committed by
Tom Rini
parent
c85b8071e7
commit
e246e2b658
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user