Skip to content

Commit c5a0843

Browse files
committed
fix: Fix missing titles for AM65 performance guide
Currently, titles are not rendered for AM65X performance guide, this is due to Linux performance guide including the RT Linux performance guide and thus messing with title hierarchy. To fix this, include both performace guides from the toc tree and only reference the RT linux performace guide without an explicit include. Signed-off-by: Judith Mendez <[email protected]>
1 parent e0bbf6e commit c5a0843

File tree

6 files changed

+53
-9
lines changed

6 files changed

+53
-9
lines changed

configs/AM65X/AM65X_linux_toc.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ devices/AM65X/linux/Release_Specific
1515
devices/AM65X/linux/Release_Specific_Release_Notes
1616
devices/AM65X/linux/Release_Specific_Yocto_layer_Configuration
1717
devices/AM65X/linux/Release_Specific_Migration_Guide
18-
devices/AM65X/linux/Release_Specific_Performance_Guide
18+
devices/AM65X/linux/Release_Specific_Kernel_Performance_Guide
19+
devices/AM65X/linux/Linux_Performance_Guide
20+
devices/AM65X/linux/RT_Linux_Performance_Guide
1921
devices/AM65X/linux/Release_Specific_Supported_Platforms_and_Versions
2022
linux/Foundational_Components
2123
linux/Foundational_Components_U-Boot
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
==============================
2+
Linux 11.02 Performance Guide
3+
==============================
4+
5+
.. rubric:: **Read This First**
6+
:name: read-this-first-rt-kernel-perf-guide
7+
8+
**All performance numbers provided in this document are gathered using
9+
following Evaluation Modules unless otherwise specified.**
10+
11+
+----------------+---------------------------------------------------------------------------------------------------------------------+
12+
| Name | Description |
13+
+================+=====================================================================================================================+
14+
| AM65x EVM | AM65x Evaluation Module rev 1.0 with ARM running at 800MHz, DDR4-2400 (1600 MT/S), TMDX654GPEVM |
15+
+----------------+---------------------------------------------------------------------------------------------------------------------+
16+
17+
Table: Evaluation Modules
18+
19+
.. rubric:: About This Manual
20+
:name: about-this-manual-rt-kernel-perf-guide
21+
22+
This document provides performance data for each of the device drivers
23+
which are part of the Processor SDK Linux package. This document should be
24+
used in conjunction with release notes and user guides provided with the
25+
Processor SDK Linux package for information on specific issues present
26+
with drivers included in a particular release.
27+
28+
.. rubric:: If You Need Assistance
29+
:name: if-you-need-assistance-rt-kernel-perf-guide
30+
31+
For further information or to report any problems, contact
32+
https://e2e.ti.com/ or https://support.ti.com/
33+
34+
|
35+
36+
.. note::
37+
38+
AM65 benchmarking is performed using RT Kernel. For more information on
39+
the RT Kernel performance numbers, go :ref:`here <AM65-RT-Linux-Performance-Guide>`.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _AM65-RT-Linux-Performance-Guide:
12

23
=================================
34
RT-linux 11.02 Performance Guide

source/devices/AM65X/linux/Release_Specific.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release Specific
66
:maxdepth: 5
77

88
Release_Specific_Release_Notes
9-
Release_Specific_Performance_Guide
109
Release_Specific_Yocto_layer_Configuration
1110
Release_Specific_Migration_Guide
11+
Release_Specific_Kernel_Performance_Guide
1212
Release_Specific_Supported_Platforms_and_Versions
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
########################
2+
Kernel Performance Guide
3+
########################
4+
5+
.. toctree::
6+
:maxdepth: 4
7+
8+
RT_Linux_Performance_Guide
9+
Linux_Performance_Guide

source/devices/AM65X/linux/Release_Specific_Performance_Guide.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)