Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dppc405_boards.c53 #define PPC405EP_SRAM_SIZE (512 * KiB) macro
87 env->gpr[1] = PPC405EP_SRAM_BASE + PPC405EP_SRAM_SIZE - 8; in main_cpu_reset()
134 bd->bi_sramsize = PPC405EP_SRAM_SIZE; in ppc405_set_default_bootinfo()
481 memory_region_init_ram(sram, NULL, "ref405ep.sram", PPC405EP_SRAM_SIZE, in ref405ep_init()