Post Reply 
PSP IPL SDK released
Who wants to make a full firmware from the ground-up?
Author Message
UncertainGod
Illogical mindfuckery

Posts: 1,492.4476
Threads: 88
Joined: 16th Aug 2007
Reputation: -8.70083
E-Pigs: 7.1412
Offline
Post: #1
Exclamation PSP IPL SDK released
Booster recently informed the maxconsole website that he is releasing the PSP IPL(Initial Program Loader) SDK(Software Developers Kit) to the community.

Nothing much more to be said really other than the possibilities this could open up, for example having a complete custom firmware without one bit of sony code in it, or port the linux kernel and build the ultimate multimedia/emulator OS for your PSP hardware.

I can see some interesting projects coming out of this, what do you think?


A copy of the readme and the download link are below.

Quote:-----------------------------------------------------------------------------
PSP-IPL-SDK Rev.0.5 (2007.10.9)
-----------------------------------------------------------------------------

This is an open SoftwareDevelopmentKit for PSP IPL code.
And example.

-----------------------------------------------------------------------------
directories
-----------------------------------------------------------------------------

-- driver / library --

IPL_SDK/              --- PSP driver and libs to build IPL/boot code.
LIBC/                 --- poor stdio libs.
tff/                  --- ChaN's open source FAT File System Module.
PANDORA/              --- PANDORA'S BATTERY (readme.txt only)

-- PSP RAW IPL code example --

MS_NORMAL/           --- Normal NAND boot for MS-IPL.
MS_MULTI_LOADER/     --- MS MultiLoader for MS-IPL.

-- boot code example for MS MultiLoader --

ML_FLASH_LED/         --- The simplest exsample.
ML_BIOS_DUMPER/       --- 'pre-ipl' BIOS ROM dumper.
ML_MAIN_BIN_DUMPER/   --- IPL "main.bin" dumper.
ML_DDR_DUMPER/        --- DDR-SDRAM dumper at last power off.
ML_RECOVERY_LOADER/   --- PANDORA'S BATTERY recovery menu bootloader.

-- tools --

msinst/               --- MS IPL code installer for Windows PC.

-- misc code / tool --

iplex/                --- 2nd IPL,"ipl.bin" loader with patch (for CFW/downgrader)
installer/            --- IPL patch & boot code installer to NAND Flash (for CFW)

-----------------------------------------------------------------------------
note
-----------------------------------------------------------------------------

----------------------------------------
kprintf message

Connect a serial port via HPRemote with 115Kbps.
The output of Kprintf() out there.
Plug mini-jack because SYSCON cuts power automatically when pulling out a plug.

--------------------------------------
MultiLoader file format

see MS_MULTI_LOADER/readme.txt

----------------------------------------
Top address of MultiLoader bootcode

"PROVIDE (__executable_start = 0x040e0000); . = 0x040e0000;"
in "IPL_SDK/pspipl.x"

----------------------------------------
DDR-SDRAM

The DDR-SDRAM can not use because it isn't initialized.
The simple way of using SDRAM is to be in the hook after main.bin is initialized.
see the "ML_DDRDUMP" example.

finally,the original SDRAM driver should be made.


Download link
(This post was last modified: 09/10/2007 04:26 AM by UncertainGod.)
09/10/2007 04:23 AM
Find all posts by this user Quote this message in a reply
diego
poof

Posts: 7,826.1659
Threads: 264
Joined: 22nd Jun 2007
Reputation: 1.80067
E-Pigs: 37.4012
Offline
Post: #2
RE: PSP IPL SDK released
OMG I WANT!

[Image: cce6aa9e-c40c-4ae7-aebe-d7780d6fc009.gif]
09/10/2007 05:04 AM
Find all posts by this user Quote this message in a reply
squee666
Grand Warlock

Posts: 3,566.4225
Threads: 351
Joined: 4th May 2007
Reputation: 12.17831
E-Pigs: 555.8899
Offline
Post: #3
RE: PSP IPL SDK released
this could lead to video output on all psp slim cables

[Image: IuZelj2.png]
Spoiler for anime watched:
[Image: squee666.jpg]
09/10/2007 05:08 AM
Find all posts by this user Quote this message in a reply
diego
poof

Posts: 7,826.1659
Threads: 264
Joined: 22nd Jun 2007
Reputation: 1.80067
E-Pigs: 37.4012
Offline
Post: #4
RE: PSP IPL SDK released
I still can believe this. . .THE POSSIBILITIES!

[Image: cce6aa9e-c40c-4ae7-aebe-d7780d6fc009.gif]
09/10/2007 05:16 AM
Find all posts by this user Quote this message in a reply
UncertainGod
Illogical mindfuckery

Posts: 1,492.4476
Threads: 88
Joined: 16th Aug 2007
Reputation: -8.70083
E-Pigs: 7.1412
Offline
Post: #5
RE: PSP IPL SDK released
I've been thinking about this a bit and if you did start developing a full firmware replacement you could test it using pandora and a magic memory stick without having to overwrite your current firmware couldn't you?
09/10/2007 06:27 AM
Find all posts by this user Quote this message in a reply
diego
poof

Posts: 7,826.1659
Threads: 264
Joined: 22nd Jun 2007
Reputation: 1.80067
E-Pigs: 37.4012
Offline
Post: #6
RE: PSP IPL SDK released
well probably. . .since pandora can run the FW files of the MS. . .

[Image: cce6aa9e-c40c-4ae7-aebe-d7780d6fc009.gif]
09/10/2007 06:33 AM
Find all posts by this user Quote this message in a reply
u_c_taker
hacks=drama

Posts: 3,185.2011
Threads: 102
Joined: 29th Jan 2007
Reputation: -1.03084
E-Pigs: 36.7855
Offline
Post: #7
RE: PSP IPL SDK released
well psp homebrew has always brought endless posibilities

09/10/2007 10:15 AM
Find all posts by this user Quote this message in a reply
UncertainGod
Illogical mindfuckery

Posts: 1,492.4476
Threads: 88
Joined: 16th Aug 2007
Reputation: -8.70083
E-Pigs: 7.1412
Offline
Post: #8
RE: PSP IPL SDK released
This isn't about normal homebrew, this SDK makes it easier to make your own firmware. A completely new OS on the PSP.
09/10/2007 11:13 AM
Find all posts by this user Quote this message in a reply
Pirata Nervo
NervOS Developer

Posts: 699.4765
Threads: 39
Joined: 20th Jun 2007
Reputation: -0.79225
E-Pigs: 19.2466
Offline
Post: #9
RE: PSP IPL SDK released
wow this is coool

09/10/2007 11:16 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Chroma
Chromatic Nutjob

Posts: 2,626.3796
Threads: 435
Joined: 1st Mar 2007
Reputation: -5.01013
E-Pigs: 40.2135
Offline
Post: #10
RE: PSP IPL SDK released
My god, can you imagine the possibilities? What if you had a fully custom firmware built to run with that touch screen that came out a few months ago? It's a PSP Touch! Seriously, I get weak in the knees thinking of all the cool stuff you could do with this.

What if they could make it so that when you boot your PSP you select which OS you want to run, and you have a list of the different ones you have installed?

PSN ID: Chroma3000
My Steam Page
ADD ME
superdouche Wrote:
TheGuy Wrote:
superdouche Wrote:You need at least an 8 inch penis, that's what I heard.
Man, if I had 8 inches, I would find a better use for it :P
Like what, pushing elevator buttons?
09/10/2007 01:02 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: