mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
fsl-imx6ul: Add various missing unimplemented devices
Add MMDC, OCOTP, SQPI, CAAM, and USBMISC as unimplemented devices. This allows operating systems such as Linux to run emulations such as mcimx6ul-evk. Before commit0cd4926b85
("Refactor i.MX6UL processor code"), the affected memory ranges were covered by the unimplemented DAP device. The commit reduced the DAP address range from 0x100000 to 4kB, and the emulation thus no longer covered the various unimplemented devices in the affected address range. Fixes:0cd4926b85
("Refactor i.MX6UL processor code") Cc: Jean-Christophe Dubois <jcd@tribudubois.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20240120005356.2599547-1-linux@roeck-us.net Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
9404dcdeaa
commit
b0d1021ed9
2 changed files with 32 additions and 0 deletions
|
@ -182,6 +182,8 @@ enum FslIMX6ULMemoryMap {
|
|||
FSL_IMX6UL_ENET1_ADDR = 0x02188000,
|
||||
|
||||
FSL_IMX6UL_USBO2_USBMISC_ADDR = 0x02184800,
|
||||
FSL_IMX6UL_USBO2_USBMISC_SIZE = 0x200,
|
||||
|
||||
FSL_IMX6UL_USBO2_USB1_ADDR = 0x02184000,
|
||||
FSL_IMX6UL_USBO2_USB2_ADDR = 0x02184200,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue