Skip to content

Commit c0d11d1

Browse files
feat(linux): AM62DX: Add SA2UL crypto driver support
- Switch crypto configuration from DTHEv2 to SA2UL - Add SA2UL crypto driver documentation to table of contents - Update hardware compatibility to include AM62D support - Enable hardware-accelerated cryptography for AM62DX platform Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
1 parent 176a527 commit c0d11d1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

configs/AM62DX/AM62DX_linux_config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ Configuration Values
3939
'CONFIG_image_type' : 'default'
4040
'CONFIG_icss_support' : 'yes'
4141
'CONFIG_rt_linux_support' : 'yes'
42-
'CONFIG_crypto' : 'DTHEv2'
42+
'CONFIG_crypto' : 'sa2ul'
4343
'CONFIG_mcrc64' : 'mcrc64'

configs/AM62DX/AM62DX_linux_toc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ linux/Foundational_Components/U-Boot/Apps-SPL-Debug-OpenOCD
4545
linux/Foundational_Components_Kernel
4646
linux/Foundational_Components_Kernel_Drivers
4747
linux/Foundational_Components/Kernel/Kernel_Drivers/Audio
48+
linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto/SA2UL_OMAP
4849
linux/Foundational_Components/Kernel/Kernel_Drivers/EQEP
4950
linux/Foundational_Components/Kernel/Kernel_Drivers/GPIO
5051
linux/Foundational_Components/Kernel/Kernel_Drivers/I2C

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto/SA2UL_OMAP.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following is a list of supported hardware accelerated algorithms:
6666
- SHA256, SHA512
6767
- CMAC(AES)
6868

69-
* - AM62X / AM62A / AM62P
69+
* - AM62X / AM62A / AM62D / AM62P
7070
- AES (CBC, ECB)
7171
- AES-GCM, AUTHENC(HMAC-SHA256, CBC-AES)
7272
- SHA256, SHA512

0 commit comments

Comments
 (0)