1. 744db7e style(partition): use GUID values for GPT partition fields by Sughosh Ganu · Fri Feb 02 15:32:10 2024 +0530
  2. da28e4c feat(st): add logic to boot the platform from an alternate bank by Sughosh Ganu · Tue Feb 20 14:20:41 2024 +0530
  3. ff87785 feat(st): add a function to clear the FWU trial state counter by Sughosh Ganu · Tue Feb 20 14:17:57 2024 +0530
  4. 3d1f4f6 feat(fwu): add a function to obtain an alternate FWU bank to boot by Sughosh Ganu · Wed Feb 07 20:13:01 2024 +0530
  5. fe2b1e9 feat(fwu): add some sanity checks for the FWU metadata by Sughosh Ganu · Wed Jan 17 16:38:01 2024 +0530
  6. 84b2f7d feat(fwu): modify the check for getting the FWU bank's state by Sughosh Ganu · Thu Feb 01 16:59:01 2024 +0530
  7. 63576f0 feat(st): get the state of the active bank directly by Sughosh Ganu · Thu Feb 01 16:56:27 2024 +0530
  8. 61905e5 feat(fwu): add a config flag for including image info in the FWU metadata by Sughosh Ganu · Thu Feb 01 12:51:20 2024 +0530
  9. 9a480a3 feat(fwu): migrate FWU metadata structure to version 2 by Sughosh Ganu · Thu Feb 01 12:47:13 2024 +0530
  10. 401970b feat(fwu): document the config flag for including image info in the FWU metadata by Sughosh Ganu · Thu Feb 01 12:42:40 2024 +0530
  11. f01e1e7 feat(fwu): update the URL links for the FWU specification by Sughosh Ganu · Thu Feb 01 12:25:09 2024 +0530
  12. f800893 Merge "build(npm): update Node.js and all packages" into integration by Bipin Ravi · Wed Feb 28 17:32:28 2024 +0100
  13. 11a99bf Merge changes I6ac59693,Ib0e4e5cf into integration by Manish V Badarkhe · Wed Feb 28 15:17:59 2024 +0100
  14. 1c3edc8 Merge changes from topic "mp/undef_injection" into integration by Manish V Badarkhe · Wed Feb 28 14:38:49 2024 +0100
  15. 067087f feat(el3-runtime): introduce UNDEF injection to lower EL by Manish Pandey · Fri Dec 08 20:13:29 2023 +0000
  16. 95452ea Merge "fix(gpt): use DC CIGDPAPA when MTE2 is implemented" into integration by Manish Pandey · Wed Feb 28 12:35:59 2024 +0100
  17. 11c9257 Merge changes from topic "part_crc" into integration by Manish V Badarkhe · Wed Feb 28 11:24:41 2024 +0100
  18. 5cfe515 feat(cpufeat): added few helper functions by Manish Pandey · Tue Jan 09 15:55:20 2024 +0000
  19. 74acea2 build(npm): update Node.js and all packages by Chris Kay · Tue Feb 27 15:59:23 2024 +0000
  20. 5be73cd feat(gpt): validate CRC of GPT partition entries by laurenw-arm · Wed Jan 31 16:21:48 2024 -0600
  21. 24afcdd refactor(gpt): return header instead of part_lba by laurenw-arm · Wed Jan 31 16:21:48 2024 -0600
  22. 15cdbb4 Merge changes I1415e402,Ia92cc693,I7a42f72e,I6e75659e,I4c6136c5, ... into integration by Manish V Badarkhe · Tue Feb 27 10:59:58 2024 +0100
  23. be6fe2f Merge "fix(psa): fix static check failure" into integration by Manish Pandey · Tue Feb 27 10:50:01 2024 +0100
  24. baff799 refactor(tc): reorder config variable defines by Boyan Karatotev · Wed Dec 27 15:49:18 2023 +0000
  25. 88309be refactor(tc): correlate secure world addresses with platform_def by Boyan Karatotev · Mon Dec 04 16:12:08 2023 +0000
  26. bf9ba73 refactor(tc): move DTB to start of DRAM by Boyan Karatotev · Thu Sep 28 13:31:51 2023 +0000
  27. a439dfd feat(tc): add memory node in the device tree by Boyan Karatotev · Mon Dec 04 16:09:14 2023 +0000
  28. ffe7569 feat(tc): pass the DTB address to BL33 in R0 by Boyan Karatotev · Wed Nov 29 15:27:18 2023 +0000
  29. d2ca287 feat(tc): add arm_ffa node in dts by Boyan Karatotev · Tue Nov 28 16:08:52 2023 +0000
  30. 7160e0d chore(tc): add dummy entropy to speed up the Linux boot by Ben Horgan · Mon Dec 11 16:01:10 2023 +0000
  31. 938124e feat(tc): choose the DPU address and irq based on the target by Davidson K · Thu Dec 14 12:03:23 2023 +0530
  32. 090a6aa feat(tc): add SCMI power domain and IOMMU toggles by Kshitij Sisodia · Wed Nov 22 17:03:45 2023 +0000
  33. 9ac73a4 refactor(tc): move the FVP RoS to a separate file by Boyan Karatotev · Tue Nov 14 09:38:08 2023 +0000
  34. 9556276 feat(tc): factor in FVP/FPGA differences by Boyan Karatotev · Wed Nov 15 11:54:33 2023 +0000
  35. 192ad5d feat(tc): introduce an FPGA subvariant and TC3 CPUs by Boyan Karatotev · Tue Dec 12 15:59:01 2023 +0000
  36. 6ed3bf6 feat(tc): add TC3 platform definitions by Boyan Karatotev · Fri Jul 07 13:33:19 2023 +0000
  37. 13b8e74 refactor(tc): sanitise the device tree by Boyan Karatotev · Tue Nov 14 13:57:56 2023 +0000
  38. 4fef47c feat(tc): add PMU entry by Boyan Karatotev · Wed Nov 15 11:29:59 2023 +0000
  39. fc4e49f feat(tc): allow booting from DRAM by Boyan Karatotev · Thu Dec 14 10:15:12 2023 +0000
  40. e1fab90 Merge "refactor(st-i2c): use fdt_read_uint32_default()" into integration by Manish Pandey · Mon Feb 26 12:09:27 2024 +0100
  41. 7bd2181 Merge "build(corstone1000): add CORSTONE1000_WITH_BL32 preprocessor flag" into integration by Manish Pandey · Mon Feb 26 10:53:09 2024 +0100
  42. 817720e chore(tc): remove unused hdlcd by Boyan Karatotev · Wed Nov 15 11:23:05 2023 +0000
  43. 77b301a feat(tc): add firmware update secure partition by Tudor Cretu · Fri Sep 24 12:09:53 2021 +0000
  44. 63128dc feat(tc): add spmc manifest with trusty sp by Arunachalam Ganapathy · Mon Apr 11 14:43:15 2022 +0100
  45. 8dec1f5 refactor(tc): unify all the spmc manifests by Boyan Karatotev · Wed Dec 20 16:28:23 2023 +0000
  46. fd29d58 feat(arm): add trusty_sp_fw_config build option by Arunachalam Ganapathy · Mon Apr 11 14:36:54 2022 +0100
  47. d103f00 fix(tc): do not enable MPMM and Aux AMU counters always by Davidson K · Mon Jul 03 11:54:45 2023 +0530
  48. 25c4fb7 fix(tc): correct interrupts by Boyan Karatotev · Tue Aug 08 15:37:52 2023 +0100
  49. b32a8f4 feat(tc): interrupt numbers for `smmu_700` by Kshitij Sisodia · Wed Aug 16 09:46:05 2023 +0100
  50. 80781a5 feat(tc): enable gpu/dpu scmi power domain and also gpu perf domain by Ben Horgan · Wed Jul 26 20:45:27 2023 +0100
  51. 9618883 Merge "fix(cm): update gic el2 sysregs save/restore mechanism" into integration by Olivier Deprez · Thu Feb 22 11:58:43 2024 +0100
  52. 65f747e Merge changes from topic "jc/el1_ctx_optimization" into integration by Olivier Deprez · Thu Feb 22 11:57:57 2024 +0100
  53. c05031c refactor(context-mgmt): remove el1_context routines from RMM by Jayanth Dodderi Chidanand · Tue Sep 12 12:07:56 2023 +0100
  54. 1facfb1 refactor(context-mgmt): move EL1 save/restore routines into C by Jayanth Dodderi Chidanand · Mon Jan 08 13:14:27 2024 +0000
  55. e67bef3 Merge "build: correct minor toolchain documentation error" into integration by Mark Dykes · Wed Feb 21 17:10:09 2024 +0100
  56. e3428f9 Merge "chore(ufs): refactor ufs_get_device_info" into integration by Madhukar Pappireddy · Wed Feb 21 16:37:37 2024 +0100
  57. a7fec06 build(corstone1000): add CORSTONE1000_WITH_BL32 preprocessor flag by Harsimran Singh Tungal · Wed Feb 14 13:35:39 2024 +0000
  58. 0a2f8a0 build: correct minor toolchain documentation error by Chris Kay · Tue Feb 20 13:13:23 2024 +0000
  59. f9ae4a8 Merge "docs(threat_model): mark power analysis threats out-of-scope" into integration by Lauren Wehrmeister · Tue Feb 20 17:04:03 2024 +0100
  60. c5e3971 Merge "build: use toolchain identifiers in conditions" into integration by Mark Dykes · Tue Feb 20 16:06:52 2024 +0100
  61. f69965e Merge "build: use new toolchain variables for tools" into integration by Mark Dykes · Tue Feb 20 16:06:35 2024 +0100
  62. 2672b89 Merge "build: refactor toolchain detection" into integration by Mark Dykes · Tue Feb 20 16:04:53 2024 +0100
  63. 4abb74d Merge "fix(imx8mp): uncondtionally enable only the USB power domain" into integration by Madhukar Pappireddy · Tue Feb 20 14:40:06 2024 +0100
  64. 3b8a320 chore(ufs): refactor ufs_get_device_info by Rohit Ner · Tue Feb 20 02:19:19 2024 -0800
  65. 3221711 Merge "fix(bl2): make BL2 SRAM footprint flexible" into integration by Manish Pandey · Mon Feb 19 15:43:33 2024 +0100
  66. c235b23 Merge "docs(sdei): provide security guidelines when using SDEI" into integration by Manish Pandey · Mon Feb 19 12:13:03 2024 +0100
  67. 3d88de8 Merge "test(fvp): remove `FVP_Foundation` model support" into integration by Manish V Badarkhe · Mon Feb 19 11:44:16 2024 +0100
  68. 3f76e13 Merge "fix(el3-spmc): fix dangling pointer in FFA_CONSOLE_LOG" into integration by Olivier Deprez · Mon Feb 19 09:57:31 2024 +0100
  69. 07b699d fix(psa): fix static check failure by Manish V Badarkhe · Sat Feb 17 23:30:31 2024 +0000
  70. 051fc26 Merge changes from topic "mb/tc-model-update" into integration by Olivier Deprez · Thu Feb 15 16:57:33 2024 +0100
  71. 238262f fix(cm): update gic el2 sysregs save/restore mechanism by Manish Pandey · Mon Feb 05 21:40:21 2024 +0000
  72. b074021 docs(sdei): provide security guidelines when using SDEI by Manish Pandey · Thu Jan 11 16:06:29 2024 +0000
  73. f6ab8a5 fix(el3-spmc): fix dangling pointer in FFA_CONSOLE_LOG by Karl Meakin · Mon Jan 22 17:03:02 2024 +0000
  74. 370f3d1 docs(threat_model): mark power analysis threats out-of-scope by Manish V Badarkhe · Mon Feb 12 11:56:56 2024 +0000
  75. 5f462e2 Merge changes from topic "DPE" into integration by Manish V Badarkhe · Wed Feb 14 10:34:19 2024 +0100
  76. 6dcee93 fix(bl2): make BL2 SRAM footprint flexible by Harrison Mutai · Tue Feb 06 17:38:40 2024 +0000
  77. f3518e9 docs: update FVP TC2 model version and build (11.23/17) by Manish V Badarkhe · Tue Feb 06 15:26:35 2024 +0000
  78. 315fe3c fix(tc): increase BL2 maximum size limit by Manish V Badarkhe · Thu Dec 21 09:28:27 2023 +0000
  79. 5813125 refactor(tc): update platform tests by David Vincze · Fri Dec 22 14:34:22 2023 +0100
  80. 85ff4d2 feat(rss): add defines for 'type' range and use them in psa_call() by David Vincze · Fri Sep 08 08:00:01 2023 +0200
  81. c140f5f feat(rss): adjust parameter packing to match TF-M changes by David Vincze · Thu Sep 07 15:48:25 2023 +0200
  82. 7c607f2 refactor(tc): remap console logs by annsai01 · Mon Feb 20 13:34:57 2023 +0000
  83. c5d525d feat(tc): add RSS SDS region right after SCMI payload by Tamas Ban · Mon May 08 13:46:26 2023 +0200
  84. 307b3d8 refactor(n1sdp): update SDS driver calls by Tamas Ban · Mon May 08 13:51:27 2023 +0200
  85. f728b61 refactor(morello): update SDS driver calls by Tamas Ban · Mon May 08 13:50:37 2023 +0200
  86. b87db07 refactor(juno): update SDS driver calls by Tamas Ban · Mon May 08 13:48:51 2023 +0200
  87. 43e0d92 refactor(sgi): update SDS driver calls by Tamas Ban · Mon May 08 13:41:29 2023 +0200
  88. 896c734 refactor(css): support multiple SDS regions by Tamas Ban · Mon May 08 13:38:27 2023 +0200
  89. 240017e Merge "fix(qemu): disable FEAT_SB" into integration by Manish V Badarkhe · Mon Feb 12 18:54:35 2024 +0100
  90. c80d0de fix(gpt): use DC CIGDPAPA when MTE2 is implemented by Olivier Deprez · Wed Jan 17 15:12:04 2024 +0100
  91. 071b839 Merge "feat(mte): add mte2 feat" into integration by Olivier Deprez · Mon Feb 12 17:07:34 2024 +0100
  92. d7b63ac feat(mte): add mte2 feat by Govindraj Raja · Fri Jan 26 10:08:37 2024 -0600
  93. cf4e8a2 test(fvp): remove `FVP_Foundation` model support by Chris Kay · Mon Feb 12 12:56:36 2024 +0000
  94. 735a7b5 Merge changes from topic "revert-ti-dm-workaround" into integration by Madhukar Pappireddy · Fri Feb 09 17:09:05 2024 +0100
  95. f83a80d Merge "refactor(gicv3): introducing is_valid_interrupt, a new helper utility" into integration by Madhukar Pappireddy · Fri Feb 09 17:07:46 2024 +0100
  96. 3a99326 Merge "feat(fvp): remove left-over RSS usage" into integration by Manish V Badarkhe · Fri Feb 09 16:21:49 2024 +0100
  97. 637dbcd feat(fvp): remove left-over RSS usage by Manish V Badarkhe · Wed Feb 07 14:51:35 2024 +0000
  98. 5dabdd8 Merge "fix(build): properly manage versions in .versionrc.js" into integration by Bipin Ravi · Fri Feb 09 16:00:31 2024 +0100
  99. 65cfc90 Merge "fix(build): move comment for VERSION_PATCH" into integration by Manish V Badarkhe · Fri Feb 09 15:56:46 2024 +0100
  100. 53d6c3e Merge "docs(auth): add more information about CoTs" into integration by Manish V Badarkhe · Fri Feb 09 14:18:28 2024 +0100