- afb89cb refactor(allwinner): use fdt_node_is_enabled() in AXP driver by Andre Przywara · Fri Feb 03 11:00:26 2023 +0000
- 701eb14 Merge changes from topic "fix_misra_partition_mmc" into integration by Madhukar Pappireddy · Tue Jan 24 17:29:28 2023 +0100
- 84def0c Merge changes from topic "fix_sparse_warnings" into integration by Madhukar Pappireddy · Fri Jan 20 18:20:59 2023 +0100
- 908b767 Merge changes from topic "deprecate_io_drivers" into integration by Manish Pandey · Mon Jan 16 16:45:37 2023 +0100
- 0d5ca3d fix(console): correct scopes for console symbols by Yann Gautier · Fri Dec 09 14:30:55 2022 +0100
- bb7ffdf fix(auth): use NULL instead of 0 for pointer check by Yann Gautier · Fri Jan 06 11:47:26 2023 +0100
- 0cfeac0 fix(io): compare function pointers with NULL by Yann Gautier · Fri Dec 09 14:35:05 2022 +0100
- 6cb3ef2 fix(auth): properly validate X.509 extensions by Demi Marie Obenour · Fri Dec 09 17:19:08 2022 -0500
- 745f6f5 fix(auth): avoid out-of-bounds read in auth_nvctr() by Demi Marie Obenour · Fri Dec 09 18:21:47 2022 -0500
- 04fecd2 Merge changes from topic "bk/warnings" into integration by Manish Pandey · Tue Jan 10 11:56:42 2023 +0100
- 4912303 Merge "refactor(auth): avoid parsing signature algorithm twice" into integration by Sandrine Bailleux · Wed Jan 04 10:16:10 2023 +0100
- 0587d9c refactor(auth): do not include SEQUENCE tag in saved extensions by Demi Marie Obenour · Thu Dec 08 15:24:36 2022 -0500
- bfff4d9 fix(auth): reject junk after certificates by Demi Marie Obenour · Thu Dec 08 15:24:31 2022 -0500
- 4d1610b fix(auth): require bit strings to have no unused bits by Demi Marie Obenour · Thu Dec 08 15:24:27 2022 -0500
- 916eebe Merge changes Ia748b6ae,Id8a48e14,Id25ab231,Ie26eed8a,Idf48f716, ... into integration by Sandrine Bailleux · Tue Jan 03 17:48:09 2023 +0100
- e2a1eef Merge changes from topic "st_fix_sparse_warnings" into integration by Manish Pandey · Tue Jan 03 14:27:07 2023 +0100
- 139b84c refactor(auth): avoid parsing signature algorithm twice by Demi Marie Obenour · Thu Dec 08 15:24:23 2022 -0500
- b1342a2 refactor(auth): partially validate SubjectPublicKeyInfo early by Demi Marie Obenour · Thu Dec 08 15:24:18 2022 -0500
- 447adc0 fix(auth): reject padding after BIT STRING in signatures by Demi Marie Obenour · Thu Dec 08 15:24:10 2022 -0500
- ae26664 fix(auth): reject invalid padding in digests by Demi Marie Obenour · Thu Dec 08 15:24:01 2022 -0500
- 47a8055 fix(auth): require at least one extension to be present by Demi Marie Obenour · Thu Dec 08 15:23:58 2022 -0500
- fa07d04 fix(auth): forbid junk after extensions by Demi Marie Obenour · Thu Dec 08 15:23:56 2022 -0500
- 83737b7 fix(auth): only accept v3 X.509 certificates by Demi Marie Obenour · Thu Dec 08 15:23:50 2022 -0500
- fdc28cf Merge "fix(gic): wrap cache enabled assert under plat_can_cmo" into integration by Manish Pandey · Mon Dec 19 11:44:45 2022 +0100
- 8057aa6 refactor(st): remove unused io_mmc driver by Yann Gautier · Tue Nov 22 11:44:20 2022 +0100
- b579eb7 Merge changes I2b23e7c8,I779587af,Ic46de7a4,If753e987,I00171b05, ... into integration by Madhukar Pappireddy · Thu Dec 15 16:38:07 2022 +0100
- 55f3eb4 fix(st-crypto): remove platdata functions by Yann Gautier · Tue Dec 13 10:51:56 2022 +0100
- a037d97 fix(gic): wrap cache enabled assert under plat_can_cmo by Channagoud kadabi · Tue Nov 29 16:03:47 2022 -0800
- fca59e0 fix(st-gpio): define shift as uint32_t by Yann Gautier · Fri Nov 25 10:56:25 2022 +0100
- ad631cc fix(st-sdmmc): check transfer size before filling register by Yann Gautier · Mon Nov 21 13:36:53 2022 +0100
- ac8999d fix(st-clock): avoid arithmetics on pointers by Yann Gautier · Fri Nov 25 14:34:52 2022 +0100
- 8e59db2 fix(st-clock): give the size for parent_mp13 and dividers_mp13 tables by Yann Gautier · Fri Nov 25 11:37:00 2022 +0100
- 21d117a fix(st-clock): remove useless switch by Yann Gautier · Fri Nov 25 10:42:52 2022 +0100
- 51dad68 fix(st-clock): use Boolean type for tests by Yann Gautier · Mon Nov 28 14:56:58 2022 +0100
- e8f67d3 fix(st-regulator): use Boolean type for tests by Yann Gautier · Mon Nov 28 14:57:06 2022 +0100
- 045d808 fix(st-regulator): enclose macro parameters in parentheses by Yann Gautier · Fri Nov 25 16:25:46 2022 +0100
- 3086df8 fix(st-regulator): rework for_each_*rdev macros by Yann Gautier · Fri Nov 25 15:29:38 2022 +0100
- 909c708 fix(st-regulator): explicitly check operators precedence by Yann Gautier · Mon Nov 28 14:55:14 2022 +0100
- f64eae0 fix(st-pmic): define pmic_regs table size by Yann Gautier · Thu Nov 24 18:17:02 2022 +0100
- 4737ed6 fix(st-pmic): enclose macro parameter in parentheses by Yann Gautier · Thu Nov 24 18:14:26 2022 +0100
- b7c4c02 fix(mmc): align part config type by Yann Gautier · Mon Jun 20 18:03:08 2022 +0200
- 258904f fix(mmc): do not modify r_data in mmc_send_cmd() by Yann Gautier · Mon Nov 21 11:38:50 2022 +0100
- 7693fdf fix(mmc): explicitly check operators precedence by Yann Gautier · Fri Nov 18 15:02:35 2022 +0100
- 21d2f5e fix(partition): add missing curly braces by Yann Gautier · Tue Jun 21 14:34:00 2022 +0200
- 0f391cb Merge changes Ida9abfd5,Iec447d97 into integration by Sandrine Bailleux · Wed Dec 07 13:51:57 2022 +0100
- 2d7e390 fix(nxp-ddr): add checking return value by Maninder Singh · Mon Oct 17 03:54:16 2022 -0700
- 7a93f9e fix(rss): do not consider MHU_ERR_ALREADY_INIT as error by David Vincze · Thu Dec 01 15:10:34 2022 +0100
- 64dd2b8 fix(st-usb): replace redundant checks with asserts by Boyan Karatotev · Tue Nov 22 14:09:36 2022 +0000
- d8705c4 fix(brcm): add braces around bodies of conditionals by Boyan Karatotev · Tue Nov 22 14:05:18 2022 +0000
- 7a4db8b fix(renesas): align incompatible function pointers by Boyan Karatotev · Tue Nov 22 12:24:10 2022 +0000
- 05e9d4d fix: remove old-style declarations by Boyan Karatotev · Tue Nov 22 14:31:41 2022 +0000
- 8726600 fix: unify fallthrough annotations by Boyan Karatotev · Fri Nov 18 14:17:17 2022 +0000
- 1a415f2 build: enable adding MbedTLS files for platform by Mate Toth-Pal · Sat Nov 05 21:20:10 2022 +0100
- 91374fb fix(nxp-ddr): fix coverity issue by Jiafei Pan · Fri Sep 02 11:07:15 2022 +0800
- 1cf137d fix(nxp-ddr): fix underrun coverity issue by Pankaj Gupta · Tue Aug 16 13:48:34 2022 +0530
- eabf539 fix(nxp-drivers): fix sd secure boot failure by Pankaj Gupta · Sun Jun 26 16:31:10 2022 +0530
- 489bd22 fix(nxp-crypto): fix secure boot assert inclusion by Pankaj Gupta · Wed May 18 20:48:45 2022 +0530
- bf9b0f3 fix(nxp-crypto): fix coverity issue by Pankaj Gupta · Tue May 17 22:37:16 2022 +0530
- b27cc46 fix(nxp-drivers): fix fspi coverity issue by Jiafei Pan · Fri May 13 09:42:58 2022 +0800
- ad44e8b refactor(measured-boot): accept metadata as a function's argument by Manish V Badarkhe · Fri Nov 18 18:30:08 2022 +0000
- 012cfaf fix(nxp-drivers): fix tzc380 memory regions config by Jiafei Pan · Wed Apr 27 16:11:31 2022 +0800
- 8666b3c fix(nxp-ddr): apply Max CDD values for warm boot by Maninder Singh · Mon Jan 31 02:16:10 2022 -0700
- 2174f32 fix(nxp-ddr): use CDDWW for write to read delay by Maninder Singh · Sun Feb 20 20:51:43 2022 -0700
- 5d2eb55 refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · Mon Nov 14 14:14:48 2022 +0100
- 627586a refactor(stm32mp1): remove authentication using STM32 image mode by Lionel Debieve · Wed Oct 05 16:22:07 2022 +0200
- 2d817a3 fix(auth): correct sign-compare warning by Nicolas Toromanoff · Wed Dec 23 16:01:25 2020 +0100
- 7f95ac8 feat(auth): allow to verify PublicKey with platform format PK by Nicolas Toromanoff · Mon Nov 09 12:14:52 2020 +0100
- b2cbf85 feat(st-crypto): remove BL32 HASH driver usage by Lionel Debieve · Tue Oct 04 14:28:57 2022 +0200
- f08879f feat(st-crypto): add STM32 RNG driver by Yann Gautier · Thu Apr 18 14:47:35 2019 +0200
- da968b1 feat(st-crypto): add AES decrypt/auth by SAES IP by Nicolas Toromanoff · Fri Sep 18 09:19:11 2020 +0200
- db13fac feat(st-crypto): add ECDSA signature check with PKA by Nicolas Toromanoff · Wed Sep 30 17:36:45 2020 +0200
- 5d3ade0 feat(st-crypto): update HASH for new hardware version used in STM32MP13 by Nicolas Toromanoff · Tue Dec 22 13:54:51 2020 +0100
- ed6c341 build: warn about RSS driver experimental status by Sandrine Bailleux · Tue Nov 08 15:04:36 2022 +0100
- 0426f4d Merge "fix(gicv3/multichip): fix overflow caused by left shift" into integration by Manish V Badarkhe · Wed Oct 26 09:45:24 2022 +0200
- 8244f30 Merge "feat(ethos-n)!: add support for SMMU streams" into integration by Joanna Farley · Thu Oct 20 11:04:48 2022 +0200
- 8280165 Merge "fix(ufs): retry commands on unit attention" into integration by Madhukar Pappireddy · Wed Oct 12 15:56:24 2022 +0200
- b47475a fix(gicv3/multichip): fix overflow caused by left shift by Vijayenthiran Subramaniam · Thu Sep 29 15:33:50 2022 +0530
- e2041c1 fix(rss): determine the size of sw_type in RSS mboot metadata by Tamas Ban · Mon Oct 03 13:19:55 2022 +0200
- a7dcfda fix(rss): clear the message buffer by Tamas Ban · Fri Sep 16 13:42:29 2022 +0200
- ff0aa68 fix(rss): remove dependency on attestation header by Tamas Ban · Thu Sep 08 17:04:49 2022 +0200
- 9cc8714 fix(rss): rename AP-RSS message size macro by Tamas Ban · Wed Oct 05 11:56:04 2022 +0200
- 5f1d62a fix(rss): reduce input validation for measured boot by Tamas Ban · Mon Oct 03 17:29:45 2022 +0200
- 5a9eaa7 refactor(measured-boot): split out a few Event Log driver functions by Manish V Badarkhe · Wed Jun 15 15:06:43 2022 +0100
- c9fdaf6 refactor(crypto): change CRYPTO_SUPPORT flag to numeric by Manish V Badarkhe · Mon Jun 20 15:32:38 2022 +0100
- c816807 feat(mbedtls): update mbedTLS driver for DRTM support by Manish V Badarkhe · Fri Feb 25 09:11:12 2022 +0000
- 0bf2407 feat(crypto): update crypto module for DRTM support by Manish V Badarkhe · Fri Feb 25 08:29:35 2022 +0000
- cebb1f2 Merge "fix(rss): fix build issues with comms protocol" into integration by Sandrine Bailleux · Wed Oct 05 14:44:05 2022 +0200
- d1bbcbe fix(rss): fix build issues with comms protocol by Tamas Ban · Mon Oct 03 15:34:02 2022 +0200
- 3288b46 feat(ethos-n)!: add support for SMMU streams by Mikael Olsson · Mon Aug 15 17:12:58 2022 +0200
- 63f7586 refactor(console): move putchar() to console driver by Claus Pedersen · Mon Sep 12 23:47:10 2022 +0000
- 9ca6279 build(rss): introduce rss_comms.mk makefile by Sandrine Bailleux · Wed Aug 31 13:53:10 2022 +0200
- 4f79f42 Merge changes from topic "st_uart_updates" into integration by Manish Pandey · Mon Oct 03 11:58:07 2022 +0200
- ae9e92b fix(ufs): retry commands on unit attention by Anand Saminathan · Wed Sep 28 02:37:28 2022 +0000
- 734aaac feat(rss): add new comms protocols by Raef Coles · Wed Jun 15 14:37:22 2022 +0100
- 61f74bb feat(st-uart): manage STM32MP_RECONFIGURE_CONSOLE by Yann Gautier · Tue Sep 13 13:55:43 2022 +0200
- 9d4a07d feat(st-uart): add initialization with the device tree by Patrick Delaunay · Thu Apr 14 11:19:03 2022 +0200
- 98e028c refactor(stm32mp1): move DT_UART_COMPAT in include file by Patrick Delaunay · Thu Apr 14 11:15:43 2022 +0200
- 98b4fb8 refactor(st-uart): compute the over sampling dynamically by Patrick Delaunay · Wed Mar 02 15:29:08 2022 +0100
- 785e66c refactor(libc): clean up dependencies in libc by Claus Pedersen · Mon Sep 12 22:42:58 2022 +0000
- 0ae8ff6 Merge changes from topic "provencore-spd" into integration by Joanna Farley · Fri Sep 16 10:52:37 2022 +0200