Lines Matching +full:start +full:- +full:up

12 	  add up all the accumulated time and report it.
25 Enable recording of boot time in SPL. To make this visible to U-Boot
27 information when SPL finishes and load it when U-Boot proper starts
28 up.
35 This shows how long it took U-Boot to go through each stage of the
41 3,575,678 3,575,678 board_init_f start
44 3,659,598 83,821 board_init_r start
126 Enabling this will make a U-Boot binary that is capable of being
128 as the ROM only partially sets up pinmux. We also default to using
135 Enabling this will make a U-Boot binary that is capable of being
143 Enabling this will make a U-Boot binary that is capable of being
151 Enabling this will make a U-Boot binary that is capable of being
159 Enabling this will make a U-Boot binary that is capable of being
167 Enabling this will make a U-Boot binary that is capable of being
175 Enabling this will make a U-Boot binary that is capable of being
186 "serial-number" properties.
195 set to -1 to disable autoboot.
196 set to -2 to autoboot with no delay and not check for abort
206 will be undefined and won't take any space in U-Boot image.
226 This is the library functionality to provide a text-based menu of
244 Set the size of the console output buffer. When this fills up, no
262 This disable CLI interactive in verified-boot.
272 This options adds the board specific name to u-boot version.
289 7 (KERN_DEBUG) debug-level messages
300 setting the environment vaariable 'silent' to a non-empty value.
303 When the console is set up, the variable is checked, and the
308 bool "Only silence the U-Boot console"
311 Normally when the U-Boot console is silenced, Linux's console is
313 allows the linux console to operate normally, even if U-Boot's
323 to silence or un-silence the console.
341 Defining CONFIG_PRE_CONSOLE_BUFFER will cause U-Boot to
347 useful to be able to share the pre-console buffer with SPL.
350 int "Sets the size of the pre-console buffer"
354 The size of the pre-console buffer affects how much console output
362 option only the post-relocation output will be displayed.
365 hex "Address of the pre-console buffer"
370 This sets the start address of the pre-console buffer. This must
372 possibly before DRAM is set up. Therefore choose an address
386 adds a small amount of size to U-Boot. Changes to the environment
402 If this is enabled, and the board-specific function
412 used to determine the correct console devices on start-up. This
414 start-up (after relocation). This causes the environment to be
420 Normally U-Boot displays the current settings for stdout, stdin
421 and stderr on boot when the post-relocation console is set up.
463 0 - panic
464 1 - critical
465 2 - error
466 3 - warning
467 4 - note
468 5 - info
469 6 - detail
470 7 - debug
481 0 - panic
482 1 - critical
483 2 - error
484 3 - warning
485 4 - note
486 5 - info
487 6 - detail
488 7 - debug
497 log message is shown - other details like level, category, file and
507 log message is shown - other details like level, category, file and
528 bool "add U-Boot environment variable vers"
532 named "ver" is created by U-Boot showing the U-Boot
542 boot-modes etc. which eventually done at late.
548 bool "Display information about the CPU during start up"
551 Display information about the CPU that U-Boot is running on
552 when U-Boot starts up. The function print_cpuinfo() is called
556 bool "Display information about the board during start up"
559 Display information about the board that U-Boot is running on
560 when U-Boot starts up. The board function checkboard() is called
563 menu "Start-up hooks"
566 bool "Call arch-specific init soon after relocation"
568 With this option U-Boot will call arch_early_init_r() soon after
571 enabled. This can be used to set up architecture-specific devices.
574 bool "Call arch-specific init after relocation, when console is ready"
576 With this option U-Boot will call arch_misc_init() after
577 relocation to allow miscellaneous arch-dependent initialisation
579 and will be called after the console is set up, after relocaiton.
582 bool "Call board-specific init before relocation"
585 after boot. With this option, U-Boot calls board_early_init_f()
586 after driver model is ready in the pre-relocation init sequence.
587 Note that the normal serial console is not yet set up, but the
591 bool "Call board-specific init after relocation"
594 relocation. With this option, U-Boot calls board_early_init_r()
595 in the post-relocation init sequence.
668 bool "Skip U-Boot relocation"
671 This enable support for skipping U-Boot relocation.
681 also CMD_HASH for command-line access.