Home
last modified time | relevance | path

Searched refs:locations (Results 1 – 20 of 20) sorted by relevance

/u-boot/include/
A Dsplash.h52 int splash_source_load(struct splash_location *locations, uint size);
54 static inline int splash_source_load(struct splash_location *locations, in splash_source_load() argument
/u-boot/common/
A Dsplash_source.c284 struct splash_location *locations, uint size) in select_splash_location() argument
289 if (!locations || size == 0) in select_splash_location()
294 return &locations[0]; in select_splash_location()
297 if (!strcmp(locations[i].name, env_splashsource)) in select_splash_location()
298 return &locations[i]; in select_splash_location()
407 int splash_source_load(struct splash_location *locations, uint size) in splash_source_load() argument
423 splash_location = select_splash_location(locations, size); in splash_source_load()
A Ddlmalloc.src51 Returns a pointer to quantity * unit bytes, with all locations
725 happen to remap successive requests to the same locations).
/u-boot/doc/
A DREADME.splashprepare13 board specific splash image locations, routines for loading splash image from
14 supported locations, and a way of controlling the selected splash location
A DREADME.arm-caches28 replacement can happen if the CPU tries to bring some other memory locations
A DREADME.pxe79 kernel_addr_r, initrd_addr_r - locations in RAM at which 'pxe boot' will
81 locations will be passed to the bootm command to boot the kernel. These
A DREADME.distro286 For suggestions on memory locations for ARM systems, you must follow the
332 The list of boot locations searched.
/u-boot/board/logicpd/omap3som/
A DREADME47 along with a Falcon Mode aware MLO written to the correct locations for
/u-boot/board/ti/am335x/
A DREADME137 point defined in the header. As these locations overlap by default, it
150 # Write to two of the backup locations ROM uses
197 along with a Falcon Mode aware MLO written to the correct locations for
/u-boot/arch/arm/dts/
A Dimx6dl-brppt2.dts9 * Version 2 or later at the following locations:
/u-boot/doc/develop/
A Dcrash_dumps.rst84 Now lets use the locations provided by the elr and lr registers after
/u-boot/board/hisilicon/poplar/
A DREADME69 of the sizes and locations of these memory regions, and it can now
77 It should now be relatively easy to adjust the sizes and locations
/u-boot/examples/standalone/
A DREADME.smc91111_eeprom130 The MAC address can be stored in four locations:
/u-boot/board/davinci/da8xxevm/
A DREADME.da850150 For other target types and flash locations:
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.falcon38 their final memory locations, respectively. After the validation, the header
/u-boot/doc/arch/
A Dsandbox.rst436 Breakpoint 1 at 0x4db9d: initcall.h:41. (2 locations)
438 Note that two locations are reported, since this function is used in both
/u-boot/doc/uImage.FIT/
A Dsource_file_format.txt258 loaded at their given locations. "loadables" is a comma-separated list
A Dhowto.txt70 loaded. The information about loadables locations is passed via the DT node with
/u-boot/drivers/mtd/nand/raw/
A DKconfig389 bool "Define U-boot binaries locations in NAND"
/u-boot/drivers/video/
A DKconfig937 declare board specific splash image locations, routines for loading
938 splash image from supported locations, and a way of controlling the

Completed in 16 milliseconds