Re: [PATCH v2 1/4] tools: docker: Bump up QEMU version to 6.1.0

2021-09-11 Thread Tom Rini
On Thu, Aug 26, 2021 at 11:33:32PM +0800, Bin Meng wrote: > At present U-Boot CI testing is still using QEMU 4.2.0 which is > pretty old. Let's bump up to QEMU 6.1.0. > > ninja-build is added as the prerequisite required by QEMU 6.1.0. > > Note there is a bug in QEMU 6.1.0 Xilinx Zynq UART emula

Re: [PATCH v2 1/4] tools: docker: Bump up QEMU version to 6.1.0

2021-09-11 Thread Tom Rini
On Sat, Sep 11, 2021 at 10:33:07PM +0800, Bin Meng wrote: > On Fri, Aug 27, 2021 at 10:54 AM Tom Rini wrote: > > > > On Thu, Aug 26, 2021 at 11:33:32PM +0800, Bin Meng wrote: > > > > > At present U-Boot CI testing is still using QEMU 4.2.0 which is > > > pretty old. Let's bump up to QEMU 6.1.0. >

Re: [PATCH v2 1/4] tools: docker: Bump up QEMU version to 6.1.0

2021-09-11 Thread Bin Meng
On Fri, Aug 27, 2021 at 10:54 AM Tom Rini wrote: > > On Thu, Aug 26, 2021 at 11:33:32PM +0800, Bin Meng wrote: > > > At present U-Boot CI testing is still using QEMU 4.2.0 which is > > pretty old. Let's bump up to QEMU 6.1.0. > > > > ninja-build is added as the prerequisite required by QEMU 6.1.0.

Re: [PATCH v2 1/4] tools: docker: Bump up QEMU version to 6.1.0

2021-08-26 Thread Tom Rini
On Thu, Aug 26, 2021 at 11:33:32PM +0800, Bin Meng wrote: > At present U-Boot CI testing is still using QEMU 4.2.0 which is > pretty old. Let's bump up to QEMU 6.1.0. > > ninja-build is added as the prerequisite required by QEMU 6.1.0. > > Note there is a bug in QEMU 6.1.0 Xilinx Zynq UART emula

[PATCH v2 1/4] tools: docker: Bump up QEMU version to 6.1.0

2021-08-26 Thread Bin Meng
At present U-Boot CI testing is still using QEMU 4.2.0 which is pretty old. Let's bump up to QEMU 6.1.0. ninja-build is added as the prerequisite required by QEMU 6.1.0. Note there is a bug in QEMU 6.1.0 Xilinx Zynq UART emulation codes. A quick fix [1] was posted on QEMU mailing list but it it t