[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 22/22] docs: arm: xlnx-versal-virt: Add eMMC support documenta
From: |
Sai Pavan Boddu |
Subject: |
[PATCH v2 22/22] docs: arm: xlnx-versal-virt: Add eMMC support documentation |
Date: |
Mon, 22 Feb 2021 13:50:39 +0530 |
Add details of eMMC specific machine property.
Signed-off-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com>
---
docs/system/arm/xlnx-versal-virt.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/docs/system/arm/xlnx-versal-virt.rst
b/docs/system/arm/xlnx-versal-virt.rst
index 2602d0f..a48a88d 100644
--- a/docs/system/arm/xlnx-versal-virt.rst
+++ b/docs/system/arm/xlnx-versal-virt.rst
@@ -29,6 +29,7 @@ Implemented devices:
- 2 GEMs (Cadence MACB Ethernet MACs)
- 8 ADMA (Xilinx zDMA) channels
- 2 SD Controllers
+ * SDHCI0 can be configured as eMMC
- OCM (256KB of On Chip Memory)
- DDR memory
@@ -43,6 +44,15 @@ Other differences between the hardware and the QEMU model:
- QEMU provides 8 virtio-mmio virtio transports; these start at
address ``0xa0000000`` and have IRQs from 111 and upwards.
+Enabling eMMC
+"""""""""""""
+In order to enable eMMC pass the following machine property "emmc=on".
+ex:
+ "-M xlnx-versal-virt,emmc=on"
+
+Above switch would configure SDHCI0 to accept eMMC card. More details on eMMC
+emulation can be found in docs/devel/emmc.txt.
+
Running
"""""""
If the user provides an Operating System to be loaded, we expect users
--
2.7.4
- [PATCH v2 09/22] sd: emmc: Update CMD1 definition for eMMC, (continued)
- [PATCH v2 09/22] sd: emmc: Update CMD1 definition for eMMC, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 16/22] sd: emmc: Add Extended CSD register definitions, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 01/22] block: add eMMC block device type, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 18/22] sd: emmc: Subtract bootarea size from blk, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 15/22] sd: emmc: Update CID structure for eMMC, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 02/22] sd: sd: Remove usage of tabs in the file, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 10/22] sd: emmc: support idle state in CMD2, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 08/22] sd: emmc: Dont not update CARD_CAPACITY for eMMC cards, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 05/22] sd: emmc: Add support for EXT_CSD & CSD for eMMC, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 12/22] sd: emmc: add CMD21 tuning sequence, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 22/22] docs: arm: xlnx-versal-virt: Add eMMC support documentation,
Sai Pavan Boddu <=
- [PATCH v2 14/22] sd: emmc: Add support for emmc erase, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 19/22] sd: sdhci: Support eMMC devices, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 11/22] sd: emmc: Add mmc switch function support, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 06/22] sd: emmc: Update CMD8 to send EXT_CSD register, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 17/22] sd: emmc: Support boot area in emmc image, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 21/22] docs: devel: emmc: Add a doc for emmc card emulation, Sai Pavan Boddu, 2021/02/22
- [PATCH v2 20/22] arm: xlnx-versal: Add emmc to versal, Sai Pavan Boddu, 2021/02/22