Re: [PATCH] travis-ci: Update QEMU RISC-V run command

2020-06-23 Thread Stephen Warren
On 6/23/20 6:34 AM, Bin Meng wrote: > From: Bin Meng > > Explicitly pass the "-bios" option to QEMU to run U-Boot, instead > of the "-kernel" option, as we know that "-bios" behavior will be > changed since QEMU 5.1.0. Applied, thanks.

Re: [PATCH] travis-ci: Update QEMU RISC-V run command

2020-06-23 Thread Stephen Warren
On 6/23/20 7:24 AM, Bin Meng wrote: > Hi Tom, > > On Tue, Jun 23, 2020 at 9:17 PM Tom Rini wrote: >> >> On Tue, Jun 23, 2020 at 05:34:34AM -0700, Bin Meng wrote: >> >>> From: Bin Meng >>> >>> Explicitly pass the "-bios" option to QEMU to run U-Boot, instead >>> of the "-kernel" option, as we kno

Re: [PATCH] travis-ci: Update QEMU RISC-V run command

2020-06-23 Thread Bin Meng
Hi Tom, On Tue, Jun 23, 2020 at 9:17 PM Tom Rini wrote: > > On Tue, Jun 23, 2020 at 05:34:34AM -0700, Bin Meng wrote: > > > From: Bin Meng > > > > Explicitly pass the "-bios" option to QEMU to run U-Boot, instead > > of the "-kernel" option, as we know that "-bios" behavior will be > > changed s

Re: [PATCH] travis-ci: Update QEMU RISC-V run command

2020-06-23 Thread Tom Rini
On Tue, Jun 23, 2020 at 05:34:34AM -0700, Bin Meng wrote: > From: Bin Meng > > Explicitly pass the "-bios" option to QEMU to run U-Boot, instead > of the "-kernel" option, as we know that "-bios" behavior will be > changed since QEMU 5.1.0. > > Signed-off-by: Bin Meng > Signed-off-by: Bin Meng

[PATCH] travis-ci: Update QEMU RISC-V run command

2020-06-23 Thread Bin Meng
From: Bin Meng Explicitly pass the "-bios" option to QEMU to run U-Boot, instead of the "-kernel" option, as we know that "-bios" behavior will be changed since QEMU 5.1.0. Signed-off-by: Bin Meng Signed-off-by: Bin Meng --- bin/travis-ci/conf.qemu-riscv32_na | 2 +- bin/travis-ci/conf.q