summaryrefslogtreecommitdiff
path: root/board/freescale/common/cmd_esbc_validate.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-4/+4
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-17freescale: Ensure common commands are not included in SPL binaryTom Rini1-0/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2016-03-29SECURE BOOT: Change fsl_secboot_validate func to pass image addrSaksham Jain1-1/+11
2016-03-29SECURE BOOT: Halt execution when secure boot failSaksham Jain1-1/+1
2016-01-27secure_boot: change error handler for esbc_validateAneesh Bansal1-1/+6
2016-01-25SECURE BOOT: support for validation of dynamic imageAneesh Bansal1-3/+7
2016-01-25SECURE BOOT: change prototype of fsl_secboot_validate functionAneesh Bansal1-1/+16
2015-04-21Add bootscript support to esbc_validate.gaurav rana1-0/+16
2015-03-05SECURE BOOT: Add command for validation of imagesgaurav rana1-0/+34