1. fcaf1bd PIE: Use PC relative adrp/adr for symbol reference by Soby Mathew · Fri Oct 12 16:40:28 2018 +0100
  2. 078f1a4 Basic Makefile changes for PIE by Soby Mathew · Tue Aug 28 11:13:55 2018 +0100
  3. 12cdcd2 Add helper to return reference to a symbol by Soby Mathew · Fri Oct 12 16:26:20 2018 +0100
  4. 470edff Merge pull request #1647 from antonio-nino-diaz-arm/an/setup-xlat by Antonio Niño Díaz · Fri Oct 26 16:18:03 2018 +0200
  5. 344ff02 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · Fri Oct 19 16:44:18 2018 +0100
  6. 61aff00 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · Fri Oct 19 16:52:22 2018 +0100
  7. 789a2ce Merge pull request #1638 from chandnich/sgi575-update by Antonio Niño Díaz · Thu Oct 25 15:00:38 2018 +0200
  8. b91a67f Merge pull request #1636 from antonio-nino-diaz-arm/an/console by Antonio Niño Díaz · Thu Oct 25 11:54:57 2018 +0200
  9. 4d2ae3e Merge pull request #1640 from soby-mathew/sm/fin_con_reg by Antonio Niño Díaz · Thu Oct 25 11:54:22 2018 +0200
  10. 6b0968e Deprecate weak crash console functions by Antonio Nino Diaz · Wed Oct 17 16:49:26 2018 +0100
  11. a64b152 rockchip: Use common crash console functions by Antonio Nino Diaz · Tue Oct 16 16:39:12 2018 +0100
  12. 4bac045 Add sample crash console functions by Antonio Nino Diaz · Tue Oct 16 14:32:34 2018 +0100
  13. e55e85f plat/arm: Make crash console functions strong by Antonio Nino Diaz · Tue Oct 16 14:10:15 2018 +0100
  14. 1eb64a1 Add plat_crash_console_flush to platforms without it by Antonio Nino Diaz · Wed Oct 17 15:29:34 2018 +0100
  15. ea3c4de zynqmp: Remove dependency on arm_helpers.S by Antonio Nino Diaz · Wed Oct 17 16:46:41 2018 +0100
  16. ce129d3 Merge pull request #1637 from antonio-nino-diaz-arm/an/rpi3-dtb by Antonio Niño Díaz · Wed Oct 24 17:54:05 2018 +0200
  17. f96582a rpi3: Add mem reserve region to DTB if present by Antonio Nino Diaz · Fri Oct 19 00:57:16 2018 +0100
  18. 2113e25 Merge pull request #1643 from antonio-nino-diaz-arm/an/libfdt by Antonio Niño Díaz · Wed Oct 24 11:30:18 2018 +0200
  19. 6be60a7 Merge pull request #1639 from chandnich/scmi-update by Antonio Niño Díaz · Wed Oct 24 11:30:09 2018 +0200
  20. cdb5438 Merge pull request #1641 from jeenu-arm/ptrauth by Antonio Niño Díaz · Wed Oct 24 11:29:57 2018 +0200
  21. b2db96f libfdt: Import version v1.4.7 by Antonio Nino Diaz · Fri Oct 19 00:56:54 2018 +0100
  22. 59b59f0 libfdt: Remove current version by Antonio Nino Diaz · Fri Oct 19 00:56:46 2018 +0100
  23. 64344ef juno: Increase BL2 max size by Antonio Nino Diaz · Tue Oct 23 18:31:08 2018 +0100
  24. 12f0a0f libc: Integrate strrchr in libc by Antonio Nino Diaz · Fri Oct 19 00:57:10 2018 +0100
  25. 3aa06f0 libc: Import strrchr from FreeBSD by Antonio Nino Diaz · Fri Oct 19 00:57:01 2018 +0100
  26. 2b2d674 Merge pull request #1648 from jforissier/qemu-dt-1M by Antonio Niño Díaz · Tue Oct 23 18:11:52 2018 +0200
  27. ef16012 Merge pull request #1645 from antonio-nino-diaz-arm/an/fix-windows by Antonio Niño Díaz · Tue Oct 23 15:39:01 2018 +0200
  28. fc069ba Merge pull request #1634 from antonio-nino-diaz-arm/an/tzc by Antonio Niño Díaz · Tue Oct 23 15:05:31 2018 +0200
  29. 5f47579 tzc: Fix MISRA defects by Antonio Nino Diaz · Mon Oct 15 14:58:11 2018 +0100
  30. 58873ae Multi-console: Deprecate the `finish_console_register` macro by Soby Mathew · Wed Oct 10 16:03:09 2018 +0100
  31. ffd122b Makefile: Fix verbose builds on Windows by Antonio Nino Diaz · Fri Oct 19 15:44:30 2018 +0100
  32. 15ab24c qemu: increase PLAT_QEMU_DT_MAX_SIZE to 1 MiB by Jerome Forissier · Thu Oct 18 16:41:25 2018 +0200
  33. 61f3a7c plat/arm/scmi: introduce plat_css_get_scmi_info API by Chandni Cherukuri · Thu Oct 11 14:08:08 2018 +0530
  34. 33fcfee plat/arm/sgi: add system-id node in HW_CONFIG dts by Chandni Cherukuri · Fri Aug 17 11:23:46 2018 +0530
  35. 22a8fbc plat/arm/sgi: move fdts files to sgi575 board directory by Chandni Cherukuri · Tue Sep 04 14:46:49 2018 +0530
  36. a5d44ec plat/arm/sgi: remove unused code by Chandni Cherukuri · Tue Aug 14 15:25:34 2018 +0530
  37. a3f6613 plat/arm/sgi: reorganize platform macros by Chandni Cherukuri · Fri Aug 10 11:17:58 2018 +0530
  38. 0b9d9d1 Merge pull request #1632 from Yann-lms/stm32mp1_mmc by Soby Mathew · Thu Oct 18 10:44:53 2018 +0100
  39. e890878 Merge pull request #1582 from ldts/rcar_gen3/upstream by Soby Mathew · Thu Oct 18 09:54:55 2018 +0100
  40. 06f5827 Merge pull request #1553 from glneo/dcache-late-disable by Soby Mathew · Thu Oct 18 09:49:03 2018 +0100
  41. 35a631b Merge pull request #1629 from robertovargas-arm/hw-assisted-coherency-lock by Soby Mathew · Thu Oct 18 09:35:14 2018 +0100
  42. a22e97e Merge pull request #1631 from deepan02/deepak-arm/relocate-jump_if_cpu_midr by Soby Mathew · Thu Oct 18 09:34:20 2018 +0100
  43. 9775a99 Merge pull request #1628 from antonio-nino-diaz-arm/an/sharing by Soby Mathew · Thu Oct 18 09:20:04 2018 +0100
  44. 7c21e1c rcar_gen3: drivers: watchdog by Jorge Ramirez-Ortiz · Sun Sep 23 09:42:08 2018 +0200
  45. 1d75367 rcar_gen3: drivers: serial controller interface by Jorge Ramirez-Ortiz · Sun Sep 23 09:41:53 2018 +0200
  46. d26a722 rcar_gen3: drivers: spi multio bus controller by Jorge Ramirez-Ortiz · Sun Sep 23 09:41:39 2018 +0200
  47. 83b9d1a rcar_gen3: drivers: rom api by Jorge Ramirez-Ortiz · Sun Sep 23 09:41:21 2018 +0200
  48. 5ff5eee rcar_gen3: drivers: power controller by Jorge Ramirez-Ortiz · Sun Sep 23 09:41:10 2018 +0200
  49. f1751c0 rcar_gen3: drivers: console by Jorge Ramirez-Ortiz · Sun Sep 23 09:41:00 2018 +0200
  50. eaa63b4 rcar_gen3: drivers: io [emmc/mem] by Jorge Ramirez-Ortiz · Sun Sep 23 09:40:45 2018 +0200
  51. ab853b0 rcar_gen3: drivers: i2c dvfs by Jorge Ramirez-Ortiz · Sun Sep 23 09:40:26 2018 +0200
  52. 766263c rcar_gen3: drivers: emmc by Jorge Ramirez-Ortiz · Sun Sep 23 09:39:56 2018 +0200
  53. 6919d70 rcar_gen3: drivers: dma by Jorge Ramirez-Ortiz · Sun Sep 23 09:39:48 2018 +0200
  54. f7c14d5 rcar_gen3: drivers: micro delay generator by Jorge Ramirez-Ortiz · Sun Sep 23 09:39:37 2018 +0200
  55. 67650d2 rcar_gen3: drivers: cpld by Jorge Ramirez-Ortiz · Sun Sep 23 09:39:19 2018 +0200
  56. 268162f rcar_gen3: drivers: board identification by Jorge Ramirez-Ortiz · Sun Sep 23 09:39:11 2018 +0200
  57. e1868f9 rcar_gen3: drivers: avs [adaptive voltage scaling] by Jorge Ramirez-Ortiz · Sun Sep 23 09:38:56 2018 +0200
  58. 3f464d9 rcar_gen3: drivers: authentication by Jorge Ramirez-Ortiz · Sun Sep 23 09:38:24 2018 +0200
  59. 47503d2 rcar_gen3: drivers: staging by Jorge Ramirez-Ortiz · Sun Sep 23 09:36:52 2018 +0200
  60. bf084dc rcar-gen3: initial commit for the rcar-gen3 boards by Jorge Ramirez-Ortiz · Sun Sep 23 09:36:13 2018 +0200
  61. 7c461d7 ti: k3: common: Do not disable cache on TI K3 core powerdown by Andrew F. Davis · Fri Oct 12 15:37:04 2018 -0500
  62. 0099694 scmi: Optimize bakery locks when HW_ASSISTED_COHERENCY is enabled by Roberto Vargas · Mon Nov 13 13:41:58 2017 +0000
  63. cbad661 AArch64: Enable lower ELs to use pointer authentication by Jeenu Viswambharan · Wed Aug 15 14:29:29 2018 +0100
  64. b561536 plat/arm: relocate the jump_if_cpu_midr macro. by Deepak Pandey · Thu Oct 11 13:44:43 2018 +0530
  65. 8244e1d stm32mp1: update platform files to use MMC devices by Yann Gautier · Mon Oct 15 09:36:58 2018 +0200
  66. 9abbd6a stm32mp1: add an IO to read MMC devices by Yann Gautier · Mon Oct 15 09:36:44 2018 +0200
  67. eb16b47 stm32mp1: add an IO to read STM32IMAGE binaries by Yann Gautier · Mon Oct 15 09:36:32 2018 +0200
  68. f325df5 Add new defines for STM32MP1 platform by Yann Gautier · Mon Oct 15 09:36:21 2018 +0200
  69. 5380b0d stm32mp1: add sdmmc2 driver by Yann Gautier · Mon Oct 15 09:36:04 2018 +0200
  70. 687a7bc Merge pull request #1626 from Yann-lms/partition_verbose by Dimitris Papastamos · Fri Oct 12 17:45:56 2018 +0100
  71. e8fd444 Merge pull request #1627 from sandrine-bailleux-arm/sb/object-pool-allocator by Dimitris Papastamos · Fri Oct 12 17:45:31 2018 +0100
  72. b60160d Merge pull request #1630 from antonio-nino-diaz-arm/an/fix-console by Dimitris Papastamos · Fri Oct 12 17:45:09 2018 +0100
  73. 992c5ac pl011: cnds: cbmem: 16550: Fix comments by Antonio Nino Diaz · Mon Oct 08 13:26:48 2018 +0100
  74. 7edb26a Merge pull request #1615 from Andre-ARM/make_s by Soby Mathew · Fri Oct 12 14:39:50 2018 +0100
  75. e1ef432 Merge pull request #1606 from satheesbalya-arm/sb1_2603_misra_plat by Soby Mathew · Fri Oct 12 14:19:28 2018 +0100
  76. a7beaa5 Merge pull request #1622 from bryanodonoghue/master+imx7-mmc_fix by Soby Mathew · Fri Oct 12 14:17:59 2018 +0100
  77. 840ab1c Merge pull request #1624 from glneo/less-cache-flushing by Soby Mathew · Fri Oct 12 14:16:57 2018 +0100
  78. 30952cc plat/arm: Fix misra warnings in platform code by Sathees Balya · Thu Sep 27 14:41:02 2018 +0100
  79. 22099fd Introduce object pool allocator by Sandrine Bailleux · Fri Jun 01 14:17:08 2018 +0200
  80. b74e90d drivers: partition: correct compilation error in VERBOSE mode by Yann Gautier · Thu Oct 04 19:04:17 2018 +0200
  81. 2d060b2 Merge pull request #1625 from ldts/psci by Soby Mathew · Thu Oct 11 13:37:53 2018 +0100
  82. 48bfb54 plat/arm: Remove file arm_board_def.h by Antonio Nino Diaz · Thu Oct 11 13:02:34 2018 +0100
  83. 3e305ae Merge pull request #1621 from jts-arm/typos by Soby Mathew · Thu Oct 11 12:00:48 2018 +0100
  84. 0dc0653 Merge pull request #1619 from antonio-nino-diaz-arm/an/norflash by Soby Mathew · Thu Oct 11 11:59:37 2018 +0100
  85. 1821db2 psci: platform control of SYSTEM_SUSPEND entry by ldts · Thu Oct 11 08:40:32 2018 +0200
  86. cbc6826 plat/arm: Move board_css_common.c to juno folder by Antonio Nino Diaz · Wed Oct 10 11:02:34 2018 +0100
  87. b3c093f Merge pull request #1620 from deepan02/deepak-arm/move-reset-to-bl31 by Soby Mathew · Thu Oct 11 09:55:00 2018 +0100
  88. e6f28fa PSCI: Do not flush cache when unneeded by Andrew F. Davis · Thu Aug 30 12:13:57 2018 -0500
  89. 564f954 PSCI: Update comment on MMU disablement by Andrew F. Davis · Thu Aug 30 12:08:01 2018 -0500
  90. 2f3754b Merge pull request #1614 from MISL-EBU-System-SW/integration-fix by Soby Mathew · Wed Oct 10 14:00:34 2018 +0100
  91. a6bde8f Merge pull request #1612 from antonio-nino-diaz-arm/an/tools by Soby Mathew · Wed Oct 10 14:00:14 2018 +0100
  92. f63e067 Merge pull request #1607 from girishpathak/gp/346_sgm775_earlylog_fix_v2 by Soby Mathew · Wed Oct 10 13:59:47 2018 +0100
  93. 7d9d794 Merge pull request #1489 from teknoraver/master by Soby Mathew · Wed Oct 10 13:58:23 2018 +0100
  94. 39c0fd9 drivers: imx: mxc_usdhc: Do not set MMC_RSP_48 for MMC_RESPONSE_R2 by Bryan O'Donoghue · Wed Oct 10 12:08:33 2018 +0100
  95. f93256f Fix typos in changelog by John Tsichritzis · Fri Oct 05 14:16:26 2018 +0100
  96. 35006c4 docs: Clarify usage of LOG_LEVEL by John Tsichritzis · Fri Oct 05 12:02:29 2018 +0100
  97. d653d33 Replace S-EL3 references by EL3 by John Tsichritzis · Fri Sep 14 10:34:57 2018 +0100
  98. e75b9a5 Reorder log level macro definitions for clarity by John Tsichritzis · Fri Sep 07 14:42:09 2018 +0100
  99. 66dd23c plat/arm/css/sgm: Reorder early platform init by Girish Pathak · Tue Oct 02 15:18:34 2018 +0100
  100. a64e850 Merge pull request #1618 from satheesbalya-arm/sb1_2601_misra_smc_pwr by Soby Mathew · Wed Oct 10 11:35:28 2018 +0100