aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ps3
Commit message (Collapse)AuthorAgeFilesLines
* try to clean up some kernel configsTravis Kemen2008-08-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12067 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.25.12Gabor Juhos2008-07-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11933 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update targets to 2.6.25.10Imre Kaloz2008-07-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11667 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.25.9Imre Kaloz2008-06-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] upgrade to 2.6.25.7, and refresh patchesGabor Juhos2008-06-172-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set file executable permissionsYuji Mano2008-06-161-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11516 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the PS3 specific utility bl-option, a helper sctiptYuji Mano2008-06-162-8/+119
| | | | | | | | | to get and set bootloader options in flash memory. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert previous bad commit r11512Yuji Mano2008-06-161-6/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the PS3 specific utility bl-option, a helper sctiptYuji Mano2008-06-161-8/+6
| | | | | | | | | to get and set bootloader options in flash memory. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a system config option to allow syslogd to log to a file.Yuji Mano2008-06-161-2/+3
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11511 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update the PS3 target README with some installation tips, andYuji Mano2008-06-162-24/+36
| | | | | | | | | the PS3 image Makefile to create openwrt-ps3-vmlinux.elf. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11509 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.25.6Imre Kaloz2008-06-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11435 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Set executable permissions on ps3 target specific scriptsYuji Mano2008-06-052-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Adding ps3 target specific /bin/login script.Yuji Mano2008-06-041-0/+47
| | | | | | | For security reasons, allow telnet login only if the user explicitly sets a flag in the ps3 flash db to enable telnet login from the host console. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update ps3 linux banner and hostnameYuji Mano2008-05-292-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add newline at EOFYuji Mano2008-05-281-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adding ps3 specific banner and system nameYuji Mano2008-05-282-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix path of initrun scriptYuji Mano2008-05-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add an initrun script that is respawned by init.Yuji Mano2008-05-282-1/+4
| | | | | | | This default initrun script calls /bin/login as usual, but packages (ex. bootloader packages) can modify it to run custom scripts/execs at init. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Reduce the kernel verbosity of the ps3_system_bus_match outputYuji Mano2008-05-282-6/+72
| | | | | | | | | | for ps3 builds. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11281 3c298f89-4303-0410-b956-a3cf2f4a3e73
* * update ps3 target kernel configYuji Mano2008-05-191-4/+5
| | | | | | | | * reduce FB default size * enable FB console rotation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11218 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; ↵Gabor Juhos2008-05-181-1/+1
| | | | | | 2.6.22.19) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update default ps3 kernel config-2.6.25Yuji Mano2008-05-051-24/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11054 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.25.1 and refresh patchesGabor Juhos2008-05-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* properly disable CONFIG_CRYPTO_HWNicolas Thill2008-04-271-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename the bootloader image to standard name "otheros.bld"Yuji Mano2008-04-182-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove config for non supported kernel versionYuji Mano2008-04-181-1087/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* * update ps3 target kernel version to 2.6.25Yuji Mano2008-04-182-6/+991
| | | | | | | * add default config for ps3 kernel 2.6.25 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade & standardize kernel versionsImre Kaloz2008-02-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix initramfsFelix Fietkau2008-01-011-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the image filenames a bit shorterFelix Fietkau2007-11-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9413 3c298f89-4303-0410-b956-a3cf2f4a3e73