[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 07/18] hw/arm/fsl-imx8mp: Add USDHC storage controllers
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 07/18] hw/arm/fsl-imx8mp: Add USDHC storage controllers |
Date: |
Thu, 6 Feb 2025 17:25:10 +0000 |
On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow <shentey@gmail.com> wrote:
>
> The USDHC emulation allows for running real-world images such as those
> generated
> by Buildroot. Convert the board documentation accordingly instead of running a
> Linux kernel with ephemeral storage.
>
> Signed-off-by: Bernhard Beschow <shentey@gmail.com>
> ---
> docs/system/arm/imx8mp-evk.rst | 16 +++++++++++-----
> include/hw/arm/fsl-imx8mp.h | 7 +++++++
> hw/arm/fsl-imx8mp.c | 28 ++++++++++++++++++++++++++++
> hw/arm/imx8mp-evk.c | 18 ++++++++++++++++++
> hw/arm/Kconfig | 1 +
> 5 files changed, 65 insertions(+), 5 deletions(-)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v2 06/18] hw/arm/fsl-imx8mp: Add SNVS, (continued)
[PATCH v2 05/18] hw/arm/fsl-imx8mp: Implement clock tree, Bernhard Beschow, 2025/02/04
[PATCH v2 07/18] hw/arm/fsl-imx8mp: Add USDHC storage controllers, Bernhard Beschow, 2025/02/04
- Re: [PATCH v2 07/18] hw/arm/fsl-imx8mp: Add USDHC storage controllers,
Peter Maydell <=
[PATCH v2 09/18] hw/arm/fsl-imx8mp: Add GPIO controllers, Bernhard Beschow, 2025/02/04
[PATCH v2 08/18] hw/arm/fsl-imx8mp: Add PCIe support, Bernhard Beschow, 2025/02/04
[PATCH v2 10/18] hw/arm/fsl-imx8mp: Add I2C controllers, Bernhard Beschow, 2025/02/04
[PATCH v2 12/18] hw/arm/fsl-imx8mp: Add watchdog support, Bernhard Beschow, 2025/02/04
[PATCH v2 11/18] hw/arm/fsl-imx8mp: Add SPI controllers, Bernhard Beschow, 2025/02/04