index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-imx
/
hab.c
Age
Commit message (
Expand
)
Author
2025-06-13
arm: imx: remove unnecessary volatile qualifiers from "save gd" variables
Rasmus Villemoes
2024-11-09
imx: hab: Make imx_hab_is_enabled dependent on FIELD_RETURN
Paul Geurts
2024-11-09
imx: hab: rename imx_sec_config_fuse_t to imx_fuse
Paul Geurts
2024-10-11
arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
arm: imx: Remove <common.h> and add needed includes
Tom Rini
2023-09-23
imx: hab: Explain that ivt_offset is optional
Fabio Estevam
2023-09-23
imx: hab: Improve the hab_auth_img_or_fail usage text
Fabio Estevam
2023-09-23
imx: hab: Allow hab_auth_img_or_fail to be called without ivt_offset
Eduard Strehlau
2023-07-13
imx: hab: Fix coverity issue in HAB event decoding
Ye Li
2023-06-24
imx: hab: Fix a couple of build warnings with DEBUG enabled
Marek Vasut
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
2022-08-10
common: Drop display_options.h from common header
Simon Glass
2021-10-08
image: Drop IMAGE_ENABLE_FIT
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-04-08
imx: hab: Fix build warnings in 32-bit targets
Breno Lima
2021-04-08
mx7ulp: hab: Add hab_status command for HABv4 M4 boot
Breno Lima
2021-04-08
imx: hab: Check if IVT header is HABv4
Breno Lima
2021-04-08
imx: hab: Display All HAB events via hab_status command
Utkarsh Gupta
2021-04-08
imx: hab: Enable hab.c to authenticate additional images in open configuration
Breno Lima
2021-04-08
hab: Change calling to ROM API failsafe
Ye Li
2021-04-08
imx: HAB: Validate IVT before authenticating image
Utkarsh Gupta
2021-04-08
imx: HAB: Update hab codes to support ARM64 and i.MX8M
Peng Fan
2021-04-08
imx: hab: Add function to authenticate kernel image
Ye Li
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2019-10-14
imx :hab: Add hab version command
Sjoerd Simons
2019-07-11
configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT
Tom Rini
2019-06-27
mx6sl: hab: Fix pu_irom_mmu_enabled address
Breno Matheus Lima
2019-01-28
imx: hab: Convert non-NULL IVT DCD pointer warning to an error
Breno Matheus Lima
2019-01-01
imx: hab: extend hab_auth_img to calculate ivt_offset
Parthiban Nallathambi
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-15
Merge git://git.denx.de/u-boot-imx
Tom Rini
2018-04-15
imx: hab: Provide hab_auth_img_or_fail command
Bryan O'Donoghue
2018-03-13
imx: hab: Convert DCD non-NULL error to warning
Bryan O'Donoghue
2018-02-22
arm: imx: hab: Define HAB_RVT_BASE according to the processor version
Breno Lima
2018-02-22
imx: hab: Check if CSF contains deprecated commands
Utkarsh Gupta
2018-02-22
imx: hab: Check if CSF is valid before authenticating image
Utkarsh Gupta
2018-02-22
imx: hab: Ensure the IVT DCD pointer is Null prior to calling HAB authenticat...
Utkarsh Gupta
2018-02-22
imx: hab: Keep CAAM clock enabled after authenticating additional images
Breno Lima
2018-01-14
arm: imx: hab: Add hab_failsafe console command
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Implement hab_rvt_failsafe
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Make imx_hab_is_enabled global
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Make authenticate_image() return zero on open boards
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabled
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Prefix authenticate_image with imx_hab
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Make internal functions and data static
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Print HAB event log only after calling ROM
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Add a hab_rvt_check_target to image auth
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Implement hab_rvt_check_target
Bryan O'Donoghue
[next]