aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/goldfish
Commit message (Collapse)AuthorAgeFilesLines
* global cflags: remove -funit-at-a-time, it is ignored by recent compilers. ↵Felix Fietkau2011-03-261-1/+1
| | | | | | instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance SVN-Revision: 26300
* only support EABI on ARM targetsImre Kaloz2011-03-071-2/+0
| | | | SVN-Revision: 25928
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-9/+6
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-111-1/+0
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* clean up handling of some kernel symbolsImre Kaloz2010-02-111-1/+0
| | | | SVN-Revision: 19581
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* some more Kconfig symbol move..Imre Kaloz2009-11-111-1/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-111-2/+1
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-111-18/+18
| | | | SVN-Revision: 18367
* update to 2.6.30.9Florian Fainelli2009-10-231-1/+1
| | | | SVN-Revision: 18126
* move common CONFIG_MMC entries to genericNicolas Thill2009-10-061-0/+1
| | | | SVN-Revision: 17948
* move common CONFIG_BATTERY entries to genericNicolas Thill2009-10-061-1/+0
| | | | SVN-Revision: 17945
* move common CONFIG_TOUCHSCREEN entries to genericNicolas Thill2009-10-061-12/+0
| | | | SVN-Revision: 17943
* move common CONFIG_FB entries to genericNicolas Thill2009-10-051-16/+0
| | | | SVN-Revision: 17936
* kernel: upgrade to 2.6.30.8 and refresh patchesGabor Juhos2009-10-0111-70/+20
| | | | SVN-Revision: 17804
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-171-1/+1
| | | | SVN-Revision: 17602
* update to 2.6.30.6, compile tested on some targets onlyFlorian Fainelli2009-09-091-1/+1
| | | | SVN-Revision: 17549
* use 2.6.30.5Florian Fainelli2009-08-171-1/+1
| | | | SVN-Revision: 17296
* update to 2.6.30.4Florian Fainelli2009-07-311-1/+1
| | | | SVN-Revision: 17062
* switch to 2.6.30.3Florian Fainelli2009-07-271-1/+1
| | | | SVN-Revision: 17028
* update to 2.6.30.2Imre Kaloz2009-07-201-1/+1
| | | | SVN-Revision: 16931
* update targets to 2.6.30.1, update patchesFlorian Fainelli2009-07-051-1/+1
| | | | SVN-Revision: 16697
* goldfish: add missing kernel config options for power managementFelix Fietkau2009-06-151-0/+19
| | | | SVN-Revision: 16466
* goldfish: fix clocksource api mismatchFelix Fietkau2009-06-151-1/+1
| | | | SVN-Revision: 16465
* include a skin for the goldfish emulatorFelix Fietkau2009-06-141-1/+1
| | | | SVN-Revision: 16460
* add the 'goldfish' target, useful for experimenting with virtual phone ↵Felix Fietkau2009-06-1454-0/+16339
hardware (includes the emulator) SVN-Revision: 16459