]> git.karo-electronics.de Git - karo-tx-linux.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, 28 Nov 2012 20:05:23 +0000 (12:05 -0800)
commitfa0e1e160d1c30dbd071781a167f0decc13db12b
tree672a414dea1968917d4fd705ae097c8cad74acf3
parent6831722c564d7a516c18403b7444cfb6b7761c57
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]