aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* add missing cflags for s3c24xxFelix Fietkau2009-03-161-0/+1
| | | | SVN-Revision: 14903
* fix mmap issues caused by the vm_exports patch (thx, danm)Felix Fietkau2009-03-162-2/+2
| | | | SVN-Revision: 14902
* Petitboot is not a router - create new DEVICE_TYPE:=bootloader, ps3 has FPUHamish Guthrie2009-03-161-0/+2
| | | | SVN-Revision: 14898
* add the CFE offset command line option to the imagetag utility, closes (#4366)Florian Fainelli2009-03-161-2/+2
| | | | SVN-Revision: 14896
* backport mii_ioctl_data fix to make wpa-supplicant roboswitch driver work ↵Florian Fainelli2009-03-151-0/+64
| | | | | | (#1862) SVN-Revision: 14891
* use Alain Knaff's bzip2/lzma patch instead of the old lzma patchFlorian Fainelli2009-03-153-119/+3147
| | | | SVN-Revision: 14890
* preliminary support for the Atheros AP81 refrence boardGabor Juhos2009-03-156-2/+34
| | | | SVN-Revision: 14888
* sync kernel configGabor Juhos2009-03-151-16/+1
| | | | SVN-Revision: 14885
* add 2.6.28 patches and kernel configFlorian Fainelli2009-03-1525-0/+1221
| | | | SVN-Revision: 14884
* orion: fix preselection for ath9kFelix Fietkau2009-03-151-1/+1
| | | | SVN-Revision: 14878
* pb42: add GPIO buttonsGabor Juhos2009-03-141-0/+28
| | | | SVN-Revision: 14877
* pb42: fix ethernet, remove USB registration, add default network configurationGabor Juhos2009-03-143-5/+29
| | | | SVN-Revision: 14876
* nuke obsolete kernel stuffFelix Fietkau2009-03-14705-354417/+0
| | | | SVN-Revision: 14875
* create firmware image for the Ubiquiti LS-SR71 boardGabor Juhos2009-03-141-2/+7
| | | | SVN-Revision: 14874
* ls-sr71: add GPIO LEDsGabor Juhos2009-03-141-1/+43
| | | | SVN-Revision: 14873
* simplify setup code for Ubiquiti boardsGabor Juhos2009-03-141-19/+17
| | | | SVN-Revision: 14872
* remove obsolete eabi config overridesFelix Fietkau2009-03-145-30/+0
| | | | SVN-Revision: 14867
* move cflags default setting to target makefilesFelix Fietkau2009-03-142-0/+2
| | | | SVN-Revision: 14866
* Cleanup the PS3 makefileGeoff Levand2009-03-121-7/+11
| | | | | | | | | o LINUX_VERSION 2.6.28.2 to 2.6.28.7. o Remove petitboot patch facility. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 14859
* Rename defconfig-petitboot defconfig-ps3-petitbootGeoff Levand2009-03-121-0/+0
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 14858
* Remove PS3 linux-2.6.27 kernel supportGeoff Levand2009-03-122-32090/+0
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 14857
* Remove PS3 linux-2.6.25 kernel supportGeoff Levand2009-03-122-1044/+0
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 14856
* Update the PS3 2.6.28 kernel config:Geoff Levand2009-03-121-77/+11
| | | | | | | | | | CONFIG_EXT4_FS=y CONFIG_SPARSEMEM_VMEMMAP=n CONFIG_PS3_ADVANCED=y Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 14855
* add support for AGPF-S0 (Pirelli Alice Gate VoIP 2 Plus Wi-Fi) #4366Florian Fainelli2009-03-122-0/+34
| | | | SVN-Revision: 14850
* do not duplicate fifo_size, since RX and TX fifo sizes are the same, ↵Florian Fainelli2009-03-113-17/+17
| | | | | | request_mem_region on the registers SVN-Revision: 14848
* make SPI work in full-duplex mode by defaultFlorian Fainelli2009-03-101-2/+2
| | | | SVN-Revision: 14841
* tew-632brp: add default network configurationGabor Juhos2009-03-101-0/+16
| | | | SVN-Revision: 14830
* include kmod-switch in the default imagesFlorian Fainelli2009-03-091-1/+1
| | | | SVN-Revision: 14827
* added directory for generic patches for linux kernel 2.6.29 - added ported ↵Mirko Vogt2009-03-091-0/+625
| | | | | | patch <065-rootfs_split> SVN-Revision: 14822
* package the bcm63xx-spi driverFlorian Fainelli2009-03-081-6/+0
| | | | SVN-Revision: 14794
* add bcm63xx_spi based on reading shared/opensource/flash/spiflash.c from the ↵Florian Fainelli2009-03-083-6/+471
| | | | | | consumer releases, needs testing SVN-Revision: 14793
* fix SPI accessorsFlorian Fainelli2009-03-081-10/+14
| | | | SVN-Revision: 14792
* fix typo for the bcm6338 spi IRQ, change platform driver name and make the ↵Florian Fainelli2009-03-083-2/+5
| | | | | | SPI irq be fetchable by platform driver initialization code SVN-Revision: 14790
* compile and register SPI controller deviceFlorian Fainelli2009-03-082-0/+3
| | | | SVN-Revision: 14789
* make bcm6358 consistend with the other boards namingFlorian Fainelli2009-03-081-1/+1
| | | | SVN-Revision: 14788
* fix some SPI register definitions and platform-device registration codeFlorian Fainelli2009-03-084-20/+26
| | | | SVN-Revision: 14787
* add support for the Numonyx 320S33B SPI flash chip which can be found on the ↵Gabor Juhos2009-03-081-0/+14
| | | | | | TL-WR941NDv2 r1.1 boards SVN-Revision: 14786
* Switch back to the previous set resolution when unblanking the screen.Lars-Peter Clausen2009-03-061-0/+48
| | | | SVN-Revision: 14768
* Do not suspend the regulator.Lars-Peter Clausen2009-03-061-0/+65
| | | | SVN-Revision: 14767
* prepare target for use with EABIMirko Vogt2009-03-061-0/+6
| | | | SVN-Revision: 14766
* prepare for SPI controller driverFlorian Fainelli2009-03-065-0/+252
| | | | SVN-Revision: 14755
* fix SPI register definitionsFlorian Fainelli2009-03-061-6/+14
| | | | SVN-Revision: 14754
* Some symbols were missing or wrong. Tested with x86.Hauke Mehrtens2009-03-051-0/+7
| | | | SVN-Revision: 14751
* make selection of ASC for prom workingThomas Langer2009-03-051-1/+1
| | | | SVN-Revision: 14750
* move kernel support to 2.6.28.7Thomas Langer2009-03-0410-3/+574
| | | | SVN-Revision: 14747
* fix a bcm963xx-flash warningFlorian Fainelli2009-03-021-1/+1
| | | | SVN-Revision: 14730
* refresh patches and configurationHauke Mehrtens2009-03-0122-255/+121
| | | | SVN-Revision: 14722
* add missing symbolsHauke Mehrtens2009-03-011-0/+1
| | | | SVN-Revision: 14721
* refresh patches for kernel 2.6.28Hauke Mehrtens2009-03-012-17/+9
| | | | SVN-Revision: 14720
* add BLK_DEV_PIIX symbol needed for Virtual Box.Hauke Mehrtens2009-03-012-171/+4
| | | | SVN-Revision: 14719