1. 4d2ae3e Merge pull request #1640 from soby-mathew/sm/fin_con_reg by Antonio Niño Díaz · 6 years ago
  2. 6b0968e Deprecate weak crash console functions by Antonio Nino Diaz · 6 years ago
  3. a64b152 rockchip: Use common crash console functions by Antonio Nino Diaz · 6 years ago
  4. 4bac045 Add sample crash console functions by Antonio Nino Diaz · 6 years ago
  5. e55e85f plat/arm: Make crash console functions strong by Antonio Nino Diaz · 6 years ago
  6. 1eb64a1 Add plat_crash_console_flush to platforms without it by Antonio Nino Diaz · 6 years ago
  7. ea3c4de zynqmp: Remove dependency on arm_helpers.S by Antonio Nino Diaz · 6 years ago
  8. ce129d3 Merge pull request #1637 from antonio-nino-diaz-arm/an/rpi3-dtb by Antonio Niño Díaz · 6 years ago
  9. f96582a rpi3: Add mem reserve region to DTB if present by Antonio Nino Diaz · 6 years ago
  10. 2113e25 Merge pull request #1643 from antonio-nino-diaz-arm/an/libfdt by Antonio Niño Díaz · 6 years ago
  11. 6be60a7 Merge pull request #1639 from chandnich/scmi-update by Antonio Niño Díaz · 6 years ago
  12. cdb5438 Merge pull request #1641 from jeenu-arm/ptrauth by Antonio Niño Díaz · 6 years ago
  13. b4ddd30 docs: stm32mp1: complete compilation and flashing steps by Yann Gautier · 6 years ago
  14. b2db96f libfdt: Import version v1.4.7 by Antonio Nino Diaz · 6 years ago
  15. 59b59f0 libfdt: Remove current version by Antonio Nino Diaz · 6 years ago
  16. 64344ef juno: Increase BL2 max size by Antonio Nino Diaz · 6 years ago
  17. 12f0a0f libc: Integrate strrchr in libc by Antonio Nino Diaz · 6 years ago
  18. 3aa06f0 libc: Import strrchr from FreeBSD by Antonio Nino Diaz · 6 years ago
  19. 2b2d674 Merge pull request #1648 from jforissier/qemu-dt-1M by Antonio Niño Díaz · 6 years ago
  20. ef16012 Merge pull request #1645 from antonio-nino-diaz-arm/an/fix-windows by Antonio Niño Díaz · 6 years ago
  21. fc069ba Merge pull request #1634 from antonio-nino-diaz-arm/an/tzc by Antonio Niño Díaz · 6 years ago
  22. 5f47579 tzc: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  23. ee4fa95 drivers: marvell Add support for Armada-37xx UART by Konstantin Porotchkin · 6 years ago
  24. ede192d drivers: marvell Add Armada-37xx COMPHY driver by Konstantin Porotchkin · 6 years ago
  25. 6ff50d5 tools: Move doimage to marvell folder for future add-ons by Konstantin Porotchkin · 6 years ago
  26. 6d0b81b allwinner: Use the arisc to turn off ARM cores by Andre Przywara · 6 years ago
  27. 9b49072 allwinner: Prepare for executing code on the management processor by Andre Przywara · 6 years ago
  28. 0f164bb allwinner: PMIC: AXP803: Delay activation of DC1SW switch by Andre Przywara · 6 years ago
  29. e28d4ce allwinner: PMIC: AXP803: Setup basic voltage rails by Andre Przywara · 6 years ago
  30. 6ec3dd5 allwinner: Scan AXP803 FDT node to setup initial power rails by Andre Przywara · 6 years ago
  31. 4e4b1e6 allwinner: Pass FDT address to sunxi_pmic_setup() by Andre Przywara · 6 years ago
  32. ea5fa47 allwinner: Find DTB in BL33 image by Andre Przywara · 6 years ago
  33. 7f3c079 allwinner: A64: Add AXP803 PMIC support to power off the board by Andre Przywara · 6 years ago
  34. 6753776 allwinner: H6: Factor out I2C platform setup by Andre Przywara · 6 years ago
  35. 10d69c7 allwinner: Add RSB driver by Andre Przywara · 7 years ago
  36. 74f7a95 allwinner: H5: Implement power down for H5 reference design boards by Andre Przywara · 6 years ago
  37. 435464d allwinner: Introduce GPIO helper function by Andre Przywara · 6 years ago
  38. 456208a allwinner: Export sunxi_private.h by Andre Przywara · 6 years ago
  39. a920a77 allwinner: A64/H5: Add basic and generic shutdown method by Andre Przywara · 6 years ago
  40. 3464e3f allwinner: Pass SoC ID to sunxi_pmic_setup() by Andre Przywara · 6 years ago
  41. 78dca1f allwinner: Introduce names for SoC IDs by Andre Przywara · 6 years ago
  42. 24b3a1e allwinner: H6: Fix SRAM size by Andre Przywara · 6 years ago
  43. 647a2e1 allwinner: Disable USE_COHERENT_MEM by Andre Przywara · 6 years ago
  44. b3fddff allwinner: Adjust memory mapping to fit into 256MB by Andre Przywara · 6 years ago
  45. 452b2b6 allwinner: Unify platform.mk files by Andre Przywara · 6 years ago
  46. 58873ae Multi-console: Deprecate the `finish_console_register` macro by Soby Mathew · 6 years ago
  47. ffd122b Makefile: Fix verbose builds on Windows by Antonio Nino Diaz · 6 years ago
  48. 15ab24c qemu: increase PLAT_QEMU_DT_MAX_SIZE to 1 MiB by Jerome Forissier · 6 years ago
  49. 61f3a7c plat/arm/scmi: introduce plat_css_get_scmi_info API by Chandni Cherukuri · 6 years ago
  50. 33fcfee plat/arm/sgi: add system-id node in HW_CONFIG dts by Chandni Cherukuri · 6 years ago
  51. 22a8fbc plat/arm/sgi: move fdts files to sgi575 board directory by Chandni Cherukuri · 6 years ago
  52. a5d44ec plat/arm/sgi: remove unused code by Chandni Cherukuri · 6 years ago
  53. a3f6613 plat/arm/sgi: reorganize platform macros by Chandni Cherukuri · 6 years ago
  54. 0b9d9d1 Merge pull request #1632 from Yann-lms/stm32mp1_mmc by Soby Mathew · 6 years ago
  55. 2ed16f5 mvebu: cp110: introduce COMPHY porting layer by Grzegorz Jaszczyk · 6 years ago
  56. 5640bf3 plat: marvell: Fix the wrong include protector by Konstantin Porotchkin · 6 years ago
  57. ff5e1e8 lib/mmio: Add mmio_clrsetbits_16 inline function by Konstantin Porotchkin · 6 years ago
  58. e890878 Merge pull request #1582 from ldts/rcar_gen3/upstream by Soby Mathew · 6 years ago
  59. 06f5827 Merge pull request #1553 from glneo/dcache-late-disable by Soby Mathew · 6 years ago
  60. 35a631b Merge pull request #1629 from robertovargas-arm/hw-assisted-coherency-lock by Soby Mathew · 6 years ago
  61. a22e97e Merge pull request #1631 from deepan02/deepak-arm/relocate-jump_if_cpu_midr by Soby Mathew · 6 years ago
  62. 9775a99 Merge pull request #1628 from antonio-nino-diaz-arm/an/sharing by Soby Mathew · 6 years ago
  63. 7c21e1c rcar_gen3: drivers: watchdog by Jorge Ramirez-Ortiz · 6 years ago
  64. 1d75367 rcar_gen3: drivers: serial controller interface by Jorge Ramirez-Ortiz · 6 years ago
  65. d26a722 rcar_gen3: drivers: spi multio bus controller by Jorge Ramirez-Ortiz · 6 years ago
  66. 83b9d1a rcar_gen3: drivers: rom api by Jorge Ramirez-Ortiz · 6 years ago
  67. 5ff5eee rcar_gen3: drivers: power controller by Jorge Ramirez-Ortiz · 6 years ago
  68. f1751c0 rcar_gen3: drivers: console by Jorge Ramirez-Ortiz · 6 years ago
  69. eaa63b4 rcar_gen3: drivers: io [emmc/mem] by Jorge Ramirez-Ortiz · 6 years ago
  70. ab853b0 rcar_gen3: drivers: i2c dvfs by Jorge Ramirez-Ortiz · 6 years ago
  71. 766263c rcar_gen3: drivers: emmc by Jorge Ramirez-Ortiz · 6 years ago
  72. 6919d70 rcar_gen3: drivers: dma by Jorge Ramirez-Ortiz · 6 years ago
  73. f7c14d5 rcar_gen3: drivers: micro delay generator by Jorge Ramirez-Ortiz · 6 years ago
  74. 67650d2 rcar_gen3: drivers: cpld by Jorge Ramirez-Ortiz · 6 years ago
  75. 268162f rcar_gen3: drivers: board identification by Jorge Ramirez-Ortiz · 6 years ago
  76. e1868f9 rcar_gen3: drivers: avs [adaptive voltage scaling] by Jorge Ramirez-Ortiz · 6 years ago
  77. 3f464d9 rcar_gen3: drivers: authentication by Jorge Ramirez-Ortiz · 6 years ago
  78. 47503d2 rcar_gen3: drivers: staging by Jorge Ramirez-Ortiz · 6 years ago
  79. bf084dc rcar-gen3: initial commit for the rcar-gen3 boards by Jorge Ramirez-Ortiz · 6 years ago
  80. 7c461d7 ti: k3: common: Do not disable cache on TI K3 core powerdown by Andrew F. Davis · 6 years ago
  81. 0099694 scmi: Optimize bakery locks when HW_ASSISTED_COHERENCY is enabled by Roberto Vargas · 7 years ago
  82. cbad661 AArch64: Enable lower ELs to use pointer authentication by Jeenu Viswambharan · 6 years ago
  83. b561536 plat/arm: relocate the jump_if_cpu_midr macro. by Deepak Pandey · 6 years ago
  84. 8244e1d stm32mp1: update platform files to use MMC devices by Yann Gautier · 6 years ago
  85. 9abbd6a stm32mp1: add an IO to read MMC devices by Yann Gautier · 6 years ago
  86. eb16b47 stm32mp1: add an IO to read STM32IMAGE binaries by Yann Gautier · 6 years ago
  87. f325df5 Add new defines for STM32MP1 platform by Yann Gautier · 6 years ago
  88. 5380b0d stm32mp1: add sdmmc2 driver by Yann Gautier · 6 years ago
  89. 687a7bc Merge pull request #1626 from Yann-lms/partition_verbose by Dimitris Papastamos · 6 years ago
  90. e8fd444 Merge pull request #1627 from sandrine-bailleux-arm/sb/object-pool-allocator by Dimitris Papastamos · 6 years ago
  91. b60160d Merge pull request #1630 from antonio-nino-diaz-arm/an/fix-console by Dimitris Papastamos · 6 years ago
  92. 992c5ac pl011: cnds: cbmem: 16550: Fix comments by Antonio Nino Diaz · 6 years ago
  93. 7edb26a Merge pull request #1615 from Andre-ARM/make_s by Soby Mathew · 6 years ago
  94. e1ef432 Merge pull request #1606 from satheesbalya-arm/sb1_2603_misra_plat by Soby Mathew · 6 years ago
  95. a7beaa5 Merge pull request #1622 from bryanodonoghue/master+imx7-mmc_fix by Soby Mathew · 6 years ago
  96. 840ab1c Merge pull request #1624 from glneo/less-cache-flushing by Soby Mathew · 6 years ago
  97. 30952cc plat/arm: Fix misra warnings in platform code by Sathees Balya · 6 years ago
  98. 22099fd Introduce object pool allocator by Sandrine Bailleux · 6 years ago
  99. b74e90d drivers: partition: correct compilation error in VERBOSE mode by Yann Gautier · 6 years ago
  100. 2d060b2 Merge pull request #1625 from ldts/psci by Soby Mathew · 6 years ago