Re: [PATCH 0/3] Add OpenSBI dynamic firmware support

2020-06-19 Thread Alexander Richardson
On Thu, 18 Jun 2020 at 19:22, Atish Patra wrote: > > On Thu, Jun 18, 2020 at 1:56 AM Bin Meng wrote: > > > > On Wed, Jun 17, 2020 at 3:29 AM Atish Patra wrote: > > > > > > This series adds support OpenSBI dynamic firmware support to Qemu. > > > Qemu loader passes the information about the DT

Re: [PATCH 0/3] Add OpenSBI dynamic firmware support

2020-06-18 Thread Atish Patra
On Thu, Jun 18, 2020 at 1:56 AM Bin Meng wrote: > > On Wed, Jun 17, 2020 at 3:29 AM Atish Patra wrote: > > > > This series adds support OpenSBI dynamic firmware support to Qemu. > > Qemu loader passes the information about the DT and next stage (i.e. kernel > > or U-boot) via "a2" register. It

Re: [PATCH 0/3] Add OpenSBI dynamic firmware support

2020-06-18 Thread Bin Meng
On Wed, Jun 17, 2020 at 3:29 AM Atish Patra wrote: > > This series adds support OpenSBI dynamic firmware support to Qemu. > Qemu loader passes the information about the DT and next stage (i.e. kernel > or U-boot) via "a2" register. It allows the user to build bigger OS images > without worrying

Re: [PATCH 0/3] Add OpenSBI dynamic firmware support

2020-06-16 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200616192700.1900260-1-atish.pa...@wdc.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash

[PATCH 0/3] Add OpenSBI dynamic firmware support

2020-06-16 Thread Atish Patra
This series adds support OpenSBI dynamic firmware support to Qemu. Qemu loader passes the information about the DT and next stage (i.e. kernel or U-boot) via "a2" register. It allows the user to build bigger OS images without worrying about overwriting DT. It also unifies the reset vector code in