~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* imx: hab: Fix coverity issue in HAB event decodingYe Li2023-07-13
* imx: hab: Fix a couple of build warnings with DEBUG enabledMarek Vasut2023-06-24
* treewide: Drop image_header_t typedefSimon Glass2022-09-29
* common: Drop display_options.h from common headerSimon Glass2022-08-10
* image: Drop IMAGE_ENABLE_FITSimon Glass2021-10-08
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-02
* imx: hab: Fix build warnings in 32-bit targetsBreno Lima2021-04-08
* mx7ulp: hab: Add hab_status command for HABv4 M4 bootBreno Lima2021-04-08
* imx: hab: Check if IVT header is HABv4Breno Lima2021-04-08
* imx: hab: Display All HAB events via hab_status commandUtkarsh Gupta2021-04-08
* imx: hab: Enable hab.c to authenticate additional images in open configurationBreno Lima2021-04-08
* hab: Change calling to ROM API failsafeYe Li2021-04-08
* imx: HAB: Validate IVT before authenticating imageUtkarsh Gupta2021-04-08
* imx: HAB: Update hab codes to support ARM64 and i.MX8MPeng Fan2021-04-08
* imx: hab: Add function to authenticate kernel imageYe Li2021-04-08
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18
* imx :hab: Add hab version commandSjoerd Simons2019-10-14
* configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini2019-07-11
* mx6sl: hab: Fix pu_irom_mmu_enabled addressBreno Matheus Lima2019-06-27
* imx: hab: Convert non-NULL IVT DCD pointer warning to an errorBreno Matheus Lima2019-01-28
* imx: hab: extend hab_auth_img to calculate ivt_offsetParthiban Nallathambi2019-01-01
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* Merge git://git.denx.de/u-boot-imxTom Rini2018-04-15
|\
| * imx: hab: Provide hab_auth_img_or_fail commandBryan O'Donoghue2018-04-15
* | imx: hab: Convert DCD non-NULL error to warningBryan O'Donoghue2018-03-13
|/
* arm: imx: hab: Define HAB_RVT_BASE according to the processor versionBreno Lima2018-02-22
* imx: hab: Check if CSF contains deprecated commandsUtkarsh Gupta2018-02-22
* imx: hab: Check if CSF is valid before authenticating imageUtkarsh Gupta2018-02-22
* imx: hab: Ensure the IVT DCD pointer is Null prior to calling HAB authenticat...Utkarsh Gupta2018-02-22
* imx: hab: Keep CAAM clock enabled after authenticating additional imagesBreno Lima2018-02-22
* arm: imx: hab: Add hab_failsafe console commandBryan O'Donoghue2018-01-14
* arm: imx: hab: Implement hab_rvt_failsafeBryan O'Donoghue2018-01-14
* arm: imx: hab: Make imx_hab_is_enabled globalBryan O'Donoghue2018-01-14
* arm: imx: hab: Make authenticate_image() return zero on open boardsBryan O'Donoghue2018-01-14
* arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabledBryan O'Donoghue2018-01-14
* arm: imx: hab: Prefix authenticate_image with imx_habBryan O'Donoghue2018-01-14
* arm: imx: hab: Make internal functions and data staticBryan O'Donoghue2018-01-14
* arm: imx: hab: Print HAB event log only after calling ROMBryan O'Donoghue2018-01-14
* arm: imx: hab: Add a hab_rvt_check_target to image authBryan O'Donoghue2018-01-14
* arm: imx: hab: Implement hab_rvt_check_targetBryan O'Donoghue2018-01-14
* arm: imx: hab: Print additional IVT elements during debugBryan O'Donoghue2018-01-14
* arm: imx: hab: Print CSF based on IVT descriptorBryan O'Donoghue2018-01-14
* arm: imx: hab: Only call ROM once headers are verifiedBryan O'Donoghue2018-01-14
* arm: imx: hab: Verify IVT self matches calculated addressBryan O'Donoghue2018-01-14
* arm: imx: hab: Add IVT header verificationBryan O'Donoghue2018-01-14
* arm: imx: hab: Fix authenticate_image input parametersBryan O'Donoghue2018-01-14
* arm: imx: hab: Move CSF_PAD_SIZE to hab.hBryan O'Donoghue2018-01-14
* arm: imx: hab: Move IVT_SIZE to hab.hBryan O'Donoghue2018-01-14
* arm: imx: hab: Optimise flow of authenticate_image on hab_entry failBryan O'Donoghue2018-01-14
* arm: imx: hab: Optimise flow of authenticate_image on is_enabled failBryan O'Donoghue2018-01-14