From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E8168C00528 for ; Thu, 27 Jul 2023 08:04:57 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 54B8D86881; Thu, 27 Jul 2023 10:04:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="APMQAB5o"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9DA1A868A4; Thu, 27 Jul 2023 10:02:06 +0200 (CEST) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6F9CF8683A for ; Thu, 27 Jul 2023 10:00:42 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=nm@ti.com Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 36R80UuR083693; Thu, 27 Jul 2023 03:00:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1690444830; bh=adwBmXm0u1AjtWux7mi8z1N3kTlnttaTAWt1RTVM4Q0=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=APMQAB5oKo3ojrfYlR3SSpFGe7Q/s582xCUjoLDNjN1M+CWkYg1+FPSCb3rQ+70iz yVXcb+4eTiLZL0jxwozmnx0PMQLd0Uw32MaEW0g4MJrsY0s9O3wKJcsMyNPk6Ru3qw 5Jr6ugGqKbp9OSSHImdt/OeCGDIbaRewHW3nFjuw= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 36R80UU2108621 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 27 Jul 2023 03:00:30 -0500 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 27 Jul 2023 03:00:30 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 27 Jul 2023 03:00:30 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 36R80UMS036497; Thu, 27 Jul 2023 03:00:30 -0500 From: Nishanth Menon To: , Tom Rini CC: Wadim Egorov , Francesco Dolcini , Sjoerd Simons , Neha Malcom Francis , Bryan Brattlof , Vignesh Raghavendra , Marcel Ziswiler , Nikhil Jain , Nishanth Menon Subject: [PATCH 15/16] doc: board: ti: j7200_evm: Convert the emmc layout to svg Date: Thu, 27 Jul 2023 03:00:26 -0500 Message-ID: <20230727080027.2817701-16-nm@ti.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230727080027.2817701-1-nm@ti.com> References: <20230727080027.2817701-1-nm@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Convert the emmc memory layout to svg Signed-off-by: Nishanth Menon --- doc/board/ti/img/emmc_j7200_evm_boot01.svg | 662 +++++++++++++++++++++ doc/board/ti/img/emmc_j7200_evm_udafs.svg | 505 ++++++++++++++++ doc/board/ti/j7200_evm.rst | 32 +- 3 files changed, 1169 insertions(+), 30 deletions(-) create mode 100644 doc/board/ti/img/emmc_j7200_evm_boot01.svg create mode 100644 doc/board/ti/img/emmc_j7200_evm_udafs.svg diff --git a/doc/board/ti/img/emmc_j7200_evm_boot01.svg b/doc/board/ti/img/emmc_j7200_evm_boot01.svg new file mode 100644 index 000000000000..43e8b254a828 --- /dev/null +++ b/doc/board/ti/img/emmc_j7200_evm_boot01.svg @@ -0,0 +1,662 @@ + + + + + + + + + + + + tiboot3.bin (1MB) + + + + tiboot3.bin (1MB) + + + + + + + + + + + 0x0 + + + + + + 0x0 + + + + + + + + + tispl.bin (2MB) + + + + tispl.bin (2MB) + + + + + + + + + + + 0x800 + + + + + + 0x800 + + + + + + + + + U-boot.img (4MB) + + + + U-boot.img (4MB) + + + + + + + + + + + 0x1800 + + + + + + 0x1800 + + + + + + + + + environment (128KB) + + + + environment (128KB) + + + + + + + + + + + 0x3800 + + + + + + 0x3800 + + + + + + + + + backup environment (128KB) + + + + backup environment (128KB) + + + + + + + + + + + 0x3900 + + + + + + 0x3900 + + + + + + + + + + + 0x3A00 + + + + + + 0x3A00 + + + + + + + + + + UDA Partition + + + + UDA Partition + + + + + + + + + Boot0/1 partition (8MB) + + + + Boot0/1 partition (8MB) + + + + + + + + + rootfs + + + + rootfs + + + + + + + Text is not SVG - cannot display + + + diff --git a/doc/board/ti/img/emmc_j7200_evm_udafs.svg b/doc/board/ti/img/emmc_j7200_evm_udafs.svg new file mode 100644 index 000000000000..4287bb65b542 --- /dev/null +++ b/doc/board/ti/img/emmc_j7200_evm_udafs.svg @@ -0,0 +1,505 @@ + + + + + + + + + + + + + + 0x0 + + + + + + 0x0 + + + + + + + + + + + 0x3A00 + + + + + + 0x3A00 + + + + + + + + + + UDA Partition + + + + UDA Partition + + + + + + + + + Boot0/1 partition (8MB) + + + + Boot0/1 partition (8MB) + + + + + + + + + + + rootfs + + + + rootfs + + + + + + + + + boot + + + + boot + + + + + + + + + + tiboot3.bin* + + + + tiboot3.bi... + + + + + + + + + tispl.bin + + + + tispl.bin + + + + + + + + + u-boot.img + + + + u-boot.img + + + + + + + + + environment + + + + environment + + + + + + + Text is not SVG - cannot display + + + diff --git a/doc/board/ti/j7200_evm.rst b/doc/board/ti/j7200_evm.rst index 883e39949961..e335ff552ae5 100644 --- a/doc/board/ti/j7200_evm.rst +++ b/doc/board/ti/j7200_evm.rst @@ -185,42 +185,14 @@ Current allocated size for tiboot3 size is 1MB, tispl is 2MB. Size of u-boot.img is taken 4MB for refernece, But this is subject to change depending upon atf, optee size -.. code-block:: console - - boot0/1 partition (8 MB) user partition - 0x0+----------------------------------+ 0x0+------------------------+ - | tiboot3.bin (1 MB) | | | - 0x800+----------------------------------+ | | - | tispl.bin (2 MB) | | | - 0x1800+----------------------------------+ | | - | u-boot.img (4MB) | | | - 0x3800+----------------------------------+ | | - | | | | - 0x3900+ environment | | | - | | | | - 0x3A00+----------------------------------+ +-------------------------+ +.. image:: img/emmc_j7200_evm_boot01.svg In case of UDA FS mode booting, following is layout. All boot images tiboot3.bin, tispl and u-boot should be written to fat formatted UDA FS as file. -.. code-block:: console - - boot0/1 partition (8 MB) user partition - 0x0+---------------------------------+ 0x0+-------------------------+ - | | | tiboot3.bin* | - 0x800+----------------------------------+ | | - | | | tispl.bin | - 0x1800+----------------------------------+ | | - | | | u-boot.img | - 0x3800+----------------------------------+ | | - | | | | - 0x3900+ | | environment | - | | | | - 0x3A00+----------------------------------+ +-------------------------+ - - +.. image:: img/emmc_j7200_evm_udafs.svg In case of booting from eMMC, write above images into raw or UDA FS. and set mmc partconf accordingly. -- 2.40.0