- Aug 11, 2014
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 42149
-
Luka Perkov authored
The GW5520 is a small form-factor single-board computer with the following features: * 70x100mm form-factor * IMX6DL 800MHz SoC (IMX6Q optional) * 512MB 32bit DDR3 SDRAM (up to 2GB optional) * 256MB NAND FLASH (up to 2GB optional) * Gateworks System Controller * 2x front-panel Intel i210 GbE adapters with passive PoE support * 2x MiniPCIe sockets with USB support * 2x front-panel USB * 1x rear-panel full-size HDMI connector * 1x front-panel bi-color user LED * 1x front-panel user pushbutton * 1x rear-panel barrel jack for power * 1x Application connector with: * 2x TTL level UARTs * 10x TTL level Digital IO Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 42148
-
Luka Perkov authored
The GW16083 Ethernet Expansion Mezzanine adds the following to supported Gateworks baseboards: * 7-port Ethernet Switch * 4x RJ45 ports (ENET1-4) supporing 802.11af/at PoE (with optional PoE module) * 2x RJ45 ports or SFP module (ENET5-6) (auto-selected) This series adds support for a phy driver that adds support for ENET5/ENET6 PHY adding initialization for those PHY's and a polling mechanism that detects SFP insertion and configuration. Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 42147
-
Luka Perkov authored
The GW16082 miniPCI Expansion Mezzanine has the INTA/B/C/D IRQ's reversed from the PCI standard. This will soon be resolved in the bootloader via devicetree, but in the meantime this will work around the issue. Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 42146
-
Luka Perkov authored
Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 42145
-
Luka Perkov authored
Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 42144
-
Hauke Mehrtens authored
Now it is possible to use b43 wifi. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42143
-
Hauke Mehrtens authored
bcma does not support this card and b43 hangs when probing this card. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42142
-
Hauke Mehrtens authored
This fixes a redefinition of net_get_random_once() warning. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42141
-
Jo-Philipp Wich authored
When looking for the first ipaddr also consider the current prefix just like network_get_ipaddrs6 does. If ipv6-address was empty the function did not return the first ipaddr even if the list was non-empty. fixes commit 83e9122f88a002871d5cdf421cf6aa6052b7e006 Signed-off-by:
Henning Schild <henning@hennsch.de> SVN-Revision: 42139
-
Jo-Philipp Wich authored
Properly skip struct ifaddr entries with NULL ifa_addr, thanks Kostas Papadopoulos for reporting. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42138
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 42131
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 42130
-
Jonas Gorski authored
Now that we migrated all users to dtb based detection, we can drop the board fixup code. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42129
-
Jonas Gorski authored
This splits up neufbox 4 for now into two images, one for each OEM. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42128
-
Jonas Gorski authored
Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42127
-
Jonas Gorski authored
This requires individual images for each board version for now. Linux partition was shrunk to ensure writing thewrong image won't erase wifi calibration data. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42126
-
Jonas Gorski authored
Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42125
-
Jonas Gorski authored
Use appended dtb for board detection for bcm96328avng. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42124
-
Jonas Gorski authored
Add the required nodes to the dtsi files and code to prevent double registration from the board support code. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42123
-
Jonas Gorski authored
Add a helper for building images with dtb appended kernels. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42122
-
Jonas Gorski authored
In preparation for switching to dtb based board identification, add support for building lzma-loader and lzma cfe kernels with dtb appended. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42121
-
Jonas Gorski authored
Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42120
-
Jonas Gorski authored
Allow appending a dtb blob to the binary and use it for identifying the board. Fall back to nvram based identification in case of no dtb passed. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42119
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 42118
-
Jonas Gorski authored
Make it less likely for quilt/patch to put boards into the "wrong" section. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42117
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> [jogo fix 553-boards_probe_switch.patch] Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42116
-
Jo-Philipp Wich authored
Utilize the new selective conntrack flushing facility to clear out active conntrack entries referring to old IP addresses after a firewall reload. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42114
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 42113
-
Jo-Philipp Wich authored
Enable the separate feed repositories by default to align custom builds with the repositories available on the snapshot download server. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42112
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 42111
-
- Aug 10, 2014
-
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42110
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42109
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42108
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42107
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42106
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42105
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42104
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42103
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42102
-