
21 Jun
2023
21 Jun
'23
8:40 p.m.
On Mon, Jun 05, 2023 at 10:40:26AM +0900, Chan Kim wrote:
I'm trying sending a patch for the first time. I found when running u-boot qemu_arm64_defconfig on qemu-6.2.0's arm64 virt machine, we need CONFIG_GICV3. And for the GICV3 related to be compiled, we need to add GICD_BASE, GICR_BASE defined by the qemu arm64 virt machine.
Signed-off-by : Chan Kim ckim@etri.re.kr
So I think some more investigation or explanation is needed here. These changes cause the way we currently run the qemu arm64 platform in CI to no longer boot. See https://source.denx.de/u-boot/u-boot-test-hooks/-/blob/master/bin/travis-ci/... for details on how that is.
--
Tom