1. d207f56 Mbed TLS: Remove weak heap implementation by Ambroise Vincent · 5 years ago
  2. 962109f Remove deprecated plat_crash_console_* by Ambroise Vincent · 5 years ago
  3. 50a4d1a Remove unneeded include paths in PLAT_INCLUDES by Antonio Nino Diaz · 5 years ago
  4. de97ff3 Remove duplicated definitions of linker symbols by Antonio Nino Diaz · 5 years ago
  5. b0fd008 Move BL1 and BL2 private defines to bl_common.h by Antonio Nino Diaz · 6 years ago
  6. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  7. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  8. 864ca6f context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  9. 61aff00 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · 6 years ago
  10. 15ab24c qemu: increase PLAT_QEMU_DT_MAX_SIZE to 1 MiB by Jerome Forissier · 6 years ago
  11. d653d33 Replace S-EL3 references by EL3 by John Tsichritzis · 6 years ago
  12. 099b0b1 qemu: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  13. e22b91e plat: qemu: update the early platform setup API by Jens Wiklander · 6 years ago
  14. 6335a97 qemu: make LOAD_IMAGE_V2=1 mandatory by Jens Wiklander · 6 years ago
  15. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  16. 27bc9f9 Create a library file for libfdt by Roberto Vargas · 6 years ago
  17. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  18. 1a9051a Merge pull request #1334 from michpappas/tf-issues#572_qemu_dont_use_C_for_crash_console by Dimitris Papastamos · 6 years ago
  19. abd0836 qemu: don't use C functions for the crash console callbacks by Michalis Pappas · 6 years ago
  20. 2257d6d Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 6 years ago
  21. f31abb5 Merge pull request #1325 from michpappas/tf-issues#568_qemu_add_ENABLE_STACK_PROTECTOR by Dimitris Papastamos · 6 years ago
  22. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  23. a0bb5ac qemu: MULTI_CONSOLE_API=0 causes build error by Michalis Pappas · 6 years ago
  24. cca6cb7 [PATCH 2/2] qemu: Support MULTI_CONSOLE_API by Michalis Pappas · 6 years ago
  25. e4c00bb qemu: Add support for stack canary protection by Michalis Pappas · 6 years ago
  26. f94d9ca Merge pull request #1288 from michpappas/tf-issues#558_qemu_separate_code_and_data by davidcunado-arm · 6 years ago
  27. 8e23515 qemu: Accessing UART1 causes a data abort by Michalis Pappas · 6 years ago
  28. ba86112 qemu: Support SEPARATE_CODE_AND_RODATA by Michalis Pappas · 6 years ago
  29. c150312 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · 6 years ago
  30. 4ed2338 qemu: Fix interrupt type check by Santeri Salko · 6 years ago
  31. 7814a95 Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 6 years ago
  32. 911de8c qemu: support ARMv7/Cortex-A15 by Etienne Carriere · 6 years ago
  33. 9c5ca52 Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 6 years ago
  34. 4d15680 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 6 years ago
  35. c5b0c0f Do not enable SVE on pre-v8.2 platforms by David Cunado · 7 years ago
  36. 7f4d617 Merge pull request #1142 from etienne-lms/qemu-int by davidcunado-arm · 7 years ago
  37. 84aa3a7 qemu: update deprecated interrupt registering by Etienne Carriere · 7 years ago
  38. f0a2e9c Merge pull request #1147 from etienne-lms/qemu-optee-load by davidcunado-arm · 7 years ago
  39. 818a065 Merge pull request #1143 from etienne-lms/qemu-hpen by davidcunado-arm · 7 years ago
  40. 2ddec18 qemu/optee: load OP-TEE pageable part 2MB above OP-TEE image by Etienne Carriere · 7 years ago
  41. 3469cd0 qemu: Add support for Trusted Board Boot by Michalis Pappas · 7 years ago
  42. 5eb85e4 qemu: fix holding pen mailbox sequence by Etienne Carriere · 7 years ago
  43. 0acbaaa qemu: Add OP-TEE extra image parsing support by Jens Wiklander · 7 years ago
  44. 1017a6e qemu: replace deprecated plat_psci_common.c by Jens Wiklander · 7 years ago
  45. 1a8729a qemu: replace deprecated ADDR_SPACE_SIZE by Jens Wiklander · 7 years ago
  46. c2f7844 qemu: Add LOAD_IMAGE_V2 support by Fu Wei · 7 years ago
  47. 77ecd46 qemu: use translation tables library v2 as default. by Fu Wei · 7 years ago
  48. e363146 Fix order of remaining platform #includes by Isla Mitchell · 7 years ago
  49. 6715485 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 7 years ago
  50. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  51. 2a9b882 Add macro to check whether the CPU implements an EL by Jeenu Viswambharan · 7 years ago
  52. 230011c Move plat/common source file definitions to generic Makefiles by dp-arm · 7 years ago
  53. a8954fc Replace some memset call by zeromem by Douglas Raillard · 7 years ago
  54. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  55. 70f625a qemu: remove unused BL32_SIZE by Masahiro Yamada · 8 years ago
  56. 0fac5af Move BL_COHERENT_RAM_BASE/END defines to common_def.h by Masahiro Yamada · 8 years ago
  57. 1723113 Migrate platform makefile to new console driver location by Soby Mathew · 8 years ago
  58. 52c798e Add support for QEMU virt ARMv8-A target by Jens Wiklander · 9 years ago