mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
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 <clg@kaod.org> Message-Id: <20210126171059.307867-8-clg@kaod.org> Reviewed-by: Joel Stanley <joel@jms.id.au> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
8304ab7905
commit
032c226bc6
3 changed files with 12 additions and 7 deletions
|
@ -58,6 +58,7 @@ struct PnvChip {
|
|||
MemoryRegion xscom;
|
||||
AddressSpace xscom_as;
|
||||
|
||||
MemoryRegion *fw_mr;
|
||||
gchar *dt_isa_nodename;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue