
29 Dec
2014
29 Dec
'14
10:31 p.m.
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