Difference between revisions of "First Loader"

From Vita Development Wiki
Jump to navigation Jump to search
(Redirected page to Boot Sequence#Boot Process)
Tags: mobile edit mobile web edit New redirect
 
(Removed redirect to Boot Sequence#Boot Process)
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[Boot_Sequence#Boot_Process]]
+
First Loader is the Boot Code, also called Boot ROM, of the PS Vita. It is a short MeP executable run by the [[Cmep]] processor at boot. After initializing the most secure [[Cmep_Key_Ring_Base|Cmep keyrings]], it launches [[Second Loader]].
 +
 
 +
See also the detailed [[Boot_Sequence#Boot_Process|boot process]].
 +
 
 +
= Structure =
 +
 
 +
For all First Loader dumped at ?physical address/offset? 0x5C000, anything relevant is before the bss segment.
 +
 
 +
For a DEM-3000H First Loader, bss segment starts at 0x2A80.

Revision as of 21:04, 8 August 2023

First Loader is the Boot Code, also called Boot ROM, of the PS Vita. It is a short MeP executable run by the Cmep processor at boot. After initializing the most secure Cmep keyrings, it launches Second Loader.

See also the detailed boot process.

Structure

For all First Loader dumped at ?physical address/offset? 0x5C000, anything relevant is before the bss segment.

For a DEM-3000H First Loader, bss segment starts at 0x2A80.