On Mon, 6 Jan 2020 at 16:56, Igor Mammedov wrote:
> I wonder if we should make user provided '-m' a hard error
> for boards that have fixed RAM size. And make '-m' or forthcoming
> "-machine memdev" optin feature for boards that explicitly ask for it?
Maybe. I bet that there are users out there e
On Wed, 18 Dec 2019 21:22:55 -0800
Alistair Francis wrote:
> Signed-off-by: Alistair Francis
> Reviewed-by: Peter Maydell
> ---
> MAINTAINERS| 6 +
> hw/arm/Makefile.objs | 1 +
> hw/arm/netduinoplus2.c | 52 ++
> 3 files changed, 59
Signed-off-by: Alistair Francis
Reviewed-by: Peter Maydell
---
MAINTAINERS| 6 +
hw/arm/Makefile.objs | 1 +
hw/arm/netduinoplus2.c | 52 ++
3 files changed, 59 insertions(+)
create mode 100644 hw/arm/netduinoplus2.c
diff --git a/MAIN