summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx
Commit message (Collapse)AuthorAgeFilesLines
* brcm47xx: remove support for older for kernelhauke2010-03-2652-5690/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20492 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update to 2.6.32.10juhosg2010-03-263-15/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added feature "pcmcia"markus2010-03-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20268 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix yenta_socket drivermarkus2010-03-162-0/+96
| | | | | | | | Disable some calls the WRT54G3G implementation does not like and enable interrupts to allow hotplugging. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix PCI resouce allocation for SSB PCI host bridgemarkus2010-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20239 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵nico2010-03-114-0/+4
| | | | | | sense instead (partially revert [18370]) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: fix commit r18413 "128MB ram problem"hauke2010-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20072 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add CONFIG_CMDLINE againhauke2010-03-031-0/+3
| | | | | | | | Fix for r19955 this patch was suggested by tripolar git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19967 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add support for kernel 2.6.33hauke2010-03-0225-0/+2629
| | | | | | | Thanks to acoul and tripolar git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] explicitely enable shared interrupt 2 for any core that did not a ↵florian2010-02-281-0/+41
| | | | | | | | | | | | dedicated IRQ 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] remove unneeded patchhauke2010-02-283-75/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update to kernel 2.6.32.9hauke2010-02-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] Fix build warningshauke2010-02-204-20/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] refresh patcheshauke2010-02-2024-81/+81
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19781 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mistake, thanks xMffthepeople2010-02-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19620 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync kernel config, closes #6675thepeople2010-02-131-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update brcm47xx to .32, thanks tripolarthepeople2010-02-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up handling of some kernel symbolskaloz2010-02-113-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* re-sort all target and subtarget config fileskaloz2010-02-111-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace the hostapd-mini preselection in profiles with wpad-mininbd2010-02-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19503 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace the hostapd preselection with a wpad preselection to enable proper ↵nbd2010-01-231-1/+1
| | | | | | client mode support in the default images git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Add basic 2.6.32 support.mb2010-01-0726-0/+2595
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19062 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch ixp4xx and ubicom32 to 2.6.30, get rid of 2.6.28 fileskaloz2009-12-2731-3337/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.30, refresh patchesflorian2009-12-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18635 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: move CONFIG_MIPS_FPU_EMU to generic kernel confignbd2009-11-293-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18603 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] Remove patches already applied in generic and refresh patches.hauke2009-11-294-843/+4
| | | | | | | | | This fixes #6200 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] add missing CONFIG_MIPS_FPU_EMU to kernel configjow2009-11-222-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] fix problem with 128MB ram.hauke2009-11-133-0/+51
| | | | | | | This patch is out of broadcoms official source code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some more Kconfig symbol move..kaloz2009-11-113-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another round of kernel config cleanupskaloz2009-11-113-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sort all target config fileskaloz2009-11-113-41/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix my typothepeople2009-10-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add WRT350Nv1 target, thanks sn9thepeople2009-10-301-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18218 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.30.9florian2009-10-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic-2.6] move IMAGE_CMDLINE_HACK default to generic from targetsagb2009-10-053-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: upgrade to 2.6.30.8 and refresh patchesjuhosg2009-10-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] remove deprecated warninghauke2009-09-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] Remove patches already included in mainline kernel.hauke2009-09-262-509/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] add patches for kernel 2.6.31hauke2009-09-2627-0/+3109
| | | | | | | This is completly untested. Only a compile tests with the default config was done! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] refresh patcheshauke2009-09-2612-33/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17733 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: switch to 2.6.30.7nbd2009-09-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx - add cache workarounds to 2.6.28 (merged from 2.6.30), fixes ↵nbd2009-09-241-0/+135
| | | | | | #4293, should fix #2374 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17710 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: get rid of the simple_prom_emulator, it is not really usefuljuhosg2009-09-102-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add generic image_cmdline hack to MIPS targetsjuhosg2009-09-102-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Fix EHCI/OHCI dependenciesmb2009-09-061-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17536 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Fix EHCI/OHCI dependenciesmb2009-09-061-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17535 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix merge errormb2009-09-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17534 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Port usb fixes to .30mb2009-09-064-57/+117
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Apply bcm5354 USB fixmb2009-09-061-0/+63
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Clean up USB patchesmb2009-09-063-56/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17530 3c298f89-4303-0410-b956-a3cf2f4a3e73