Lines Matching full:boot
41 Relocates the rom_start region containing the boot-vector data and
46 such that it is able to load the correct boot-vector (contained in rom_start)
50 Most SOCs include an alias for the boot-vector at address 0x00000000
55 is not placed into the boot-vector memory area.
58 effect of enlarging the bin file. If the zephyr.bin file is used to boot the
63 for code location. But the boot-vector must be placed into OCRAM_S for the
64 CORTEX-M to boot (alias 0, real 0x00180000/32K available).
76 to the right memory region of the boot-vector.
79 -IMX7D the boot-vector is OCRAM_S (0x00180000, aliased at 0x0).
80 -IMX6SX the boot-vector is TCML (0x007F8000, aliased at 0x0).
81 -IMX8MQ the boot-vector is TCML (0x007E0000, aliased at 0x0).
82 -IMX8MN the boot-vector is ITCM (0x007E0000, aliased at 0x0).
93 Default is 1KB which is enough to store the boot and irq vectors.
97 Example for IMX7D that needs the boot-vector into OCRAM_S (0x00180000):
172 they are programmed at boot time.