- 72e0369 refactor(measured boot): make measurement strings compliant with SBSG by Manish V Badarkhe · Wed Sep 08 20:04:24 2021 +0100
- 4edf4bd feat(plat/fvp): pass Event Log addr and size from BL1 to BL2 by Manish V Badarkhe · Wed Aug 11 10:45:03 2021 +0100
- a74d963 feat(measured_boot): image hash measurement and recording in BL1 by Manish V Badarkhe · Tue Sep 14 23:12:42 2021 +0100
- 7ca9d65 refactor(measured boot): remove platform calls from Event Log driver by Manish V Badarkhe · Tue Sep 14 22:41:46 2021 +0100
- 3ff0f79 refactor(measured_boot): remove passing of BL2 hash via device tree by Manish V Badarkhe · Tue Aug 10 20:51:55 2021 +0100
- 898c099 refactor(measured boot): move BL2 measurement to platform layer by Sandrine Bailleux · Thu Jun 17 16:10:40 2021 +0200
- 57b669f refactor(measured boot): move image measurement to generic layer by Manish V Badarkhe · Mon Sep 20 09:06:02 2021 +0100
- 3c2db6f build(measured boot): rename measured boot makefile by Sandrine Bailleux · Wed Jul 07 14:47:08 2021 +0200
- 5797b80 feat(measured boot): move init and teardown functions to platform layer by Manish V Badarkhe · Fri Aug 06 09:26:20 2021 +0100
- 4e9af17 refactor(measured boot): rename tpm_record_measurement() by Sandrine Bailleux · Thu Jul 01 14:13:09 2021 +0200
- 88fb9af Merge "feat(fvp_r): configure system registers to boot rich OS" into integration by Joanna Farley · Thu Oct 07 18:14:43 2021 +0200
- 613b1c3 Merge changes from topic "za/feat_rme" into integration by Soby Mathew · Wed Oct 06 19:44:28 2021 +0200
- 5693afe feat(fvp_r): configure system registers to boot rich OS by Manish Pandey · Wed Oct 06 17:28:09 2021 +0100
- ffc59cd fix(include/drivers/flexspi): fix warm boot wait time for MT35XU512A by Pankaj Gupta · Wed Oct 06 14:47:27 2021 +0530
- c42fe4b Merge "refactor(measured boot): remove unused extern" into integration by Sandrine Bailleux · Wed Oct 06 09:41:00 2021 +0200
- 9d13402 refactor(gpt): productize and refactor GPT library by johpow01 · Wed Jun 16 17:57:28 2021 -0500
- e1d157a Merge "fix(errata): workaround for Cortex-A710 erratum 2058056" into integration by Madhukar Pappireddy · Tue Oct 05 23:17:19 2021 +0200
- 2f9681a Merge changes from topic "ethosn-multi-device" into integration by Madhukar Pappireddy · Tue Oct 05 22:15:40 2021 +0200
- f29db71 Merge changes If7dec725,Iedcb84a7,Ife0a4bec into integration by Madhukar Pappireddy · Tue Oct 05 21:02:00 2021 +0200
- 5085abd feat(plat/arm): add GPT initialization code for Arm platforms by Zelalem Aweke · Tue Jul 13 17:19:54 2021 -0500
- c43c563 feat(plat/fvp): add memory map for FVP platform for FEAT_RME by Zelalem Aweke · Mon Jul 12 23:41:05 2021 -0500
- 65e9263 refactor(plat/arm): modify memory region attributes to account for FEAT_RME by Zelalem Aweke · Mon Jul 12 22:33:55 2021 -0500
- 8e2e24b feat(rme): add GPT Library by Zelalem Aweke · Tue Jul 13 14:05:20 2021 -0500
- 4d37db8 feat(rme): add ENABLE_RME build option and support for RMM image by Zelalem Aweke · Sun Jul 11 18:33:20 2021 -0500
- b6301e6 feat(rme): add context management changes for FEAT_RME by Zelalem Aweke · Fri Jul 09 17:54:30 2021 -0500
- c8bc23e feat(rme): add Test Realm Payload (TRP) by Zelalem Aweke · Fri Jul 09 15:32:21 2021 -0500
- 13dc8f1 feat(rme): add RMM dispatcher (RMMD) by Zelalem Aweke · Fri Jul 09 14:20:03 2021 -0500
- 688fbf7 feat(rme): run BL2 in root world when FEAT_RME is enabled by Zelalem Aweke · Fri Jul 09 11:37:10 2021 -0500
- 173c6a2 feat(rme): add xlat table library changes for FEAT_RME by Zelalem Aweke · Thu Jul 08 17:23:04 2021 -0500
- 87a6382 Merge "refactor(drivers/st/clk): change fdt_get_rcc_node as static" into integration by Manish Pandey · Mon Oct 04 14:15:41 2021 +0200
- 8702db5 refactor(measured boot): remove unused extern by Manish V Badarkhe · Thu Aug 05 22:27:03 2021 +0100
- 4d666ac feat(rme): add Realm security state definition by Zelalem Aweke · Thu Jul 08 17:13:09 2021 -0500
- 79e3d29 feat(rme): add register definitions and helper functions for FEAT_RME by Zelalem Aweke · Thu Jul 08 16:51:14 2021 -0500
- 39e0865 errata: workaround for Cortex-A78 erratum 2132060 by nayanpatel-arm · Tue Sep 28 17:31:50 2021 -0700
- fc26ffe errata: workaround for Neoverse-V1 erratum 2108267 by nayanpatel-arm · Tue Sep 28 13:41:03 2021 -0700
- d4c5f9c fix(errata): workaround for Neoverse-N2 erratum 2138953 by nayanpatel-arm · Tue Sep 28 09:46:45 2021 -0700
- f2dce0e fix(errata): workaround for Cortex-A710 erratum 2058056 by nayanpatel-arm · Wed Sep 22 12:35:03 2021 -0700
- 5205df2 feat(drivers/arm/ethosn)!: multi-device support by Laurent Carlier · Thu Sep 16 15:10:35 2021 +0100
- 246b1ad feat(fdt): add for_each_compatible_node macro by Laurent Carlier · Thu Sep 30 15:57:09 2021 +0100
- 2884e59 Merge "feat(cpu): add support for Hayes CPU" into integration by Bipin Ravi · Thu Sep 30 23:10:09 2021 +0200
- 449d5d7 feat(cpu): add support for Hayes CPU by johpow01 · Thu Aug 19 16:12:50 2021 -0500
- 56f1e3e fvp_r: load, auth, and transfer from BL1 to BL33 by laurenw-arm · Wed Mar 03 14:19:38 2021 -0600
- 3d7f654 chore: fvp_r: Initial No-EL3 and MPU Implementation by Gary Morrison · Wed Jan 27 13:08:47 2021 -0600
- 7c7b198 fvp_r: initial platform port for fvp_r by laurenw-arm · Wed Oct 21 13:34:40 2020 -0500
- a5ed1a6 Merge changes from topic "st_fixes" into integration by Madhukar Pappireddy · Thu Sep 30 16:42:56 2021 +0200
- fd540de Merge "errata: workaround for Cortex-A710 erratum 2083908" into integration by Bipin Ravi · Wed Sep 29 21:31:59 2021 +0200
- f91e59f feat(hcx): add build option to enable FEAT_HCX by johpow01 · Wed Aug 04 19:38:18 2021 -0500
- 2e56717 Merge "feat(ff-a): adding notifications SMC IDs" into integration by Olivier Deprez · Mon Sep 27 16:54:53 2021 +0200
- 2ee6797 Merge changes I9c7cc586,I48ee254a,I9f65c6af,I5872d95b,I2dbbdcb4, ... into integration by Joanna Farley · Sun Sep 26 12:40:38 2021 +0200
- 0b338b4 errata: workaround for Cortex-A710 erratum 2083908 by nayanpatel-arm · Thu Sep 16 15:27:53 2021 -0700
- 286d81e refactor(drivers/st/clk): change fdt_get_rcc_node as static by Patrick Delaunay · Tue Oct 06 14:32:26 2020 +0200
- faa9bcf refactor(stm32mp1_clk): update RCC registers file by Yann Gautier · Tue Aug 31 18:23:13 2021 +0200
- a8903a5 Merge changes from topic "TrcDbgExt" into integration by Manish Pandey · Fri Sep 17 11:36:43 2021 +0200
- 2621cfd feat(ff-a): adding notifications SMC IDs by J-Alves · Thu Mar 11 17:46:47 2021 +0000
- 44b08dd feat(driver/nxp/xspi): add MT35XU02G flash info by Jiafei Pan · Fri Sep 10 19:15:15 2021 +0800
- 67a9890 feat(driver/nxp/dcfg): define RSTCR_RESET_REQ by Jiafei Pan · Fri Sep 10 19:10:47 2021 +0800
- 46dff79 Merge changes from topic "gic-700-auto" into integration by André Przywara · Fri Sep 10 17:17:46 2021 +0200
- a56367b Merge "feat(tzc400): update filters by region" into integration by Mark Dykes · Thu Sep 09 17:49:06 2021 +0200
- 290c1b5 Merge changes from topic "st_fip_fconf" into integration by Mark Dykes · Thu Sep 09 17:48:29 2021 +0200
- 634654e Merge changes from topic "st_fip_fconf" into integration by Mark Dykes · Thu Sep 09 17:45:44 2021 +0200
- 7bd2336 feat(tzc400): update filters by region by Lionel Debieve · Sun Sep 27 20:48:30 2020 +0200
- b1db73f feat(dt-bindings): add STM32MP1 TZC400 bindings by Lionel Debieve · Mon Sep 28 12:05:28 2020 +0200
- b21886a Merge "feat(gic600ae): introduce support for Fault Management Unit" into integration by Joanna Farley · Mon Sep 06 21:00:56 2021 +0200
- d3e31e7 feat(lib/optee): introduce optee_header_is_valid() by Etienne Carriere · Mon Apr 15 18:01:29 2019 +0200
- 07d7d8c Merge changes from topic "erratas" into integration by Madhukar Pappireddy · Fri Sep 03 23:58:01 2021 +0200
- 7e03069 errata: workaround for Neoverse N2 erratum 2189731 by Bipin Ravi · Mon Aug 30 13:02:51 2021 -0500
- 87e1d28 errata: workaround for Cortex-A710 erratum 2017096 by Bipin Ravi · Wed Mar 31 18:45:55 2021 -0500
- cd39b14 errata: workaround for Cortex-A710 erratum 2055002 by Bipin Ravi · Wed Mar 31 16:45:40 2021 -0500
- ad824bb Merge changes from topic "erratas" into integration by Madhukar Pappireddy · Fri Sep 03 21:31:00 2021 +0200
- 13d7f5a Merge changes I3c20611a,Ib1671011,I5eab3f33,Ib149b3ea into integration by Madhukar Pappireddy · Fri Sep 03 15:17:08 2021 +0200
- 7f56547 errata: workaround for Neoverse N2 erratum 2025414 by Bipin Ravi · Wed Mar 31 10:10:27 2021 -0500
- eb35e85 errata: workaround for Neoverse N2 erratum 2067956 by Bipin Ravi · Tue Mar 30 16:08:32 2021 -0500
- eea6dc1 feat(gic600ae): introduce support for Fault Management Unit by Varun Wadekar · Tue May 04 16:14:09 2021 -0700
- f70f4b9 feat(gicv3): detect GICv4 feature at runtime by Andre Przywara · Tue May 18 15:51:06 2021 +0100
- daf89a7 refactor(gic): move GIC IIDR numbers by Andre Przywara · Tue Aug 24 10:02:52 2021 +0100
- b2a600a Merge "feat(cpus): workaround for Cortex A78 AE erratum 1941500" into integration by Varun Wadekar · Thu Aug 26 12:18:59 2021 +0200
- 51a9711 feat(trf): enable trace filter control register access from lower NS EL by Manish V Badarkhe · Thu Jul 08 09:33:18 2021 +0100
- 8ce3394 feat(trf): initialize trap settings of trace filter control registers access by Manish V Badarkhe · Sun Jul 18 02:26:27 2021 +0100
- f356f7e feat(sys_reg_trace): enable trace system registers access from lower NS ELs by Manish V Badarkhe · Tue Jun 29 11:44:20 2021 +0100
- f7ee064 feat(sys_reg_trace): initialize trap settings of trace system registers access by Manish V Badarkhe · Wed Jul 07 16:27:10 2021 +0100
- 20df29c feat(trbe): enable access to trace buffer control registers from lower NS EL by Manish V Badarkhe · Fri Jul 02 09:10:56 2021 +0100
- b27ac80 refactor(plat/nxp): refine api to read SVR register by Jiafei Pan · Tue Jul 20 17:14:32 2021 +0800
- e1cccb4 feat(trbe): initialize trap settings of trace buffer control registers access by Manish V Badarkhe · Wed Jun 23 20:02:39 2021 +0100
- 6e99d90 Merge "cpu: add support for Demeter CPU" into integration by Joanna Farley · Wed Aug 25 10:30:29 2021 +0200
- f57491e fix(el3_runtime): correct CASSERT for pauth by Olivier Deprez · Thu Aug 19 11:36:26 2021 +0200
- 0914fc4 feat(cpus): workaround for Cortex A78 AE erratum 1941500 by Varun Wadekar · Tue Jul 27 02:32:29 2021 -0700
- f0c8b26 cpu: add support for Demeter CPU by johpow01 · Wed Jul 07 17:06:07 2021 -0500
- c36e97f refactor(plat/ea_handler): Use default ea handler implementation for panic by Pali Rohár · Mon Jun 21 17:22:27 2021 +0200
- ff99a77 Merge changes from topic "st_fip_fconf" into integration by Manish Pandey · Fri Aug 13 00:22:55 2021 +0200
- 677cbfa Merge "feat(ff-a): update FF-A version to v1.1" into integration by Olivier Deprez · Tue Aug 10 11:14:44 2021 +0200
- e14f9fc Merge "errata: workaround for Neoverse V1 errata 1925756" into integration by Bipin Ravi · Tue Aug 10 00:32:05 2021 +0200
- 88914c6 Merge "errata: workaround for Neoverse V1 errata 1852267" into integration by Bipin Ravi · Tue Aug 10 00:31:44 2021 +0200
- f87d634 Merge "errata: workaround for Neoverse V1 errata 1774420" into integration by Bipin Ravi · Tue Aug 10 00:31:25 2021 +0200
- 481c52f feat(ff-a): update FF-A version to v1.1 by J-Alves · Thu Mar 11 17:46:47 2021 +0000
- 6b56f96 errata: workaround for Neoverse V1 errata 1925756 by laurenw-arm · Mon Aug 02 15:00:15 2021 -0500
- b1923e9 errata: workaround for Neoverse V1 errata 1852267 by laurenw-arm · Mon Aug 02 14:40:08 2021 -0500
- 3c86d83 errata: workaround for Neoverse V1 errata 1774420 by laurenw-arm · Mon Aug 02 13:22:32 2021 -0500
- 7834b46 refactor: moved drivers hdr files to include/drivers/nxp by Pankaj Gupta · Thu Mar 25 15:15:52 2021 +0530
- a26bf35 refactor(hw_crc32): renamed hw_crc32 to tf_crc32 by Manish V Badarkhe · Fri Jul 02 20:29:56 2021 +0100
- d2f0a7a feat(plat/arm): add FWU support in Arm platforms by Manish V Badarkhe · Fri Jun 25 23:43:33 2021 +0100