Lines Matching +full:output +full:- +full:enable
6 Enable recording of boot time while booting. To use it, insert
25 Enable recording of boot time in SPL. To make this visible to U-Boot
26 proper, enable BOOTSTAGE_STASH as well. This will stash the timing
27 information when SPL finishes and load it when U-Boot proper starts
34 Enable output of a boot time report just before the OS is booted.
35 This shows how long it took U-Boot to go through each stage of the
126 Enabling this will make a U-Boot binary that is capable of being
127 booted via NOR. In this case we will enable certain pinmux early
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
201 bool "Enable boot arguments"
204 in CONFIG_BOOTARGS option. Enable this option to be able to specify
206 will be undefined and won't take any space in U-Boot image.
217 bool "Enable iotrace"
219 This enable iotrace feature.
226 This is the library functionality to provide a text-based menu of
232 This provides a way to record console output (and provide console
234 Console output is recorded even when the console is silent.
235 To enable console recording, call console_record_reset_enable()
239 hex "Output buffer size"
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
299 output will appear on the console devices. This is controlled by
300 setting the environment vaariable 'silent' to a non-empty value.
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.
340 initialised etc) all console output is silently discarded.
341 Defining CONFIG_PRE_CONSOLE_BUFFER will cause U-Boot to
344 if it overflows, earlier output is discarded.
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
356 output. Normally there is very little output at this early stage,
361 want to see the full boot output on the console. Without this
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
379 bool "Enable console multiplexing"
386 adds a small amount of size to U-Boot. Changes to the environment
393 This allows multiple input/output devices to be set at boot time.
394 For example, if stdout is set to "serial,video" then output will
397 input/output devices.
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.
422 Enable this option to supress this output. It can be obtained by
439 bool "Enable logging support"
447 bool "Enable logging support in SPL"
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
491 bool "Allow log output to the console"
497 log message is shown - other details like level, category, file and
501 bool "Allow log output to the console in SPL"
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.
544 So this config enable the late init code with the help of board_late_init
551 Display information about the CPU that U-Boot is running on
552 when U-Boot starts up. The function print_cpuinfo() is called
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
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.
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.
628 This enable support write keybox to secure storage.
650 This enable support read/write data in keymaster.
653 bool "Enable support for Android Boot Images"
659 bool "Enable support for Android image hash verify"
668 bool "Skip U-Boot relocation"
671 This enable support for skipping U-Boot relocation.
681 also CMD_HASH for command-line access.