summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files
Commit message (Collapse)AuthorAgeFilesLines
* firmware-utils: move bcm_tag.h herejogo2012-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 fieldcshore2011-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 ↵cshore2010-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 ↵cshore2010-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 ↵florian2010-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 ↵florian2010-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 integrationflorian2010-01-3165-12722/+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 ↵cshore2010-01-282-15/+59
| | | | | | 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 definitioncshore2010-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 gateclaudio2010-01-152-1/+50
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19152 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for the RTA1025W_16 board (#5979)florian2009-11-221-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18476 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] images without tagid now fallback to the untouched partition ↵florian2009-11-031-2/+9
| | | | | | layout (#6093) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] brcm63xx: fix cardbus support with BCM6358 (closes: #5918)nico2009-10-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] prevent gpio-buttons registration failureflorian2009-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)florian2009-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 buttonflorian2009-09-062-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17526 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix reboot hang on bcm6345, thanks AndyIflorian2009-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, ↵florian2009-08-122-0/+332
| | | | | | thanks SGDA git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix typo, INT_MASK is writable, INT_STATUS is notflorian2009-08-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more bcm63xx definition fixes, thanks AndyIflorian2009-08-115-10/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17227 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for the Pirelli AG226G board (#5337)florian2009-08-091-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] remove useless hard reset in the SPI controller driverflorian2009-08-091-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix assignment instead of comparison in the mtd driver (#5649)florian2009-08-091-7/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] bcm6345 fixes from AndyIflorian2009-08-064-10/+28
| | | | 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 ↵florian2009-08-062-4/+2
| | | | | | 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 fixedflorian2009-08-061-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix printing of offsetsflorian2009-08-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17099 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more bcm6345 fixes and definitions, thanks to AndyIflorian2009-07-315-2/+81
| | | | 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 bcm6338florian2009-07-302-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17054 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix typo for the flash start address on bcm6345florian2009-07-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix typos introduced in 16942florian2009-07-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] make the ethernet driver compile with newer kernelsflorian2009-07-211-2/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] request irq with the platform driver name instead of bus_id which ↵florian2009-07-201-1/+1
| | | | | | is being removed in newer kernels git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] register GPIO-connected LEDs for known boardsflorian2009-07-182-1/+245
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix comment only valid for bcm6345florian2009-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 DSPflorian2009-07-015-1/+97
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16650 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fixes for the bcm6338 clocks, thanks Maximeflorian2009-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 handoverflorian2009-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 6338florian2009-06-281-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] off-by-one gpio numbers for bcm6338florian2009-06-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] bcm6338 can support PCI since it has MPIflorian2009-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 ↵florian2009-06-273-11/+20
| | | | | | 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 ↵florian2009-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 detectedflorian2009-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 earlyflorian2009-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 ↵florian2009-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 bcm6338florian2009-06-272-9/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more bcm6338 and bcm6345 related fixesflorian2009-06-264-1/+9
| | | | 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 ↵florian2009-06-262-2/+7
| | | | | | 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 bcm6338wflorian2009-06-261-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16565 3c298f89-4303-0410-b956-a3cf2f4a3e73