]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita51971f8f32ff6119bd9f78bdcea467efbda30e9
tree3c135bfcf37d6ccf45fd9ac4f739df95e181d416
parent1d68d34a3f3bd6628433db10cda0dfa93d4e1eda
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]