Lines Matching +full:serial +full:- +full:number
14 Normally, IDs are defined in bootstage.h but a small number of
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
35 This shows how long it took U-Boot to go through each stage of the
50 int "Number of boot ID numbers available for user use"
53 This is the number of available user bootstage records.
59 int "Number of boot stage records to store"
63 number of bootstage records that can be recorded.
126 Enabling this will make a U-Boot binary that is capable of being
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
182 bool "Pass the device serial number to kernel through devicetree"
185 Enabling this will pass a device serial number to kernel by devicetree
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
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.
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.
339 Prior to the console being initialised (i.e. serial UART
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
383 For example, stdout can be set to go to serial and video.
384 Similarly, stdin can be set to come from serial and keyboard.
386 adds a small amount of size to U-Boot. Changes to the environment
394 For example, if stdout is set to "serial,video" then output will
395 be sent to both the serial and video devices on boot. The
402 If this is enabled, and the board-specific function
404 switched to the serial port, else the settings in the environment
406 to serial.
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
496 Generally the console is the serial port or LCD display. Only the
497 log message is shown - other details like level, category, file and
498 line number are omitted.
506 Generally the console is the serial port or LCD display. Only the
507 log message is shown - other details like level, category, file and
508 line number are omitted.
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.
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.
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.