summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/files
Commit message (Collapse)AuthorAgeFilesLines
* brcm47xx: fix partition layout on SimpleShare devices.hauke2011-05-251-21/+66
| | | | | | | | | | | The flash driver code should be cleaned up and the broad detection code should be placed into arch code and used here. This fixes #9323 Thank you Will Holmes for the patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: do not read from CFEhauke2010-12-051-12/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: use on common files dirhauke2010-12-051-0/+596
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24264 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: prepare brcm47xx patches for sending to mainline.hauke2010-07-195-891/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: added dual image support to flashmap drivermarkus2010-07-011-3/+37
| | | | | | | | | | | | some CFE versions (i.e. WRT54G3Gv2-VF) expect two separate firmware images which each consume half of the available flash space. these changes check for the TRX header version and set the partition size correctly. Tested on G3Gv2-VF and Asus WL-500GP git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] Port to kernel 2.6.30.hauke2009-06-135-0/+857
| | | | | | | | | 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-1815-2288/+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
* [brcm47xx] fix GENERIC_GPIO supportjuhosg2008-05-021-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11004 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: Fix GPIO data direction output bit assignmentmb2008-03-151-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10605 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: Make the GPIO API reentrancy safe.mb2008-02-191-28/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10496 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
* fix i2c-gpionbd2007-10-141-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9309 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-0616-0/+2203
(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