Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 | 1 | -2/+2 |
| | | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834 | ||||
* | flashmap and image generation: reduced union bcm_tag to a single struct ↵ | Florian Fainelli | 2010-04-01 | 2 | -102/+87 |
| | | | | | | 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 | ||||
* | build images for RG100A (bcm6358-based boards) (#6755) | Florian Fainelli | 2010-02-28 | 1 | -0/+13 |
| | | | | SVN-Revision: 19894 | ||||
* | do not generate trx images, this is useless | Florian Fainelli | 2009-10-29 | 1 | -1/+0 |
| | | | | SVN-Revision: 18204 | ||||
* | add support for the Pirelli AG226G board (#5337) | Florian Fainelli | 2009-08-09 | 1 | -0/+3 |
| | | | | SVN-Revision: 17190 | ||||
* | generate images for RTA1025W_16-based routers (#5594) | Florian Fainelli | 2009-07-31 | 1 | -0/+2 |
| | | | | SVN-Revision: 17058 | ||||
* | generate images for the bcm6338w | Florian Fainelli | 2009-06-26 | 1 | -0/+4 |
| | | | | SVN-Revision: 16566 | ||||
* | add imagetag support for BT Voyager 2500V, patch from Daniel Dickinson (#5364) | Florian Fainelli | 2009-06-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 16506 | ||||
* | generate experimental images for bcm6338 boards, thanks to Daniel Dickinson | Florian Fainelli | 2009-06-17 | 1 | -0/+7 |
| | | | | SVN-Revision: 16490 | ||||
* | use build system REVISION variable (#5317) | Florian Fainelli | 2009-06-10 | 1 | -5/+3 |
| | | | | SVN-Revision: 16400 | ||||
* | The attached patch adds building of firmware images for more routers based ↵ | Florian Fainelli | 2009-06-10 | 2 | -36/+97 |
| | | | | | | | | on the brcm63xx chipset. Signed-Off By: Daniel Dickinson <crazycshore@gmail.com> SVN-Revision: 16396 | ||||
* | rework imagetag firmware generator and MTD partition parser to accomodate ↵ | Florian Fainelli | 2009-06-09 | 2 | -14/+126 |
| | | | | | | with all known imagetag versions from Broadcom and vendors, patch from Daniel Dickinson (fixes #4987). SVN-Revision: 16393 | ||||
* | make images that can be flashed using the stock firmware web interface, ↵ | Florian Fainelli | 2009-04-19 | 1 | -3/+1 |
| | | | | | | thanks to Anselmo Luginbuhl and Daniel Dickinson (#4909, #4943) SVN-Revision: 15253 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | imagetag's -k argument is expected to be hexadecimal instead of decimal (#4885) | Florian Fainelli | 2009-04-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 15133 | ||||
* | add the CFE offset command line option to the imagetag utility, closes (#4366) | Florian Fainelli | 2009-03-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 14896 | ||||
* | add support for AGPF-S0 (Pirelli Alice Gate VoIP 2 Plus Wi-Fi) #4366 | Florian Fainelli | 2009-03-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 14850 | ||||
* | add support for user9102 boards (#4537) | Florian Fainelli | 2009-01-31 | 1 | -0/+2 |
| | | | | SVN-Revision: 14305 | ||||
* | generate images for old CFE based boards like the Davolink DV201 | Florian Fainelli | 2009-01-29 | 1 | -0/+10 |
| | | | | SVN-Revision: 14264 | ||||
* | Build images for Inventel Livebox | Florian Fainelli | 2008-12-12 | 1 | -1/+11 |
| | | | | SVN-Revision: 13616 | ||||
* | Fix typo, we are not building for the DG834G (ar7) but the DG834GT (brcm6348) | Florian Fainelli | 2008-12-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 13588 | ||||
* | Add support for Sagem F@ST2404 (#4332) | Florian Fainelli | 2008-12-10 | 1 | -0/+2 |
| | | | | SVN-Revision: 13583 | ||||
* | Add support for bcm96348gw10 (Netgear DG834GT) (#4319) | Florian Fainelli | 2008-12-07 | 1 | -0/+2 |
| | | | | SVN-Revision: 13540 | ||||
* | Generate valid images for the bcm96348gw board | Florian Fainelli | 2008-11-20 | 1 | -0/+1 |
| | | | | SVN-Revision: 13298 | ||||
* | This patch is for broadcom 96348GW-11 boards, to get USB and Ethernet ↵ | Florian Fainelli | 2008-11-15 | 1 | -0/+2 |
| | | | | | | working. Also it patches mtd map driver for bcm96xx boards to be sure that CFE1CFE1 code is detected when booting from CFE. (#4201) SVN-Revision: 13213 | ||||
* | Add definitions for bcm96350vw, add back bcm63xx mtd driver, be careful when ↵ | Florian Fainelli | 2008-10-20 | 1 | -0/+2 |
| | | | | | | testing with 8MB devices SVN-Revision: 13015 | ||||
* | bcm963xx: image generation using image tagger | Felix Fietkau | 2008-05-18 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | This adds CFE tagged image generation in the BCM963xx target image Makefile. It has to generate its own LZMA compressed kernel because CFE is a LZMA nazi. It also seems that the Broadcom image tagger as well as CFE use AdvanceCOMP, which is based on a slightly older LZMA SDK. Anyways, some of the code is GPL, some of it is LGPL, so it might be that Broadcom owes some sources. Also, LZMA has a bug which causes it to generate different output when you are using stdin / stdout compared to plain files. I've just worked around the issue by using plain files. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11171 | ||||
* | bcm963xx: fix load address / kernel entry | Felix Fietkau | 2008-05-18 | 2 | -3/+3 |
| | | | | | | | | | | Current kernels have the same kernel entry as load address, so just set them like this. Also, the BCM963xx uses 0x80010000 as its load address, so use this too. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11169 | ||||
* | enable proper PCI & USB support detection at config-time by disabling ↵ | Nicolas Thill | 2008-05-09 | 1 | -2/+0 |
| | | | | | | CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate SVN-Revision: 11097 | ||||
* | brcm63xx image generation cleanups (#3169) | Florian Fainelli | 2008-04-01 | 1 | -0/+5 |
| | | | | SVN-Revision: 10703 | ||||
* | make the image filenames a bit shorter | Felix Fietkau | 2007-11-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 9533 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 10 | -0/+1344 |
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 |