Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/arm/
H A Daspeed_soc.h75 MemoryRegion vbootrom; member
/openbmc/qemu/docs/system/arm/
H A Daspeed.rst371 default vbootrom image ``ast27x0_bootrom.bin`` from either the current working
380 The ``-bios`` option allows users to specify a custom path for the vbootrom
381 image to be loaded during boot. This will load the vbootrom image from the
/openbmc/qemu/hw/arm/
H A Daspeed_ast27x0.c853 if (!memory_region_init_ram(&s->vbootrom, OBJECT(s), "aspeed.vbootrom", in aspeed_soc_ast2700_realize()
858 sc->memmap[ASPEED_DEV_VBOOTROM], &s->vbootrom); in aspeed_soc_ast2700_realize()