xtensa: add support for the XTFPGA boards
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 5 Nov 2012 03:37:14 +0000 (07:37 +0400)
committerChris Zankel <chris@zankel.net>
Wed, 19 Dec 2012 05:10:24 +0000 (21:10 -0800)
commit0d456bad36d42d16022be045c8a53ddbb59ee478
tree3c135bfcf37d6ccf45fd9ac4f739df95e181d416
parentda844a81779e2bb263eca4ecb1046541fdb11cf8
xtensa: add support for the XTFPGA boards

The Avnet LX60/LX110/LX200 board is an FPGA board that can be configured with
an Xtensa processor and an OpenCores Ethernet device.

Signed-off-by: Chris Zankel <chris@zankel.net>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/Kconfig
arch/xtensa/Makefile
arch/xtensa/boot/Makefile
arch/xtensa/platforms/xtfpga/Makefile [new file with mode: 0644]
arch/xtensa/platforms/xtfpga/include/platform/hardware.h [new file with mode: 0644]
arch/xtensa/platforms/xtfpga/include/platform/lcd.h [new file with mode: 0644]
arch/xtensa/platforms/xtfpga/include/platform/serial.h [new file with mode: 0644]
arch/xtensa/platforms/xtfpga/lcd.c [new file with mode: 0644]
arch/xtensa/platforms/xtfpga/setup.c [new file with mode: 0644]