MAMEWorld >> EmuChat
View all threads Index   Flat Mode Flat  

Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6118
Loc: Fort Worth, Tx
Send PM
Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is.
06/22/17 09:18 AM


> Unfortunately, after a bunch of messing around, I've determined that the
> ipl_bios_dumper (if it even works at all) most likely only works on an original Phat
> PSP using the 1.50 kernel.
>
> Not sure if it's the same one created by moonlight.
>
> I'm unable to do anything with it only having access to slims currently as they don't
> support 1.50 kernel stuff.
>
> I'll keep a look out and attempt to pick up a phat if a store like goodwill,
> gamestop, craigslist, etc. has one I'm interested in.

I did find PSP-IPL-SDK Rev.0.5 (2007.10.9) post from a forum. Anyway the source is here at https://github.com/soywiz/psp_ipl_sdk

Here what the person said from a forum. No I'm not posting the link here. Look up the name of UncertainGod. The reason is that I do not want to post a link that have a ton of ROM's hidden or what ever. I never did check the forums out to see. Don't care. Not even sure this is useful for us and MAME Dev team. I'm not gonna try until someone else tested this out first. This tool just might ruin the PSP.


Code:


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.



Note: Link no longer have the download anymore.


Code:


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.




W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB







Entire thread
Subject Posted by Posted on
* PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. Dullaron 06/21/17 05:18 AM
. * I guest the dumps won't be sent to MAME Dev team. Dullaron  07/12/17 06:12 AM
. * Re: I guest the dumps won't be sent to MAME Dev team. SmitdoggAdministrator  07/12/17 06:43 AM
. * Re: I guest the dumps won't be sent to MAME Dev team. Dullaron  07/12/17 09:15 AM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. SmitdoggAdministrator  06/21/17 06:06 AM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. R. Belmont  06/21/17 04:56 PM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. crazyc  06/21/17 03:41 PM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. B2K24  06/21/17 04:49 PM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. R. Belmont  06/21/17 05:29 PM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. B2K24  06/21/17 08:13 PM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. B2K24  06/22/17 07:12 AM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. Dullaron  06/22/17 09:18 AM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. MooglyGuy  06/22/17 03:38 PM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. Dullaron  06/23/17 01:51 AM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. Dullaron  06/21/17 08:19 AM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. SmitdoggAdministrator  06/21/17 08:27 AM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. Dullaron  06/21/17 08:40 AM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. casm  06/21/17 10:29 AM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. SmitdoggAdministrator  06/21/17 08:49 AM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. B2K24  06/21/17 09:11 AM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. MooglyGuy  06/21/17 10:02 AM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. Haze  06/21/17 11:32 AM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. anikom15  06/22/17 07:40 PM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. Heihachi_73  06/24/17 10:34 PM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. Haze  06/22/17 08:19 PM
. * Re: PSP need to be dump. Then send it to MAME Dev Team. Doesn't matter which model it is. B2K24  06/23/17 04:40 PM

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 23 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 3029