On Tue, 8 Jul 2025 at 20:07, Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Fri, 4 Jul 2025 at 23:32, Jackson Donaldson <jackson88...@gmail.com> wrote: > > > > v4: > > > > Spacing and style standard changes in GCR SOC, TRNG SOC, and AES SOC > > > > I've applied this version to target-arm.next; I expect to get this > into the 10.1 release. Thanks!
Something else: for new board models, we would also like: * documentation * a 'functional test' test case Documentation is in rST format as a file in docs/system/arm that briefly states what the new board model is a model of, lists what devices we do and don't implement, and typically gives a summary of how to run it. You can check out the other board docs (e.g. stm32.rst) to get an idea of the format. A functional test is a python script in tests/functional/ which typically speaking downloads some publicly available guest image, runs it in QEMU and checks for expected console output. tests/functional/test_arm_stellaris.py is an example. Would you mind having a look at docs and a test? thanks -- PMM