Searched refs:before (Results 1 – 25 of 249) sorted by relevance
12345678910
| /u-boot/post/lib_powerpc/fpu/ |
| A D | Makefile | 6 objs-before-objcopy := 20001122-1.o 20010114-2.o 20010226-1.o 980619-1.o \ 8 targets += $(objs-before-objcopy) 11 $(foreach m, $(objs-before-objcopy), $(eval CFLAGS_REMOVE_$m := -msoft-float)) 14 obj-y := $(objs-before-objcopy:.o=_.o)
|
| /u-boot/tools/binman/test/ |
| A D | 166_pad_in_sections.dts | 14 before { 18 pad-before = <12>;
|
| A D | 180_section_pad.dts | 15 pad-before = <3>; 22 pad-before = <5>;
|
| A D | 058_x86_ucode_spl_needs_retry.dts | 17 * Microcode goes before the DTB which contains it, so binman 18 * will need to obtain the contents of the next section before
|
| A D | embed_data.c | 10 int before[2] __attribute__((section(".embed"))) = {2, 3}; variable
|
| A D | 006_dual_image.dts | 15 pad-before = <3>;
|
| A D | 178_skip_at_start_pad.dts | 16 pad-before = <8>;
|
| A D | 179_skip_at_start_section_pad.dts | 15 pad-before = <8>;
|
| A D | 261_section_fname.dts | 15 pad-before = <2>;
|
| A D | 009_pack_extra.dts | 10 pad-before = <3>;
|
| A D | 189_vblock_content.dts | 17 * before the vblock reads its data. At present binman does not
|
| A D | 167_fit_image_subentry_alignment.dts | 39 pad-before = <20>;
|
| /u-boot/scripts/coccinelle/free/ |
| A D | ifnullfree.cocci | 2 /// NULL check before some freeing functions is not needed. 50 cocci.print_main("NULL check before that freeing function is not needed", p) 56 msg = "WARNING: NULL check before some freeing functions is not needed."
|
| /u-boot/doc/ |
| A D | README.arm-caches | 21 - Flush the buffer after the MPU writes the data and before the DMA is 25 - Invalidate the buffer before starting the DMA. In case there are any dirty 30 - Invalidate the buffer after the DMA is complete and before the MPU reads 31 it. This may be needed in addition to the invalidation before the DMA 52 in the short period after the cache was flushed but before the
|
| A D | README.autoboot | 27 any commands. If any key is pressed before the boot delay time 34 U-Boot pressed a key before the system had time to boot. It's even 68 entered before the specified time the boot delay sequence is 95 CONFIG_AUTOBOOT_PROMPT is displayed before the boot delay 111 and this string is received from console input before 117 this string is received from console input before autoboot 160 environment variable 'menucmd' will be executed before boot starts.
|
| /u-boot/doc/arch/ |
| A D | mips.rst | 20 Cache will be disabled before entering the loaded ELF image without 27 - insert flush_cache(all) before calling dcache_disable(), or 43 initialized in board specific assembler language before the cache init
|
| /u-boot/doc/device-tree-bindings/pci/ |
| A D | x86-pci.txt | 8 after U-Boot has relocated. Normally if PCI is used before relocation, 9 this happens before relocation also. Some platforms set up static 23 - u-boot,pci-pre-reloc : List of vendor/device IDs to bind before relocation, even
|
| /u-boot/doc/usage/cmd/ |
| A D | echo.rst | 20 Arguments to be printed. The arguments are evaluated before being passed to 26 Strings are parsed before the arguments are passed to the echo command:
|
| /u-boot/common/spl/ |
| A D | Kconfig.nxp | 64 malloc is used in SPL and it is set up by spl_init() and before that, the 96 malloc is used in TPL and it is set up by spl_init() and before that, the 112 hex "Offset to which the TPL should be padded before appending the TPL payload" 116 Image offset to which the TPL should be padded before appending the
|
| /u-boot/doc/develop/driver-model/ |
| A D | debugging.rst | 27 you can get serial output (printf(), etc.) before the serial driver is 43 before relocation in U-Boot, check CONFIG_SPL_SYS_MALLOC_F_LEN and 52 dm_dump_all() just before you locate the device to make sure it exists.
|
| /u-boot/arch/arm/dts/ |
| A D | bcm283x-u-boot.dtsi | 4 * and also initialize before relocation.
|
| /u-boot/board/xilinx/bootscripts/ |
| A D | qspiboot.cmd | 7 # It requires a list of environment variables to be defined before load:
|
| A D | sdboot.cmd | 8 # before load
|
| /u-boot/tools/u_boot_pylib/ |
| A D | terminal.py | 114 before = text[pos:m.start()] 115 toadd = before[:left]
|
| /u-boot/lib/optee/ |
| A D | Kconfig | 11 This option enable the OPTEE specific checks done before booting
|
Completed in 12 milliseconds
12345678910