Home
last modified time | relevance | path

Searched refs:prior_stage_fdt_address (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/board/broadcom/bcmstb/
H A Dbcmstb.c23 phys_addr_t prior_stage_fdt_address BCMSTB_DATA_SECTION;
179 (void *)prior_stage_fdt_address); in board_late_init()
185 env_set_hex("fdtcontroladdr", prior_stage_fdt_address); in board_late_init()
/openbmc/u-boot/board/AndesTech/ax25-ae350/
H A Dax25-ae350.c17 extern phys_addr_t prior_stage_fdt_address;
70 void **ptr = (void *)&prior_stage_fdt_address; in board_fdt_blob_setup()
/openbmc/u-boot/arch/arm/mach-bcmstb/
H A Dlowlevel_init.S18 ldr r6, =prior_stage_fdt_address
/openbmc/u-boot/arch/riscv/cpu/
H A Dcpu.c18 phys_addr_t prior_stage_fdt_address __attribute__((section(".data"))); variable
H A Dstart.S69 la t0, prior_stage_fdt_address
/openbmc/u-boot/include/configs/
H A Dbcmstb.h31 extern phys_addr_t prior_stage_fdt_address;
/openbmc/u-boot/include/
H A Dfdtdec.h53 extern phys_addr_t prior_stage_fdt_address;
/openbmc/u-boot/lib/
H A Dfdtdec.c1271 gd->fdt_blob = (void *)prior_stage_fdt_address; in fdtdec_setup()