Re: [PATCH 2/2] stm32vldiscovery: Add the STM32VLDISCOVERY Machine

2021-06-15 Thread Peter Maydell
On Tue, 15 Jun 2021 at 08:16, Alexandre IOOSS wrote: > > On 6/14/21 5:52 PM, Peter Maydell wrote: > > Could you add some documentation for the new board, please? > > This lives in docs/system/arm. Commit c9f8511ea8d2b807 gives > > an example of adding docs for a board. > Should I rather: > 1. Add

Re: [PATCH 2/2] stm32vldiscovery: Add the STM32VLDISCOVERY Machine

2021-06-15 Thread Alistair Francis
On Tue, Jun 15, 2021 at 5:17 PM Alexandre IOOSS wrote: > > On 6/14/21 5:52 PM, Peter Maydell wrote: > > On Tue, 8 Jun 2021 at 17:10, Alexandre Iooss wrote: > >> > >> This is a Cortex-M3 based machine. Information can be found at: > >> https://www.st.com/en/evaluation-tools/stm32vldiscovery.html >

Re: [PATCH 2/2] stm32vldiscovery: Add the STM32VLDISCOVERY Machine

2021-06-15 Thread Alexandre IOOSS
On 6/14/21 5:52 PM, Peter Maydell wrote: On Tue, 8 Jun 2021 at 17:10, Alexandre Iooss wrote: This is a Cortex-M3 based machine. Information can be found at: https://www.st.com/en/evaluation-tools/stm32vldiscovery.html Signed-off-by: Alexandre Iooss The commit message says this is Cortex-M3

Re: [PATCH 2/2] stm32vldiscovery: Add the STM32VLDISCOVERY Machine

2021-06-14 Thread Peter Maydell
On Tue, 8 Jun 2021 at 17:10, Alexandre Iooss wrote: > > This is a Cortex-M3 based machine. Information can be found at: > https://www.st.com/en/evaluation-tools/stm32vldiscovery.html > > Signed-off-by: Alexandre Iooss The commit message says this is Cortex-M3 based, but the code gives it a Corte

[PATCH 2/2] stm32vldiscovery: Add the STM32VLDISCOVERY Machine

2021-06-08 Thread Alexandre Iooss
This is a Cortex-M3 based machine. Information can be found at: https://www.st.com/en/evaluation-tools/stm32vldiscovery.html Signed-off-by: Alexandre Iooss --- MAINTAINERS | 6 +++ default-configs/devices/arm-softmmu.mak | 1 + hw/arm/Kconfig