Re: [PATCH v8 3/4] qemu: add MMIO driver for QFW

2021-04-13 Thread Tom Rini
On Fri, Mar 19, 2021 at 06:21:42PM +1100, Asherah Connor wrote: > Add MMIO driver for QFW. > > Note that there is no consumer as of this patch. > > Signed-off-by: Asherah Connor > Reviewed-by: Simon Glass > Reviewed-by: Bin Meng Applied to u-boot/master, thanks! -- Tom signature.asc Desc

[PATCH v8 3/4] qemu: add MMIO driver for QFW

2021-03-19 Thread Asherah Connor
Add MMIO driver for QFW. Note that there is no consumer as of this patch. Signed-off-by: Asherah Connor Reviewed-by: Simon Glass Reviewed-by: Bin Meng --- (no changes since v5) Changes in v5: * Split MMIO driver into its own commit. * Add CONFIG_QFW_MMIO for selection by arch/board. driver