Introduced ASPEED_DEV_VBOOTROM into the ASPEED device enumeration to support a virtual boot ROM.
Signed-off-by: Jamin Lin <jamin_...@aspeedtech.com> --- include/hw/arm/aspeed_soc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hw/arm/aspeed_soc.h b/include/hw/arm/aspeed_soc.h index f069d17d16..37cd7cd793 100644 --- a/include/hw/arm/aspeed_soc.h +++ b/include/hw/arm/aspeed_soc.h @@ -169,6 +169,7 @@ struct AspeedSoCClass { const char *aspeed_soc_cpu_type(AspeedSoCClass *sc); enum { + ASPEED_DEV_VBOOTROM, ASPEED_DEV_SPI_BOOT, ASPEED_DEV_IOMEM, ASPEED_DEV_UART0, -- 2.43.0