-
Notifications
You must be signed in to change notification settings - Fork 78
feat(linux): Initial documentation support for AM62L platform. #161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # General family replacement variables and configuration values for Buildroot build | ||
|
|
||
| # This file is processed by Python scripts to define both replacement | ||
| # variable and configuration values for a device family build. | ||
| # For replacement variables, all variables should be listed on a single | ||
| # line, and all the variables should be listed on consecutive lines | ||
| # (i.e. no additional blank lines between the replacement variables). | ||
| # Similarly, all the configuration values should be listed on individual, | ||
| # consecutive lines (with no blank linues between the configuration values). | ||
| # | ||
| # Note that neither replacement variables nor configuration values may contain | ||
| # a colon (i.e. ":") in their name. However, values may contain colons. | ||
|
|
||
| Replacement Variables | ||
| --------------------- | ||
| '__PART_FAMILY_NAME__' : 'AM62L' | ||
| '__PART_FAMILY_DEVICE_NAMES__' : 'AM62L' | ||
| '__PRODUCT_LINE_NAME__' : 'Sitara MPU' | ||
| '__SDK_BUILD_MACHINE__' : 'am62lxx-evm' | ||
| '__SDK_FULL_NAME__' : 'Buildroot for AM62L' | ||
| '__SDK_SHORT_NAME__' : 'Buildroot' | ||
| '__SDK_DOWNLOAD_URL__' : '`AM62L-SDK-Download-page <https://www.ti.com/tool/LINUX-SDK-AM62L>`__' | ||
| '__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)' | ||
| '__LINUX_UBUNTU_VERSION_SHORT__' : '22.04' | ||
|
|
||
| Configuration Values | ||
| -------------------- | ||
| 'CONFIG_part_family' : 'AM62L_family' | ||
| 'CONFIG_part_variant' : 'AM62L' | ||
| 'CONFIG_sdk' : 'BuildrootSDK' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| # Device Family name | ||
| fam_name = 'AM62L' | ||
|
|
||
| # Project name and HTML title | ||
| sdk_product = 'null' #todo: remove after the new structure is used for all device families | ||
|
|
||
| project = u'Buildroot for AM62L' | ||
| html_title = 'Buildroot AM62L Documentation' | ||
|
|
||
| # The master toctree document. | ||
| master_doc = 'devices/AM62LX/buildroot/index' | ||
|
|
||
| # List of patterns, relative to source directory, that match files and | ||
| # directories to ignore when looking for source files. | ||
|
|
||
| # AM62x RTOS docs are not in this project, rather referenced externally, | ||
| # so exclude 'rtos' folder along with others. | ||
| exclude_patterns = ['android', 'example_code', 'files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM62PX', 'devices/AM65X', 'devices/J7_Family', 'devices/J721E', 'devices/J7200', 'devices/J721S2', 'devices/J784S4', 'devices/DRA821A', 'devices/AM62AX', 'linux', 'debian'] | ||
|
|
||
| # OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs | ||
| sdk_os = 'buildroot' | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| devices/AM62LX/buildroot/index | ||
| devices/AM62LX/buildroot/Getting_Started_Guide | ||
|
|
||
| buildroot/Overview | ||
| buildroot/Building_Buildroot_Image | ||
| buildroot/Building_Buildroot_Packages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| # General family replacement variables and configuration values for Linux build | ||
|
|
||
| # This file is processed by Python scripts to define both replacement | ||
| # variable and configuration values for a device family build. | ||
| # For replacement variables, all variables should be listed on a single | ||
| # line, and all the variables should be listed on consecutive lines | ||
| # (i.e. no additional blank lines between the replacement variables). | ||
| # Similarly, all the configuration values should be listed on individual, | ||
| # consecutive lines (with no blank linues between the configuration values). | ||
| # | ||
| # Note that neither replacement variables nor configuration values may contain | ||
| # a colon (i.e. ":") in their name. However, values may contain colons. | ||
|
|
||
| Replacement Variables | ||
| --------------------- | ||
| '__PART_FAMILY_NAME__' : 'AM62L' | ||
| '__PART_FAMILY_DEVICE_NAMES__' : 'AM62L' | ||
| '__PRODUCT_LINE_NAME__' : 'Sitara MPU' | ||
| '__SDK_BUILD_MACHINE__' : 'am62lxx-evm' | ||
| '__SDK_FULL_NAME__' : 'AM62L-Linux-SDK' | ||
| '__SDK_SHORT_NAME__' : 'PSDK' | ||
| '__SDK_INSTALL_FILE__' : 'ti-processor-sdk-linux-am62lxx-evm-<version>-Linux-x86-Install.bin' | ||
| '__SDK_INSTALL_DIR__' : 'ti-processor-sdk-linux-am62lxx-evm-<version>' | ||
| '__SDK_DOWNLOAD_URL__' : '`AM62L-SDK-Download-page <https://www.ti.com/tool/AM62L-PROCESSOR-SDK>`__' | ||
| '__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)' | ||
| '__LINUX_UBUNTU_VERSION_SHORT__' : '22.04' | ||
| '__OPTEE_PLATFORM_FLAVOR__' : 'am62lxx' | ||
| '__RTOS_UBUNTU_VERSION_LONG__' : '22.04 (64-bit), 16.04 (64-bit)' | ||
| '__FAMILY_NAME__' : 'am62lxx' | ||
| '__WINDOWS_SUPPORTED_LONG__' : '10 (64-bit)' | ||
| '__FEATURINGMATRIX__' : \ | ||
| '__SYSFW_CORE_NAME__' : 'TIFS' | ||
| '__IMAGE_TYPE__' : 'default' | ||
|
|
||
| Configuration Values | ||
| -------------------- | ||
| 'CONFIG_part_family' : 'AM62L_family' | ||
| 'CONFIG_part_variant' : 'AM62L' | ||
| 'CONFIG_sdk' : 'SITARA' | ||
| 'CONFIG_image_type' : 'default' | ||
| 'CONFIG_icss_support' : 'yes' | ||
| 'CONFIG_rt_linux_support' : 'yes' | ||
| 'CONFIG_crypto' : 'DTHEv2' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| # Device Family name | ||
| fam_name = 'AM62L' | ||
|
|
||
| # Project name and HTML title | ||
| sdk_product = 'null' #todo: remove after the new structure is used for all device families | ||
|
|
||
| project = u'Linux SDK for AM62L' | ||
| html_title = 'Linux SDK for AM62L Documentation' | ||
|
|
||
| # The master toctree document. | ||
| master_doc = 'devices/AM62LX/index' | ||
|
|
||
| # List of patterns, relative to source directory, that match files and | ||
| # directories to ignore when looking for source files. | ||
|
|
||
| # AM62x RTOS docs are not in this project, rather referenced externally, | ||
| # so exclude 'rtos' folder along with others. | ||
| exclude_patterns = ['android', 'example_code', 'files', 'rtos', 'devices/AM335X', 'devices/AM437X', 'devices/AM64X', 'devices/AM65X', 'devices/J7_Family', 'devices/DRA821A', 'devices/AM62AX','devices/AM62PX'] | ||
|
|
||
| # OS for the build. Sphinx uses source/{sdk_os} when looking for doc inputs | ||
| sdk_os = 'linux' | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,125 @@ | ||
| devices/AM62LX/index | ||
| devices/AM62LX/index_RTOS | ||
| devices/AM62LX/index_Applications | ||
| devices/AM62LX/linux/Overview | ||
| devices/AM62LX/linux/Overview_Getting_Started_Guide | ||
| devices/AM62LX/linux/Overview/Download_and_Install_the_SDK | ||
| linux/Overview/Run_Setup_Scripts | ||
| devices/AM62LX/linux/Release_Specific | ||
| devices/AM62LX/linux/Release_Specific_Release_Notes | ||
| devices/AM62LX/linux/Release_Specific_Yocto_layer_Configuration | ||
| devices/AM62LX/linux/Release_Specific_Migration_Guide | ||
| devices/AM62LX/linux/Release_Specific_Kernel_Performance_Guide | ||
| devices/AM62LX/linux/Linux_Performance_Guide | ||
| devices/AM62LX/linux/RT_Linux_Performance_Guide | ||
| devices/AM62LX/linux/Release_Specific_Workarounds | ||
| devices/AM62LX/linux/Release_Specific_Supported_Platforms_and_Versions | ||
|
|
||
| linux/Overview_Building_the_SDK | ||
| linux/Overview/Top_Level_Makefile | ||
| linux/Overview_Directory_Structure_Overview | ||
| linux/Overview_Technical_Support | ||
| linux/Overview_GPLv3_Disclaimer | ||
| linux/Overview/GCC_ToolChain | ||
| linux/Overview/Processor_SDK_Linux_create_SD_card | ||
|
|
||
| linux/Foundational_Components | ||
| linux/Foundational_Components_U-Boot | ||
| linux/Foundational_Components/U-Boot/Users-Guide | ||
| linux/Foundational_Components/U-Boot/UG-General-Info | ||
| linux/Foundational_Components/U-Boot/UG-DFU | ||
| linux/Foundational_Components/U-Boot/UG-Memory-K3 | ||
| linux/Foundational_Components/U-Boot/UG-SPI | ||
| linux/Foundational_Components/U-Boot/UG-QSPI | ||
| linux/Foundational_Components/U-Boot/UG-UART | ||
| linux/Foundational_Components/U-Boot/UG-DDRSS | ||
| linux/Foundational_Components/U-Boot/UG-RemoteProc | ||
|
|
||
| linux/Foundational_Components/U-Boot/Applications | ||
| linux/Foundational_Components/U-Boot/Apps-SPL-Debug | ||
| linux/Foundational_Components/U-Boot/Apps-SPL-Debug-OpenOCD | ||
|
|
||
| linux/Foundational_Components_Kernel | ||
| linux/Foundational_Components_Kernel_Drivers | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Audio | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Camera/CSI2RX | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Display/DSS7 | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/EQEP | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/GPIO | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/I2C | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/MCAN | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-Ethernet | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW3g | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-TSN | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-PTP | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-EST | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-CBS | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-IET | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-TSN-Tuning | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Network/NETCONF-YANG | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/PWM | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/SPI | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/QSPI | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/MMC-SD | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/NAND | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/UART | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/UBIFS | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/USB/AM62_DWC3 | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/VTM | ||
| linux/Foundational_Components/Kernel/Kernel_Drivers/Watchdog | ||
|
|
||
| linux/Foundational_Components_Power_Management | ||
| linux/Foundational_Components/Power_Management/pm_overview | ||
| linux/Foundational_Components/Power_Management/pm_dfs | ||
| linux/Foundational_Components/Power_Management/pm_cpuidle | ||
| linux/Foundational_Components/Power_Management/pm_runtime_pm | ||
| linux/Foundational_Components/Power_Management/pm_low_power_modes | ||
| linux/Foundational_Components/Power_Management/pm_wakeup_sources | ||
| linux/Foundational_Components/Power_Management/pm_sw_arch | ||
| linux/Foundational_Components/Power_Management/pm_debug | ||
|
|
||
| linux/Foundational_Components/System_Security/SELinux | ||
|
|
||
| linux/Foundational_Components_Kernel_Users_Guide | ||
| linux/Foundational_Components_Kernel_LTP-DDT_Validation | ||
| linux/Foundational_Components_Kernel_FAQs | ||
| linux/Foundational_Components_Security | ||
| linux/Foundational_Components_Migration_Guide | ||
| linux/Foundational_Components_Filesystem | ||
| linux/Foundational_Components_Tools | ||
| linux/Foundational_Components/Tools/Development_Tools | ||
| linux/Foundational_Components/Tools/Pin_Mux_Tools | ||
| linux/Foundational_Components/Tools/Flash_via_Fastboot | ||
| linux/Foundational_Components/Tools/Flash_via_Ethernet | ||
| linux/Foundational_Components/Tools/Flash_via_UART | ||
| linux/Foundational_Components/Tools/GPIO_Tools | ||
| linux/Foundational_Components_IPC62l | ||
| linux/Foundational_Components_OPTEE | ||
| linux/Foundational_Components_ATF | ||
| linux/Foundational_Components_Multimedia_wave5 | ||
| linux/Foundational_Components_Virtualization | ||
| linux/Foundational_Components/Virtualization/Docker | ||
| linux/Foundational_Components_Hypervisor | ||
| linux/Foundational_Components/Hypervisor/Jailhouse | ||
|
|
||
| linux/How_to_Guides | ||
| linux/How_to_Guides_Developer_Notes | ||
| linux/How_to_Guides/Host/K3_Resource_Partitioning_Tool | ||
| linux/How_to_Guides/Host/How_to_Setup_and_Debug_using_Lauterbach | ||
| linux/How_to_Guides/Host/SYSFW_Trace_Parser | ||
| linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization | ||
| linux/How_to_Guides/Target/How_to_test_MCAN_on_AM62x | ||
| linux/How_to_Guides/Target/How_to_enable_DT_overlays_in_linux | ||
| linux/How_to_Guides/Target/How_to_playback_audio_over_HDMI | ||
| linux/How_to_Guides/Target/How_to_enable_display_sharing_between_remotecore_and_Linux | ||
| linux/How_to_Guides/Target/How_to_boot_quickly | ||
| linux/How_to_Guides/Target/How_To_Enable_M2CC3301_in_linux | ||
| linux/How_to_Guides/Target/Runtime_debug_unlock_on_secure_device | ||
| linux/How_to_Guides/FAQ/How_to_Check_Device_Tree_Info | ||
| linux/How_to_Guides/FAQ/How_to_Integrate_Open_Source_Software | ||
| linux/How_to_Guides_Hardware_Setup_with_CCS | ||
| linux/How_to_Guides/Hardware_Setup_with_CCS/AM62L_EVM_Hardware_Setup | ||
|
|
||
|
|
||
| linux/Documentation_Tarball |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.