Re: [PATCH] tests/functional: Add a test for the Stellaris arm machines

2025-05-29 Thread Peter Maydell
On Mon, 19 May 2025 at 18:02, Thomas Huth wrote: > > From: Thomas Huth > > The 2023 edition of the QEMU advent calendar featured an image > that we can use to test whether the lm3s6965evb machine is basically > still working. > > And for the lm3s811evb there is a small test kernel on github > whi

[PATCH] tests/functional: Add a test for the Stellaris arm machines

2025-05-19 Thread Thomas Huth
From: Thomas Huth The 2023 edition of the QEMU advent calendar featured an image that we can use to test whether the lm3s6965evb machine is basically still working. And for the lm3s811evb there is a small test kernel on github which can be used to check its UART. Signed-off-by: Thomas Huth ---