aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/image
Commit message (Expand)AuthorAgeFilesLines
* merge the RDC R-321x target as a subtarget of x86Florian Fainelli2012-10-153-108/+0
* allow 1MB extra space for JFFS and other enhancements (#7706)Florian Fainelli2010-08-172-13/+22
* define a shared IMG_PREFIX variable used as a basename for image files, it co...Nicolas Thill2010-04-121-7/+7
* use profiles again intead of subtargets.Florian Fainelli2010-03-251-15/+1
* rework board detectionFlorian Fainelli2010-03-182-57/+9
* generate bifferboard images, patch from bifferosFlorian Fainelli2009-12-131-0/+5
* add preliminary support for the bifferboard, patch from bifferosFlorian Fainelli2009-12-121-0/+40
* make mkimg_sitecom.pl executableFlorian Fainelli2009-12-071-0/+0
* simplify sitecom image generation with a script, patch from rtzFlorian Fainelli2009-12-062-17/+26
* add sitecom subtarget after the profiles->subtargets conversion (#6245)Florian Fainelli2009-11-281-3/+3
* fix image create after the conversion to subtargetsFlorian Fainelli2009-11-151-1/+1
* also support pcmciaFlorian Fainelli2009-11-081-11/+20
* 2.6.28: add flashmap and image support for the sitecom wl-176. Thanks Daniel ...Andy Boyett2009-11-041-5/+20
* also copy bzImage when generating initramfs imagesFlorian Fainelli2009-05-071-7/+8
* Prepare image Makefile to generate valid images for amit and g570s boards, th...Florian Fainelli2008-10-281-5/+21
* If the *.img file is larger than 0x1e8000 loading it with flash -s 0x100000 -...Florian Fainelli2008-07-051-0/+1
* Prior to kernel 2.6.23, architecture path was i386, allow that when switching...Florian Fainelli2008-06-281-1/+7
* Fix bzImage copy with 2.6.24 kernelsFlorian Fainelli2008-03-091-1/+1
* Also generate http uploadable images for Airlink AR525wFlorian Fainelli2008-01-211-0/+2
* make the image filenames a bit shorterFelix Fietkau2007-11-101-8/+8
* Fix profile/image generation for dir450Florian Fainelli2007-10-141-2/+9
* Build all firmware until we put back profilesFlorian Fainelli2007-10-021-1/+2
* strip the kernel version suffix from target directories, except for brcm-2.4 ...Felix Fietkau2007-09-061-0/+49
class="kr">compatible = "WCR150GN", "ralink,rt3050-soc"; model = "Sparklan WCR-150GN"; pinctrl { state_default: pinctrl0 { gpio { ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf"; ralink,function = "gpio"; }; }; }; cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; bank-width = <2>; device-width = <2>; #address-cells = <1>; #size-cells = <1>; partition@0 { label = "u-boot"; reg = <0x0 0x30000>; read-only; }; partition@30000 { label = "u-boot-env"; reg = <0x30000 0x10000>; read-only; }; factory: partition@40000 { label = "factory"; reg = <0x40000 0x10000>; read-only; }; partition@50000 { label = "firmware"; reg = <0x50000 0x3b0000>; }; }; gpio-leds { compatible = "gpio-leds"; user { label = "wcr150gn:amber:user"; gpios = <&gpio0 12 1>; }; power { label = "wcr150gn:amber:power"; gpios = <&gpio0 8 1>; }; }; gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; wps { label = "wps"; gpios = <&gpio0 10 1>; linux,code = <0x211>; }; reset { label = "reset"; gpios = <&gpio0 0 1>; linux,code = <0x198>; }; }; ethernet@10100000 { mtd-mac-address = <&factory 0x4>; }; esw@10110000 { ralink,portmap = <0x2f>; }; wmac@10180000 { ralink,mtd-eeprom = <&factory 0>; }; otg@101c0000 { status = "okay"; }; };