aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/arch/mips
Commit message (Collapse)AuthorAgeFilesLines
* firmware-utils: move bcm_tag.h hereJonas Gorski2012-10-081-70/+0
| | | | | | | Since there is only one user of bcm_tag.h left, we can safely move it into the firmware-utils directory, replacing the symlink. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33655 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Move the OpenWrt rootfs length fieldDaniel Dickinson2011-04-151-2/+2
| | | | | | | | | | | | | | | | Dual image capable CFEs store an image sequence at the same place as currently OpenWrt stores the actual rootfs length, so it will get overwritten when flashing through such a CFE. To prevent this from happening, move the rootfs length field to the next four bytes, thus completely using the reserved1 field. Since the reserved1 field is now completely in use, it does not make sense to allow it to be set from the imagetag utility, so remove the option. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26680 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added OpenWRT-specific field to imagetag so that we can record the real root ↵Daniel Dickinson2010-12-261-2/+3
| | | | | | | | length, so that when the CRC fixup is applied and the root length is recorded as zero we can still calculate the rootfs mtd partition size. Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in ↵Daniel Dickinson2010-04-141-2/+2
| | | | | | imagetag (was invalid strings in bcm_tag.h). Closes #7120 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] flashmap and image generation: reduced union bcm_tag to a single ↵Florian Fainelli2010-04-011-164/+55
| | | | | | | | | | | struct combining the elements so that it is no longer necessary to create an openwrt-only tagid and tagcrc, and elimate the tagid detection and switch statements which made dealing with imagetags overly complicated, especially since the logic would need analogs in all code that touched the imagetag. Patch from cshore. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] move bcm_tag.h out of the flashmap patch so that user-land tools ↵Florian Fainelli2010-03-281-0/+178
| | | | | | can re-use it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] move files to files-2.6.30, to ease newer kernel integrationFlorian Fainelli2010-01-3130-5137/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm63xx: Fix gpio-buttons and add LED and buttons for Tecom IGW6200 and ↵Daniel Dickinson2010-01-281-14/+58
| | | | | | Comtrend CT-5261 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19361 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix typo in AGPF_S0 reset button definitionDaniel Dickinson2010-01-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add gpio leds to alice gateClaudio Mignanti2010-01-151-0/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19152 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for the RTA1025W_16 board (#5979)Florian Fainelli2009-11-221-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18476 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] brcm63xx: fix cardbus support with BCM6358 (closes: #5918)Nicolas Thill2009-10-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] prevent gpio-buttons registration failureFlorian Fainelli2009-09-081-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix typos against the gpio buttons driver (#5804)Florian Fainelli2009-09-071-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add infrastructure to register gpio-input reset buttonFlorian Fainelli2009-09-061-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17526 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix reboot hang on bcm6345, thanks AndyIFlorian Fainelli2009-09-021-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add missing patch which fakes a cardbus controller on top of PCI, ↵Florian Fainelli2009-08-122-0/+332
| | | | | | thanks SGDA git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more bcm63xx definition fixes, thanks AndyIFlorian Fainelli2009-08-113-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17227 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for the Pirelli AG226G board (#5337)Florian Fainelli2009-08-091-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] bcm6345 fixes from AndyIFlorian Fainelli2009-08-062-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix off-by-one maximum timeout in the wathchdog default counter ↵Florian Fainelli2009-08-061-3/+1
| | | | | | for bcm6345, thanks AndyI git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] disable watchdog for bcm6345 until it gets fixedFlorian Fainelli2009-08-061-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more bcm6345 fixes and definitions, thanks to AndyIFlorian Fainelli2009-07-313-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17066 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add experimental support for 2.6.28.10, tested on bcm6338Florian Fainelli2009-07-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17054 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix typo for the flash start address on bcm6345Florian Fainelli2009-07-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] register GPIO-connected LEDs for known boardsFlorian Fainelli2009-07-181-1/+240
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix comment only valid for bcm6345Florian Fainelli2009-07-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add the infrastructure to use a MPI/GPIO connected VoIP DSPFlorian Fainelli2009-07-013-1/+79
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16650 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fixes for the bcm6338 clocks, thanks MaximeFlorian Fainelli2009-07-011-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16640 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] a couple of more fixes to get 6345 booting up to the console handoverFlorian Fainelli2009-06-303-2/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16636 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] shared DMA zone is twice smaller on 6338Florian Fainelli2009-06-281-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] bcm6338 can support PCI since it has MPIFlorian Fainelli2009-06-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more fixes for bcm6338, no need not to prevent reads from MPI ↵Florian Fainelli2009-06-271-6/+10
| | | | | | registers now that we have it defined correctly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix the flash address comment and register the flash device again ↵Florian Fainelli2009-06-271-3/+7
| | | | | | with its proper physical address on 6338/6345 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix a stupid typo preventing the board from being detectedFlorian Fainelli2009-06-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] prevent bcm6338 and bcm6345 from crashing very earlyFlorian Fainelli2009-06-271-3/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] only register fallback sprom and enable PCI if we actually have ↵Florian Fainelli2009-06-271-2/+4
| | | | | | support for PCI git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more missing register definitions for bcm6338Florian Fainelli2009-06-271-2/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more bcm6338 and bcm6345 related fixesFlorian Fainelli2009-06-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] define bcm6338 SDRAM base register and make sure that the right ↵Florian Fainelli2009-06-261-1/+2
| | | | | | CPU id will be used to detect a bcm6338 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add board definitions for the bcm6338wFlorian Fainelli2009-06-261-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] be SMP safe even with gpiolibFlorian Fainelli2009-06-041-7/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] cache gpio values in gpio_setFlorian Fainelli2009-06-041-5/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16330 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] use the correct number of GPIOs for bcm6358Florian Fainelli2009-06-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16329 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] register gpiochip earlier, allowing gpio-based runtime detection ↵Florian Fainelli2009-06-042-2/+5
| | | | | | to be performed in board_init callback git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brmc63xx] register gpiodevFlorian Fainelli2009-04-301-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15509 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] enable all blocks on 6338 and uart clock on 6345Florian Fainelli2009-03-211-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14957 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for bcm6345 SoC, needs testingFlorian Fainelli2009-03-202-2/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix SPI register switch and prepare for UDC, thanks to Henk ↵Florian Fainelli2009-03-176-15/+101
| | | | | | Vergonet (#4783) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14914 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for AGPF-S0 (Pirelli Alice Gate VoIP 2 Plus Wi-Fi) #4366Florian Fainelli2009-03-121-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14850 3c298f89-4303-0410-b956-a3cf2f4a3e73