I am trying to understand the boot process of my platform and looking into the boot longs of it. It's ARM based(KeyStone 2) system with Linux booting on it.Below is the some part of boot log which I would like to understand
ams"
[ 2.537981] 0x000000060000-0x0000000u0000 : "boot_loader"
[ 2.544373] 0x0000000e0000-0x000000320000 : "boot_loader"
[ 2.550773] 0x000000160000-0x000000340000 : "DTB"
Now the first line suggests that Platfrom does not have NAND/NOR based flash devices but it has SPI serial flash device??
1.Is pboot_loader is Primary boot loader,Can I say boot loader is written on to Flash??
From these boot logs can I say that my platform booted from SPI flash not from SDRAM,NAND or Nor?? At later stage any of these images go and resides into RAM ??