Skip to content

Instantly share code, notes, and snippets.

@nmenon

nmenon/example Secret

Created July 25, 2023 21:57
Show Gist options
  • Save nmenon/8c883ebf37a5d6021400cce9d76bfc35 to your computer and use it in GitHub Desktop.
Save nmenon/8c883ebf37a5d6021400cce9d76bfc35 to your computer and use it in GitHub Desktop.
diff --git a/doc/board/ti/am62x_beagleplay.rst b/doc/board/ti/am62x_beagleplay.rst
index 4bb131c03736..2246033eaa67 100644
--- a/doc/board/ti/am62x_beagleplay.rst
+++ b/doc/board/ti/am62x_beagleplay.rst
@@ -21,21 +21,9 @@ The boot flow follows the standard AM62X bootflow [1]_.
Sources:
--------
-1. Trusted Firmware-A:
- Tree: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/
- Branch: master
-
-2. OP-TEE:
- Tree: https://github.com/OP-TEE/optee_os.git
- Branch: master
-
-3. U-Boot:
- Tree: https://source.denx.de/u-boot/u-boot
- Branch: master
-
-4. TI Linux Firmware:
- Tree: git://git.ti.com/processor-firmware/ti-linux-firmware.git
- Branch: ti-linux-firmware
+.. include:: k3.rst
+ :start-after: .. include_start_after_k3_boot_sources
+ :end-before: .. include_end_before_k3_boot_sources
Build procedure:
----------------
diff --git a/doc/board/ti/k3.rst b/doc/board/ti/k3.rst
index 5366beedb6a3..5dad226e627e 100644
--- a/doc/board/ti/k3.rst
+++ b/doc/board/ti/k3.rst
@@ -112,6 +112,8 @@ All scripts and code needed to build the `tiboot3.bin`, `tispl.bin` and
`u-boot.img` for all K3 SoCs can be located at the following places
online
+.. include_start_after_k3_boot_sources
+
* **Das U-Boot**
| **source:** https://source.denx.de/u-boot/u-boot.git
@@ -132,6 +134,8 @@ online
| **source:** https://git.ti.com/git/processor-firmware/ti-linux-firmware.git
| **branch:** ti-linux-firmware
+.. include_end_before_k3_boot_sources
+
Build Procedure
---------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment