Searched refs:locations (Results 1 – 20 of 20) sorted by relevance
/u-boot/include/ |
A D | splash.h | 52 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 D | splash_source.c | 284 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 D | dlmalloc.src | 51 Returns a pointer to quantity * unit bytes, with all locations 725 happen to remap successive requests to the same locations).
|
/u-boot/doc/ |
A D | README.splashprepare | 13 board specific splash image locations, routines for loading splash image from 14 supported locations, and a way of controlling the selected splash location
|
A D | README.arm-caches | 28 replacement can happen if the CPU tries to bring some other memory locations
|
A D | README.pxe | 79 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 D | README.distro | 286 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 D | README | 47 along with a Falcon Mode aware MLO written to the correct locations for
|
/u-boot/board/ti/am335x/ |
A D | README | 137 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 D | imx6dl-brppt2.dts | 9 * Version 2 or later at the following locations:
|
/u-boot/doc/develop/ |
A D | crash_dumps.rst | 84 Now lets use the locations provided by the elr and lr registers after
|
/u-boot/board/hisilicon/poplar/ |
A D | README | 69 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 D | README.smc91111_eeprom | 130 The MAC address can be stored in four locations:
|
/u-boot/board/davinci/da8xxevm/ |
A D | README.da850 | 150 For other target types and flash locations:
|
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
A D | README.falcon | 38 their final memory locations, respectively. After the validation, the header
|
/u-boot/doc/arch/ |
A D | sandbox.rst | 436 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 D | source_file_format.txt | 258 loaded at their given locations. "loadables" is a comma-separated list
|
A D | howto.txt | 70 loaded. The information about loadables locations is passed via the DT node with
|
/u-boot/drivers/mtd/nand/raw/ |
A D | Kconfig | 389 bool "Define U-boot binaries locations in NAND"
|
/u-boot/drivers/video/ |
A D | Kconfig | 937 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