Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 249) sorted by relevance

12345678910

/u-boot/post/lib_powerpc/fpu/
A DMakefile6 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 D166_pad_in_sections.dts14 before {
18 pad-before = <12>;
A D180_section_pad.dts15 pad-before = <3>;
22 pad-before = <5>;
A D058_x86_ucode_spl_needs_retry.dts17 * Microcode goes before the DTB which contains it, so binman
18 * will need to obtain the contents of the next section before
A Dembed_data.c10 int before[2] __attribute__((section(".embed"))) = {2, 3}; variable
A D006_dual_image.dts15 pad-before = <3>;
A D178_skip_at_start_pad.dts16 pad-before = <8>;
A D179_skip_at_start_section_pad.dts15 pad-before = <8>;
A D261_section_fname.dts15 pad-before = <2>;
A D009_pack_extra.dts10 pad-before = <3>;
A D189_vblock_content.dts17 * before the vblock reads its data. At present binman does not
A D167_fit_image_subentry_alignment.dts39 pad-before = <20>;
/u-boot/scripts/coccinelle/free/
A Difnullfree.cocci2 /// 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 DREADME.arm-caches21 - 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 DREADME.autoboot27 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 Dmips.rst20 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 Dx86-pci.txt8 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 Decho.rst20 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 DKconfig.nxp64 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 Ddebugging.rst27 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 Dbcm283x-u-boot.dtsi4 * and also initialize before relocation.
/u-boot/board/xilinx/bootscripts/
A Dqspiboot.cmd7 # It requires a list of environment variables to be defined before load:
A Dsdboot.cmd8 # before load
/u-boot/tools/u_boot_pylib/
A Dterminal.py114 before = text[pos:m.start()]
115 toadd = before[:left]
/u-boot/lib/optee/
A DKconfig11 This option enable the OPTEE specific checks done before booting

Completed in 34 milliseconds

12345678910