summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/hab.c
AgeCommit message (Expand)Author
2022-04-06LFU-168 imx: Fix coverity issue in HAB event decodingYe Li
2021-10-08image: Drop IMAGE_ENABLE_FITSimon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-04-08imx: hab: Fix build warnings in 32-bit targetsBreno Lima
2021-04-08mx7ulp: hab: Add hab_status command for HABv4 M4 bootBreno Lima
2021-04-08imx: hab: Check if IVT header is HABv4Breno Lima
2021-04-08imx: hab: Display All HAB events via hab_status commandUtkarsh Gupta
2021-04-08imx: hab: Enable hab.c to authenticate additional images in open configurationBreno Lima
2021-04-08hab: Change calling to ROM API failsafeYe Li
2021-04-08imx: HAB: Validate IVT before authenticating imageUtkarsh Gupta
2021-04-08imx: HAB: Update hab codes to support ARM64 and i.MX8MPeng Fan
2021-04-08imx: hab: Add function to authenticate kernel imageYe Li
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2019-10-14imx :hab: Add hab version commandSjoerd Simons
2019-07-11configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini
2019-06-27mx6sl: hab: Fix pu_irom_mmu_enabled addressBreno Matheus Lima
2019-01-28imx: hab: Convert non-NULL IVT DCD pointer warning to an errorBreno Matheus Lima
2019-01-01imx: hab: extend hab_auth_img to calculate ivt_offsetParthiban Nallathambi
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-15Merge git://git.denx.de/u-boot-imxTom Rini
2018-04-15imx: hab: Provide hab_auth_img_or_fail commandBryan O'Donoghue
2018-03-13imx: hab: Convert DCD non-NULL error to warningBryan O'Donoghue
2018-02-22arm: imx: hab: Define HAB_RVT_BASE according to the processor versionBreno Lima
2018-02-22imx: hab: Check if CSF contains deprecated commandsUtkarsh Gupta
2018-02-22imx: hab: Check if CSF is valid before authenticating imageUtkarsh Gupta
2018-02-22imx: hab: Ensure the IVT DCD pointer is Null prior to calling HAB authenticat...Utkarsh Gupta
2018-02-22imx: hab: Keep CAAM clock enabled after authenticating additional imagesBreno Lima
2018-01-14arm: imx: hab: Add hab_failsafe console commandBryan O'Donoghue
2018-01-14arm: imx: hab: Implement hab_rvt_failsafeBryan O'Donoghue
2018-01-14arm: imx: hab: Make imx_hab_is_enabled globalBryan O'Donoghue
2018-01-14arm: imx: hab: Make authenticate_image() return zero on open boardsBryan O'Donoghue
2018-01-14arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabledBryan O'Donoghue
2018-01-14arm: imx: hab: Prefix authenticate_image with imx_habBryan O'Donoghue
2018-01-14arm: imx: hab: Make internal functions and data staticBryan O'Donoghue
2018-01-14arm: imx: hab: Print HAB event log only after calling ROMBryan O'Donoghue
2018-01-14arm: imx: hab: Add a hab_rvt_check_target to image authBryan O'Donoghue
2018-01-14arm: imx: hab: Implement hab_rvt_check_targetBryan O'Donoghue
2018-01-14arm: imx: hab: Print additional IVT elements during debugBryan O'Donoghue
2018-01-14arm: imx: hab: Print CSF based on IVT descriptorBryan O'Donoghue
2018-01-14arm: imx: hab: Only call ROM once headers are verifiedBryan O'Donoghue
2018-01-14arm: imx: hab: Verify IVT self matches calculated addressBryan O'Donoghue
2018-01-14arm: imx: hab: Add IVT header verificationBryan O'Donoghue
2018-01-14arm: imx: hab: Fix authenticate_image input parametersBryan O'Donoghue
2018-01-14arm: imx: hab: Move CSF_PAD_SIZE to hab.hBryan O'Donoghue
2018-01-14arm: imx: hab: Move IVT_SIZE to hab.hBryan O'Donoghue
2018-01-14arm: imx: hab: Optimise flow of authenticate_image on hab_entry failBryan O'Donoghue
2018-01-14arm: imx: hab: Optimise flow of authenticate_image on is_enabled failBryan O'Donoghue
2018-01-14arm: imx: hab: Fix authenticate_image result codeBryan O'Donoghue
2018-01-14arm: imx: hab: Make authenticate_image return intBryan O'Donoghue
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic