Re: [U-Boot] [PATCH v2 1/4] ARM: qemu-arm: Add support for AArch64

2018-01-13 Thread Jonathan Gray
On Sat, Jan 13, 2018 at 02:45:32PM +0200, Tuomas Tynkkynen wrote: > Hi Jonathan, > > On 01/13/2018 09:08 AM, Jonathan Gray wrote: > > On Thu, Jan 11, 2018 at 04:11:23PM +0200, Tuomas Tynkkynen wrote: > > > This adds support for '-machine virt' on AArch64. This is rather simple: > > > we just add

Re: [U-Boot] [PATCH v2 1/4] ARM: qemu-arm: Add support for AArch64

2018-01-13 Thread Tuomas Tynkkynen
Hi Jonathan, On 01/13/2018 09:08 AM, Jonathan Gray wrote: On Thu, Jan 11, 2018 at 04:11:23PM +0200, Tuomas Tynkkynen wrote: This adds support for '-machine virt' on AArch64. This is rather simple: we just add TARGET_QEMU_ARM_xxBIT to select a few different Kconfig symbols, provide the ARMv8

Re: [U-Boot] [PATCH v2 1/4] ARM: qemu-arm: Add support for AArch64

2018-01-12 Thread Jonathan Gray
On Thu, Jan 11, 2018 at 04:11:23PM +0200, Tuomas Tynkkynen wrote: > This adds support for '-machine virt' on AArch64. This is rather simple: > we just add TARGET_QEMU_ARM_xxBIT to select a few different Kconfig > symbols, provide the ARMv8 memory map from the board file and add a new > defconfig

[U-Boot] [PATCH v2 1/4] ARM: qemu-arm: Add support for AArch64

2018-01-11 Thread Tuomas Tynkkynen
This adds support for '-machine virt' on AArch64. This is rather simple: we just add TARGET_QEMU_ARM_xxBIT to select a few different Kconfig symbols, provide the ARMv8 memory map from the board file and add a new defconfig based on the 32-bit defconfig. Signed-off-by: Tuomas Tynkkynen