Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcm63xx: Move the OpenWrt rootfs length field | Daniel Dickinson | 2011-04-15 | 1 | -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> SVN-Revision: 26680 | ||||
* | Added OpenWRT-specific field to imagetag so that we can record the real root ↵ | Daniel Dickinson | 2010-12-26 | 1 | -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> SVN-Revision: 24838 | ||||
* | tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in ↵ | Daniel Dickinson | 2010-04-14 | 1 | -2/+2 |
| | | | | | | imagetag (was invalid strings in bcm_tag.h). Closes #7120 SVN-Revision: 20850 | ||||
* | flashmap and image generation: reduced union bcm_tag to a single struct ↵ | Florian Fainelli | 2010-04-01 | 1 | -164/+55 |
| | | | | | | 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. SVN-Revision: 20652 | ||||
* | move bcm_tag.h out of the flashmap patch so that user-land tools can re-use it | Florian Fainelli | 2010-03-28 | 1 | -0/+178 |
| | | | | SVN-Revision: 20548 | ||||
* | move files to files-2.6.30, to ease newer kernel integration | Florian Fainelli | 2010-01-31 | 65 | -12722/+0 |
| | | | | SVN-Revision: 19471 | ||||
* | brcm63xx: Fix gpio-buttons and add LED and buttons for Tecom IGW6200 and ↵ | Daniel Dickinson | 2010-01-28 | 2 | -15/+59 |
| | | | | | | Comtrend CT-5261 SVN-Revision: 19361 | ||||
* | Fix typo in AGPF_S0 reset button definition | Daniel Dickinson | 2010-01-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 19160 | ||||
* | bcm63xx: add gpio leds to alice gate | Claudio Mignanti | 2010-01-15 | 2 | -1/+50 |
| | | | | SVN-Revision: 19152 | ||||
* | add support for the RTA1025W_16 board (#5979) | Florian Fainelli | 2009-11-22 | 1 | -0/+17 |
| | | | | SVN-Revision: 18476 | ||||
* | images without tagid now fallback to the untouched partition layout (#6093) | Florian Fainelli | 2009-11-03 | 1 | -2/+9 |
| | | | | SVN-Revision: 18288 | ||||
* | brcm63xx: fix cardbus support with BCM6358 (closes: #5918) | Nicolas Thill | 2009-10-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 17935 | ||||
* | prevent gpio-buttons registration failure | Florian Fainelli | 2009-09-08 | 1 | -3/+5 |
| | | | | SVN-Revision: 17542 | ||||
* | fix typos against the gpio buttons driver (#5804) | Florian Fainelli | 2009-09-07 | 1 | -2/+3 |
| | | | | SVN-Revision: 17538 | ||||
* | add infrastructure to register gpio-input reset button | Florian Fainelli | 2009-09-06 | 2 | -0/+19 |
| | | | | SVN-Revision: 17526 | ||||
* | fix reboot hang on bcm6345, thanks AndyI | Florian Fainelli | 2009-09-02 | 1 | -1/+3 |
| | | | | SVN-Revision: 17465 | ||||
* | add missing patch which fakes a cardbus controller on top of PCI, thanks SGDA | Florian Fainelli | 2009-08-12 | 2 | -0/+332 |
| | | | | SVN-Revision: 17234 | ||||
* | fix typo, INT_MASK is writable, INT_STATUS is not | Florian Fainelli | 2009-08-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 17229 | ||||
* | more bcm63xx definition fixes, thanks AndyI | Florian Fainelli | 2009-08-11 | 5 | -10/+12 |
| | | | | SVN-Revision: 17227 | ||||
* | add support for the Pirelli AG226G board (#5337) | Florian Fainelli | 2009-08-09 | 1 | -0/+22 |
| | | | | SVN-Revision: 17190 | ||||
* | remove useless hard reset in the SPI controller driver | Florian Fainelli | 2009-08-09 | 1 | -1/+0 |
| | | | | SVN-Revision: 17189 | ||||
* | fix assignment instead of comparison in the mtd driver (#5649) | Florian Fainelli | 2009-08-09 | 1 | -7/+8 |
| | | | | SVN-Revision: 17188 | ||||
* | bcm6345 fixes from AndyI | Florian Fainelli | 2009-08-06 | 4 | -10/+28 |
| | | | | SVN-Revision: 17153 | ||||
* | fix off-by-one maximum timeout in the wathchdog default counter for bcm6345, ↵ | Florian Fainelli | 2009-08-06 | 2 | -4/+2 |
| | | | | | | thanks AndyI SVN-Revision: 17149 | ||||
* | disable watchdog for bcm6345 until it gets fixed | Florian Fainelli | 2009-08-06 | 1 | -1/+4 |
| | | | | SVN-Revision: 17148 | ||||
* | fix printing of offsets | Florian Fainelli | 2009-08-02 | 1 | -2/+2 |
| | | | | SVN-Revision: 17099 | ||||
* | more bcm6345 fixes and definitions, thanks to AndyI | Florian Fainelli | 2009-07-31 | 5 | -2/+81 |
| | | | | SVN-Revision: 17066 | ||||
* | add experimental support for 2.6.28.10, tested on bcm6338 | Florian Fainelli | 2009-07-30 | 2 | -1/+2 |
| | | | | SVN-Revision: 17054 | ||||
* | fix typo for the flash start address on bcm6345 | Florian Fainelli | 2009-07-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 17032 | ||||
* | fix typos introduced in 16942 | Florian Fainelli | 2009-07-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 16943 | ||||
* | make the ethernet driver compile with newer kernels | Florian Fainelli | 2009-07-21 | 1 | -2/+15 |
| | | | | SVN-Revision: 16942 | ||||
* | request irq with the platform driver name instead of bus_id which is being ↵ | Florian Fainelli | 2009-07-20 | 1 | -1/+1 |
| | | | | | | removed in newer kernels SVN-Revision: 16932 | ||||
* | register GPIO-connected LEDs for known boards | Florian Fainelli | 2009-07-18 | 2 | -1/+245 |
| | | | | SVN-Revision: 16887 | ||||
* | fix comment only valid for bcm6345 | Florian Fainelli | 2009-07-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 16881 | ||||
* | add the infrastructure to use a MPI/GPIO connected VoIP DSP | Florian Fainelli | 2009-07-01 | 5 | -1/+97 |
| | | | | SVN-Revision: 16650 | ||||
* | fixes for the bcm6338 clocks, thanks Maxime | Florian Fainelli | 2009-07-01 | 1 | -2/+6 |
| | | | | SVN-Revision: 16640 | ||||
* | a couple of more fixes to get 6345 booting up to the console handover | Florian Fainelli | 2009-06-30 | 3 | -2/+16 |
| | | | | SVN-Revision: 16636 | ||||
* | shared DMA zone is twice smaller on 6338 | Florian Fainelli | 2009-06-28 | 1 | -1/+4 |
| | | | | SVN-Revision: 16608 | ||||
* | off-by-one gpio numbers for bcm6338 | Florian Fainelli | 2009-06-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 16597 | ||||
* | bcm6338 can support PCI since it has MPI | Florian Fainelli | 2009-06-27 | 1 | -0/+1 |
| | | | | SVN-Revision: 16592 | ||||
* | more fixes for bcm6338, no need not to prevent reads from MPI registers now ↵ | Florian Fainelli | 2009-06-27 | 3 | -11/+20 |
| | | | | | | that we have it defined correctly SVN-Revision: 16589 | ||||
* | fix the flash address comment and register the flash device again with its ↵ | Florian Fainelli | 2009-06-27 | 1 | -3/+7 |
| | | | | | | proper physical address on 6338/6345 SVN-Revision: 16587 | ||||
* | fix a stupid typo preventing the board from being detected | Florian Fainelli | 2009-06-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 16586 | ||||
* | prevent bcm6338 and bcm6345 from crashing very early | Florian Fainelli | 2009-06-27 | 1 | -3/+9 |
| | | | | SVN-Revision: 16585 | ||||
* | only register fallback sprom and enable PCI if we actually have support for PCI | Florian Fainelli | 2009-06-27 | 1 | -2/+4 |
| | | | | SVN-Revision: 16581 | ||||
* | more missing register definitions for bcm6338 | Florian Fainelli | 2009-06-27 | 2 | -9/+52 |
| | | | | SVN-Revision: 16579 | ||||
* | more bcm6338 and bcm6345 related fixes | Florian Fainelli | 2009-06-26 | 4 | -1/+9 |
| | | | | SVN-Revision: 16568 | ||||
* | define bcm6338 SDRAM base register and make sure that the right CPU id will ↵ | Florian Fainelli | 2009-06-26 | 2 | -2/+7 |
| | | | | | | be used to detect a bcm6338 SVN-Revision: 16567 | ||||
* | add board definitions for the bcm6338w | Florian Fainelli | 2009-06-26 | 1 | -0/+8 |
| | | | | SVN-Revision: 16565 | ||||
* | add imagetag support for BT Voyager 2500V, patch from Daniel Dickinson (#5364) | Florian Fainelli | 2009-06-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 16506 |