summaryrefslogtreecommitdiffstats
path: root/target/linux/ps3
Commit message (Collapse)AuthorAgeFilesLines
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-3/+3
| | | | SVN-Revision: 22145
* generic: don't override CONFIG_DEBUG_FSGabor Juhos2010-06-101-1/+0
| | | | SVN-Revision: 21749
* package/kernel: move target specific modules to their own target filesNicolas Thill2010-04-241-1/+43
| | | | SVN-Revision: 21132
* target: remove CONFIG_CRC16 override (closes: #7194)Nicolas Thill2010-04-241-1/+0
| | | | SVN-Revision: 21130
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-3/+3
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* ps3: move ps3lan kmod under target/linux/ps3Nicolas Thill2010-03-281-0/+16
| | | | SVN-Revision: 20533
* 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-3/+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
* move CPUFREQ to generic configsImre Kaloz2009-11-111-1/+0
| | | | SVN-Revision: 18368
* sort all target config filesImre Kaloz2009-11-111-37/+37
| | | | SVN-Revision: 18367
* move CONFIG_CRASH_DUMP to the generic configsImre Kaloz2009-11-111-1/+0
| | | | SVN-Revision: 18366
* update to 2.6.30.9Florian Fainelli2009-10-231-1/+1
| | | | SVN-Revision: 18126
* move common CONFIG_FB entries to genericNicolas Thill2009-10-051-19/+0
| | | | SVN-Revision: 17936
* kernel: upgrade to 2.6.30.8 and refresh patchesGabor Juhos2009-10-012-5/+5
| | | | 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
* ps3: Remove support for linux-2.6.28Geoff Levand2009-08-2616-4642/+0
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17412
* ps3: Update kernel to linux-2.6.30Geoff Levand2009-08-263-1/+449
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17411
* ps3: Update defconfig-ps3-petitboot to not build udevtriggerGeoff Levand2009-08-241-3/+3
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17379
* ps3/petitboot: Run petitboot at first startupGeoff Levand2009-08-191-1/+16
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17324
* ps3: Make ps3-bl-option executableGeoff Levand2009-08-191-0/+0
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17322
* powerpc: Create a powerpc64 config featureGeoff Levand2009-08-182-1/+2
| | | | | | | | | | | The config symbol TARGET_ps3 is used in the build files where special handling for the 64 bit PowerPC processors is needed. Introduce a new config feature powerpc64, and replace the use of TARGET_ps3 with powerpc64. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17306
* ps3: General cleanup and update for defconfig-ps3-petitbootGeoff Levand2009-08-181-1190/+8
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17305
* ps3: Move defconfig-ps3-petitboot to the petitboot profile directoryGeoff Levand2009-08-181-0/+0
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17304
* ps3: Update the Petitboot profile package dependenciesGeoff Levand2009-08-181-3/+3
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17303
* ps3: Updates for ps3-bl-optionGeoff Levand2009-08-181-46/+52
| | | | | | | | | | | | Update the ps3 bootloader helper script ps3-bl-option. o Add new option --set-bootloader-timeout. o Use generic name 'bootloader'. o General format cleanup. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17300
* ps3: Rename bl-option to ps3-bl-optionGeoff Levand2009-08-182-1/+1
| | | | | | | | | | Rename the bootloader helper script bl-option to ps3-bl-option. This change simply renames the file. No other changes are included. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17299
* PS3: Add some HID quirks to the PS3 kernel configGeoff Levand2009-07-101-0/+7
| | | | SVN-Revision: 16761
* PS3: Add joystick support to the PS3 kernel configGeoff Levand2009-07-101-0/+1
| | | | SVN-Revision: 16760
* PS3: Fix gelic network RX hangGeoff Levand2009-07-101-0/+89
| | | | SVN-Revision: 16759
* PS3: Cleanup kernel configGeoff Levand2009-07-101-41/+14
| | | | SVN-Revision: 16758
* PS3: Enable kernel command line editingGeoff Levand2009-07-101-1/+2
| | | | | | | To allow for kernel command line editing add an empty comand line to the PS3 kernel config. SVN-Revision: 16757
* PS3: Enable kernel patchesGeoff Levand2009-07-101-6/+0
| | | | SVN-Revision: 16756
* PS3: Revert kexec kernel patchGeoff Levand2009-07-101-187/+0
| | | | | | | | Remove the uneeded PS3 kernel patch 0006-powerpc-Remove-default-kexec-crash_kernel-ops-assig.patch This patch causes the exec system call to fail. SVN-Revision: 16755
* use the same i/o schedulers for all targetsImre Kaloz2009-06-151-3/+0
| | | | SVN-Revision: 16479
* we need CONFIG_NET_SCHED for 802.11nImre Kaloz2009-06-151-1/+0
| | | | SVN-Revision: 16475
* don't override CONFIG_NEW_LEDS in target configsImre Kaloz2009-06-151-1/+0
| | | | SVN-Revision: 16472
* CONFIG_LOCALVERSION_AUTO isn't something we want on OpenWrtImre Kaloz2009-06-151-1/+0
| | | | SVN-Revision: 16468
* even more config file cleanupImre Kaloz2009-05-181-2/+0
| | | | SVN-Revision: 15913
* config cleanupsImre Kaloz2009-05-151-3/+0
| | | | SVN-Revision: 15861
* some additional config file cleanup..Imre Kaloz2009-05-141-2/+0
| | | | SVN-Revision: 15845
* unify congestion control optionsImre Kaloz2009-05-141-3/+0
| | | | SVN-Revision: 15844
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-041-3/+0
| | | | SVN-Revision: 15606
* move MFD stuff to the generic kernel configsImre Kaloz2009-05-041-2/+0
| | | | SVN-Revision: 15587
* upgrade to newest stable kernel versionsImre Kaloz2009-05-031-1/+1
| | | | SVN-Revision: 15575
* Update default configuration to use profilesHamish Guthrie2009-04-167-15/+58
| | | | SVN-Revision: 15229
* update to kernel version 2.6.28.9Hauke Mehrtens2009-03-241-1/+1
| | | | SVN-Revision: 15017