Re: [PULL 11/48] riscv: Resolve full path of the given bios image

2019-10-02 Thread Alistair Francis
On Tue, Sep 24, 2019 at 3:18 AM Peter Maydell wrote: > > On Wed, 18 Sep 2019 at 16:35, Palmer Dabbelt wrote: > > > > From: Bin Meng > > > > At present when "-bios image" is supplied, we just use the straight > > path without searching for the configured data directories. Like > > "-bios default"

Re: [PULL 11/48] riscv: Resolve full path of the given bios image

2019-09-24 Thread Peter Maydell
On Wed, 18 Sep 2019 at 16:35, Palmer Dabbelt wrote: > > From: Bin Meng > > At present when "-bios image" is supplied, we just use the straight > path without searching for the configured data directories. Like > "-bios default", we add the same logic so that "-L" actually works. > > Signed-off-by