]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "qemu-sbsa: Fix GIC enablement"
authorTom Rini <trini@konsulko.com>
Fri, 19 Sep 2025 17:56:24 +0000 (11:56 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 19 Sep 2025 17:56:24 +0000 (11:56 -0600)
Kunihiko Hayashi <hayashi.kunihiko@socionext.com> says:

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.

Link: https://lore.kernel.org/r/20250910092327.279749-1-hayashi.kunihiko@socionext.com

Trivial merge