Home
last modified time | relevance | path

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

12345678

/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 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 D009_pack_extra.dts9 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/usage/
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/arch/arm/dts/
A Dbcm283x-u-boot.dtsi4 * and also initialize before relocation.
/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
/u-boot/doc/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/common/
A DKconfig.boot67 bool "Do a full check of the FIT before using it"
151 processed before being added to the FIT image).
173 bool "Do a full check of the FIT before using it"
254 processed before being added to the FIT image).
535 1 common/cmd_bootm.c before attempting to boot an image
624 80 common/cmd_net.c before calling net_loop()
759 int "delay in seconds before automatically booting"
763 Delay before automatically running bootcmd;
789 This string is displayed before the boot delay selected by
819 and this string is received from console input before
[all …]
/u-boot/arch/powerpc/dts/
A Dsocrates-u-boot.dtsi10 // Place dtb one sector before u-boot-nodtb.bin
/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/test/py/
A Du_boot_spawn.py41 self.before = ''
155 self.before = self.buf[:pos]
/u-boot/doc/device-tree-bindings/remoteproc/
A Dk3-system-controller.txt6 load a firmware to this microcontroller before accessing any resource.
/u-boot/arch/x86/include/asm/arch-baytrail/acpi/
A Dplatform.asl11 * The _PTS method (Prepare To Sleep) is called before the OS is

Completed in 31 milliseconds

12345678