Lines Matching +full:mode +full:- +full:bootloader
1 /* SPDX-License-Identifier: GPL-2.0+ */
25 CFG_INVALID = -1,
35 /* Safe boot mode */
37 /* DMA boot mode */
39 /* I Cache boot mode */
41 /* Fast EMIF boot mode */
43 /* DMA + ICache boot mode */
45 /* DMA + ICache + Fast EMIF boot mode */
57 uint32_t entry; /* entry point address for bootloader */
58 uint32_t pages; /* number of pages (size of bootloader) */
60 * blocknumber where user bootloader is
64 * page number where user bootloader is
68 * PLL setting -Multiplier (only valid if
72 * PLL setting -Divider (only valid if
80 unsigned char res[UBL_BLOCK_SIZE - 8 * 4];