124 Commits (13d6fa008189f8c5a6b9c68ffc9afb665e7e878a)

Author SHA1 Message Date
Florian Fainelli 6a4f2922f6 targets: prepare for supporting normal and initramfs images 11 years ago
Florian Fainelli 8ae2b1155d brcm63xx: create initramfs HCS images 11 years ago
Florian Fainelli 0ce75bc440 brcm63xx: simplify HCS image creation 11 years ago
Florian Fainelli 42e69f45c7 brcm63xx: add kernel space and image support for the Netgear CVG834G 11 years ago
Jonas Gorski 24636fcabf bcm63xx: split into two subtargets, generic and SMP 12 years ago
Jonas Gorski e952eaa112 bcm63xx: Add Huawei HG556a support 12 years ago
Jonas Gorski 0cc4bed41c add support for Comtrend AR5381u. 12 years ago
Jonas Gorski d73871fb18 add support for Comtrend AR5387un. 12 years ago
Jonas Gorski e93725a743 add support for HomeStation ADB P.DG A4001N. 12 years ago
Jonas Gorski e6171dfb2c Add F@ST2604 board support. 12 years ago
Jonas Gorski 6a000ba37a bcm63xx: fix 963281TAN image names 12 years ago
Jonas Gorski 07c4524d33 bcm63xx: Add nb6 support (BCM6362 SoC base boards) 12 years ago
Florian Fainelli a4d699ccf0 fix DVA-G3810BN image generation 12 years ago
Florian Fainelli 18206793b2 Add CT6376-1 board support 12 years ago
Jonas Gorski fad888a85c bcm63xx: 96348A-122 improvements (Comtrend 5365) 12 years ago
Jonas Gorski 3fc76fb781 bcm63xx: build images for 6328 reference boards with various flash sizes 12 years ago
Jonas Gorski ec7786c2ec bcm63xx: build images for DSL-274XB revision F1 12 years ago
Jonas Gorski b0ffeb0021 bcm63xx: pad Speedport W303 V images to 4 MiB 12 years ago
Jonas Gorski 8a38c62c07 bcm63xx: drop linux 3.2 support 13 years ago
Jonas Gorski f7df1eafc4 bcm63xx: enable bcm6368 for linux 3.3 and build images 13 years ago
Florian Fainelli 75b5f4a6b4 rename 96348GW-1{0,1}-gen to 96348GW-1{0,1}-generic 13 years ago
Florian Fainelli c327915156 generate generic images for BCM96358VW and BCM96358VW2 (#10666) 13 years ago
Florian Fainelli 882eddbf92 build 96348R images 13 years ago
Jo-Philipp Wich b5739aabd9 fix D-Link DSL-2650U image generation 13 years ago
Florian Fainelli ae90aa4efd build images for D-Link DSL-2650U (#9003) 13 years ago
Florian Fainelli 7f787707de build images for Pirelli A226M (#10409) 13 years ago
Florian Fainelli 6c8387fe15 add support for DSL-2640B rev B2 14 years ago
Florian Fainelli 3e83f60a66 add support for D-Link DVA-G3810BN/TL 14 years ago
Florian Fainelli 9c8a2d5961 bcm63xx: Add support for the T-Home Speedport W 303V 14 years ago
Florian Fainelli 7d3b735854 bcm63xx: Update support for the DSL-274xB revision C 14 years ago
Florian Fainelli c6af9c23b7 bcm63xx: Decouple Board ID and image name for fixup 14 years ago
Daniel Dickinson 0d722113b9 Generate images for RTA1320_16M-based routers 14 years ago
Florian Fainelli 8cc16aa14e add support for HW553 bcm6358-based boards (#8844) 14 years ago
Daniel Dickinson 44e22cbd49 Fixed Comtrend CT536_CT5621 board settings. These boards are based on the 96348GW-11 reference design but have different GPIOs therefore we use the board fixups now availabed (thanks the patches by Jonas Gorski) to create a separate board entry for these boards and leave the reference design with reference GPIOs. Also these boards only have enet1 (no enet0) so we set that in the board definition, and use a defconfig for a single interface network. 14 years ago
Daniel Dickinson 8f9b14dafe boards: Added GW6x00 fixups and GPIOs. The GW6200 GPIOs are different than the reference design 96348GW so we use fixup to allow us to define the correct ones, also the GW6000 has no GPIO-controlled leds. 14 years ago
Daniel Dickinson 9677b65cb6 image Makefile: Corrected router imagename length limiting. Thanks KanjiMonster for reminding me. 14 years ago
Daniel Dickinson 314bce63e6 bcm63xx: Add support for the T-Com Speedport W 500V. 14 years ago
Daniel Dickinson 3a49f669f2 bcm63xx: Add board id override fixup. 14 years ago
Daniel Dickinson c51d772e62 bcm63xx: Finalize support for DSL-274xB, rev C2. 14 years ago
Daniel Dickinson 195d1d7446 image Makefile: Removed extraneous tab from Image/LimitName16 macro definition. The solves the strange whitespace in front of the image name in the info1 section 14 years ago
Daniel Dickinson 0c0c1f017f image: Limited image name put into the info1 field to 16 characters and eliminted the OpenWRT revision. This makes using the image (router) name as the board name possible, so that boards with same real boardid but different GPIOs can be detected and the correct GPIOs used. 14 years ago
Daniel Dickinson 049e59a27b Initial support for Telsey CPVA642 boards (no vlans, no DSL, GPIO led/buttons not known). 14 years ago
Daniel Dickinson eadb5c84fa imagetag: Significantly updated brcm63xx imagetag writing tool. * Rewrote commandline parsing code using gengetopt - We now get long options - We have more options including use of the info section for board information (e.g. to add the same boardid but different GPIOs on different routers) * Added back the ability to write stock images (this is useful, for example, when copying the firmware from the in-memory flash, and then being able to create an image that will let you revert to/test stock firmware * Fixed copying of CRCs to use memcpy instead of strncpy (strncpy stops at 0) * Added ability to use all sections of the imagetag, including custom magic signatures (e.g. for the Telsey router I'm adding soon), info sections, and reserved sections * Added putting the router type (as defined in the image generating Makefile) into the info1 section and the filesystem type in the info2 section. This will be used by mtd (when I add the code) to return the name of image used to flash this router. (As requested by Jo, as well as being useful for same boardid different board scenario described above). 14 years ago
Nicolas Thill e2b57ecf5f define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files 15 years ago
Florian Fainelli 2a4fb82289 flashmap and image generation: reduced union bcm_tag to a single 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. 15 years ago
Florian Fainelli ada5848ba6 build images for RG100A (bcm6358-based boards) (#6755) 15 years ago
Florian Fainelli 411d1ba1bb do not generate trx images, this is useless 15 years ago
Florian Fainelli 85698765da add support for the Pirelli AG226G board (#5337) 15 years ago
Florian Fainelli dd622864e1 generate images for RTA1025W_16-based routers (#5594) 15 years ago
Florian Fainelli 45c25ff988 generate images for the bcm6338w 15 years ago