[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 0/4] hw/arm/cubieboard: correct CPU type and add machine argum
From: |
Niek Linnenbank |
Subject: |
[PATCH v1 0/4] hw/arm/cubieboard: correct CPU type and add machine argument checks |
Date: |
Thu, 27 Feb 2020 23:01:45 +0100 |
These patches change the Cubieboard machine definition to use the
correct CPU type, which is ARM Cortex-A8 instead of ARM Cortex-A9.
Additionally, add some sanity checks for the machine input
arguments in the initialization function.
Niek Linnenbank (4):
hw/arm/cubieboard: use ARM Cortex-A8 as the default CPU in machine
definition
hw/arm/cubieboard: restrict allowed CPU type to ARM Cortex-A8
hw/arm/cubieboard: restrict allowed RAM size to 512MiB and 1GiB
hw/arm/cubieboard: report error when using unsupported -bios argument
hw/arm/cubieboard.c | 29 ++++++++++++++++++++++++++---
1 file changed, 26 insertions(+), 3 deletions(-)
--
2.17.1
- [PATCH v1 0/4] hw/arm/cubieboard: correct CPU type and add machine argument checks,
Niek Linnenbank <=