How the primary bootloader (PBL) works

IPC - Instrument cluster panels (like Convers+)
Post Reply
Go4IT
Pro
Posts: 967
Joined: 08 Feb 2019, 12:25

How the primary bootloader (PBL) works

Post by Go4IT »

This topic is to research and discuss how the part of the PBL works. It starts with the bootvector-table at 0x0000 0000 (8 dwords) and ends at 0x0000 4FFFF.

The first vector at 0x0000 0000 is the RESET-Vector, where it branches to the entrypoint of the PBL.

...to be continued...
User avatar
Stevebe
Pro
Posts: 258
Joined: 08 Feb 2019, 12:28

Re: How the primary bootloader (PBL) works

Post by Stevebe »

Go4IT wrote: 30 Dec 2019, 12:43
...to be continued...
Please do continue
Digimod
Post Reply