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

Bin Meng bmeng.cn at gmail.com
Fri Mar 19 05:48:52 CET 2021


On Fri, Mar 19, 2021 at 11:14 AM 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>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> (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: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list