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)
commit432743c3276928794cd46ae38479f78fadff43e3
tree970f865bfa0c4cfb3185da33dc0a57647b094542
parent8d1114ba599e5758369a0dde48f78b4875a2e972
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]