summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel: update remaning platforms accidentally left out of r37617Felix Fietkau2013-07-301-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37619
* kernel: update 3.10 to 3.10.3Gabor Juhos2013-07-261-1/+1
| | | | | | | | Also refresh 3.10 patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37546
* kernel: update 3.10 to 3.10.2Gabor Juhos2013-07-221-1/+1
| | | | | | | | Also refresh 3.10 patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37502
* linux: remove duplicated 3.10 symbols from target config filesGabor Juhos2013-07-201-1/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37467
* kernel: move CONFIG_NET_IP_TUNNEL to genericJonas Gorski2013-07-191-1/+0
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37465
* ixp4xx: switch cambira to gpio_keys_polledJonas Gorski2013-07-191-9/+9
| | | | | | | | gpio_buttons have been deprecated since a long time. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37434
* kernel: update to kernel 3.10.1 and refresh patchesHauke Mehrtens2013-07-131-1/+1
| | | | SVN-Revision: 37275
* ixp4xx: replace magic number with macros in avila/ixdp425/miccpt PCI routing ↵Jonas Gorski2013-07-032-2/+26
| | | | | | | | | | | setup Replace magic number with the appropriate macro in avila/ixdp425/miccpt PCI routing setup. Signed-off-by: Tamas TEVESZ <ice@extreme.hu> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37154
* ixp4xx: switch to kernel 3.10Jonas Gorski2013-07-0341-9488/+1
| | | | | | | | Fixes network issues at least on NSLU2 (#13801). Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37153
* ixp4xx: add support for linux 3.10Jonas Gorski2013-07-0140-0/+9601
| | | | | | | | Run tested on a NSLU2. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37124
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-272-4/+1
| | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37049
* target: enable XZ BCJ decompressor code after r35097Florian Fainelli2013-01-141-0/+2
| | | | | | | | | Required to actually be able to mount squashfs xz compressed filesystems. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35156
* kernel: add missing USB configuration symbols after r34501Florian Fainelli2012-12-071-0/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34568
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-2/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34403
* add support for the Tonze AP-422/425Imre Kaloz2012-11-113-0/+291
| | | | SVN-Revision: 34165
* refresh patchImre Kaloz2012-11-111-2/+0
| | | | SVN-Revision: 34164
* move fixed mapping of internal devices into vmalloc regionImre Kaloz2012-11-111-0/+76
| | | | SVN-Revision: 34158
* fixup typos in the compex patchImre Kaloz2012-11-071-2/+2
| | | | SVN-Revision: 34104
* use the mainline machname for the compex boardsImre Kaloz2012-11-0510-81/+63
| | | | SVN-Revision: 34083
* target: refresh all target configs with kconfig.plGabor Juhos2012-10-291-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33987
* ixp4xx: add sysupgrade supportFelix Fietkau2012-10-173-0/+192
| | | | | | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> target/linux/ixp4xx/base-files/lib/ixp4xx.sh | 25 ++ target/linux/ixp4xx/base-files/lib/upgrade/platform.sh | 156 +++++++++++++++++ target/linux/ixp4xx/image/Makefile | 11 + 3 files changed, 192 insertions(+) SVN-Revision: 33828
* drop GPIODEV platform codeJohn Crispin2012-10-173-33/+4
| | | | SVN-Revision: 33825
* gpiodev/gpioctl RIPJohn Crispin2012-10-111-1/+0
| | | | SVN-Revision: 33725
* The Gateworks System Controller (GSC) is an i2c device that provides system ↵Imre Kaloz2012-10-111-0/+1
| | | | | | | | level monitoring and control of Gateworks boards. It is used on several product families spanning several different target architectures (ixp4xx, cns3xxx, davinci). Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33720
* ixp4xx: enable OPTIMIZE_FOR_SIZEFelix Fietkau2012-10-101-0/+1
| | | | | | | | | Enabling OPTIMIZE_FOR_SIZE cuts the kernel binary down by 50K which is critical for some small-footprint boards. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33679
* ixp4xx: add missing reboot handlers (fixes #11577)Felix Fietkau2012-10-0912-12/+24
| | | | SVN-Revision: 33672
* ixp4xx: update Gateworks Avila board supportFelix Fietkau2012-10-071-27/+387
| | | | | | | | | | | | | | | | | Several new features for newer boards: - add additional UARTs present on some boards - add additional LEDs present on some boards - add HSS audio device codec present on some boards - add support for GSC present on some boards - add per model setup support for newer boards - set FLASH window per-model for boards with larger FLASH Some fixes: - add IRQ mapping for additional PCI devices (USB Host) Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33647
* ixp4xx: patch cleanupFelix Fietkau2012-10-073-181/+108
| | | | | | | | roll all avila patches into a single patch (no code changes) Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33646
* ixp4xx: Add HSS audio driver for Avila product familyFelix Fietkau2012-10-071-0/+2085
| | | | | | | | Add ixp4xx HSS audio driver for Avila Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33645
* ixp4xx: update Gateworks Cambria board supportFelix Fietkau2012-10-071-11/+447
| | | | | | | | | | | | | | | | | Several new features for newer boards: - add irq mapping for additional devices - add platform data for i2c bus to SFP modules - add additional UARTs present on some boards - increased R/W delay for expansion bus UARTs - add additional LEDs present on some boards - add GPIO exports and configuration - add ENET switch config present on some boards - add support for GSC present on some boards - added per model setup support for newer boards Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33644
* ixp4xx: patch cleanupFelix Fietkau2012-10-074-250/+145
| | | | | | | | roll all cambria patches into a single patch (no code changes) Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33643
* ixp4xx: split out new UART I/O to its own patchFelix Fietkau2012-10-072-121/+122
| | | | | | | | This is being done for general cleanup Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33642
* dont explicitly select wireless-tools. rely on the drivers that need them to ↵John Crispin2012-09-283-3/+3
| | | | | | have the right dependency SVN-Revision: 33593
* move ixp4xx-eth to target specific modules.mkFlorian Fainelli2012-07-251-0/+16
| | | | SVN-Revision: 32858
* move crypto module to target specific modules.mkFlorian Fainelli2012-07-251-0/+17
| | | | SVN-Revision: 32856
* MI424WR - add rev D supportJohn Crispin2012-07-241-7/+42
| | | | | | | | | | | Add support for revision D of the MI424WR. Rev D swaps LAN & WAN ports so this patch maintains eth0 for LAN and eth1 for WAN. For details on rev D usage, see http://wiki.openwrt.org/toh/actiontec/mi424wr Signed-off-by: Jose Vasconcellos <jvasco@verizon.net> SVN-Revision: 32820
* bump to 3.3.8John Crispin2012-06-051-1/+1
| | | | SVN-Revision: 32055
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-231-1/+1
| | | | SVN-Revision: 31848
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737
* kernel: update linux 3.3 to 3.3.6Gabor Juhos2012-05-141-1/+1
| | | | SVN-Revision: 31709
* ixp4xx: fix ixp4xx_crypto build errorGabor Juhos2012-05-121-0/+10
| | | | SVN-Revision: 31679
* ixp4xx: nuke 2.6.37 supportGabor Juhos2012-05-0942-6427/+0
| | | | SVN-Revision: 31663
* ixp4xx: switch to 3.3Gabor Juhos2012-05-091-1/+1
| | | | SVN-Revision: 31662
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-071-2/+2
| | | | SVN-Revision: 31645
* ixp4xx: remove 2.6.3{2,8} and 3.0 supportGabor Juhos2012-04-21124-19156/+0
| | | | SVN-Revision: 31414
* kernel: update linux 3.3 to 3.3.2Jonas Gorski2012-04-172-44/+1
| | | | SVN-Revision: 31336
* ixp4xx: add support for linux 3.3.1Felix Fietkau2012-04-1341-0/+6467
| | | | SVN-Revision: 31275
* targets: replace madwifi in profiles with ath5k, madwifi is unmaintainedFelix Fietkau2012-03-195-5/+5
| | | | SVN-Revision: 31015
* ixp4xx: fix a compile errorFelix Fietkau2012-02-251-0/+11
| | | | SVN-Revision: 30728
* add 3.0 supportImre Kaloz2011-07-0641-0/+6217
| | | | SVN-Revision: 27493