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

2020-07-07 Thread Alistair Francis
On Wed, Jul 1, 2020 at 11:40 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 ab

[PATCH v4 0/4] Add OpenSBI dynamic firmware support

2020-07-01 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 r