summaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/image
Commit message (Collapse)AuthorAgeFilesLines
* bcm53xx: add support/firmware for Asus RT-AC87URafał Miłecki2015-01-191-0/+1
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44051
* bcm53xx: add early support for Buffalo WZR-900DHPRafał Miłecki2014-12-071-0/+1
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43533
* bcm53xx: switch RT-N18U firmware to the UBIRafał Miłecki2014-10-201-1/+1
| | | | | | | | | According to the ticket #18152 it also uses NAND with 0x20000 erase size and 0x800 page size. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43008
* bcm53xx: image: switch Netgear and Buffalo devices to UBIRafał Miłecki2014-10-161-4/+8
| | | | | | | | | We still don't have a smart sysupgrade method, but at least we can use UBI which provides some protection for rootfs (SquashFS). Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42941
* bcm53xx: image: build UBI partition imageRafał Miłecki2014-10-162-0/+28
| | | | | | | | This could be used on NAND devices once we get UBI working. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42938
* bcm53xx: image: specify flash type for all devicesRafał Miłecki2014-10-161-13/+22
| | | | | | | | This will allow us to add proper support for NAND one day. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42937
* bcm53xx: add support for Buffalo WZR-600DHP2Rafał Miłecki2014-10-151-2/+3
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42925
* bcm53xx: prepare to support Asus RT-N18URafał Miłecki2014-10-091-0/+11
| | | | | | | | | DT file doesn't include any GPIOs yet, but let's add it as we got some interest in this device on IRC. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42864
* bcm53xx: add support for Buffalo WZR-1750DHPRafał Miłecki2014-10-091-0/+9
| | | | | | | | Let's generate a simple TRX file as we can't get encrypted one. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42863
* bcm53xx: build R6250 firmware with "Other Regions" regionRafał Miłecki2014-10-031-1/+1
| | | | | | | | This prevents vendor firmware from warning about incompatible region. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42754
* bcm53xx: early support for Netgear R6300 V2Rafał Miłecki2014-10-021-0/+1
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42743
* bcm53xx: image: use IMG_PREFIX for chk imagesRafał Miłecki2014-09-221-1/+1
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42649
* bcm53xx: image: make filesystem a suffix for TRX filesRafał Miłecki2014-09-221-3/+3
| | | | | | | | | This makes TRX files more /compatible/ with firmware files (e.g. CHK). This will allow us to put some TRX files in BIN_DIR if we need to. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42646
* bcm53xx: image: document arguments of various functionsRafał Miłecki2014-09-221-0/+8
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42645
* bcm53xx: image: rework Makefile and merge some functionsRafał Miłecki2014-09-221-17/+11
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42644
* target/linux/*/image/Makefile: use new dts path variableJohn Crispin2014-07-211-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41791
* bcm53xx: make the l2x0 L2 cache controller workHauke Mehrtens2014-01-041-2/+2
| | | | | | | | | This fixes the DMA problems with the Ethernet driver. This also updates some other parts of the patches. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39203
* bcm53xx: add initial support for ARM based BCM47XX and BCM53XX SoCsHauke Mehrtens2013-07-121-0/+56
This was only tested on a Netgear R6250, but it could also work on other devices when the correct images are generated. It is only possible to boot into a ram disk, no Ethernet, Wifi, flash, USB is supported. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37268