[U-Boot] [PATCH 4/4] vexpress64: support the Juno Development Platform

Tom Rini trini at ti.com
Mon Dec 29 22:31:00 CET 2014


On Wed, Dec 24, 2014 at 02:03:16AM +0100, Linus Walleij wrote:

> The Juno Development Platform is a physical Versatile Express
> device with some differences from the emulated semihosting
> models. The main difference is that the system is split in
> a SoC and an FPGA where the SoC hosts the serial ports at
> totally different adresses.

Ah so that's what it was, thanks!

[snip]
> @@ -21,9 +21,11 @@
>  
>  #define CONFIG_REMAKE_ELF
>  
> -#ifndef CONFIG_TARGET_VEXPRESS64_BASE_FVP
> +#if !defined(CONFIG_TARGET_VEXPRESS64_BASE_FVP) && \
> +    !defined(CONFIG_TARGET_VEXPRESS64_JUNO)
>  /* Base FVP and Juno not using GICv3 yet */
>  #define CONFIG_GICV3
> +//#define CONFIG_GICV2

No // style comments.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141229/d2cdcbf9/attachment.pgp>


More information about the U-Boot mailing list