PSPReverse / PSPEmu

PSP emulator
GNU General Public License v3.0
87 stars 11 forks source link

Add simple BRSP generator #14

Open RobertBuhren opened 4 years ago

RobertBuhren commented 4 years ago

The emulator is useless without either the on-chip BL or a boot-rom-service-page for the UEFI image used. Maybe we should add support to the emulator for generating a basic BRSP for a given UEFI file.

AlexanderEichner commented 4 years ago

The requirement for this is to have some basic flash file system parsing functionality in the emulator to extract the AMD public key from the UEFI image.

AlexanderEichner commented 4 years ago

Basic support for this is now available in master. There are still a lot of gaps but the most essential stuff is generated and filled in now.