Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
5745b4b0549414c334dff712a798f8ecb4a4780a
/
arch
/
arm
/
mach-imx
/
hab.c
76cda33
imx: hab: Explain that ivt_offset is optional
by Fabio Estevam
· Wed Sep 06 22:47:27 2023 -0300
7014d9d
imx: hab: Improve the hab_auth_img_or_fail usage text
by Fabio Estevam
· Wed Sep 06 22:47:26 2023 -0300
3552d66
imx: hab: Allow hab_auth_img_or_fail to be called without ivt_offset
by Eduard Strehlau
· Wed Sep 06 22:47:25 2023 -0300
236ef9d
imx: hab: Fix coverity issue in HAB event decoding
by Ye Li
· Thu Jun 15 18:09:15 2023 +0800
18eceae
imx: hab: Fix a couple of build warnings with DEBUG enabled
by Marek Vasut
· Mon May 29 01:29:20 2023 +0200
bb7d3bb
treewide: Drop image_header_t typedef
by Simon Glass
· Tue Sep 06 20:26:52 2022 -0600
1ab1692
common: Drop display_options.h from common header
by Simon Glass
· Sun Jul 31 12:28:48 2022 -0600
e719d3b
image: Drop IMAGE_ENABLE_FIT
by Simon Glass
· Sat Sep 25 19:43:20 2021 -0600
3ff49ec
global: Convert simple_strtoul() with hex to hextoul()
by Simon Glass
· Sat Jul 24 09:03:29 2021 -0600
9807f55
imx: hab: Fix build warnings in 32-bit targets
by Breno Lima
· Thu Mar 25 17:30:14 2021 +0800
3adb6f0
mx7ulp: hab: Add hab_status command for HABv4 M4 boot
by Breno Lima
· Thu Mar 25 17:30:13 2021 +0800
d03a4d3
imx: hab: Check if IVT header is HABv4
by Breno Lima
· Thu Mar 25 17:30:12 2021 +0800
1115bed
imx: hab: Display All HAB events via hab_status command
by Utkarsh Gupta
· Thu Mar 25 17:30:11 2021 +0800
5deb930
imx: hab: Enable hab.c to authenticate additional images in open configuration
by Breno Lima
· Thu Mar 25 17:30:10 2021 +0800
2369bfb
hab: Change calling to ROM API failsafe
by Ye Li
· Thu Mar 25 17:30:09 2021 +0800
aac4ab5
imx: HAB: Validate IVT before authenticating image
by Utkarsh Gupta
· Thu Mar 25 17:30:08 2021 +0800
4f3cf8f
imx: HAB: Update hab codes to support ARM64 and i.MX8M
by Peng Fan
· Thu Mar 25 17:30:07 2021 +0800
f66fd7b
imx: hab: Add function to authenticate kernel image
by Ye Li
· Thu Mar 25 17:30:06 2021 +0800
ed38aef
command: Remove the cmd_tbl_t typedef
by Simon Glass
· Sun May 10 11:40:03 2020 -0600
27f3fae
imx :hab: Add hab version command
by Sjoerd Simons
· Tue Jun 18 23:08:59 2019 +0200
c220bd9
configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT
by Tom Rini
· Thu May 23 07:14:07 2019 -0400
25d9348
mx6sl: hab: Fix pu_irom_mmu_enabled address
by Breno Matheus Lima
· Tue May 07 20:19:17 2019 +0000
2c181e3
imx: hab: Convert non-NULL IVT DCD pointer warning to an error
by Breno Matheus Lima
· Fri Dec 07 22:31:49 2018 +0000
2c88aa6
imx: hab: extend hab_auth_img to calculate ivt_offset
by Parthiban Nallathambi
· Wed Nov 21 14:50:40 2018 +0100
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
a2bdec7
Merge git://git.denx.de/u-boot-imx
by Tom Rini
· Sun Apr 15 08:43:50 2018 -0400
933092f
imx: hab: Provide hab_auth_img_or_fail command
by Bryan O'Donoghue
· Mon Mar 26 15:36:46 2018 +0100
22e5277
imx: hab: Convert DCD non-NULL error to warning
by Bryan O'Donoghue
· Fri Mar 09 13:07:21 2018 +0000
f4a7224
arm: imx: hab: Define HAB_RVT_BASE according to the processor version
by Breno Lima
· Tue Feb 20 01:19:26 2018 +0000
09af35c
imx: hab: Check if CSF contains deprecated commands
by Utkarsh Gupta
· Tue Feb 20 01:19:25 2018 +0000
2b1f414
imx: hab: Check if CSF is valid before authenticating image
by Utkarsh Gupta
· Tue Feb 20 01:19:24 2018 +0000
f79f75e
imx: hab: Ensure the IVT DCD pointer is Null prior to calling HAB authenticate function.
by Utkarsh Gupta
· Tue Feb 20 01:19:23 2018 +0000
52d389c
imx: hab: Keep CAAM clock enabled after authenticating additional images
by Breno Lima
· Tue Feb 20 01:19:22 2018 +0000
faa1502
arm: imx: hab: Add hab_failsafe console command
by Bryan O'Donoghue
· Fri Jan 12 12:40:19 2018 +0000
740921e
arm: imx: hab: Implement hab_rvt_failsafe
by Bryan O'Donoghue
· Fri Jan 12 12:40:18 2018 +0000
47b3f34
arm: imx: hab: Make imx_hab_is_enabled global
by Bryan O'Donoghue
· Fri Jan 12 12:40:16 2018 +0000
dbad3ad
arm: imx: hab: Make authenticate_image() return zero on open boards
by Bryan O'Donoghue
· Fri Jan 12 12:40:15 2018 +0000
899cab0
arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabled
by Bryan O'Donoghue
· Fri Jan 12 12:40:14 2018 +0000
1efba6a
arm: imx: hab: Prefix authenticate_image with imx_hab
by Bryan O'Donoghue
· Fri Jan 12 12:40:13 2018 +0000
e92a5f9
arm: imx: hab: Make internal functions and data static
by Bryan O'Donoghue
· Fri Jan 12 12:40:12 2018 +0000
3bf65de
arm: imx: hab: Print HAB event log only after calling ROM
by Bryan O'Donoghue
· Fri Jan 12 12:40:11 2018 +0000
1351325
arm: imx: hab: Add a hab_rvt_check_target to image auth
by Bryan O'Donoghue
· Fri Jan 12 12:40:10 2018 +0000
a261088
arm: imx: hab: Implement hab_rvt_check_target
by Bryan O'Donoghue
· Fri Jan 12 12:40:09 2018 +0000
eb03150
arm: imx: hab: Print additional IVT elements during debug
by Bryan O'Donoghue
· Fri Jan 12 12:40:07 2018 +0000
6c906ff
arm: imx: hab: Print CSF based on IVT descriptor
by Bryan O'Donoghue
· Fri Jan 12 12:40:06 2018 +0000
d525a28
arm: imx: hab: Only call ROM once headers are verified
by Bryan O'Donoghue
· Fri Jan 12 12:40:05 2018 +0000
85fe7b1
arm: imx: hab: Verify IVT self matches calculated address
by Bryan O'Donoghue
· Fri Jan 12 12:40:04 2018 +0000
5ee19b3
arm: imx: hab: Add IVT header verification
by Bryan O'Donoghue
· Fri Jan 12 12:40:03 2018 +0000
8891996
arm: imx: hab: Fix authenticate_image input parameters
by Bryan O'Donoghue
· Fri Jan 12 12:40:01 2018 +0000
73f9a72
arm: imx: hab: Move CSF_PAD_SIZE to hab.h
by Bryan O'Donoghue
· Fri Jan 12 12:40:00 2018 +0000
f6bbd37
arm: imx: hab: Move IVT_SIZE to hab.h
by Bryan O'Donoghue
· Fri Jan 12 12:39:59 2018 +0000
b8dd7a6
arm: imx: hab: Optimise flow of authenticate_image on hab_entry fail
by Bryan O'Donoghue
· Fri Jan 12 12:39:58 2018 +0000
19369c7
arm: imx: hab: Optimise flow of authenticate_image on is_enabled fail
by Bryan O'Donoghue
· Fri Jan 12 12:39:57 2018 +0000
79987a1
arm: imx: hab: Fix authenticate_image result code
by Bryan O'Donoghue
· Fri Jan 12 12:39:56 2018 +0000
fbbbb2f
arm: imx: hab: Make authenticate_image return int
by Bryan O'Donoghue
· Fri Jan 12 12:39:55 2018 +0000
33731bc
imx: reorganize IMX code as other SOCs
by Stefano Babic
· Thu Jun 29 10:16:06 2017 +0200
[Renamed (99%) from arch/arm/imx-common/hab.c]
a26ba6d
mx7ulp: Add HAB boot support
by Peng Fan
· Wed Feb 22 16:21:53 2017 +0800
eba5e33
arm: imx: add HAB authentication of image to SPL boot
by Sven Ebenfeld
· Sun Nov 06 16:37:55 2016 +0100
8c0c086
imx-common: hab: support i.MX6DQPlus
by Peng Fan
· Mon May 23 18:35:59 2016 +0800
dc47b2b
imx-common: use simpler runtime cpu dection macros
by Peng Fan
· Mon May 23 18:35:56 2016 +0800
93bfc2f
imx-common: hab: support i.MX6SOLO
by Peng Fan
· Mon May 23 18:35:55 2016 +0800
00a0b56
imx: hab: add mx7 secure boot support
by Adrian Alonso
· Mon Oct 12 13:48:15 2015 -0500
1f3029f
imx: hab: use read_fuse for secure boot settings
by Adrian Alonso
· Mon Oct 12 13:48:14 2015 -0500
c97e476
imx: hab: rework secure boot support for imx6
by Adrian Alonso
· Mon Oct 12 13:48:08 2015 -0500
[Renamed (99%) from arch/arm/cpu/armv7/mx6/hab.c]
b5f46f7
imx: mx6: hab : Remove the cache issue workaroud in hab for i.MX6QP
by Ye.Li
· Sat Jul 11 11:38:44 2015 +0800
8df2acd
iMX: adding parsing to hab_status command
by Ulises Cardenas
· Thu Jul 02 21:26:30 2015 -0500
b1ce701
imx: Support i.MX6 High Assurance Boot authentication
by Nitin Garg
· Tue Sep 16 13:33:25 2014 -0500
1440442
imx: correct HAB status for new chip TO
by Stefano Babic
· Tue Jun 10 10:26:22 2014 +0200
83fd858
imx: add status reporting for HAB status
by Stefano Babic
· Fri Jun 28 00:20:21 2013 +0200