aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/fsl
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini10-10/+4
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini10-4/+10
2024-05-07crypto: Remove <common.h> and add needed includesTom Rini10-10/+4
2024-05-05crypto/fsl: Differentiate between CAAM and DCP in Kconfig entryMarek Vasut1-2/+2
2024-05-05crypto/fsl: Introduce SPL_FSL_CAAM_RNGMarek Vasut2-1/+8
2024-05-05rng: Introduce SPL_DM_RNGMarek Vasut1-2/+2
2024-03-30crypto/fsl: allow accessing Job Ring from non-TrustZoneEmanuele Ghidoli3-0/+27
2023-12-21global: Drop common.h inclusionTom Rini2-3/+0
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini2-4/+4
2023-01-12Uboot RNG Driver using Data Co-processorKshitiz Varshney3-0/+193
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini3-8/+8
2022-10-21crypto/fsl: fsl_rsa: Fix dcache issue in the driverYe Li1-0/+10
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-1/+1
2022-09-18crypto/fsl: fsl_hash: Fix crash in flush dcacheGaurav Jain1-6/+16
2022-08-12Convert CONFIG_SYS_FSL_MAX_NUM_OF_SEC to KconfigTom Rini1-0/+5
2022-06-16crypto: fsl_hash: Remove unnecessary alignment check in caam_hash()Stefan Roese1-6/+0
2022-05-20crypto/fsl: fsl_hash: Fix dcache issue in caam_hash_finishGaurav Jain1-0/+8
2022-05-19i.MX8 crypto/fsl: Enable fsl CAAM rng driverGaurav Jain1-1/+7
2022-05-19i.MX6SX: crypto/fsl: fix entropy delay valueGaurav Jain1-1/+10
2022-04-21crypto/fsl: add invalidate_dcache_range for hash output bufferGaurav Jain1-6/+8
2022-04-21crypto/fsl: Clear the memory when blob decapsulation failsGaurav Jain1-0/+4
2022-04-12crypto/fsl: i.MX8: Enable Job ring driver model.Gaurav Jain2-3/+46
2022-04-12crypto/fsl: Add support for CAAM Job ring driver modelGaurav Jain3-114/+241
2022-01-19doc: replace @return by Return:Heinrich Schuchardt2-5/+5
2021-11-09board: fsl_validate: Fix Double free IssueKshitiz Varshney1-7/+7
2021-09-08image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc1-0/+2
2021-08-18crypto/fsl: fix missed dma_addr_t -> caam_dma_addr_t conversionHoria Geantă1-1/+1
2021-04-08crypto: fsl: refactor for 32 bit version CAAM support on ARM64Ye Li8-72/+93
2021-04-08fsl_mfgprot: Fix typo in sign_mppubk()Breno Lima1-1/+1
2021-04-08imx8m: Add DEK blob encapsulation for imx8mClement Faure1-2/+1
2021-04-08crypto: caam: Fix pointer size to 32bit for i.MX8MAymen Sghaier5-32/+36
2021-04-08crypto: caam: Fix build warnings pointer castingAymen Sghaier1-2/+3
2021-04-08crypto: caam: Add CAAM support to i.MX8M platformsAymen Sghaier1-1/+3
2021-04-08caam: enable support for iMX7ULPFranck LENORMAND1-1/+1
2021-04-08crypto: caam: change JR running loopFranck LENORMAND2-7/+9
2021-04-08crypto: fsl: blob: Flush dcache range for destination addressBreno Lima1-0/+6
2021-04-08imx: imx7 Support for Manufacturing ProtectionBreno Lima3-0/+162
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-27crypto/fsl: add RNG supportMichael Walle6-0/+125
2020-07-27crypto/fsl: instantiate the RNG with prediciton resistanceMichael Walle4-7/+76
2020-07-27crypto/fsl: don't regenerate secure keysMichael Walle3-7/+8
2020-07-27crypto/fsl: support newer SEC modulesMichael Walle1-2/+10
2020-07-27crypto/fsl: export caam_get_era()Michael Walle1-1/+9
2020-07-27crypto/fsl: make SEC%u status line consistentMichael Walle1-7/+7
2020-07-27crypto/fsl: unused value in caam_hash_update()Heinrich Schuchardt1-1/+1
2020-07-27crypto/fsl: correct printf() statement.Heinrich Schuchardt1-2/+2
2020-07-27crypto/fsl: fix unaligned accessMichael Walle1-14/+13
2020-05-18common: Drop log.h from common headerSimon Glass5-0/+5