Re: [PATCH] fsl-imx6ul: Add various missing unimplemented devices

2024-01-22 Thread Peter Maydell
On Sat, 20 Jan 2024 at 00:54, Guenter Roeck wrote: > > 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 commit 0cd4926b85 ("Refactor i.MX6UL processor code"), the affected >

Re: [PATCH] fsl-imx6ul: Add various missing unimplemented devices

2024-01-20 Thread Philippe Mathieu-Daudé
On 20/1/24 01:53, Guenter Roeck wrote: 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 commit 0cd4926b85 ("Refactor i.MX6UL processor code"), the affected memory ranges were covered by

[PATCH] fsl-imx6ul: Add various missing unimplemented devices

2024-01-19 Thread Guenter Roeck
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 commit 0cd4926b85 ("Refactor i.MX6UL processor code"), the affected memory ranges were covered by the unimplemented DAP device. The commit