1. 201b66b partition: check GPT partition table by Haojian Zhuang · 9 years ago
  2. 445b1e7 emmc: support CMD23 by Haojian Zhuang · 9 years ago
  3. 61e3027 GICv3: Fix the GICD_IROUTER offset by Soby Mathew · 9 years ago
  4. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 9 years ago
  5. f9455ce Merge pull request #629 from ljerry/tf_issue_398 by danh-arm · 9 years ago
  6. a7e5303 Merge pull request #632 from rockchip-linux/support-for-gpio-driver-v2 by danh-arm · 9 years ago
  7. 1958898 gpio: support gpio set/get pull status by Caesar Wang · 9 years ago
  8. 6331a31 CCN: Add API to query the PART0 ID from CCN by Soby Mathew · 9 years ago
  9. 0bcedb2 Implement generic delay timer by Antonio Nino Diaz · 9 years ago
  10. 3385f41 Bring IO storage dummy driver by Gerald Lejeune · 10 years ago
  11. 2da3604 drivers: add emmc stack by Haojian Zhuang · 9 years ago
  12. 9da7a65 IO: support block device type by Haojian Zhuang · 9 years ago
  13. 9fbdb80 Use unsigned long long instead of uintptr_t in TZC400/DMC500 drivers by Yatharth Kochar · 9 years ago
  14. 5d787dd Merge pull request #569 from Xilinx/zynqmp-v1 by danh-arm · 9 years ago
  15. 105b59e Merge pull request #575 from soby-mathew/sm/new_tzc_driver by danh-arm · 9 years ago
  16. b5e6d09 drivers: Add Cadence UART driver by Soren Brinkmann · 9 years ago
  17. f568604 Add ARM CoreLink DMC-500 driver to program TrustZone protection by Vikram Kanigiri · 10 years ago
  18. 6b47706 Refactor the ARM CoreLink TZC-400 driver by Vikram Kanigiri · 10 years ago
  19. 48279d5 TBB: add non-volatile counter support by Juan Castillo · 10 years ago
  20. 094a935 Merge pull request #518 from hzhuang1/pl061_gpio_v5 by danh-arm · 9 years ago
  21. 0ab3f9a arm: gpio: add pl061 driver by Haojian Zhuang · 10 years ago
  22. 1ffecc2 gpio: add gpio framework by Haojian Zhuang · 10 years ago
  23. e9ec3ce Move private APIs in gic_common.h to a private header by Soby Mathew · 10 years ago
  24. 38a7861 Fix GIC_IPRIORITYR setting in new drivers by Soby Mathew · 10 years ago
  25. 51b5748 Merge pull request #501 from jcastillo-arm/jc/tf-issues/300 by danh-arm · 10 years ago
  26. 9400b40 Disable PL011 UART before configuring it by Juan Castillo · 10 years ago
  27. 65cd299 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · 10 years ago
  28. 70ecb56 Migrate __warn_deprecated -> __deprecated by Soren Brinkmann · 10 years ago
  29. b313d75 Rearrange fields in TF data structures to reduce padding by Soby Mathew · 10 years ago
  30. aa85691 Always build with '-pedantic' by Sandrine Bailleux · 10 years ago
  31. a84deb9 Merge pull request #465 from jcastillo-arm/jc/tbb_mbedtls_2_x by danh-arm · 10 years ago
  32. 649dbf6 Move up to mbed TLS 2.x by Juan Castillo · 10 years ago
  33. 0c3a0b9 Merge pull request #463 from jcastillo-arm/jc/tf-issues/216 by danh-arm · 10 years ago
  34. 12f654b De-feature PL011 UART driver to match generic UART spec by Juan Castillo · 10 years ago
  35. 7ee2b8b Merge pull request #462 from soby-mathew/sm/runtime_console by danh-arm · 10 years ago
  36. 487461c Introduce console_uninit() API in ARM Trusted Firmware by Soby Mathew · 10 years ago
  37. 4ca473d Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2 by danh-arm · 10 years ago
  38. 8d297cc Merge pull request #455 from jcastillo-arm/jc/fvp_delay_timer by danh-arm · 10 years ago
  39. f879f00 Merge pull request #454 from yatharth-arm/vk/deprecate-cci-400 by danh-arm · 10 years ago
  40. 9703bb1 Add CCI-400 specific driver to deprecated driver list by Vikram Kanigiri · 10 years ago
  41. 03ffb6b Rename GICv3 interrupt group macros by Soby Mathew · 10 years ago
  42. 540a5ba Fix SP804 delay timer on FVP by Juan Castillo · 10 years ago
  43. f3974ea Merge pull request #446 from vikramkanigiri/vk/tzc-400 by danh-arm · 10 years ago
  44. 609ebce Fix TZC-400 peripheral detection by Vikram Kanigiri · 10 years ago
  45. 3804197 Add a simple ARM SP805 watchdog driver by Juan Castillo · 11 years ago
  46. 23a4501 Deprecate the GIC Legacy driver. by Soby Mathew · 10 years ago
  47. 464ce2b Add ARM GICv2 driver by Soby Mathew · 10 years ago
  48. df37373 Add ARM GICv3 driver without support for legacy operation by Achin Gupta · 10 years ago
  49. e098e24 Remove deprecated IO return definitions by Juan Castillo · 10 years ago
  50. 7e26fe1 IO Framework: use standard errno codes as return values by Juan Castillo · 10 years ago
  51. 41099f4 Merge pull request #401 from sandrine-bailleux/sb/fix-sp804-bug-v2 by danh-arm · 10 years ago
  52. 5431287 Bug fix in the SP804 dual timer driver by Sandrine Bailleux · 10 years ago
  53. fd6007d Add a generic driver for ARM CCN IP by Achin Gupta · 10 years ago
  54. 883852c Separate CSS security setup from SOC security setup by Vikram Kanigiri · 10 years ago
  55. 0246297 Use uintptr_t as base address type in ARM driver APIs by Juan Castillo · 11 years ago
  56. 7d37aa1 TBB: add mbedTLS authentication related libraries by Juan Castillo · 10 years ago
  57. 05799ae TBB: add authentication framework by Juan Castillo · 10 years ago
  58. 16948ae Use numbers to identify images instead of names by Juan Castillo · 10 years ago
  59. cc58b2d Add SP804 delay timer driver by Ryan Harkin · 10 years ago
  60. 9055c7d Add a simple delay timer driver API by Ryan Harkin · 10 years ago
  61. de975e8 Merge pull request #305 from achingupta/ag/tf-issues#306 by Achin Gupta · 10 years ago
  62. c13b2e3 Driver for 16550 UART interface by Varun Wadekar · 10 years ago
  63. ca0225a Fix reporting of interrupt ID in ARM GIC driver by Achin Gupta · 10 years ago
  64. 71a8444 Add TZC function to configure region 0 by Dan Handley · 10 years ago
  65. 23e47ed Common driver for ARM Cache Coherent Interconnects by Vikram Kanigiri · 11 years ago
  66. e73f4ef Merge pull request #219 from jcastillo-arm/jc/tf-issues/253 by danh-arm · 11 years ago
  67. eb57fa5 Improvements to ARM GIC driver by Juan Castillo · 11 years ago
  68. 740134e Juno: Reserve some DDR-DRAM for secure use by Juan Castillo · 11 years ago
  69. 3279f62 Simplify interface to TZC-400 driver by Dan Handley · 11 years ago
  70. 935db69 Move IO storage source to drivers directory by Dan Handley · 11 years ago
  71. 6d16ce0 Remove redundant io_init() function by Dan Handley · 11 years ago
  72. cae3ef9 Remove platform dependency in CCI-400 driver by Dan Handley · 11 years ago
  73. dd2bdee Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 11 years ago
  74. d3280be Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 11 years ago
  75. 8c10690 Add CPUECTLR_EL1 and Snoop Control register to crash reporting by Soby Mathew · 11 years ago
  76. 462c835 Parametrize baudrate and UART clock during console_init() by Soby Mathew · 11 years ago
  77. fce5f75 Introduce asm console functions in TF by Soby Mathew · 11 years ago
  78. 1e8c5c4 Refactor fvp gic code to be a generic driver by Dan Handley · 11 years ago
  79. 5c3272a Make system register functions inline assembly by Andrew Thoelke · 11 years ago
  80. 5f0cdb0 Split platform.h into separate headers by Dan Handley · 11 years ago
  81. c6bc071 Remove extern keyword from function declarations by Dan Handley · 11 years ago
  82. 8545a87 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 11 years ago
  83. dcc1816 Introduce platform api to access an ARM GIC by Achin Gupta · 11 years ago
  84. e1333f7 Introduce interrupt registration framework in BL3-1 by Achin Gupta · 11 years ago
  85. 444281c Address issue 156: 64-bit addresses get truncated by Lin Ma · 11 years ago
  86. 31bce47 Remove unused 'PL011_BASE' macro by Sandrine Bailleux · 11 years ago
  87. 625de1d Remove variables from .data section by Dan Handley · 11 years ago
  88. 97043ac Reduce deep nesting of header files by Dan Handley · 11 years ago
  89. fb037bf Always use named structs in header files by Dan Handley · 11 years ago
  90. 8a4fb6f Refactor GIC header files by Dan Handley · 11 years ago
  91. 35e98e5 Make use of user/system includes more consistent by Dan Handley · 11 years ago
  92. e8246c0 Move FVP power driver to FVP platform by Dan Handley · 11 years ago
  93. 4ecca33 Move include and source files to logical locations by Dan Handley · 11 years ago