summaryrefslogtreecommitdiffstats
path: root/drivers/hab
Commit message (Expand)AuthorAgeFilesLines
* hab: implement i.MX9 supportSascha Hauer2024-02-161-0/+101
* hab: pass flags to lockdown_device()Sascha Hauer2024-02-161-5/+5
* hab: cleanup hab status printing during bootSascha Hauer2024-02-164-38/+41
* hab: drop i.MX35Sascha Hauer2024-02-161-1/+1
* hab: drop incomplete i.MX28 supportSascha Hauer2024-02-161-23/+0
* habv4: convert comments to common coding styleMarc Kleine-Budde2024-02-131-6/+10
* Merge branch 'for-next/imx'Sascha Hauer2024-01-231-30/+72
|\
| * habv4: use hab rom implementation of report_eventStefan Kerkmann2024-01-171-10/+38
| * habv4: correct habv4 rom vector tableStefan Kerkmann2024-01-161-20/+34
* | hab: habv4: warn if more than 10 HAB events are foundAhmad Fatoum2024-01-111-0/+5
* | hab: habv4: use explicitly unsigned types for pointers into SRAMAhmad Fatoum2024-01-111-2/+2
* | habv4: Fix parsing of unresonable events.Christian Melki2024-01-111-2/+13
|/
* Merge branch 'for-next/regmap'Sascha Hauer2023-10-271-1/+1
|\
| * treewide: switch regmap.h include to linux/regmap.hAhmad Fatoum2023-10-261-1/+1
* | i.MX: HABv4: retrieve HAB ROM version for i.MX8MRouven Czerwinski2023-10-181-0/+12
* | i.MX: HABv4: extend support to i.MX8M SoCsRouven Czerwinski2023-10-182-9/+23
* | i.MX: HAB: remove unused init() hookMarco Felsch2023-10-181-14/+4
* | i.MX: HABv4: fix i.MX8MQ device lockdownRouven Czerwinski2023-10-181-7/+40
* | i.MX: HABv4: fix event status comparisonRouven Czerwinski2023-10-181-1/+1
|/
* hab: habv4: export function to query HAB stateAhmad Fatoum2023-07-281-16/+13
* HAB: guard against NULL imx_hab_ops in imx_hab_device_locked_down()Ahmad Fatoum2023-07-281-0/+3
* drivers: hab: work-around GCC -Wmaybe-uninitialized false-positiveAhmad Fatoum2023-07-261-1/+1
* i.MX: HABv4: fix left-over old arch_remap_range prototype useAhmad Fatoum2023-05-261-1/+1
* treewide: use remap_range instead of arch_remap_rangeAhmad Fatoum2023-05-231-1/+1
* ARM: i.MX: Drop HAB workaroundSascha Hauer2023-05-221-1/+9
* i.MX: HABv4: Hide NULL pointers from optimizerSascha Hauer2023-05-161-0/+3
* treewide: fix includes missed by multiarch supportAhmad Fatoum2023-04-111-1/+1
* ARM: i.MX: Move mach header files to include/mach/imxSascha Hauer2023-03-063-7/+7
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-223-3/+3
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-014-29/+4
* habv4: habv4_get_status(): do not print HAB error event in case of known RNG ...Marc Kleine-Budde2021-07-181-2/+1
* i.MX: HABv4: Improve HAB event printingSascha Hauer2020-11-241-24/+31
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* HAB: i.MX8M: rename imx8_* functions to imx8m_*Sascha Hauer2020-02-191-6/+6
* Merge branch 'for-next/imx8-hab'Sascha Hauer2019-08-152-14/+122
|\
| * i.MX: HABv4: implement interface for i.MX8MQRouven Czerwinski2019-08-072-1/+117
| * i.MX: HABv4: ignore return for i.MX28/6 initcallsRouven Czerwinski2019-08-071-13/+5
* | crypto: caam - Always do rng selftestSascha Hauer2019-08-061-13/+0
|/
* Merge branch 'for-next/imx'Sascha Hauer2019-07-121-1/+1
|\
| * i.MX: HABv4: use min_t instead of minRouven Czerwinski2019-06-261-1/+1
* | i.MX: HABv4: Reset index variable after error typeRouven Czerwinski2019-06-271-0/+2
|/
* hab/caam: Fix compilation of caam driver when hab is disabledSascha Hauer2019-04-111-2/+7
* i.MX habv3: add missing includes and make locally used function staticMichael Olbrich2019-03-041-1/+3
* i.MX: HABv4: always print HAB status at boot timeRoland Hieber2018-12-052-0/+50
* drivers: caam: add RNG software self-testRoland Hieber2018-12-051-3/+44
* Merge branch 'for-next/imx-hab'Sascha Hauer2018-09-111-12/+235
|\
| * i.MX habv4: habv4_display_event_record(): Add function to decode event recordMarc Kleine-Budde2018-08-291-0/+211
| * i.MX habv4: habv4_get_status(): display warning events, tooMarc Kleine-Budde2018-08-291-2/+14
| * i.MX habv4: convert habv4_get_status() and habv4_display_event() from printf ...Marc Kleine-Budde2018-08-291-9/+9
| * i.MX habv4: properly indent defines and enumsMarc Kleine-Budde2018-08-291-2/+2