From 032c226bc6de2be0d5c88940ca7534a80cf0dd1a Mon Sep 17 00:00:00 2001 From: Cédric Le Goater Date: Tue, 26 Jan 2021 18:10:59 +0100 Subject: ppc/pnv: Introduce a LPC FW memory region attribute to map the PNOR This to map the PNOR from the machine init handler directly and finish the cleanup of the LPC model. Signed-off-by: Cédric Le Goater Message-Id: <20210126171059.307867-8-clg@kaod.org> Reviewed-by: Joel Stanley Signed-off-by: David Gibson --- include/hw/ppc/pnv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/hw/ppc/pnv.h b/include/hw/ppc/pnv.h index ee7eda3e01..d69cee17b2 100644 --- a/include/hw/ppc/pnv.h +++ b/include/hw/ppc/pnv.h @@ -58,6 +58,7 @@ struct PnvChip { MemoryRegion xscom; AddressSpace xscom_as; + MemoryRegion *fw_mr; gchar *dt_isa_nodename; }; -- cgit v1.2.3-55-g7522