target: socfpga: Add Altera SoCFPGA support
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 May 2016 22:52:00 +0000 (22:52 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 May 2016 22:52:00 +0000 (22:52 +0000)
commit312f610ef747b095fd4de7603a3d55ae1f0f2df1
tree6e4bf314ba8e2ae7ffd68f166a46977aad676ec8
parent317f8a56f76bbd079fda61d7e7feff8f7bd4abdd
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49367 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]