summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2015-01-23 14:41:10 +0100
committerTom Rini <trini@ti.com>2015-01-30 09:19:17 -0500
commitffc103732c82faa945c85bbb7c5c34c30b6fac72 (patch)
treee1d22343d1f45b36ed2f035ab667cbb5a8d0549e /configs
parentf91afc4d001010a31b53c232b3b1873cb789381e (diff)
downloadblackbird-obmc-uboot-ffc103732c82faa945c85bbb7c5c34c30b6fac72.tar.gz
blackbird-obmc-uboot-ffc103732c82faa945c85bbb7c5c34c30b6fac72.zip
vexpress64: support the Juno Development Platform
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. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/vexpress_aemv8a_juno_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/vexpress_aemv8a_juno_defconfig b/configs/vexpress_aemv8a_juno_defconfig
new file mode 100644
index 0000000000..d28a4286e5
--- /dev/null
+++ b/configs/vexpress_aemv8a_juno_defconfig
@@ -0,0 +1,5 @@
+# ARM Ltd. Juno Board Reference Design
+CONFIG_ARM=y
+CONFIG_TARGET_VEXPRESS64_JUNO=y
+CONFIG_DEFAULT_DEVICE_TREE="vexpress64"
+CONFIG_SHOW_BOOT_PROGRESS=y
OpenPOWER on IntegriCloud