Home
last modified time | relevance | path

Searched refs:boot_params (Results 1 – 10 of 10) sorted by relevance

/u-boot/arch/arm/mach-omap2/
A Dboot-common.c32 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in save_omap_boot_params() local
38 if ((boot_params < NON_SECURE_SRAM_START) || in save_omap_boot_params()
39 (boot_params > NON_SECURE_SRAM_END)) in save_omap_boot_params()
153 boot_params = omap_boot_params->boot_device_descriptor; in save_omap_boot_params()
154 if ((boot_params < NON_SECURE_SRAM_START) || in save_omap_boot_params()
155 (boot_params > NON_SECURE_SRAM_END)) in save_omap_boot_params()
158 boot_params = *((u32 *)(boot_params + DEVICE_DATA_OFFSET)); in save_omap_boot_params()
159 if ((boot_params < NON_SECURE_SRAM_START) || in save_omap_boot_params()
160 (boot_params > NON_SECURE_SRAM_END)) in save_omap_boot_params()
163 boot_mode = *((u32 *)(boot_params + BOOT_MODE_OFFSET)); in save_omap_boot_params()
[all …]
/u-boot/arch/x86/include/asm/
A Dzimage.h44 struct boot_params *load_zimage(char *image, unsigned long kernel_size,
62 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
73 void zimage_dump(struct boot_params *base_ptr);
A Dbootparam.h104 struct boot_params { struct
/u-boot/arch/x86/lib/
A Dzimage.c73 struct boot_params *base_ptr;
202 struct boot_params *setup_base; in load_zimage()
208 struct boot_params *params = (struct boot_params *)image; in load_zimage()
212 setup_base = (struct boot_params *)DEFAULT_SETUP_BASE; in load_zimage()
276 setup_base = (struct boot_params *)0x90000; in load_zimage()
435 struct boot_params *base_ptr; in do_zboot_load()
438 struct boot_params *from = (struct boot_params *)state.base_ptr; in do_zboot_load()
440 base_ptr = (struct boot_params *)DEFAULT_SETUP_BASE; in do_zboot_load()
464 struct boot_params *base_ptr = state.base_ptr; in do_zboot_setup()
607 void zimage_dump(struct boot_params *base_ptr) in zimage_dump()
[all …]
A Dbootm.c191 [boot_params] "S"(setup_base), in boot_linux_kernel()
/u-boot/arch/arm/mach-stm32mp/
A DMakefile17 obj-$(CONFIG_TFABOOT) += boot_params.o
/u-boot/doc/usage/
A Dqfw.rst83 Building boot_params at 0x00090000
/u-boot/doc/board/intel/
A Dedison.rst155 Building boot_params at 0x00090000
/u-boot/doc/
A DREADME.arm-relocation171 boot_params = XXXXXXXXXX
/u-boot/doc/arch/
A Dx86.rst274 Building boot_params at 0x00090000

Completed in 27 milliseconds