On 02/24/2015 12:04 AM, Peter Crosthwaite wrote: > With quad Cortex-A53 CPUs. > > Signed-off-by: Peter Crosthwaite <peter.crosthwa...@xilinx.com> > --- > default-configs/aarch64-softmmu.mak | 2 +- > hw/arm/Makefile.objs | 1 + > hw/arm/xlnx-zynq-mp.c | 71 > +++++++++++++++++++++++++++++++++++++ > include/hw/arm/xlnx-zynq-mp.h | 21 +++++++++++ > 4 files changed, 94 insertions(+), 1 deletion(-) > create mode 100644 hw/arm/xlnx-zynq-mp.c > create mode 100644 include/hw/arm/xlnx-zynq-mp.h
Can you please use zynqmp instead of zynq-mp? For macros ZYNQMP and for case sensitive strings ZynqMP to be align with other projects. Thanks, Michal