summaryrefslogtreecommitdiff
path: root/board/freescale/common/fsl_validate.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-22Convert CONFIG_FLASH_SPANSION_S29WS_N et al to KconfigTom Rini1-9/+9
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-7/+7
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini1-2/+2
2022-11-10global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini1-1/+1
2022-08-16ls1021atwr: caam: Enable Uboot validaion in SPL.Gaurav Jain1-1/+9
2022-08-04Audit <flash.h> inclusionTom Rini1-1/+2
2022-07-06fsl_validate: Migrate SPL_UBOOT_KEY_HASH to KconfigTom Rini1-1/+1
2021-11-09board: fsl_validate: Fix Double free IssueKshitiz Varshney1-22/+6
2021-08-18board: fsl_validate: Fix resource leak issueKshitiz Varshney1-9/+27
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-04-17armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun1-1/+1
2017-04-17arm: ls1043ardb: Add SD secure boot targetRuchika Gupta1-0/+4
2017-03-28fsl: Secure Boot: Enable IE (Key extention) FeatureUdit Agarwal1-16/+72
2016-10-06fsl_sec_mon: Update driver for Security MonitorSumit Garg1-38/+14
2016-05-06Fix various typos, scattered over the code.Robert P. J. Day1-2/+2
2016-03-29SECURE BOOT: Change fsl_secboot_validate func to pass image addrSaksham Jain1-11/+15
2016-03-29SECURE BOOT: Halt execution when secure boot failSaksham Jain1-0/+5
2016-03-29armv8: fsl-lsch3: Add new header for secure bootSaksham Jain1-5/+30
2016-01-27secure_boot: change error handler for esbc_validateAneesh Bansal1-0/+7
2016-01-25SECURE BOOT: support for validation of dynamic imageAneesh Bansal1-13/+20
2016-01-25SECURE BOOT: separate function created for signatureAneesh Bansal1-44/+54
2016-01-25SECURE BOOT: separate functions for reading keysAneesh Bansal1-73/+96
2016-01-25SECURE BOOT: change prototype of fsl_secboot_validate functionAneesh Bansal1-11/+7
2015-12-15armv8/ls1043ardb: add SECURE BOOT target for NORAneesh Bansal1-12/+22
2015-10-30SECURE_BOOT: Correct reading of ITS bitAneesh Bansal1-1/+1
2015-10-29Pointers in ESBC header made 32 bitAneesh Bansal1-10/+10
2015-03-05SECURE BOOT: Add command for validation of imagesgaurav rana1-0/+840