summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/files/arch/mips
Commit message (Collapse)AuthorAgeFilesLines
* [brcm47xx] Port to kernel 2.6.30.hauke2009-06-134-0/+417
| | | | | | | | | There is an error in the unlzma system in the kernel. A lzma compressed squashfs filesystem does not work for me. This should compile and works for me on my Asus WL-500GP, please test it on more systems. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16441 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change the way ./files* and the generic kernel files are applied. ./files ↵nbd2008-10-1811-1567/+0
| | | | | | now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Fix warningmb2008-03-191-1/+1
| | | | | | | | arch/mips/bcm947xx/irq.c: In function 'pcibios_map_irq': arch/mips/bcm947xx/irq.c:78: warning: passing argument 1 of 'pci_name' discards qualifiers from pointer target type git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10626 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Register a GPIODEV platform device to allow GPIO access via /dev/gpiomb2008-03-191-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Add driver for the SSB Gigabit Ethernet core.mb2008-02-202-0/+37
| | | | | | | It doesn't work, yet, but let's commit what we have. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10509 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ssb: Fix the horrible crash of innocent cardbus cards.mb2008-02-191-0/+3
| | | | | | | | No Animals were harmed in the production of this patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* SSB: Update the watchdog fix to the patch version that will go upstream.mb2008-02-191-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10494 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ssb: Update to latest upstream version of ssb.mb2008-02-191-22/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: We can use the ssb-invariants callback now,mb2008-02-171-10/+3
| | | | | | | | as was changed to be called late enough. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10476 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Remove FIXMEmb2008-02-171-2/+1
| | | | | | | | We don't want to move the board time init into SSB. It's just fine as-is. Remove the FIXME. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10474 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Extract all available information from NVRAM into the sprom data ↵mb2008-02-161-8/+43
| | | | | | structure. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10473 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync ssb with upstreamnbd2007-10-141-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add patches for 2.6.23 on brcm47xx (not enabled yet)nbd2007-10-131-1/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9279 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-09-0611-0/+1461
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73