Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions configs/AM335X/AM335X_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Replacement Variables
'__SDK_DOWNLOAD_URL__' : '`AM335X-Linux-SDK-Download-page <https://www.ti.com/tool/PROCESSOR-SDK-AM335X>`__'
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
'__RTOS_UBUNTU_VERSION_LONG__' : '14.04 (64-bit), 16.04 (64-bit)'
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
'__SYSFW_CORE_NAME__' : \
'__IMAGE_TYPE__' : 'default'
Expand All @@ -36,7 +35,7 @@ Configuration Values
'CONFIG_sdk' : 'SITARA'
'CONFIG_image_type' : 'default'
'CONFIG_icss_support' : 'yes'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_rt_linux_support' : 'no'
'CONFIG_gpu_ip' : 'SGX'
'CONFIG_crypto' : 'omap'

5 changes: 0 additions & 5 deletions configs/AM335X/AM335X_linux_toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ linux/How_to_Guides/Target/How_to_fix_y2k38
linux/How_to_Guides/Target/How_to_Change_dtb_File
linux/How_to_Guides/Target/How_to_Boot_Beagle_Bone_Black_with_Processor_SDK_Linux
linux/How_to_Guides/Target/How_to_Program_Beaglebone_Black_eMMC_via_SD_Card
linux/How_to_Guides_Hardware_Setup_with_CCS
linux/How_to_Guides/Hardware_Setup_with_CCS/EVMK2H_Hardware_Setup
linux/How_to_Guides/Hardware_Setup_with_CCS/ICE_AM335x_Hardware_Setup
linux/How_to_Guides/Hardware_Setup_with_CCS/ICE_AMIC110_EVM_Hardware_Setup
linux/How_to_Guides_Board_Port
linux/How_to_Guides/Board_Port/U-Boot
linux/How_to_Guides/Board_Port/Linux
Expand All @@ -154,7 +150,6 @@ common/PRU-ICSS/PRU-Getting-Started-Labs_Lab2_assemblyCode
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab2_mixedCandAssembly
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab3
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab4
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab4_TIRTOS
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab5
common/PRU-ICSS/PRU-Hands-on-Labs
common/PRU-ICSS/Resource_Tables
Expand Down
3 changes: 1 addition & 2 deletions configs/AM437X/AM437X_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Replacement Variables
'__SDK_DOWNLOAD_URL__' : '`AM437X-Linux-SDK-Download-page <https://www.ti.com/tool/PROCESSOR-SDK-AM437X>`__'
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
'__RTOS_UBUNTU_VERSION_LONG__' : '14.04 (64-bit), 16.04 (64-bit)'
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
'__SYSFW_CORE_NAME__' : \
'__IMAGE_TYPE__' : 'default'
Expand All @@ -36,7 +35,7 @@ Configuration Values
'CONFIG_sdk' : 'SITARA'
'CONFIG_image_type' : 'default'
'CONFIG_icss_support' : 'yes'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_rt_linux_support' : 'no'
'CONFIG_gpu_ip' : 'SGX'
'CONFIG_crypto' : 'omap'

3 changes: 0 additions & 3 deletions configs/AM437X/AM437X_linux_toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ linux/How_to_Guides/Target/How_to_add_a_JVM
linux/How_to_Guides/Target/Update_U-Boot_Environment_Variables_stored_in_SPI_Flash_from_Linux
linux/How_to_Guides/Target/How_to_Change_dtb_File
linux/How_to_Guides/Target/How_to_fix_y2k38
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might want to remove this as well from toc?
linux/How_to_Guides/Target/How_to_fix_y2k38.

Also , split all y2k38 removal as separate patch

linux/How_to_Guides_Hardware_Setup_with_CCS
linux/How_to_Guides/Hardware_Setup_with_CCS/EVMK2H_Hardware_Setup
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

K2* can be seperate patch. split the K2 section seperately

linux/How_to_Guides_Board_Port
linux/How_to_Guides/Board_Port/U-Boot
common/PRU-ICSS/Getting_Started_with_PSSP
Expand All @@ -145,7 +143,6 @@ common/PRU-ICSS/PRU-Getting-Started-Labs_Lab2_assemblyCode
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab2_mixedCandAssembly
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab3
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab4
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab4_TIRTOS
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab5
common/PRU-ICSS/PRU-Hands-on-Labs
common/PRU-ICSS/Resource_Tables
Expand Down
Loading
Loading