mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Add i.MX7 missing TZ devices and memory regions
* Add TZASC as unimplemented device. - Allow bare metal application to access this (unimplemented) device * Add CSU as unimplemented device. - Allow bare metal application to access this (unimplemented) device * Add various memory segments - OCRAM - OCRAM EPDC - OCRAM PXP - OCRAM S - ROM - CAAM Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: f887a3483996ba06d40bd62ffdfb0ecf68621987.1692964892.git.jcd@tribudubois.net Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
45b8b34dfa
commit
736988a040
2 changed files with 70 additions and 0 deletions
|
@ -84,6 +84,13 @@ struct FslIMX7State {
|
|||
IMX7GPRState gpr;
|
||||
ChipideaState usb[FSL_IMX7_NUM_USBS];
|
||||
DesignwarePCIEHost pcie;
|
||||
MemoryRegion rom;
|
||||
MemoryRegion caam;
|
||||
MemoryRegion ocram;
|
||||
MemoryRegion ocram_epdc;
|
||||
MemoryRegion ocram_pxp;
|
||||
MemoryRegion ocram_s;
|
||||
|
||||
uint32_t phy_num[FSL_IMX7_NUM_ETHS];
|
||||
bool phy_connected[FSL_IMX7_NUM_ETHS];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue