summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx
Commit message (Collapse)AuthorAgeFilesLines
...
* fix PCI resouce allocation for SSB PCI host bridgeMarkus Wigge2010-03-162-0/+106
| | | | | | | | | | | | | | | | | | | | The defined offset is wrong and the fixup-code overrides it later on so that it never gets used for most PCI devices. Unfortunately the yenta-socket allocates its own resources and crashes because of the wrong mem_offset. It seems that the offset and fixup code came from 2.4 where resource allocation was handled differently. This patch removes the unneeded parts and thus enables the yenta_socket on the WRT54G3G platform. It was tested on Asus WL500G-Premium (v1 and v2), Linksys WRT54G3G, Netgear WGT634U Signed-off-by: Michael Buesch <mb@bu3sch.de> SVN-Revision: 20239
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-114-0/+4
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* brcm47xx: fix commit r18413 "128MB ram problem"Hauke Mehrtens2010-03-0811-61/+146
| | | | | | | | | | The patch commited in r18413 was wrong. This patch prevents prom_init_mem from scanning over 128MB ram. This is from #6765 and #3177 Refresh all patches SVN-Revision: 20072
* brcm47xx: add CONFIG_CMDLINE againHauke Mehrtens2010-03-031-0/+3
| | | | | | | Fix for r19955 this patch was suggested by tripolar SVN-Revision: 19967
* brcm47xx: add support for kernel 2.6.33Hauke Mehrtens2010-03-0225-0/+2629
| | | | | | Thanks to acoul and tripolar SVN-Revision: 19955
* explicitely enable shared interrupt 2 for any core that did not a dedicated IRQFlorian Fainelli2010-02-281-0/+41
| | | | | | | | | | Explicitely enable shared interrupt 2 for any core that didn't get a dedicated IRQ anymore (fallthrough case) and for EXTIF cores to make gpio interrupts work. Also remove a bogus comment. Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 19895
* remove unneeded patchHauke Mehrtens2010-02-283-75/+0
| | | | SVN-Revision: 19891
* kernel: update to kernel 2.6.32.9Hauke Mehrtens2010-02-281-1/+1
| | | | SVN-Revision: 19890
* Fix build warningsHauke Mehrtens2010-02-204-20/+4
| | | | SVN-Revision: 19782
* refresh patchesHauke Mehrtens2010-02-2024-81/+81
| | | | SVN-Revision: 19781
* fix mistake, thanks xMffTravis Kemen2010-02-131-1/+1
| | | | SVN-Revision: 19620
* sync kernel config, closes #6675Travis Kemen2010-02-131-0/+1
| | | | SVN-Revision: 19619
* update brcm47xx to .32, thanks tripolarTravis Kemen2010-02-121-1/+1
| | | | SVN-Revision: 19592
* clean up handling of some kernel symbolsImre Kaloz2010-02-113-3/+0
| | | | SVN-Revision: 19581
* re-sort all target and subtarget config filesImre Kaloz2010-02-111-10/+10
| | | | SVN-Revision: 19580
* replace the hostapd-mini preselection in profiles with wpad-miniFelix Fietkau2010-02-031-1/+1
| | | | SVN-Revision: 19503
* replace the hostapd preselection with a wpad preselection to enable proper ↵Felix Fietkau2010-01-231-1/+1
| | | | | | client mode support in the default images SVN-Revision: 19293
* bcm47xx: Add basic 2.6.32 support.Michael Büsch2010-01-0726-0/+2595
| | | | SVN-Revision: 19062
* switch ixp4xx and ubicom32 to 2.6.30, get rid of 2.6.28 filesImre Kaloz2009-12-2731-3337/+0
| | | | SVN-Revision: 18952
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* kernel: move CONFIG_MIPS_FPU_EMU to generic kernel configFelix Fietkau2009-11-293-3/+0
| | | | SVN-Revision: 18603
* Remove patches already applied in generic and refresh patches.Hauke Mehrtens2009-11-294-843/+4
| | | | | | This fixes #6200 SVN-Revision: 18597
* add missing CONFIG_MIPS_FPU_EMU to kernel configJo-Philipp Wich2009-11-222-0/+2
| | | | SVN-Revision: 18477
* fix problem with 128MB ram.Hauke Mehrtens2009-11-133-0/+51
| | | | | | This patch is out of broadcoms official source code SVN-Revision: 18413
* some more Kconfig symbol move..Imre Kaloz2009-11-113-6/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-113-12/+0
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-113-41/+41
| | | | SVN-Revision: 18367
* fix my typoTravis Kemen2009-10-301-1/+1
| | | | SVN-Revision: 18219
* add WRT350Nv1 target, thanks sn9Travis Kemen2009-10-301-0/+16
| | | | SVN-Revision: 18218
* update to 2.6.30.9Florian Fainelli2009-10-231-1/+1
| | | | SVN-Revision: 18126
* move IMAGE_CMDLINE_HACK default to generic from targetsAndy Boyett2009-10-053-3/+0
| | | | SVN-Revision: 17905
* kernel: upgrade to 2.6.30.8 and refresh patchesGabor Juhos2009-10-011-1/+1
| | | | SVN-Revision: 17804
* remove deprecated warningHauke Mehrtens2009-09-271-1/+1
| | | | SVN-Revision: 17761
* Remove patches already included in mainline kernel.Hauke Mehrtens2009-09-262-509/+0
| | | | SVN-Revision: 17735
* add patches for kernel 2.6.31Hauke Mehrtens2009-09-2627-0/+3109
| | | | | | This is completly untested. Only a compile tests with the default config was done! SVN-Revision: 17734
* refresh patchesHauke Mehrtens2009-09-2612-33/+33
| | | | SVN-Revision: 17733
* brcm47xx: switch to 2.6.30.7Felix Fietkau2009-09-261-1/+1
| | | | SVN-Revision: 17732
* brcm47xx - add cache workarounds to 2.6.28 (merged from 2.6.30), fixes ↵Felix Fietkau2009-09-241-0/+135
| | | | | | #4293, should fix #2374 SVN-Revision: 17710
* kernel: get rid of the simple_prom_emulator, it is not really usefulGabor Juhos2009-09-102-2/+0
| | | | SVN-Revision: 17567
* kernel: add generic image_cmdline hack to MIPS targetsGabor Juhos2009-09-102-0/+2
| | | | SVN-Revision: 17563
* bcm47xx: Fix EHCI/OHCI dependenciesMichael Büsch2009-09-061-4/+8
| | | | SVN-Revision: 17536
* bcm47xx: Fix EHCI/OHCI dependenciesMichael Büsch2009-09-061-4/+8
| | | | SVN-Revision: 17535
* Fix merge errorMichael Büsch2009-09-061-1/+1
| | | | SVN-Revision: 17534
* bcm47xx: Port usb fixes to .30Michael Büsch2009-09-064-57/+117
| | | | SVN-Revision: 17533
* bcm47xx: Apply bcm5354 USB fixMichael Büsch2009-09-061-0/+63
| | | | SVN-Revision: 17531
* bcm47xx: Clean up USB patchesMichael Büsch2009-09-063-56/+53
| | | | SVN-Revision: 17530
* refresh patchesHauke Mehrtens2009-08-152-16/+16
| | | | SVN-Revision: 17268
* add the 2.6.30 port of the cache workaround patch from #4293 (thx, acoul)Felix Fietkau2009-07-191-0/+135
| | | | SVN-Revision: 16917
* rfkill config cleanupImre Kaloz2009-06-152-4/+0
| | | | SVN-Revision: 16471
* refresh patchesHauke Mehrtens2009-06-145-47/+34
| | | | SVN-Revision: 16445