Re: [RFC PATCH 00/23] NXP i.MX RT595, ARM SVD and device model unit tests

2024-08-12 Thread Octavian Purdila
On Mon, Aug 12, 2024 at 9:22 AM Daniel P. Berrangé wrote: > > On Mon, Aug 12, 2024 at 05:10:52PM +0100, Peter Maydell wrote: > > On Mon, 5 Aug 2024 at 21:17, Octavian Purdila wrote: > > > It also introduces unit tests for device models. To allow accessing > > > registers from unit tests a system

Re: [RFC PATCH 00/23] NXP i.MX RT595, ARM SVD and device model unit tests

2024-08-12 Thread Daniel P . Berrangé
On Mon, Aug 12, 2024 at 05:10:52PM +0100, Peter Maydell wrote: > On Mon, 5 Aug 2024 at 21:17, Octavian Purdila wrote: > > It also introduces unit tests for device models. To allow accessing > > registers from unit tests a system bus mock is created. The main > > advantage of unit tests for device

Re: [RFC PATCH 00/23] NXP i.MX RT595, ARM SVD and device model unit tests

2024-08-12 Thread Peter Maydell
On Mon, 5 Aug 2024 at 21:17, Octavian Purdila wrote: > It also introduces unit tests for device models. To allow accessing > registers from unit tests a system bus mock is created. The main > advantage of unit tests for device models over QTest is that device > models can be tested in isolation an

[RFC PATCH 00/23] NXP i.MX RT595, ARM SVD and device model unit tests

2024-08-05 Thread Octavian Purdila
This patch set adds support for NXP's RT500 MCU [1] and the RT595 EVK[2]. More RT500 device models will be submitted in future patch sets. The goal of this first patch set is to provide a minimal set that allows running the NXP MCU SDK hello world example[4] and to get feedback on a couple of new