Re: [PATCH] Add CONFIG_GICV3 for ARCH_QEMU

2023-06-21 Thread Tom Rini
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_BAS

Re: [PATCH] Add CONFIG_GICV3 for ARCH_QEMU

2023-06-12 Thread Simon Glass
Hi Chan, On Mon, 5 Jun 2023 at 02:40, 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_BA

[PATCH] Add CONFIG_GICV3 for ARCH_QEMU

2023-06-04 Thread Chan Kim
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