Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dppc405_boards.c52 #define PPC405EP_SRAM_BASE 0xFFF00000 macro
87 env->gpr[1] = PPC405EP_SRAM_BASE + PPC405EP_SRAM_SIZE - 8; in main_cpu_reset()
133 bd->bi_sramstart = PPC405EP_SRAM_BASE; in ppc405_set_default_bootinfo()
483 memory_region_add_subregion(get_system_memory(), PPC405EP_SRAM_BASE, sram); in ref405ep_init()