1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/target/linux
John Crispin 2d45ad07fc zynq: add new target
Add support for Xilinx ZC702 Dev board

Zynq target is using 4.4 kernel and mainline 2016.1 u-boot.

Patch is tested with Xilinx ZC702 Dev board with SD boot mode.

known issues:
 - no QSPI driver in 4.4 kernel: no QSPI flash support
 - USB is not working in 4.4 kernel

Signed-off-by: Jason Wu <jason.wu.misc@gmail.com>

 create mode 100644 package/boot/uboot-zynq/Makefile
 create mode 100644 target/linux/zynq/Makefile
 create mode 100644 target/linux/zynq/base-files.mk
 create mode 100755 target/linux/zynq/base-files/etc/board.d/02_network
 create mode 100644 target/linux/zynq/base-files/etc/config/network
 create mode 100644 target/linux/zynq/base-files/etc/inittab
 create mode 100644 target/linux/zynq/config-4.4
 create mode 100644 target/linux/zynq/image/Makefile
 create mode 100755 target/linux/zynq/image/mkits.sh
 create mode 100644 target/linux/zynq/patches-4.4/0001-arm-dts-zynq-zc702.dts-Set-default-rdinit-to-sbin-in.patch
 create mode 100644 target/linux/zynq/profiles/zc702.mk

SVN-Revision: 48697
2016-02-12 08:29:24 +00:00
..
adm5120
adm8668 base-files: remove default /etc/config/network, generate it via board.d instead 2016-01-25 16:30:41 +00:00
ar7
ar71xx ag71xx: fix build error with debugfs code 2016-02-11 22:48:36 +00:00
arc770 base-files: remove default /etc/config/network, generate it via board.d instead 2016-01-25 16:30:41 +00:00
arm64 kernel: disable bogus DEVTMPFS config overrides 2016-01-17 10:40:36 +00:00
at91 base-files: remove default /etc/config/network, generate it via board.d instead 2016-01-25 16:30:41 +00:00
ath25
au1000
bcm53xx bcm53xx: add Netgear R8500 GPIOs 2016-02-05 12:33:50 +00:00
brcm47xx brcm47xx: add proper switch port mapping for WRT610Nv2 / Linksys E3000v1 2016-01-27 20:47:44 +00:00
brcm63xx base-files: remove default /etc/config/network, generate it via board.d instead 2016-01-25 16:30:41 +00:00
brcm2708 brcm2708: add missing symbols 2016-02-08 09:22:56 +00:00
cns3xxx cns3xxx: enable CONFIG_PROC_STRIPPED to improve network performance 2016-01-31 12:35:33 +00:00
gemini
generic kernel: fix uninitialized variable in bridge multicast-to-unicast patch on 4.3 2016-02-11 15:00:19 +00:00
imx6 base-files: remove default /etc/config/network, generate it via board.d instead 2016-01-25 16:30:41 +00:00
ipq806x kernel: update kernel 3.18 to 3.18.26 2016-01-25 21:43:26 +00:00
ixp4xx ixp4xx: fix initramfs builds 2016-01-31 00:54:53 +00:00
kirkwood kirkwood: drop 4.3 support 2016-01-25 22:54:52 +00:00
lantiq lantiq: VGV7510KW22/VGV7519 update spi pinmux group 2016-02-08 08:25:31 +00:00
malta malta: move to 4.4 kernel 2016-01-28 22:42:49 +00:00
mcs814x
mediatek base-files: remove default /etc/config/network, generate it via board.d instead 2016-01-25 16:30:41 +00:00
mpc85xx mpc85xx: fix TL-WDR4900 mac address assignment to match original firmware 2016-02-07 14:18:36 +00:00
mvebu mvebu: fix WRT1900AC v1 LED driver module 2016-02-09 12:33:53 +00:00
mxs mxs: bump to 4.4 2016-01-30 12:13:21 +00:00
netlogic base-files: remove default /etc/config/network, generate it via board.d instead 2016-01-25 16:30:41 +00:00
octeon octeon: get rid of /lib/functions/octeon.sh hackery, use sysinfo directly 2016-01-29 23:19:41 +00:00
omap kernel: disable bogus DEVTMPFS config overrides 2016-01-17 10:40:36 +00:00
omap24xx
orion
oxnas base-files: remove default /etc/config/network, generate it via board.d instead 2016-01-25 16:30:41 +00:00
ppc40x
ppc44x
ramips ramips: fix build error on oversized images by putting the dir-860l-b1 size check at the end of the chain 2016-02-08 19:18:21 +00:00
rb532
realview
sunxi sunxi: update orangepi-plus profile to reflect the real uboot package 2016-02-03 23:57:35 +00:00
uml uml: update to linux 4.4 2016-01-17 10:41:52 +00:00
x86 x86: preserve partition table on sysupgrade 2016-02-09 12:33:17 +00:00
xburst
zynq zynq: add new target 2016-02-12 08:29:24 +00:00
Makefile