summaryrefslogtreecommitdiffstats
path: root/target/linux/ps3
Commit message (Collapse)AuthorAgeFilesLines
* Set executable permissions on ps3 target specific scriptsYuji Mano2008-06-052-0/+0
| | | | SVN-Revision: 11370
* Adding ps3 target specific /bin/login script. For security reasons, allow ↵Yuji Mano2008-06-041-0/+47
| | | | | | telnet login only if the user explicitly sets a flag in the ps3 flash db to enable telnet login from the host console. SVN-Revision: 11360
* Update ps3 linux banner and hostnameYuji Mano2008-05-292-2/+2
| | | | SVN-Revision: 11293
* add newline at EOFYuji Mano2008-05-281-1/+2
| | | | SVN-Revision: 11287
* adding ps3 specific banner and system nameYuji Mano2008-05-282-0/+7
| | | | SVN-Revision: 11286
* fix path of initrun scriptYuji Mano2008-05-281-1/+1
| | | | SVN-Revision: 11284
* Add an initrun script that is respawned by init. This default initrun script ↵Yuji Mano2008-05-282-1/+4
| | | | | | calls /bin/login as usual, but packages (ex. bootloader packages) can modify it to run custom scripts/execs at init. SVN-Revision: 11283
* Reduce the kernel verbosity of the ps3_system_bus_match output for ps3 builds.Yuji Mano2008-05-282-6/+72
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 11282
* Fixup inittab for PS3.Yuji Mano2008-05-281-0/+6
| | | | | | | | Make ctrl-alt-del do a system reboot. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 11281
* * update ps3 target kernel config * reduce FB default size * enable FB ↵Yuji Mano2008-05-191-4/+5
| | | | | | console rotation SVN-Revision: 11218
* upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)Gabor Juhos2008-05-181-1/+1
| | | | SVN-Revision: 11184
* update default ps3 kernel config-2.6.25Yuji Mano2008-05-051-24/+14
| | | | SVN-Revision: 11054
* update to 2.6.25.1 and refresh patchesGabor Juhos2008-05-021-1/+1
| | | | SVN-Revision: 11006
* properly disable CONFIG_CRYPTO_HWNicolas Thill2008-04-271-1/+0
| | | | SVN-Revision: 10952
* rename the bootloader image to standard name "otheros.bld"Yuji Mano2008-04-182-4/+4
| | | | SVN-Revision: 10860
* remove config for non supported kernel versionYuji Mano2008-04-181-1087/+0
| | | | SVN-Revision: 10859
* * update ps3 target kernel version to 2.6.25 * add default config for ps3 ↵Yuji Mano2008-04-182-6/+991
| | | | | | kernel 2.6.25 SVN-Revision: 10858
* upgrade & standardize kernel versionsImre Kaloz2008-02-111-1/+1
| | | | SVN-Revision: 10443
* fix initramfsFelix Fietkau2008-01-011-1/+0
| | | | SVN-Revision: 10080
* ps3: use readable video mode descriptions in readmeFelix Fietkau2007-11-282-5/+8
| | | | | | | | | The ps3 video modes can be specified as readable names (eg "720p"), so use those instead. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9605
* ps3: build-in ps3 system managerFelix Fietkau2007-11-281-3/+3
| | | | | | | | | This changes the ps3 kernel config to build-in the System Manager module, which is required for proper shutdown and reboot. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9604
* make the image filenames a bit shorterFelix Fietkau2007-11-101-1/+1
| | | | SVN-Revision: 9533
* Add ps3 targetFelix Fietkau2007-10-234-0/+1169
This patch adds a target for the Sony PlayStation 3. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9413