[PATCH v2 7/9] ufs: Add a PCI based UFS controller driver

Simon Glass sjg at chromium.org
Thu Oct 12 05:41:41 CEST 2023


On Wed, 11 Oct 2023 at 06:16, Bin Meng <bmeng at tinylab.org> wrote:
>
> This adds a simple PCI based UFS controller driver with a QEMU
> emulated UFS controller on the PCI bus.
>
> Requiring QEMU v8.2+.
>
> Signed-off-by: Bin Meng <bmeng at tinylab.org>
>
> ---
>
> Changes in v2:
> - fix a build warning
>
>  drivers/ufs/Kconfig   | 11 +++++++++++
>  drivers/ufs/Makefile  |  1 +
>  drivers/ufs/ufs-pci.c | 45 +++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 57 insertions(+)
>  create mode 100644 drivers/ufs/ufs-pci.c

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


More information about the U-Boot mailing list