1. 6c32b19 refactor(cpus): register DSU errata with the errata framework's wrappers by Boyan Karatotev · 6 months ago
  2. eee52da fix(qemu): fix EL3-SPMC data store alignment by Jens Wiklander · 9 months ago
  3. 1b1b40a fix(qemu): fix build error with spmd by Jens Wiklander · 9 months ago
  4. 8c99b19 Merge "fix(qemu): update rmmd_attest_get_platform_token()" into integration by Soby Mathew · 11 months ago
  5. 9248ee0 fix(qemu): update rmmd_attest_get_platform_token() by Jean-Philippe Brucker · 1 year ago
  6. 3ba9fca refactor(qemu): use the example CCA platform token from iat-verifier by Tamas Ban · 11 months ago
  7. a3939b1 Merge "feat(handoff): fix register convention r1/x1 value on transfer list" into integration by Manish Pandey · 1 year ago
  8. 7475815 feat(handoff): fix register convention r1/x1 value on transfer list by levi.yun · 1 year, 3 months ago
  9. bb332ed Merge "fix(qemu): remove validate_ns_entrypoint" into integration by Manish Pandey · 1 year, 1 month ago
  10. e9bcbd7 fix(qemu): allocate space for GPT bitlock by Jean-Philippe Brucker · 1 year, 4 months ago
  11. e5362e2 fix(qemu): remove validate_ns_entrypoint by Jens Wiklander · 1 year, 2 months ago
  12. f855434 refactor(qemu): use the example CCA platform token from iat-verifier by Thomas Fossati · 1 year, 2 months ago
  13. aaaf2cc refactor(cpufeat): add macro to simplify is_feat_xx_present by Sona Mathew · 1 year, 5 months ago
  14. a1901c7 Merge changes from topic "rss_rse_rename" into integration by Manish V Badarkhe · 1 year, 3 months ago
  15. 762a1c4 feat(qemu): update to manifest v0.3 by Jean-Philippe Brucker · 1 year, 4 months ago
  16. 56b263c Merge "feat(qemu): allow ARM_ARCH_MAJOR/MINOR override" into integration by Yann Gautier · 1 year, 3 months ago
  17. 09d3fd1 Merge "feat(qemu): enable FEAT_ECV when present" into integration by Yann Gautier · 1 year, 3 months ago
  18. 5436047 refactor(qemu): do not hardcode counter frequency by Marcin Juszkiewicz · 1 year, 4 months ago
  19. 59549e6 refactor(qemu): change all occurrences of RSS to RSE by Tamas Ban · 1 year, 6 months ago
  20. e769f83 feat(qemu): allow ARM_ARCH_MAJOR/MINOR override by Jean-Philippe Brucker · 1 year, 4 months ago
  21. 1b694c7 feat(qemu): enable FEAT_ECV when present by Jean-Philippe Brucker · 1 year, 4 months ago
  22. c09aa4f refactor(qemu): console runtime switch on bl31 exit by Jens Wiklander · 1 year, 5 months ago
  23. 59bdb42 fix(qemu): disable FEAT_SB by Marcin Juszkiewicz · 1 year, 6 months ago
  24. 305825b feat(qemu): enable transfer list to BL31/32 by Raymond Mao · 1 year, 10 months ago
  25. ebe82a3 feat(qemu): support TRP for RME by Jean-Philippe Brucker · 1 year, 11 months ago
  26. 8ffe0b2 feat(qemu): load and run RMM image by Jean-Philippe Brucker · 1 year, 11 months ago
  27. 6cd113f feat(qemu): setup Granule Protection Table by Jean-Philippe Brucker · 1 year, 11 months ago
  28. cd75693 feat(qemu): setup memory map for RME by Jean-Philippe Brucker · 1 year, 11 months ago
  29. a5ab1ef feat(qemu): update mapping types for RME by Jean-Philippe Brucker · 1 year, 11 months ago
  30. c69e95e feat(qemu): use mock attestation functions for RME by Jean-Philippe Brucker · 1 year, 11 months ago
  31. a97f466 refactor(qemu): change way how we enable cpu features by Marcin Juszkiewicz · 1 year, 9 months ago
  32. 03baf34 Merge "docs(qemu): mention a55 in list of v8.2 cores" into integration by Sandrine Bailleux · 1 year, 9 months ago
  33. 70524d3 build(qemu): use xlat tables v2 directly by Marcin Juszkiewicz · 1 year, 9 months ago
  34. c41b16e docs(qemu): mention a55 in list of v8.2 cores by Marcin Juszkiewicz · 1 year, 9 months ago
  35. 322af23 feat(qemu): implement firmware handoff on qemu by Raymond Mao · 2 years, 1 month ago
  36. 408f9cb feat(qemu): add "neoverse-n2" cpu support by Marcin Juszkiewicz · 1 year, 11 months ago
  37. d4635e9 Merge "feat(qemu): add A55 cpu support for virt" into integration by Sandrine Bailleux · 1 year, 11 months ago
  38. 409c20c feat(qemu): add A55 cpu support for virt by Mark-PK Tsai · 1 year, 11 months ago
  39. 4734a62 feat(qemu): add "cortex-a710" cpu support by Marcin Juszkiewicz · 1 year, 11 months ago
  40. 51ce1f3 refactor(qemu): handle pointer authentication by Marcin Juszkiewicz · 2 years ago
  41. 035c6da refactor(qemu): keep AArch64 cpu flags in one section by Marcin Juszkiewicz · 2 years ago
  42. 941fc38 refactor(qemu): handle SPM_MM builds by Marcin Juszkiewicz · 2 years ago
  43. 3b61457 refactor(qemu): handle AArch64 flags by Marcin Juszkiewicz · 2 years ago
  44. c1baf17 refactor(qemu): common cpu features enablement by Marcin Juszkiewicz · 2 years ago
  45. 1888475 refactor(qemu): common BL31 sources by Marcin Juszkiewicz · 2 years ago
  46. 71f5359 refactor(qemu): common BL1/2 sources by Marcin Juszkiewicz · 2 years ago
  47. 886688d refactor(qemu): move CPU definitions into one place by Marcin Juszkiewicz · 2 years ago
  48. a63cdc7 refactor(qemu): move FDT stuff into one place by Marcin Juszkiewicz · 2 years ago
  49. cef76a7 feat(plat/qemu): add sdei support for QEMU by Dongjiu Geng · 2 years, 4 months ago
  50. c681d02 feat(qemu-sbsa): handle platform version by Marcin Juszkiewicz · 2 years, 3 months ago
  51. fd51b21 fix(spmd): fix build error with spmd by Govindraj Raja · 2 years, 3 months ago
  52. f0b64e5 feat(spmd): introduce platform handler for Group0 interrupt by Madhukar Pappireddy · 2 years, 5 months ago
  53. ac17e52 refactor(cpufeat): enable FEAT_RNG for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 5 months ago
  54. af994ae feat(qemu): make coherent memory section optional by Chen Baozi · 2 years, 5 months ago
  55. a12cb77 refactor(qemu): make use of setup_page_tables() by Chen Baozi · 2 years, 6 months ago
  56. 302f053 feat(qemu): support el3 spmc by Jens Wiklander · 3 years, 7 months ago
  57. 36802e2 feat(qemu): support s-el2 spmc by Jens Wiklander · 2 years, 9 months ago
  58. 25ae7ad feat(qemu): update abi between spmd and spmc by Jens Wiklander · 2 years, 9 months ago
  59. 5e69026 feat(qemu): add support for measured boot by Ruchika Gupta · 3 years, 4 months ago
  60. f58237c feat(plat/qemu): add SPMD support with SPMC at S-EL1 by Jens Wiklander · 4 years, 2 months ago
  61. bd2ad12 fix(plat/qemu): reboot/shutdown with low to high gpio by Maxim Uvarov · 4 years, 1 month ago
  62. a8fb76e Merge changes I9c9ed516,I2788eaf6 into integration by Madhukar Pappireddy · 4 years, 5 months ago
  63. cf952b0 qemu/qemu_sbsa: spm_mm supports 512 cores by Masahisa Kojima · 4 years, 6 months ago
  64. 0aa70f4 Merge "plat/qemu: trigger reboot with secure pl061" into integration by Madhukar Pappireddy · 4 years, 5 months ago
  65. ffb07b0 plat/qemu: trigger reboot with secure pl061 by Maxim Uvarov · 4 years, 8 months ago
  66. 1ddf38e Merge changes from topic "tp-feat-rng" into integration by Sandrine Bailleux · 4 years, 6 months ago
  67. 916a7e1 qemu/common : change DEVICE2 definition for MMU by Graeme Gregory · 4 years, 8 months ago
  68. 3063177 qemu/aarch64/plat_helpers.S : calculate the position shift by Graeme Gregory · 4 years, 8 months ago
  69. 83683dd plat/qemu: Use RNDR in stack protector by Tomas Pilar · 4 years, 9 months ago
  70. 74c87a4 qemu/qemu_sbsa: enable secure variable storage by Masahisa Kojima · 4 years, 11 months ago
  71. 831b0e9 Don't return error information from console_flush by Jimmy Brisson · 5 years ago
  72. 6a2426a qemu/qemu_sbsa: enable SPM support by Masahisa Kojima · 5 years ago
  73. 5185776 qemu: Support optional encryption of BL31 and BL32 images by Sumit Garg · 6 years ago
  74. f695e1e pl011: Use generic console_t data structure by Andre Przywara · 6 years ago
  75. 33e8c56 qemu: Implement PSCI_CPU_OFF. by Andrew Walbran · 6 years ago
  76. 61cbd41 qemu: Implement qemu_system_off via semihosting. by Andrew Walbran · 6 years ago
  77. 74464d5 qemu: Support ARM_LINUX_KERNEL_AS_BL33 to pass FDT address. by Andrew Walbran · 6 years ago
  78. fa405e3 qemu/qemu_sbsa: Adding memory mapping for both FLASH0/FLASH1 by Radoslaw Biernacki · 7 years ago
  79. 9a006ad qemu: Simplify the image size calculation by Radoslaw Biernacki · 7 years ago
  80. 301d27d qemu: introducing sub-platforms to qemu platform by Radoslaw Biernacki · 7 years ago