Lines Matching +full:pre +full:- +full:timeout
1 /* SPDX-License-Identifier: GPL-2.0+ */
28 * then the U-Boot initialisation code will
29 * e.g. ARM Boot Monitor or pre-loader is repeated once
30 * (to re-initialise any existing CM_INIT settings to safe values).
33 * will either reboot into the ARM monitor (or pre-loader)
34 * or continuously cycle thru it without U-Boot running,
35 * depending upon the setting of Integrator/CP switch S2-4.
37 * However it may be needed if Integrator/CP switch S2-1
38 * is set OFF to boot direct into U-Boot.
47 * However, the default U-Boot code also performs the initialization.
49 * - see documentation supplied with board for details of how to choose the
51 * e.g. whether the ARM Boot Monitor runs before U-Boot
56 * The ARM boot monitor does not relocate U-Boot.
57 * However, the default U-Boot code performs the relocation check,
71 CONFIG_SYS_INIT_RAM_SIZE - \
79 * - ARM Boot Monitor
80 * - Unused
81 * - SIB block
82 * - U-Boot environment
87 /* Timeout values in ticks */
88 #define CONFIG_SYS_FLASH_ERASE_TOUT (2 * CONFIG_SYS_HZ) /* Erase Timeout */
89 #define CONFIG_SYS_FLASH_WRITE_TOUT (2 * CONFIG_SYS_HZ) /* Write Timeout */