Home
last modified time | relevance | path

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

123456

/rk3399_rockchip-uboot/post/lib_powerpc/fpu/
H A DMakefile8 objs-before-objcopy := 20001122-1.o 20010114-2.o 20010226-1.o 980619-1.o \
10 targets += $(objs-before-objcopy)
13 $(foreach m, $(objs-before-objcopy), $(eval CFLAGS_REMOVE_$m := -msoft-float))
17 .SECONDARY: $(call objectify, $(objs-before-objcopy))
19 obj-y := $(objs-before-objcopy:.o=_.o)
/rk3399_rockchip-uboot/doc/
H 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
H A DREADME.mips21 Cache will be disabled before entering the loaded ELF image without
28 1) insert flush_cache(all) before calling dcache_disable(), or
49 initialized in board specific assembler language before the cache init
H 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
H A DREADME.arm645 The initial arm64 U-Boot port was developed before hardware was available,
17 that of a boot loader. It can drop to lower exception levels before
H A DREADME.console60 Remember that all FILE-related functions CANNOT be used before
74 kernel because the kernel overwrites U-Boot before running. Only
H A DREADME.silent26 it was set in "bootargs" before. If you don't want the linux command
H A DREADME.falcon25 In normal mode, these parameters are generated each time before
29 informed to load it before running the kernel.
36 area or the DT. U-Boot runs as when it boots the kernel, but stops before
78 Called from SPL before starting the kernel
/rk3399_rockchip-uboot/tools/binman/test/
H A D06_dual_image.dts15 pad-before = <3>;
H A D09_pack_extra.dts9 pad-before = <3>;
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dbcm283x-uboot.dtsi3 * and also initialize before relocation.
/rk3399_rockchip-uboot/test/py/
H A Du_boot_spawn.py42 self.before = ''
159 self.before = self.buf[:pos]
/rk3399_rockchip-uboot/
H A DKconfig86 bool "Enable malloc() pool before relocation"
95 hex "Size of malloc() pool before relocation"
105 hex "Size of malloc() pool in SPL before relocation"
115 hex "Size of malloc() pool in TPL before relocation"
289 need to be comprehended in how the images were prepared before being
291 processed before being added to the FIT image).
356 need to be comprehended in how the images were prepared before being
358 processed before being added to the FIT image).
417 bool "Set up board-specific details in device tree before boot"
420 This causes U-Boot to call ft_board_setup() before booting into
[all …]
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/
H A Dplatform.asl12 * The _PTS method (Prepare To Sleep) is called before the OS is
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/
H A Dplatform.asl12 * The _PTS method (Prepare To Sleep) is called before the OS is
/rk3399_rockchip-uboot/doc/SPL/
H A DREADME.spl-secure-boot17 (appended to U-boot image) to validate the U-boot binary just before passing
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dmulti-with-fpga.its9 description = "Configuration to load fpga before Kernel";
H A Dkernel.its91 before booting the kernel (see boot_linux_kernel()).
/rk3399_rockchip-uboot/arch/arc/lib/
H A Dstart.S17 ; by platform code right before passing control to the Linux kernel
/rk3399_rockchip-uboot/tools/kermit/
H A DREADME12 have to modify them before use.
/rk3399_rockchip-uboot/doc/device-tree-bindings/ram/
H A Dst,stm32-fmc.txt6 u-boot,dm-pre-reloc: flag to initialize memory before relocation.
/rk3399_rockchip-uboot/common/
H A DKconfig11 before starting and bootstage_accum() when finished. Bootstage will
31 bool "Display a detailed boot timing report before booting the OS"
34 Enable output of a boot time report just before the OS is booted.
90 bool "Stash the boot timing information in memory before booting OS"
189 int "delay in seconds before automatically booting"
193 Delay before automatically running bootcmd;
337 bool "Buffer characters before the console is available"
355 can be held before it overflows and starts discarding earlier
371 be in available memory and is accessed before relocation and
372 possibly before DRAM is set up. Therefore choose an address
[all …]
/rk3399_rockchip-uboot/drivers/ufs/
H A DKconfig29 UFS host on Rockchip needs some vendor specific configuration before
/rk3399_rockchip-uboot/board/sbc8349/
H A DREADME59 "INN" in the OCD terminal window instead of "IN" before the "GO"
88 to the above steps to inspect/compare the HRCW before/after as an extra
89 safety check before resetting the board upon completion of the reflash.
/rk3399_rockchip-uboot/board/armltd/integrator/
H A DREADME32 U-Boot has to carry out minimal configration before standard code is run.
109 must be run before each change in configuration

123456