summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update linux 3.7 to 3.7.4Gabor Juhos2013-01-2412-15/+15
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35318
* kernel: refresh 3.8 patchesFlorian Fainelli2013-01-246-10/+10
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35317
* mvebu: update to 3.8-rc4Florian Fainelli2013-01-242-2/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35316
* kernel: add missing config options for 3.8Hauke Mehrtens2013-01-241-0/+2
| | | | SVN-Revision: 35315
* brcm47xx: change generic profilesHauke Mehrtens2013-01-2417-78/+218
| | | | | | | | The default profile now contains Ethernet drivers for all the types found on supported boards. There are other profiles for each Ethernet driver. SVN-Revision: 35314
* kernel: remove the cisco sip phone patch for 3.7 and 3.8 as wellFelix Fietkau2013-01-232-236/+0
| | | | SVN-Revision: 35310
* ar71xx: sync kernel sizes where possible to fix images for some devices (#12874)Felix Fietkau2013-01-231-8/+8
| | | | SVN-Revision: 35309
* bcm63xx: switch to b53 and swconfigJonas Gorski2013-01-2325-58/+260
| | | | | | | | | | | | | | | | | Switch to using the B53 switch driver where appropriate. Use a non-tagged default config where it isn't confirmed to be working. Remove the switch configuration in preinit as the switch will now be configured by the driver to use port isolation to prevent leakage between lan and wan. While at it, also provide a switch config for Neufbox 6. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35307
* bcm63xx: expose the internal switch to b53Jonas Gorski2013-01-231-0/+169
| | | | | | | | Allow b53 access to the internal switch of BCM6328, BCM6362 and BCM6368. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35306
* generic: add b53 swconfig switch driverJonas Gorski2013-01-2316-0/+3045
| | | | | | | | | | | | | Add swconfig switch driver for Broadcom BCM53XX switch chips. Supports switches connected through MDIO, SPI or memory mapped registers, and supports BCM5325, BCM539x, BCM531x5 and the BCM63XX internal switch chips. Tested are BCM5325 trough MDIO, BCM53115 through SPI, and BCM6328. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35305
* bcm63xx: move bcm63xx-spi into the kernelJonas Gorski2013-01-234-19/+2
| | | | | | | | | The SPI driver is needed for supporting to boot from SPI flash on BCM6358 and BCM6368, and for SPI connected switches. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35304
* kernel: remove 340-module_alloc_size_check.patch from linux 3.8, it is not ↵Felix Fietkau2013-01-191-20/+0
| | | | | | necessary anymore SVN-Revision: 35248
* ramips: add profile and build image for the Tenda 3G300MGabor Juhos2013-01-192-0/+19
| | | | | | | | | | | | Factory image should be used to flash from original firmware. [juhosg: use the GENERIC_4M template] Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35246
* ramips: add user-space support for the Tenda 3G300MGabor Juhos2013-01-197-0/+14
| | | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35245
* ramips: add kernel support for the Tenda 3G300MGabor Juhos2013-01-195-0/+134
| | | | | | | | | | | | Ralink RT3052F, 4MB flash, 32MB ram, one USB 2.0, two buttons and seven leds. Factory image should be used to flash from original firmware. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35244
* ramips: use MkImage for Hauppauge Broadway, Netcore NW718 and Tenda W306R V2.0Gabor Juhos2013-01-191-23/+3
| | | | | | | | | | | | | | | | | | These targets need custom image names specified in the uImage header. MkImage accepts an optional 4th argument to do exactly that. Reuse the facility to generate factory images. Compile-tested, the generated files inspected with "file" utility. [juhosg: - keep the factory.bin images to avoid users confusion, - use GENERIC_4M template for the W306R V2.0 - update commit log] Signed-off-by: Paul Fertser <fercerpav@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35243
* ramips: allow to override image name/suffix in GENERIC_{4,8}M macrosGabor Juhos2013-01-191-4/+5
| | | | | | | | | Sysupgrade/KRuImage and BuildFirmware/Generic macros are changed as well. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35242
* ramips: do not stop the build if some targets failGabor Juhos2013-01-191-4/+4
| | | | | | | | | | This becomes crucial when you are using a generic profile to build an image larger than 4M, e.g. for w502u. Signed-off-by: Paul Fertser <fercerpav@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35238
* generic: rtl8366_smi: only assign pvid if no pvid was set yetJonas Gorski2013-01-181-1/+7
| | | | | | | | | | | | | | Only assign a pvid if the current pvid is 0. Fixes using mixed tagged and untagged traffic on a port and the untagged vlan isn't the last one of which the port is a member. Tested on RTL8366S and RTL8367R. Fixes #8501. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35227
* all targets: use numerically prefixed uci-defaults file names to better ↵Jo-Philipp Wich2013-01-1822-0/+0
| | | | | | control order of execution SVN-Revision: 35217
* kernel: update linux 3.7 to 3.7.3Gabor Juhos2013-01-1816-78/+23
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35216
* mvebu: enable PCI in kernel configurationFlorian Fainelli2013-01-171-4/+6
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35214
* mvebu: enable PCIe on Marvell Armada 370 Reference DesignFlorian Fainelli2013-01-171-0/+23
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35213
* mvebu: enable USB on Armada 370 Reference DesignFlorian Fainelli2013-01-171-0/+16
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35212
* mvebu: add preliminary support for PCI expressFlorian Fainelli2013-01-1716-0/+1434
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35211
* mvebu: refresh patchesFlorian Fainelli2013-01-1721-137/+27
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35210
* kernel: refresh 3.8 patchesFlorian Fainelli2013-01-1711-13/+13
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35209
* mvebu: add board detection scriptsFlorian Fainelli2013-01-172-0/+60
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35208
* mvebu: enable /proc/devicetree usageFlorian Fainelli2013-01-171-0/+1
| | | | | | | | | This is going to be used for proper user-space board identification (ala mcs814x). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35207
* mvebu: add default profileFlorian Fainelli2013-01-171-0/+20
| | | | | | | | | Such that relevant kernel modules are selected (USB, I2C, SATA, RTC, SDIO) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35206
* x86: explicitely pass staging directory to grub-mkimage instead of relying ↵Jo-Philipp Wich2013-01-171-0/+2
| | | | | | on build time defaults (#12821) SVN-Revision: 35200
* generic: add EHCI|OHCI platform driver fix to 3.[36]Gabor Juhos2013-01-174-0/+196
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35194
* ramips: enable BR6425N in kernel configFelix Fietkau2013-01-171-0/+1
| | | | | | | | | Though originally contained in the patch applied in r35020, the move to 3.7 in r34845 lost the kernel .config option. Reintroduce it to config-3.7. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 35191
* mvebu: add support for EHCI controllerFlorian Fainelli2013-01-156-8/+224
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35181
* mvebu: add support for the Marvell Armada 370 Reference Design boardFlorian Fainelli2013-01-154-3/+134
| | | | | | | | Keep the patches in sync with the upstream developments. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35179
* mvebu: enable SMP with SMP on UP enabledFlorian Fainelli2013-01-151-2/+23
| | | | | | | | The same kernel works ok for both Armada 370 (UP) and Armada XP (SMP) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35178
* mvebu: add support for RTCFlorian Fainelli2013-01-153-0/+55
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35176
* kernel: port 203-kallsyms_uncompressed.patch and 305-mips_module_reloc.patch ↵Felix Fietkau2013-01-142-0/+458
| | | | | | to 3.8 SVN-Revision: 35162
* generic: remove EHCI platform driver fix from 3.8Gabor Juhos2013-01-141-47/+0
| | | | | | | | It is not needed on 3.8. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35160
* generic: add EHCI|OHCI platform driver fix from the cns21xx targetGabor Juhos2013-01-146-116/+212
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35159
* target: enable XZ BCJ decompressor code after r35097Florian Fainelli2013-01-1424-0/+48
| | | | | | | | | Required to actually be able to mount squashfs xz compressed filesystems. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35156
* kernel: add a config option for keeping the kallsyms table uncompressed, ↵Felix Fietkau2013-01-142-0/+109
| | | | | | saving ~9kb kernel size after lzma on ar71xx SVN-Revision: 35154
* ar71xx: fix unaligned access in cls_u32Felix Fietkau2013-01-131-0/+22
| | | | SVN-Revision: 35132
* ar71xx: fix unaligned access in a few more placesFelix Fietkau2013-01-131-20/+151
| | | | SVN-Revision: 35130
* ar71xx: improve unaligned access patches, add a net_hdr_word() macro which ↵Felix Fietkau2013-01-131-20/+465
| | | | | | assumes 2-byte aligned access and generates better code than {get,put}_unaligned_cpu32 SVN-Revision: 35129
* ar71xx: avoid __packed define in the unaligned access hack patch, make the ↵Felix Fietkau2013-01-131-6/+37
| | | | | | ipv6 address struct also 2-byte-aligned/packed SVN-Revision: 35127
* kernel: add back the mips module relocation patchFelix Fietkau2013-01-131-0/+350
| | | | SVN-Revision: 35126
* ar71xx: add more cpu feature overrides, slightly reduces kernel sizeFelix Fietkau2013-01-131-0/+28
| | | | SVN-Revision: 35125
* ar71xx: extend the unaligned access hacks to a few more places that showed ↵Felix Fietkau2013-01-131-0/+41
| | | | | | up in the new kernel SVN-Revision: 35124
* brcm47xx: BCMA - Update default IRQ assignment per upstream changeHauke Mehrtens2013-01-121-0/+9
| | | | | | | | | Update the default IRQ assignment for unrecognized devices per the upstream change. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 35121