]> git.ipfire.org Git - people/ms/u-boot.git/commit
xtensa: add support for the 'xtfpga' evaluation board
authorChris Zankel <chris@zankel.net>
Wed, 10 Aug 2016 15:36:48 +0000 (18:36 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 15 Aug 2016 22:46:40 +0000 (18:46 -0400)
commit7e270ec3af02d2358f9a454ba0d0bb39f07d14b6
tree6d60ccd942f2dccb9017550e988a446de7351781
parent28b48a0710cde7270bca423cee8ed12b0c54eb01
xtensa: add support for the 'xtfpga' evaluation board

The 'xtfpga' board is actually a set of FPGA evaluation boards that
can be configured to run an Xtensa processor.

 - Avnet Xilinx LX60
 - Avnet Xilinx LX110
 - Avnet Xilinx LX200
 - Xilinx ML605
 - Xilinx KC705

These boards share the same components (open-ethernet, ns16550 serial,
lcd display, flash, etc.).

Signed-off-by: Chris Zankel <chris@zankel.net>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
18 files changed:
arch/xtensa/Kconfig
arch/xtensa/dts/Makefile
arch/xtensa/dts/kc705.dts [new file with mode: 0644]
arch/xtensa/dts/kc705_nommu.dts [new file with mode: 0644]
arch/xtensa/dts/ml605.dts [new file with mode: 0644]
arch/xtensa/dts/ml605_nommu.dts [new file with mode: 0644]
arch/xtensa/dts/xtfpga-flash-128m.dtsi [new file with mode: 0644]
arch/xtensa/dts/xtfpga-flash-16m.dtsi [new file with mode: 0644]
arch/xtensa/dts/xtfpga.dtsi [new file with mode: 0644]
board/cadence/xtfpga/Kconfig [new file with mode: 0644]
board/cadence/xtfpga/MAINTAINERS [new file with mode: 0644]
board/cadence/xtfpga/Makefile [new file with mode: 0644]
board/cadence/xtfpga/README [new file with mode: 0644]
board/cadence/xtfpga/xtfpga.c [new file with mode: 0644]
configs/xtfpga_defconfig [new file with mode: 0644]
drivers/sysreset/Makefile
drivers/sysreset/sysreset_xtfpga.c [new file with mode: 0644]
include/configs/xtfpga.h [new file with mode: 0644]