[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [Qemu-devel] [PATCH v9 15/16] hw/arm/exynos4210: add a co
From: |
Alistair Francis |
Subject: |
Re: [Qemu-arm] [Qemu-devel] [PATCH v9 15/16] hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2) |
Date: |
Wed, 31 Jan 2018 08:22:45 -0800 |
On Mon, Jan 22, 2018 at 6:08 PM, Philippe Mathieu-Daudé <address@hidden> wrote:
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Acked-by: Alistair Francis <address@hidden>
Alistair
> ---
> hw/arm/exynos4210.c | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/hw/arm/exynos4210.c b/hw/arm/exynos4210.c
> index d89322c7ea..06f9d1ffa4 100644
> --- a/hw/arm/exynos4210.c
> +++ b/hw/arm/exynos4210.c
> @@ -377,6 +377,18 @@ Exynos4210State *exynos4210_init(MemoryRegion
> *system_mem)
> BlockBackend *blk;
> DriveInfo *di;
>
> + /* Compatible with:
> + * - SD Host Controller Specification Version 2.0
> + * - SDIO Specification Version 2.0
> + * - MMC Specification Version 4.3
> + * - SDMA
> + * - ADMA2
> + *
> + * As this part of the Exynos4210 is not publically available,
> + * we used the "HS-MMC Controller S3C2416X RISC Microprocessor"
> + * public datasheet which is very similar (implementing
> + * MMC Specification Version 4.0 being the only difference noted)
> + */
> dev = qdev_create(NULL, TYPE_SYSBUS_SDHCI);
> qdev_prop_set_uint64(dev, "capareg", EXYNOS4210_SDHCI_CAPABILITIES);
> qdev_init_nofail(dev);
> --
> 2.15.1
>
>