diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-01-23 13:41:10 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-30 14:19:17 (GMT) |
commit | ffc103732c82faa945c85bbb7c5c34c30b6fac72 (patch) | |
tree | e1d22343d1f45b36ed2f035ab667cbb5a8d0549e /board/armltd | |
parent | f91afc4d001010a31b53c232b3b1873cb789381e (diff) | |
download | u-boot-ffc103732c82faa945c85bbb7c5c34c30b6fac72.tar.xz |
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 'board/armltd')
-rw-r--r-- | board/armltd/vexpress64/Kconfig | 13 | ||||
-rw-r--r-- | board/armltd/vexpress64/MAINTAINERS | 5 |
2 files changed, 18 insertions, 0 deletions
diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig index 80eaa3d..7d5e7be 100644 --- a/board/armltd/vexpress64/Kconfig +++ b/board/armltd/vexpress64/Kconfig @@ -23,3 +23,16 @@ config SYS_CONFIG_NAME default "vexpress_aemv8a" endif + +if TARGET_VEXPRESS64_JUNO + +config SYS_BOARD + default "vexpress64" + +config SYS_VENDOR + default "armltd" + +config SYS_CONFIG_NAME + default "vexpress_aemv8a" + +endif diff --git a/board/armltd/vexpress64/MAINTAINERS b/board/armltd/vexpress64/MAINTAINERS index 66c8dff..0ba044d 100644 --- a/board/armltd/vexpress64/MAINTAINERS +++ b/board/armltd/vexpress64/MAINTAINERS @@ -9,3 +9,8 @@ VEXPRESS_AEMV8A_SEMI BOARD M: Linus Walleij <linus.walleij@linaro.org> S: Maintained F: configs/vexpress_aemv8a_semi_defconfig + +JUNO DEVELOPMENT PLATFORM BOARD +M: Linus Walleij <linus.walleij@linaro.org> +S: Maintained +F: configs/vexpress_aemv8a_juno_defconfig |