/u-boot/lib/efi_loader/ |
A D | efi_hii_config.c | 28 efi_string_t *progress, in extract_config() argument 31 EFI_ENTRY("%p, \"%ls\", %p, %p", this, request, progress, results); in extract_config() 48 efi_string_t *progress) in route_config() argument 50 EFI_ENTRY("%p, \"%ls\", %p", this, configuration, progress); in route_config() 61 efi_string_t *progress) in block_to_config() argument 64 block, block_size, config, progress); in block_to_config() 74 efi_string_t *progress) in config_to_block() argument 77 block, block_size, progress); in config_to_block() 105 efi_string_t *progress, in extract_config_access() argument 116 efi_string_t *progress) in route_config_access() argument [all …]
|
A D | efi_firmware.c | 299 efi_status_t (*progress)(efi_uintn_t completion), in efi_firmware_fit_set_image() 303 image_size, vendor_code, progress, abort_reason); in efi_firmware_fit_set_image() 408 efi_status_t (*progress)(efi_uintn_t completion), in efi_firmware_raw_set_image() 418 image_size, vendor_code, progress, abort_reason); in efi_firmware_raw_set_image()
|
/u-boot/doc/driver-model/ |
A D | migration.rst | 13 * Status: In progress 23 * Status: In progress 33 * Status: In progress 43 * Status: In progress 53 * Status: In progress 75 * Status: In progress
|
/u-boot/board/st/stv0991/ |
A D | stv0991.c | 41 void show_boot_progress(int progress) in show_boot_progress() argument 43 printf("%i\n", progress); in show_boot_progress()
|
/u-boot/board/buffalo/lsxl/ |
A D | lsxl.c | 275 void show_boot_progress(int progress) in show_boot_progress() argument 277 if (progress > 0) in show_boot_progress() 281 if (progress == -BOOTSTAGE_ID_NET_LOADED) in show_boot_progress()
|
/u-boot/drivers/fastboot/ |
A D | fb_common.c | 168 void fastboot_set_progress_callback(void (*progress)(const char *msg)) in fastboot_set_progress_callback() 170 fastboot_progress_callback = progress; in fastboot_set_progress_callback()
|
/u-boot/board/armltd/integrator/ |
A D | integrator.c | 55 void show_boot_progress(int progress) in show_boot_progress() argument 57 printf("Boot reached stage %d\n", progress); in show_boot_progress()
|
/u-boot/drivers/ram/stm32mp1/ |
A D | stm32mp1_tests.c | 164 if ((*loop) % progress) in test_loop_end() 317 if (progress(offset)) in memdevice() 329 if (progress(offset)) in memdevice() 339 if (progress(offset)) in memdevice() 564 if (progress(offset << 7)) in test_sso() 624 if (progress(offset)) in test_random() 778 if (progress(offset)) { in test_noise_burst() 791 if (progress(i)) { in test_noise_burst() 852 if (progress(i)) { in test_loop() 988 if (progress(i)) { in test_loop_size() [all …]
|
/u-boot/board/armltd/vexpress/ |
A D | vexpress_common.c | 42 void show_boot_progress(int progress) in show_boot_progress() argument 44 printf("Boot reached stage %d\n", progress); in show_boot_progress()
|
/u-boot/include/ |
A D | fastboot.h | 114 void fastboot_set_progress_callback(void (*progress)(const char *msg));
|
A D | efi_api.h | 1214 efi_string_t *progress, 1222 efi_string_t *progress); 1229 efi_string_t *progress); 1235 efi_string_t *progress); 1254 efi_string_t *progress, 1259 efi_string_t *progress); 1950 efi_status_t (*progress)(efi_uintn_t completion),
|
/u-boot/tools/ |
A D | moveconfig.py | 1103 def __init__(self, toolchains, configs, options, progress, devnull, argument 1120 self.progress = progress 1328 self.progress.inc() 1329 self.progress.show() 1346 def __init__(self, toolchains, configs, options, progress, argument 1364 self.slots.append(Slot(toolchains, configs, options, progress, 1507 progress = Progress(len(defconfigs)) 1508 slots = Slots(toolchains, configs, options, progress, reference_src_dir,
|
/u-boot/lib/bzip2/ |
A D | bzlib.c | 461 Bool progress; in BZ_API() local 476 progress = handle_compress ( strm ); in BZ_API() 477 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR; in BZ_API() 498 progress = handle_compress ( strm ); in BZ_API() 508 progress = handle_compress ( strm ); in BZ_API() 509 if (!progress) return BZ_SEQUENCE_ERROR; in BZ_API()
|
/u-boot/doc/android/ |
A D | fastboot-protocol.rst | 33 (providing progress or diagnostic messages). They should 90 Client: "INFOerasing flash" indicate status / progress
|
/u-boot/doc/ |
A D | index.rst | 9 documentation, like the U-Boot itself, is very much a work in progress;
|
A D | README.console | 86 Work in progress:
|
A D | README.autoboot | 97 there is no output indicating that autoboot is in progress.
|
/u-boot/doc/imx/mkimage/ |
A D | mxsimage.txt | 145 - Enable boot progress output from the BootROM. 147 - If the boot progress output from the BootROM is enabled, the BootROM will
|
/u-boot/scripts/ |
A D | spelling.txt | 895 progess||progress 899 progresss||progress
|
/u-boot/doc/imx/habv4/ |
A D | introduction_habv4.txt | 239 root of trust is established and the HAB code can progress with the image
|
/u-boot/doc/uImage.FIT/ |
A D | x86-fit-boot.txt | 12 display decompression progress.
|
/u-boot/common/ |
A D | Kconfig.boot | 524 bool "Show boot progress in a board-specific manner" 528 show the system's boot progress on some display (for example, some 791 output indicating that autoboot is in progress.
|
/u-boot/doc/develop/ |
A D | coccinelle.rst | 223 provide some progress information as Coccinelle moves forward with
|
/u-boot/doc/arch/ |
A D | x86.rst | 77 keyboard, real-time clock, USB. Video is in progress. 511 boot progress. This can be good for debugging.
|
/u-boot/doc/board/AndesTech/ |
A D | ax25-ae350.rst | 331 OpenSBI and U-Boot proper images. After loading progress, it will jump
|