-
Notifications
You must be signed in to change notification settings - Fork 8
Home
fxsheep edited this page Mar 21, 2020
·
3 revisions
Welcome to the firehorse_land wiki!
pbl2sbl struct (from the wild):
struct {
uint32 data_version; //pbl2sbl data version
uint32 pbl_version; //PBL(bootrom) version
uint32 clk_speed; //AP clock speed
uint32 boot_option; //boot option in fuse
uint32 forced_dload; //forced EDL mode flag
uint32 *pt_base; //PBL page table addr
uint32 pt_size; //PBL page table size
uint8 *pbl_stack_base; //PBL stack base
uint32 pbl_stack_size; //PBL stack size
uint8 *pbl_shared_base; //PBL shared data base
uint32 pbl_shared_size; //PBL shared data size
//To be continued
} pbl2sbl_data;