Skip to content

Commit e0e7ed7

Browse files
gehariprasathStaticRocket
authored andcommitted
feat: Update release notes for SDK 11.02 J722S
Update the release notes and the kernel performance metrics for the SDK 11.02 J722s specific release. Signed-off-by: Hari Prasath Gujulan Elango <gehariprasath@ti.com>
1 parent 934d4c1 commit e0e7ed7

12 files changed

Lines changed: 2135 additions & 10 deletions

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ $(info DEVFAMILY is $(DEVFAMILY_UP))
2323

2424
ifeq ($(OS_LOW), android)
2525
# For Android, AM67A and AM67 have their own device directories
26-
ifeq ($(DEVFAMILY_UP), $(filter $(DEVFAMILY_UP), J721E J7200 J721S2 J784S4 AM68 AM69 J722S J742S2 AM68A AM69A TDA4VM))
26+
ifeq ($(DEVFAMILY_UP), $(filter $(DEVFAMILY_UP), J721E J7200 J721S2 J784S4 AM68 AM69 J742S2 AM68A AM69A TDA4VM))
2727
CONFDIR = source/devices/J7_Family/${OS_LOW}
2828
else
2929
CONFDIR = source/devices/$(DEVFAMILY_UP)/${OS_LOW}
3030
endif
3131
else
3232
# For Linux and other OSes, use J7_Family grouping including AM67A and AM67
33-
ifeq ($(DEVFAMILY_UP), $(filter $(DEVFAMILY_UP), J721E J7200 J721S2 J784S4 AM68 AM69 J722S AM67 J742S2 AM68A AM67A AM69A TDA4VM))
33+
ifeq ($(DEVFAMILY_UP), $(filter $(DEVFAMILY_UP), J721E J7200 J721S2 J784S4 AM68 AM69 AM67 J742S2 AM68A AM67A AM69A TDA4VM))
3434
CONFDIR = source/devices/J7_Family/${OS_LOW}
3535
else
3636
CONFDIR = source/devices/$(DEVFAMILY_UP)/${OS_LOW}

configs/J722S/J722S_linux_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
html_title = 'Processor SDK J722S Documentation'
44

55
# The master toctree document.
6-
master_doc = 'devices/J7_Family/linux/index'
6+
master_doc = 'devices/J722S/linux/index'

configs/J722S/J722S_linux_toc.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ linux/Overview/Download_and_Install_the_SDK
1010
linux/Overview/Run_Setup_Scripts
1111
linux/Overview/GCC_ToolChain
1212
linux/Overview/Processor_SDK_Linux_create_SD_card
13-
devices/J7_Family/linux/index
14-
devices/J7_Family/linux/Release_Specific
15-
devices/J7_Family/linux/Release_Specific_Release_Notes
16-
devices/J7_Family/linux/Release_Specific_Yocto_layer_Configuration
17-
devices/J7_Family/linux/Release_Specific_Migration_Guide
18-
devices/J7_Family/linux/Release_Specific_Kernel_Performance_Guide
19-
devices/J7_Family/linux/Release_Specific_Supported_Platforms_and_Versions
13+
devices/J722S/linux/index
14+
devices/J722S/linux/Release_Specific
15+
devices/J722S/linux/Release_Specific_Release_Notes
16+
devices/J722S/linux/Release_Specific_Yocto_layer_Configuration
17+
devices/J722S/linux/Release_Specific_Migration_Guide
18+
devices/J722S/linux/Release_Specific_Kernel_Performance_Guide
19+
devices/J722S/linux/Release_Specific_Supported_Platforms_and_Versions
2020
linux/Foundational_Components
2121
linux/Foundational_Components_U-Boot
2222
linux/Foundational_Components/U-Boot/Users-Guide
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
##################
2+
Release Specific
3+
##################
4+
5+
.. toctree::
6+
:maxdepth: 5
7+
8+
Release_Specific_Release_Notes
9+
Release_Specific_Kernel_Performance_Guide
10+
Release_Specific_Yocto_layer_Configuration
11+
Release_Specific_Supported_Platforms_and_Versions
12+
Release_Specific_Migration_Guide

0 commit comments

Comments
 (0)