[PATCH 0/2] qemu-sbsa: Fix GIC enablement

Kunihiko Hayashi hayashi.kunihiko at socionext.com
Wed Sep 10 11:23:25 CEST 2025


In the qemu-sbsa configuration, the GICv3 definition is disabled due to
a typo. After fixing the typo, GICv3 is enabled, however, the GIC register
base address definitions are missing, resulting in a build failure.

This series enables GICv3 and resolves this build error.
Confirming that U-Boot successfully starts up in QEMU SBSA environment
after the fix.

Kunihiko Hayashi (2):
  configs: qemu-sbsa: Define GIC register base address
  board: qemu-sbsa: Fix mistyped GICV3 definition

 board/emulation/qemu-sbsa/Kconfig | 2 +-
 include/configs/qemu-sbsa.h       | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
2.34.1



More information about the U-Boot mailing list