summaryrefslogtreecommitdiffstats
path: root/target/linux/ps3
Commit message (Collapse)AuthorAgeFilesLines
* 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
* ps3: update ps3vram patchesHamish Guthrie2009-03-2416-68/+3089
| | | | SVN-Revision: 15011
* Backport of ps3vram from 2.6.29Hamish Guthrie2009-03-185-0/+1369
| | | | SVN-Revision: 14940
* Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-targetHamish Guthrie2009-03-181-2/+2
| | | | SVN-Revision: 14939
* Final updates to default configuration of ps3 petitboot sub-targetHamish Guthrie2009-03-172-1/+4
| | | | SVN-Revision: 14918
* update to 2.6.28.8Imre Kaloz2009-03-171-1/+1
| | | | SVN-Revision: 14916
* Update kernel configHamish Guthrie2009-03-171-0/+8
| | | | SVN-Revision: 14915
* Ensure that bin directory is created for ps3 buildbot buildHamish Guthrie2009-03-171-0/+1
| | | | SVN-Revision: 14913
* Petitboot is not a router - create new DEVICE_TYPE:=bootloader, ps3 has FPUHamish Guthrie2009-03-161-0/+2
| | | | SVN-Revision: 14898
* 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
* disable all kernel config options that are set to =mFelix Fietkau2009-02-223-3/+3
| | | | SVN-Revision: 14611
* Bumped ps3 kernel to 2.6.28.2Hamish Guthrie2009-02-202-1/+444
| | | | SVN-Revision: 14581
* Amend patch handling in ps3Hamish Guthrie2008-12-182-1/+31655
| | | | SVN-Revision: 13683
* cleanupHamish Guthrie2008-12-181-0/+2
| | | | SVN-Revision: 13681
* re-arrange ps3 treeHamish Guthrie2008-12-1810-31653/+7
| | | | SVN-Revision: 13680
* update to 2.6.27.9 and refresh patchesGabor Juhos2008-12-161-1/+1
| | | | SVN-Revision: 13659
* add a suitable default config for ps3 petitbootHamish Guthrie2008-12-111-0/+1203
| | | | SVN-Revision: 13599
* Add 2.6.27.8 kernel Modify startup filesHamish Guthrie2008-12-114-231/+141
| | | | SVN-Revision: 13596
* move THERMAL symbols into the generic configImre Kaloz2008-11-252-3/+0
| | | | SVN-Revision: 13346