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

Simon Glass sjg at chromium.org
Fri Mar 12 05:45:26 CET 2021


On Sat, 6 Mar 2021 at 21:01, Asherah Connor <ashe at kivikakk.ee> wrote:
>
> Add MMIO driver for QFW.
>
> Note that there is no consumer as of this patch.
>
> Signed-off-by: Asherah Connor <ashe at kivikakk.ee>
> ---
>
> (no changes since v5)
>
> Changes in v5:
> * Split MMIO driver into its own commit.
> * Add CONFIG_QFW_MMIO for selection by arch/board.
>
>  drivers/misc/Kconfig    |   7 +++
>  drivers/misc/Makefile   |   1 +
>  drivers/misc/qfw_mmio.c | 119 ++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 127 insertions(+)
>  create mode 100644 drivers/misc/qfw_mmio.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list