Home
last modified time | relevance | path

Searched refs:INITRD_LOAD_ADDR (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dlion_rk3368.h14 #define INITRD_LOAD_ADDR 0x5bf0000 macro
H A Dsheep_rk3368.h14 #define INITRD_LOAD_ADDR 0x5bf0000 macro
/openbmc/qemu/hw/ppc/
H A Dppc405_boards.c49 #define INITRD_LOAD_ADDR 0x01800000 macro
245 initrd_base = INITRD_LOAD_ADDR; in boot_from_kernel()
327 initrd_base = INITRD_LOAD_ADDR; in ppc405_init()
H A Dprep.c55 #define INITRD_LOAD_ADDR 0x01800000 macro
369 initrd_base = INITRD_LOAD_ADDR; in ibm_40p_init()
H A Dpnv.c69 #define INITRD_LOAD_ADDR 0x28000000 macro
1010 pnv->initrd_base = INITRD_LOAD_ADDR; in pnv_init()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c76 #define INITRD_LOAD_ADDR 0x00800000 macro
263 INITRD_LOAD_ADDR, in sun4m_load_kernel()
264 RAM_size - INITRD_LOAD_ADDR); in sun4m_load_kernel()
275 stl_p(ptr + 16, INITRD_LOAD_ADDR); in sun4m_load_kernel()
1093 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_ADDR, INITRD_LOAD_ADDR); in sun4m_hw_init()