From b0f569ea4df875b3ef350685be6fb25a973e1022 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sat, 10 Apr 2021 20:07:54 +0200 Subject: board: toradex: apalis-imx8x: fix build warning The length of an underline must match the length of the header. Signed-off-by: Heinrich Schuchardt Reviewed-by: Oleksandr Suvorov --- doc/board/toradex/apalix-imx8x.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/board/toradex/apalix-imx8x.rst b/doc/board/toradex/apalix-imx8x.rst index efa7e0c72e3..e62578b1527 100644 --- a/doc/board/toradex/apalix-imx8x.rst +++ b/doc/board/toradex/apalix-imx8x.rst @@ -1,7 +1,7 @@ .. SPDX-License-Identifier: GPL-2.0+ Apalis iMX8X V1.1A Module (SoC NXP i.MX8QXP RevB) -========================== +================================================= Quick Start ----------- -- cgit v1.2.3 From 41ad972426bfcf8ac790bad0d19b4a55af0d230e Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sun, 11 Apr 2021 17:03:53 +0200 Subject: doc: imx: psb: fix footnotes In reStructured text footnotes are referenced like [1]_. Add missing underscores. Signed-off-by: Heinrich Schuchardt Acked-by: Marek Vasut --- doc/imx/misc/psb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/imx/misc/psb.rst b/doc/imx/misc/psb.rst index 4d6f001b744..9bb84b40247 100644 --- a/doc/imx/misc/psb.rst +++ b/doc/imx/misc/psb.rst @@ -88,7 +88,7 @@ SIT format SIT is a 20 byte long structure containing of 5 32-bit words. Those encode bootloader B-copy area offset (called "firstSectorNumber"), magic value (called "tag") that is always 0x00112233, and three unused words set to 0. -SIT is documented in [1] and [2]. Example SIT are below:: +SIT is documented in [1]_ and [2]_. Example SIT are below:: $ hexdump -vC sit-mx7d.bin 00000000 00 00 00 00 -- cgit v1.2.3 From 15d9694600feda088974d54fe319984f81c7fb85 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sun, 11 Apr 2021 20:28:13 +0200 Subject: doc: fatinfo man-page Provide a man-page for the fatinfo command. Signed-off-by: Heinrich Schuchardt --- doc/usage/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/usage/index.rst b/doc/usage/index.rst index d330b14a176..b64cfe444a3 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -28,6 +28,7 @@ Shell commands exception exit false + fatinfo for load loady -- cgit v1.2.3 From 798ece83bd47ea6f94b74624f5929ad6f2d6c361 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sat, 10 Apr 2021 20:32:03 +0200 Subject: doc: duplicate target 'youtube' Two external references cannot have the same name: doc/chromium/overview.rst:5: WARNING: Duplicate explicit target name: "youtube" Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- doc/chromium/overview.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/chromium/overview.rst b/doc/chromium/overview.rst index 5498ed9c16c..790233cb668 100644 --- a/doc/chromium/overview.rst +++ b/doc/chromium/overview.rst @@ -45,7 +45,7 @@ Here is some material relevant to Chromium OS verified boot with U-Boot: - Presented at Open Source Firmware Conference 2018, Erlangen - Describes the work in progress as at the end of 2018 - Slides at `OSFC `_ - - Video on `Youtube `_ + - `Youtube video 'OSFC - U-Boot with Chrome OS and firmware packaging' `_ - "Verified Boot in Chrome OS and how to make it work for you" @@ -58,7 +58,7 @@ Here is some material relevant to Chromium OS verified boot with U-Boot: and pit/pi (`Samsung Chromebook 2 `_ with Exynos 5 Octa 5420 in 2014). - Slides at `Google research `_ - - Video at `Youtube `_ + - `Youtube video 'Verified Boot on Chrome OS and How to do it yourself' `_ - "Chrome University 2018: Chrome OS Firmware and Verified Boot 201" @@ -67,7 +67,7 @@ Here is some material relevant to Chromium OS verified boot with U-Boot: topics. This has no U-Boot information, but does cover coreboot and also talks about the Chrome OS EC and Security chip. This is probably the best introduction talk. - - Video at `YouTube `_ + - `Youtube video 'Chrome University 2018: Chrome OS Firmware and Verified Boot 201' `_ - `Chromium OS U-Boot `_ -- cgit v1.2.3