1. a83af08 Merge pull request #639 from danh-arm/dh/import-libfdt by danh-arm · 8 years ago
  2. 335d33f Merge pull request #645 from sandrine-bailleux-arm/sb/improve-load-image-comments by danh-arm · 8 years ago
  3. 8eaf46e Update comments in load_image() by Sandrine Bailleux · 8 years ago
  4. 9ea2e25 Merge pull request #644 from sandrine-bailleux-arm/sb/rm-outdated-comment by danh-arm · 8 years ago
  5. 910f6be Merge pull request #641 from antonio-nino-diaz-arm/an/fvp-set-nv-ctr by danh-arm · 8 years ago
  6. 290f6a3 Merge pull request #640 from sandrine-bailleux-arm/sb/fix-syntax-error by danh-arm · 8 years ago
  7. 780b1a0 Merge pull request #637 from yatharth-arm/yk/genfw-1134 by danh-arm · 8 years ago
  8. a913dee Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regs by danh-arm · 8 years ago
  9. a8ef665 Fix a syntax error by Sandrine Bailleux · 8 years ago
  10. fc0c645 Minor libfdt changes to enable TF integration by Dan Handley · 8 years ago
  11. 32f2130 Import libfdt v1.4.1 by Dan Handley · 8 years ago
  12. 3a35571 Exclude more files from checkpatch and checkcodebase by Dan Handley · 8 years ago
  13. d7b59e4 Move stdlib header files to include/lib/stdlib by Dan Handley · 8 years ago
  14. 9d602fe Implement plat_set_nv_ctr for FVP platforms by Antonio Nino Diaz · 8 years ago
  15. d75d2ba Build option to include AArch32 registers in cpu context by Soby Mathew · 8 years ago
  16. c2a11c6 xlat lib: Remove out-dated comment by Sandrine Bailleux · 8 years ago
  17. 63af687 Add support for ARM Cortex-A73 MPCore Processor by Yatharth Kochar · 8 years ago
  18. cb87e89 Merge pull request #632 from rockchip-linux/support-for-gpio-driver-v2 by danh-arm · 8 years ago
  19. fd0d03f Merge pull request #634 from sandrine-bailleux-arm/sb/exception-vectors by danh-arm · 8 years ago
  20. b809e0a Merge pull request #633 from soby-mathew/sm/psci_wfi_hook by danh-arm · 8 years ago
  21. ccad97f Merge pull request #627 from soby-mathew/sm/fvp_ccn502_sup_1 by danh-arm · 8 years ago
  22. d1b9d2d rockchip: support system off function for rk3399 by Caesar Wang · 8 years ago
  23. a5dc64d rockchip: support reset SoC through gpio for rk3399 by Caesar Wang · 8 years ago
  24. 3e3c5b0 rockchip: add reset or power off gpio configuration for rk3399 by Caesar Wang · 8 years ago
  25. 038f6aa rockchip: support rk3399 gpio driver by Caesar Wang · 8 years ago
  26. 8abdf1c gpio: support gpio set/get pull status by Caesar Wang · 8 years ago
  27. 618ba99 Fill exception vectors with zero bytes by Sandrine Bailleux · 8 years ago
  28. 9e6ad6c Introduce some helper macros for exception vectors by Sandrine Bailleux · 8 years ago
  29. 6a81641 PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_ops by Soby Mathew · 8 years ago
  30. 7356b1e Add CCN support to FVP platform port by Soby Mathew · 8 years ago
  31. 095b9bc CCN: Add API to query the PART0 ID from CCN by Soby Mathew · 8 years ago
  32. 15ff4bc Merge pull request #625 from antonio-nino-diaz-arm/an/delay-timer-v2 by danh-arm · 8 years ago
  33. 2361fcc Replace Rockchip delay timer by generic one by Antonio Nino Diaz · 8 years ago
  34. 02a09af Replace MediaTek delay timer by generic one by Antonio Nino Diaz · 8 years ago
  35. 664adb6 Replace SP804 timer by generic delay timer on FVP by Antonio Nino Diaz · 8 years ago
  36. bcd79b2 Implement generic delay timer by Antonio Nino Diaz · 8 years ago
  37. e82e29c Implement plat_get_syscnt_freq2 on platforms by Antonio Nino Diaz · 8 years ago
  38. 391a76e Add 32 bit version of plat_get_syscnt_freq by Antonio Nino Diaz · 8 years ago
  39. a8f1a03 Merge pull request #622 from mtk09422/hw-crypt-v3 by danh-arm · 8 years ago
  40. eee2980 MT8173: Add Sip function for MTK HW crypt driver by developer · 8 years ago
  41. 73b982f mt8173: Reorganize plat SiP functions by developer · 8 years ago
  42. 7eede19 Merge pull request #619 from sandrine-bailleux-arm/sb/rockchip-assertions by danh-arm · 8 years ago
  43. bd1a374 Rockchip: Add some debug assertions in the PMU driver by Sandrine Bailleux · 8 years ago
  44. a7016e5 Merge pull request #618 from rockchip-linux/fixes-for-suspend/resume by danh-arm · 8 years ago
  45. e285a43 Merge pull request #617 from leon-chen-mtk/refactor_common_1 by danh-arm · 8 years ago
  46. 59e41b5 rockchip: support the suspend/resume for rk3399 by Caesar Wang · 8 years ago
  47. c6012a2 Merge pull request #614 from soby-mathew/sm/rem_fvp_ve_memmap by danh-arm · 8 years ago
  48. 14f3fe3 Refactor MediaTek platform common code by developer · 8 years ago
  49. b6f3b1f Change the default driver to GICv3 in FVP by Soby Mathew · 8 years ago
  50. cf022c5 Remove support for legacy VE memory map in FVP by Soby Mathew · 8 years ago
  51. 54ef839 Merge pull request #597 from hzhuang1/emmc_v3.2 by danh-arm · 8 years ago
  52. fffe9e7 drivers: add emmc stack by Haojian Zhuang · 8 years ago
  53. 3cbb948 Document: add MAX_IO_BLOCK_DEVICES platform macro by Haojian Zhuang · 8 years ago
  54. 12ade16 IO: support block device type by Haojian Zhuang · 8 years ago
  55. 07986ca Merge pull request #612 from sandrine-bailleux-arm/sb/fix-xlat-lib-path by danh-arm · 8 years ago
  56. 3ae400d Merge pull request #610 from bjackman/bj/fip-create-exit-code by danh-arm · 8 years ago
  57. d4017a4 Merge pull request #611 from sandrine-bailleux-arm/sb/fix-init_xlation_table_inner by danh-arm · 8 years ago
  58. 35a93df Doc: Fix the path to the xlat lib by Sandrine Bailleux · 8 years ago
  59. db13d1f fip_create: Fix exit status for missing output filename by Brendan Jackman · 8 years ago
  60. 4ba6b0b Fix computation of L1 bitmask in the translation table lib by Sandrine Bailleux · 8 years ago
  61. c476155 Merge pull request #605 from yatharth-arm/yk/sys_counter_fix by danh-arm · 8 years ago
  62. 0b49fb7 Conditionally compile `plat_get_syscnt_freq()` in ARM standard platforms by Yatharth Kochar · 8 years ago
  63. aebddea Merge pull request #604 from sandrine-bailleux-arm/sb/validate-psci_cpu_on_start-args by danh-arm · 8 years ago
  64. 34187dd Merge pull request #602 from rockchip-linux/fixes-for-coreboot_v1 by danh-arm · 8 years ago
  65. 15e219f Merge pull request #603 from yatharth-arm/yk/sys_counter by danh-arm · 8 years ago
  66. 7497bff Remove unused argument in psci_cpu_on_start() by Sandrine Bailleux · 8 years ago
  67. 6181acb Validate psci_cpu_on_start() arguments by Sandrine Bailleux · 8 years ago
  68. 5a7131e rockchip: fixes for the required by Caesar Wang · 8 years ago
  69. b4444e3 Merge pull request #601 from sandrine-bailleux-arm/sb/a57-errata-workarounds by danh-arm · 8 years ago
  70. 8c34138 Merge pull request #598 from antonio-nino-diaz-arm/an/xlat-overlap by danh-arm · 8 years ago
  71. 3c0087a Move `plat_get_syscnt_freq()` to arm_common.c by Yatharth Kochar · 8 years ago
  72. f2a579a Doc: Add links to the A53/A57 Errata Notice documents by Sandrine Bailleux · 8 years ago
  73. 143ef1a Add support for Cortex-A57 erratum 833471 workaround by Sandrine Bailleux · 8 years ago
  74. adcbd55 Add support for Cortex-A57 erratum 826977 workaround by Sandrine Bailleux · 8 years ago
  75. 48cbe85 Add support for Cortex-A57 erratum 829520 workaround by Sandrine Bailleux · 8 years ago
  76. c11116f Add support for Cortex-A57 erratum 828024 workaround by Sandrine Bailleux · 8 years ago
  77. 466036c Merge pull request #594 from jcastillo-arm/jc/user-guide by danh-arm · 8 years ago
  78. a7e0c53 Add support for Cortex-A57 erratum 826974 workaround by Sandrine Bailleux · 8 years ago
  79. afa8a78 Fix wording in cpu-ops.mk comments by Sandrine Bailleux · 8 years ago
  80. b2b79e8 Merge pull request #595 from sandrine-bailleux-arm/sb/unoptimised-build by danh-arm · 8 years ago
  81. b5e7f77 Limit support for region overlaps in xlat_tables by Antonio Nino Diaz · 8 years ago
  82. 37f6978 Merge pull request #549 from ljerry/tf_issue_373 by danh-arm · 8 years ago
  83. 2c7ed5b Dump platform-defined regs in crash reporting by Gerald Lejeune · 9 years ago
  84. 37a12df Fix build error with optimizations disabled (-O0) by Sandrine Bailleux · 8 years ago
  85. f5fdbcc Give user's compiler flags precedence over default ones by Sandrine Bailleux · 8 years ago
  86. 39f24d4 Update User Guide and move up to Linaro 16.02 by Juan Castillo · 8 years ago
  87. ca1d876 Merge pull request #593 from mtk09422/mtcmos-fix by danh-arm · 8 years ago
  88. 6604125 Merge pull request #591 from soby-mathew/sm/xlat_common by danh-arm · 8 years ago
  89. 0746c4b mt8173: Fix timing issue of mfg mtcmos power off by developer · 8 years ago
  90. cc037c1 Migrate platform ports to the new xlat_tables library by Soby Mathew · 8 years ago
  91. 44170c4 Refactor the xlat_tables library code by Soby Mathew · 8 years ago
  92. f4c1c8a Merge pull request #590 from yatharth-arm/yk/tzc400 by danh-arm · 8 years ago
  93. fc71975 Use unsigned long long instead of uintptr_t in TZC400/DMC500 drivers by Yatharth Kochar · 8 years ago
  94. 5ebe79b Merge pull request #589 from soby-mathew/sm/fix_rk_build_err by danh-arm · 8 years ago
  95. 940f41b Fix build error in Rockchip platform by Soby Mathew · 8 years ago
  96. ff67f40 Merge pull request #579 from ashutoshksingh/master by danh-arm · 8 years ago
  97. 6fa4d52 Merge pull request #569 from Xilinx/zynqmp-v1 by danh-arm · 8 years ago
  98. d63370d Merge pull request #588 from antonio-nino-diaz-arm/an/ignore-check-md by danh-arm · 8 years ago
  99. dc0b9c8 Remove markdown files from coding style check by Antonio Nino Diaz · 8 years ago
  100. 34466f9 Fix list of paths to perform coding style check on by Antonio Nino Diaz · 8 years ago