Lines Matching refs:to
12 call 4K NAND loader and a second stage image. The former is appended to
13 the latter to produce u-boot-nand.bin.
16 configure the L2SRAM, then copy the second stage image to L2SRAM and jump
17 to it. The second stage image is to configure all the hardware and boot up
18 to U-Boot command line.
22 is mainly used to shrink the code size to the 4K size limitation.
24 The macro CONFIG_SYS_RAMBOOT is used to control the code to produce the
49 and boot from eSPI. When power on, the porcessor excutes the ROM code to
51 the memory device that interfaced to the controller, such as the SDCard or
52 SPI EEPROM, to the target memory, e.g. SDRAM or L2SRAM, then boot from it.
56 to config the memory device, and the control word direct the processor where
57 to find the image on the memory device, or where copy the main image to. The
58 user can use any method to store the data structure to the memory device, only
75 3. Put image to SDCard
115 then insert the SDCard to the active slot to boot up.
125 3. Put image to SPI flash