summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* 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
* refresh kernel configs with kconfig.plGabor Juhos2013-01-125-14/+14
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35119
* malta: remove 3.6 supportGabor Juhos2013-01-123-353/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35118
* malta: build lzma and gzip compressed uImagesGabor Juhos2013-01-121-0/+22
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35117
* adm5120: remove 3.6 supportGabor Juhos2013-01-1218-1059/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35116
* adm5120: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35115
* ar71xx: remove 3.6 supportGabor Juhos2013-01-12102-9399/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35114
* ar71xx: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35113
* mpc83xx: remove 3.6 supportGabor Juhos2013-01-1211-4535/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35112
* mpc83xx: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35111
* ramips: remove 3.6 supportGabor Juhos2013-01-1214-750/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35110
* ramips: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35109
* rb532: remove 3.6 supportGabor Juhos2013-01-123-206/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35108
* rb532: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35107
* ppc44x: remove 3.6 supportGabor Juhos2013-01-123-291/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35106
* ppc44x: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35105
* ppc40x: remove 3.6 supportGabor Juhos2013-01-129-2087/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35104
* ppc40x: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35103
* cns21xx: remove 3.6 supportGabor Juhos2013-01-1219-7913/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35102
* cns21xx: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35101
* kernel: update linux 3.7 to 3.7.2Gabor Juhos2013-01-1211-48/+19
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35100
* mvebu: update to 3.8-rc3Florian Fainelli2013-01-108-320/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35086
* brcm47xx: update bgmac driver to the version in mainline kernelHauke Mehrtens2013-01-101-156/+454
| | | | SVN-Revision: 35083
* kernel: update bcma and ssb to master-2013-01-09 from wireless-testingHauke Mehrtens2013-01-1038-1463/+3769
| | | | SVN-Revision: 35080
* clean up PCI bus topologyImre Kaloz2013-01-101-0/+27
| | | | | | | | This makes the PCI bus topology more standard for devices behind a bridge Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 35079