target: socfpga: Add Altera SoCFPGA support
authorLuka Perkov <luka@openwrt.org>
Tue, 10 May 2016 22:52:00 +0000 (22:52 +0000)
committerLuka Perkov <luka@openwrt.org>
Tue, 10 May 2016 22:52:00 +0000 (22:52 +0000)
commit309626effc2a54d00183e8bc300a0156e09a5461
tree6e4bf314ba8e2ae7ffd68f166a46977aad676ec8
parent3d16f00acf6dd268186c06787e0f6a08e9273a85
target: socfpga: Add Altera SoCFPGA support

This patch adds support for the Altera SoCFPGA target.
Both generic target and Terasic SoCkit boards are supported.

Signed-off-by: Marek Vasut <marex@denx.de>
SVN-Revision: 49367
27 files changed:
package/boot/uboot-socfpga/Makefile [new file with mode: 0644]
package/boot/uboot-socfpga/patches/0001-arm-socfpga-Drop-space-after-loadaddr-in-extra-env.patch [new file with mode: 0644]
package/boot/uboot-socfpga/patches/0002-arm-socfpga-Tweak-SoCkit-default-env-for-OpenWRT.patch [new file with mode: 0644]
package/kernel/linux/modules/usb.mk
target/linux/socfpga/Makefile [new file with mode: 0644]
target/linux/socfpga/base-files.mk [new file with mode: 0644]
target/linux/socfpga/base-files/etc/fw_env.config [new file with mode: 0644]
target/linux/socfpga/base-files/etc/init.d/sockit_vtcon [new file with mode: 0755]
target/linux/socfpga/base-files/etc/uci-defaults/01_leds [new file with mode: 0644]
target/linux/socfpga/base-files/etc/uci-defaults/02_network [new file with mode: 0644]
target/linux/socfpga/base-files/lib/preinit/03_socfpga_detect [new file with mode: 0644]
target/linux/socfpga/base-files/lib/preinit/79_move_config [new file with mode: 0644]
target/linux/socfpga/base-files/lib/socfpga.sh [new file with mode: 0755]
target/linux/socfpga/base-files/lib/upgrade/platform.sh [new file with mode: 0755]
target/linux/socfpga/base-files/lib/upgrade/sockit.sh [new file with mode: 0644]
target/linux/socfpga/config-4.4 [new file with mode: 0644]
target/linux/socfpga/image/Config.in [new file with mode: 0644]
target/linux/socfpga/image/Makefile [new file with mode: 0644]
target/linux/socfpga/image/gen_socfpga_sdcard_img.sh [new file with mode: 0755]
target/linux/socfpga/image/ubinize.cfg [new file with mode: 0644]
target/linux/socfpga/patches-4.4/0001-dt-bindings-gpio-altera-Fix-altr-interrupt-type-prop.patch [new file with mode: 0644]
target/linux/socfpga/patches-4.4/0002-usb-dwc2-gadget-Repair-DSTS-register-decoding.patch [new file with mode: 0644]
target/linux/socfpga/patches-4.4/0003-ARM-socfpga-dts-Enable-MMC-support-at-correct-place-.patch [new file with mode: 0644]
target/linux/socfpga/patches-4.4/0004-ARM-socfpga-Add-support-for-HPS-LEDs-on-SoCKit.patch [new file with mode: 0644]
target/linux/socfpga/patches-4.4/0005-ARM-socfpga-Add-support-for-HPS-KEYs-SWs-on-SoCKit.patch [new file with mode: 0644]
target/linux/socfpga/profiles/100-generic.mk [new file with mode: 0644]
target/linux/socfpga/profiles/110-socfpga_sockit.mk [new file with mode: 0644]