Searched refs:boot_params (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | boot-common.c | 32 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() 42 omap_boot_params = (struct omap_boot_parameters *)boot_params; 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() [all …]
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | zimage.c | 97 struct boot_params *load_zimage(char *image, unsigned long kernel_size, in load_zimage() 100 struct boot_params *setup_base; in load_zimage() 105 struct boot_params *params = (struct boot_params *)image; in load_zimage() 109 setup_base = (struct boot_params *)DEFAULT_SETUP_BASE; in load_zimage() 178 setup_base = (struct boot_params *)0x90000; in load_zimage() 207 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot, in setup_zimage() 271 struct boot_params *base_ptr; in do_zboot()
|
| H A D | bootm.c | 188 [boot_params] "S"(setup_base), in boot_linux_kernel()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | zimage.h | 34 struct boot_params *load_zimage(char *image, unsigned long kernel_size, 36 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
|
| H A D | bootparam.h | 88 struct boot_params { struct
|
| /rk3399_rockchip-uboot/board/freescale/m5253evbe/ |
| H A D | README | 70 boot_params = 0x00F62F90
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.arm-relocation | 171 boot_params = XXXXXXXXXX
|
| H A D | README.x86 | 710 Building boot_params at 0x00090000
|