How PBL branches to Boot code (Example boot code is in DDR SRAM)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How PBL branches to Boot code (Example boot code is in DDR SRAM)

948 Views
sreenatha_reddy
Contributor I

How PBL branches to Boot code (Example boot code is in DDR SRAM)..?

0 Kudos
1 Reply

939 Views
Pavel
NXP Employee
NXP Employee

Layerscape processors uses SCRATCHRW2 register value as boot location pointer. See the Section

12.3.53 of LS1043a Reference Manual.

 

Usually RCW file in NXP LSDK contains the following code for u-boot address:

write 0x570600, 0x00000000

write 0x570604, 0x60100000

0 Kudos