On Wed, Sep 28, 2016 at 2:20 PM, Alistair Francis <[email protected]> wrote:
> On Wed, Sep 28, 2016 at 8:15 AM, Nathan Rossi <[email protected]> wrote:
>> Remove this machine due to it not being required. The runqemu tools now
>> support running machines base on bsp layer configuration which
>> ep108-zynqmp now provides.
>>
>> Signed-off-by: Nathan Rossi <[email protected]>
>
> Reviewed-by: Alistair Francis <[email protected]>

Manju brought up a good point, it will now be a little confusing that
we have a QEMU MicroBlaze and Zynq machines but no QEMU ZynqMP
machine. People might get confused and think we don't support ZynqMP
on QEMU.

Although I do think we should be removing the qemuzynqmp machine with
this new flow.

Can we remove the QEMU Zynq machine as well? Maybe even remove/rename
the MicroBlaze one?

Thanks,

Alistair

>
> Thanks,
>
> Alistair
>
>> ---
>>  conf/machine/qemuzynqmp.conf | 19 -------------------
>>  1 file changed, 19 deletions(-)
>>  delete mode 100644 conf/machine/qemuzynqmp.conf
>>
>> diff --git a/conf/machine/qemuzynqmp.conf b/conf/machine/qemuzynqmp.conf
>> deleted file mode 100644
>> index 6fa93b164b..0000000000
>> --- a/conf/machine/qemuzynqmp.conf
>> +++ /dev/null
>> @@ -1,19 +0,0 @@
>> -#@TYPE: Machine
>> -#@NAME: qemuzynqmp
>> -#@DESCRIPTION: Zynq UltraScale+ QEMU machine support ('xlnx-ep108' model)
>> -
>> -MACHINEOVERRIDES =. "ep108-zynqmp:"
>> -
>> -require conf/machine/ep108-zynqmp.conf
>> -
>> -# For runqemu
>> -IMAGE_CLASSES += "qemuboot"
>> -QB_SYSTEM_NAME = "qemu-system-aarch64"
>> -QB_MACHINE = "-machine xlnx-ep108"
>> -QB_CPU = "-cpu cortex-a57"
>> -QB_MEM = "-m 2048"
>> -QB_DTB = "${QEMU_DTB}.dtb"
>> -QB_SERIAL_OPT = "-serial mon:stdio -serial null"
>> -QB_DEFAULT_KERNEL = "Image"
>> -QB_DEFAULT_FSTYPE = "cpio"
>> -QB_KERNEL_CMDLINE_APPEND = "console=ttyPS0"
>> --
>> 2.9.3
>> --
>> _______________________________________________
>> meta-xilinx mailing list
>> [email protected]
>> https://lists.yoctoproject.org/listinfo/meta-xilinx
-- 
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to