summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc/ps3/conf.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the Blu-Ray drive found in the Sony Playstation 3 and fixnwhitehorn2011-08-141-1/+5
| | | | | | | some realted minor bugs in PS3 internal storage support. Submitted by: glevand <geoffrey.levand@mail.ru> Approved by: re (bz)
* Add support for booting PS3s from disk. This is still a little hackish untilnwhitehorn2011-07-161-3/+3
| | | | | | | | | | | we can find a way to get the information from petitboot or to guess it, so the current algorithm is: 1. See if ps3disk3p1 (first GPT slice on OtherOS partition) exists, and if so try to boot it. 2. Otherwise, netboot. Submitted by: glevand <geoffrey.levand at mail dot ru >
* Import support for the Sony Playstation 3 using the OtherOS featurenwhitehorn2011-01-061-0/+119
available on firmwares 3.15 and earlier. Caveats: Support for the internal SATA controller is currently missing, as is support for framebuffer resolutions other than 720x480. These deficiencies will be remedied soon. Special thanks to Peter Grehan for providing the hardware that made this port possible, and thanks to Geoff Levand of Sony Computer Entertainment for advice on the LV1 hypervisor.
OpenPOWER on IntegriCloud