Re: [RFC PATCH 22/23] hw/arm: add basic support for the RT500 SoC

2024-08-07 Thread Octavian Purdila
On Tue, Aug 6, 2024 at 7:51 AM Philippe Mathieu-Daudé wrote: > > Hi Octavian, > > Few comments inlined. > Hi Philippe, Thank you for the review! I have queued fixes for all of the patches in the set where applicable, I'll wait for more feedback on the rest of the patches before sending v2.

Re: [RFC PATCH 22/23] hw/arm: add basic support for the RT500 SoC

2024-08-06 Thread Philippe Mathieu-Daudé
Hi Octavian, Few comments inlined. On 5/8/24 22:17, Octavian Purdila wrote: Add basic support for the RT500 SoC. It supports enough peripherals to run the NXP's microXpresso SDK hello world example. Signed-off-by: Octavian Purdila --- hw/arm/Kconfig | 8 + hw/arm/meson.build

[RFC PATCH 22/23] hw/arm: add basic support for the RT500 SoC

2024-08-05 Thread Octavian Purdila
Add basic support for the RT500 SoC. It supports enough peripherals to run the NXP's microXpresso SDK hello world example. Signed-off-by: Octavian Purdila --- hw/arm/Kconfig | 8 + hw/arm/meson.build | 1 + hw/arm/rt500.c | 348 + h