aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/hab.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06arm: imx: Remove <common.h> and add needed includesTom Rini
2023-09-23imx: hab: Explain that ivt_offset is optionalFabio Estevam
2023-09-23imx: hab: Improve the hab_auth_img_or_fail usage textFabio Estevam
2023-09-23imx: hab: Allow hab_auth_img_or_fail to be called without ivt_offsetEduard Strehlau
2023-07-13imx: hab: Fix coverity issue in HAB event decodingYe Li
2023-06-24imx: hab: Fix a couple of build warnings with DEBUG enabledMarek Vasut
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-08-10common: Drop display_options.h from common headerSimon Glass
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