summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/hab.c
Commit message (Expand)AuthorAgeFilesLines
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-10/+11
* imx :hab: Add hab version commandSjoerd Simons2019-10-141-0/+21
* configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini2019-07-111-1/+1
* mx6sl: hab: Fix pu_irom_mmu_enabled addressBreno Matheus Lima2019-06-271-1/+1
* imx: hab: Convert non-NULL IVT DCD pointer warning to an errorBreno Matheus Lima2019-01-281-2/+4
* imx: hab: extend hab_auth_img to calculate ivt_offsetParthiban Nallathambi2019-01-011-2/+27
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Merge git://git.denx.de/u-boot-imxTom Rini2018-04-151-0/+35
|\
| * imx: hab: Provide hab_auth_img_or_fail commandBryan O'Donoghue2018-04-151-0/+35
* | imx: hab: Convert DCD non-NULL error to warningBryan O'Donoghue2018-03-131-4/+2
|/
* arm: imx: hab: Define HAB_RVT_BASE according to the processor versionBreno Lima2018-02-221-97/+9
* imx: hab: Check if CSF contains deprecated commandsUtkarsh Gupta2018-02-221-0/+20
* imx: hab: Check if CSF is valid before authenticating imageUtkarsh Gupta2018-02-221-0/+81
* imx: hab: Ensure the IVT DCD pointer is Null prior to calling HAB authenticat...Utkarsh Gupta2018-02-221-0/+6
* imx: hab: Keep CAAM clock enabled after authenticating additional imagesBreno Lima2018-02-221-4/+3
* arm: imx: hab: Add hab_failsafe console commandBryan O'Donoghue2018-01-141-0/+21
* arm: imx: hab: Implement hab_rvt_failsafeBryan O'Donoghue2018-01-141-0/+15
* arm: imx: hab: Make imx_hab_is_enabled globalBryan O'Donoghue2018-01-141-3/+1
* arm: imx: hab: Make authenticate_image() return zero on open boardsBryan O'Donoghue2018-01-141-1/+1
* arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabledBryan O'Donoghue2018-01-141-4/+4
* arm: imx: hab: Prefix authenticate_image with imx_habBryan O'Donoghue2018-01-141-3/+3
* arm: imx: hab: Make internal functions and data staticBryan O'Donoghue2018-01-141-75/+84
* arm: imx: hab: Print HAB event log only after calling ROMBryan O'Donoghue2018-01-141-5/+7
* arm: imx: hab: Add a hab_rvt_check_target to image authBryan O'Donoghue2018-01-141-0/+9
* arm: imx: hab: Implement hab_rvt_check_targetBryan O'Donoghue2018-01-141-0/+18
* arm: imx: hab: Print additional IVT elements during debugBryan O'Donoghue2018-01-141-0/+2
* arm: imx: hab: Print CSF based on IVT descriptorBryan O'Donoghue2018-01-141-2/+1
* arm: imx: hab: Only call ROM once headers are verifiedBryan O'Donoghue2018-01-141-5/+6
* arm: imx: hab: Verify IVT self matches calculated addressBryan O'Donoghue2018-01-141-0/+7
* arm: imx: hab: Add IVT header verificationBryan O'Donoghue2018-01-141-2/+34
* arm: imx: hab: Fix authenticate_image input parametersBryan O'Donoghue2018-01-141-52/+21
* arm: imx: hab: Move CSF_PAD_SIZE to hab.hBryan O'Donoghue2018-01-141-1/+0
* arm: imx: hab: Move IVT_SIZE to hab.hBryan O'Donoghue2018-01-141-1/+0
* arm: imx: hab: Optimise flow of authenticate_image on hab_entry failBryan O'Donoghue2018-01-141-58/+60
* arm: imx: hab: Optimise flow of authenticate_image on is_enabled failBryan O'Donoghue2018-01-141-69/+69
* arm: imx: hab: Fix authenticate_image result codeBryan O'Donoghue2018-01-141-3/+6
* arm: imx: hab: Make authenticate_image return intBryan O'Donoghue2018-01-141-1/+1
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-0/+516