Searched refs:boot_params (Results 1 – 12 of 12) sorted by relevance
| /openbmc/u-boot/arch/arm/mach-omap2/ |
| H A D | boot-common.c | 31 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in save_omap_boot_params() local 37 if ((boot_params < NON_SECURE_SRAM_START) || in save_omap_boot_params() 38 (boot_params > NON_SECURE_SRAM_END)) in save_omap_boot_params() 41 omap_boot_params = (struct omap_boot_parameters *)boot_params; in save_omap_boot_params() 152 boot_params = omap_boot_params->boot_device_descriptor; in save_omap_boot_params() 153 if ((boot_params < NON_SECURE_SRAM_START) || in save_omap_boot_params() 154 (boot_params > NON_SECURE_SRAM_END)) in save_omap_boot_params() 157 boot_params = *((u32 *)(boot_params + DEVICE_DATA_OFFSET)); in save_omap_boot_params() 158 if ((boot_params < NON_SECURE_SRAM_START) || in save_omap_boot_params() 159 (boot_params > NON_SECURE_SRAM_END)) in save_omap_boot_params() [all …]
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | zimage.c | 129 struct boot_params *load_zimage(char *image, unsigned long kernel_size, in load_zimage() 132 struct boot_params *setup_base; in load_zimage() 137 struct boot_params *params = (struct boot_params *)image; in load_zimage() 141 setup_base = (struct boot_params *)DEFAULT_SETUP_BASE; in load_zimage() 210 setup_base = (struct boot_params *)0x90000; in load_zimage() 239 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot, in setup_zimage() 309 struct boot_params *base_ptr; in do_zboot()
|
| H A D | bootm.c | 187 [boot_params] "S"(setup_base), in boot_linux_kernel()
|
| /openbmc/qemu/hw/sh4/ |
| H A D | r2d.c | 233 } boot_params; variable 326 memset(&boot_params, 0, sizeof(boot_params)); in r2d_init() 361 boot_params.loader_type = tswap32(1); in r2d_init() 362 boot_params.initrd_start = tswap32(INITRD_LOAD_OFFSET); in r2d_init() 363 boot_params.initrd_size = tswap32(initrd_size); in r2d_init() 371 strncpy(boot_params.kernel_cmdline, kernel_cmdline, in r2d_init() 372 sizeof(boot_params.kernel_cmdline)); in r2d_init() 375 rom_add_blob_fixed("boot_params", &boot_params, sizeof(boot_params), in r2d_init()
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | zimage.h | 33 struct boot_params *load_zimage(char *image, unsigned long kernel_size, 35 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
|
| H A D | bootparam.h | 91 struct boot_params { struct
|
| /openbmc/qemu/hw/mips/ |
| H A D | loongson3_bootp.h | 198 struct boot_params { struct
|
| H A D | loongson3_virt.c | 179 struct boot_params *bp; in init_boot_param() 186 p += ROUND_UP(sizeof(struct boot_params), 64); in init_boot_param()
|
| /openbmc/qemu/tests/vm/ |
| H A D | basevm.py | 288 boot_params = boot_dev.format(img) 289 args = self._args + boot_params.split(' ')
|
| /openbmc/u-boot/doc/ |
| H A D | README.arm-relocation | 171 boot_params = XXXXXXXXXX
|
| H A D | README.sifive-fu540 | 88 boot_params = 0x0000000000000000
|
| H A D | README.x86 | 737 Building boot_params at 0x00090000
|