1. 22a8bf8 firmware: firmware-zynqmp: Add zynqmp_pm_set_gem_config api by T Karthik Reddy · 2 years, 8 months ago
  2. 259af93 firmware: zynqmp: Do not bind PD driver in SPL if disabled by Michal Simek · 2 years, 9 months ago
  3. 3d2a375 Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 9 months ago
  4. 87cdd35 firmware: zynqmp: Add support for set sd config and is function supported by Ashok Reddy Soma · 2 years, 9 months ago
  5. 4c4ec90 clk: scmi: register scmi clocks with CCF by Etienne Carriere · 2 years, 9 months ago
  6. bf1f132 firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 9 months ago
  7. 2f26c04 scmi: change parameter dev in devm_scmi_process_msg by Etienne Carriere · 2 years, 9 months ago
  8. 09665cb sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 9 months ago
  9. 4a4ac0d Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 9 months ago
  10. 07168c6 arm64: zynqmp: Add command for disabling loading other overlays by Michal Simek · 2 years, 11 months ago
  11. 783e74c xilinx: firmware: Introduce zynqmp_pmufw_node() for loading PMU fragments by Michal Simek · 2 years, 11 months ago
  12. 0fd9f36 power: zynqmp: Add power domain driver for ZynqMP by Michal Simek · 2 years, 10 months ago
  13. 7bee6e1 drivers: dma: Add support for J721S2 by David Huang · 2 years, 10 months ago
  14. 774c9af Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 10 months ago
  15. 0ce829f firmware: zynqmp: Do not report error if node is already configured by Michal Simek · 2 years, 11 months ago
  16. 957b248 firmware: zynqmp: Move loading message to debug by Michal Simek · 2 years, 11 months ago
  17. 58ba267 xilinx: firmware: Move dcache handling directly to pmufw load config by Michal Simek · 3 years ago
  18. 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · 3 years ago
  19. d4932bd firmware: scmi: Add OP-TEE transport by Etienne Carriere · 3 years, 1 month ago
  20. f694235 firmware: scmi: smccc transport: simplify probe sequence by Etienne Carriere · 3 years, 1 month ago
  21. 213d5cf firmware: scmi: smccc transport: use plat data, not priv data by Etienne Carriere · 3 years, 1 month ago
  22. 3119e27 firmware: scmi: mailbox transport: use plat data, not priv data by Etienne Carriere · 3 years, 1 month ago
  23. adbf0fc firmware: scmi: mailbox transport: fix probe failure implementation by Etienne Carriere · 3 years, 1 month ago
  24. 39d1eee firmware: scmi: add configs to select the supported agents by Patrick Delaunay · 3 years, 1 month ago
  25. ae655fb firmware: zynqmp: fix write to an uninitialised pointer in ipi_req() by Michal Simek · 3 years, 1 month ago
  26. 577385a firmware: zynqmp: Handle errors from ipi_req properly by Michal Simek · 3 years, 1 month ago
  27. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  28. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
  29. f92175c psci: Do not define do_poweroff() if CONFIG_SYSRESET_CMD_POWEROFF is enabled by Michal Simek · 3 years, 5 months ago
  30. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  31. aa0e3fc firmware: ti_sci: Add support for Resoure Management at R5 SPL stage. by Vignesh Raghavendra · 3 years, 6 months ago
  32. 4214a81 firmware: ti_sci: Implement GET_RANGE with static data by Vignesh Raghavendra · 3 years, 6 months ago
  33. 366df4e firmware: ti_sci: Update ti_sci_msg_req_reboot to include domain by Dave Gerlach · 3 years, 7 months ago
  34. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
  35. ecb99d0 psci: rename psci_features function by Igor Opaniuk · 3 years, 7 months ago
  36. a8a2b8a firmware: ti_sci: Update ti_sci_cmd_rm_udmap_tx_ch_cfg() API to the latest by Vignesh Raghavendra · 3 years, 7 months ago
  37. 2a28c6e dm: core: Add address translation in fdt_get_resource by Patrick Delaunay · 3 years, 8 months ago
  38. 3696c09 psci: add features/reset2 support by Igor Opaniuk · 3 years, 8 months ago
  39. 9aa75e1 scmi: translate the resource only when livetree is not activated by Patrick Delaunay · 3 years, 8 months ago
  40. ab5154f scmi: correctly configure MMU for SCMI buffer by Patrick Delaunay · 3 years, 9 months ago
  41. c83a843 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · 3 years, 9 months ago
  42. b8f15cd firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · 3 years, 9 months ago
  43. d68663a firmware: scmi: voltage regulator by Etienne Carriere · 3 years, 9 months ago
  44. d4c9f68 scmi: cosmetic: reorder include files by Patrick Delaunay · 3 years, 9 months ago
  45. 5dd84d4 scmi: define LOG_CATEGORY by Patrick Delaunay · 3 years, 9 months ago
  46. 2f7d3a1 scmi: Include device_compat.h by Patrick Delaunay · 3 years, 9 months ago
  47. 748cbaa firmware: smci: possible NULL dereference by Heinrich Schuchardt · 3 years, 10 months ago
  48. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  49. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  50. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
  51. f33d95b firmware: zynqmp: Swap addr_hi/low when PM_FPGA_LOAD is called by Michal Simek · 4 years, 2 months ago
  52. 31786fe firmware: scmi: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  53. 8b9b689 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · 4 years, 3 months ago
  54. c6e9af3 reset: add reset controller driver for SCMI agents by Etienne Carriere · 4 years, 3 months ago
  55. 2d94c08fa firmware: scmi: sandbox test for SCMI clocks by Etienne Carriere · 4 years, 3 months ago
  56. 78928e1 clk: add clock driver for SCMI agents by Etienne Carriere · 4 years, 3 months ago
  57. a26d0ec firmware: scmi: support Arm SMCCC transport by Etienne Carriere · 4 years, 3 months ago
  58. 2b41208 firmware: scmi: mailbox/smt agent device by Etienne Carriere · 4 years, 3 months ago
  59. 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · 4 years, 3 months ago
  60. 405dc24 firmware: ti_sci: Fix not calling dev_err with a device by Sean Anderson · 4 years, 2 months ago
  61. 3309308 xilinx: drivers: Use '_' instead of '-' in driver name by Michal Simek · 5 years ago
  62. 0acf1dc firmware: ti_sci: Drop unused structure ti_sci_rm_type_map by Lokesh Vutla · 4 years, 3 months ago
  63. 928d5ca firmware: ti_sci: drop the device ids to resource id translation table by Lokesh Vutla · 4 years, 3 months ago
  64. d180353 firmware: psci: Do not bind driver if U-Boot runs in EL3 by Michal Simek · 4 years, 4 months ago
  65. 22712ea xilinx: zynqmp: merge firmware calls for EL2 and EL3 by Ibai Erkiaga · 4 years, 4 months ago
  66. 2aa7fc6 psci: put psci_method in .data section if EFI_LOADER is not enabled by Yann Gautier · 4 years, 4 months ago
  67. 5f42112 firmware: zynqmp: Change panic logic in zynqmp_pmufw_load_config_object() by Michal Simek · 4 years, 7 months ago
  68. 52b72c1 firmware: PSCI: Fix PSCI support for OF live trees by Jon Hunter · 4 years, 5 months ago
  69. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  70. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  71. 6b9f010 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 7 months ago
  72. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  73. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  74. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  75. 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 8 months ago
  76. 0a41d4c firmware: zynqmp: Enable IPI code calling also in EL3 by Michal Simek · 4 years, 8 months ago
  77. b5981d6 firmware: tisci: Drop all deprecated messages by Lokesh Vutla · 4 years, 9 months ago
  78. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  79. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  80. 4f92535 firmware: Remove probe which is causing extra bind by Ashok Reddy Soma · 5 years ago
  81. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  82. 8ece072 firmware: zynqmp: Clean up zynqmp_power_probe by Michal Simek · 5 years ago
  83. 4ca6e95 firmware: zynqmp: Report error when xilinx_pm_request called from EL3 by Michal Simek · 5 years ago
  84. 4c3de37 arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request() by Michal Simek · 5 years ago
  85. 142fb5b arm64: versal: Rename versal_pm_request to xilinx_pm_request by Michal Simek · 5 years ago
  86. 81efd2a arm64: xilinx: Move firmware functions from platform to driver by Michal Simek · 5 years ago
  87. a95f0d9 arm64: zynqmp: Use mailbox driver for PMUFW config loading by Michal Simek · 5 years ago
  88. d9d98eb7 firmware: zynqmp: Separate function for sending message via mailbox by Michal Simek · 5 years ago
  89. c8a3efa firmware: zynqmp: create firmware header by Ibai Erkiaga · 5 years ago
  90. 99b2c28 firmware: zynqmp: get fw version with mailbox driver by Ibai Erkiaga · 5 years ago
  91. d47ed6f firmware: zynqmp: Add zynqmp-power support by Ibai Erkiaga · 5 years ago
  92. f7a7120 clk: versal: Add clock driver support by Siva Durga Prasad Paladugu · 5 years ago
  93. 833be32 zynqmp: firmware: Add Xilinx ZynqMP firmware driver by Rajan Vaja · 6 years ago
  94. e1164dd firmware: ti_sci: Parse all resource ranges even if some is not available by Vignesh Raghavendra · 5 years ago
  95. 97a81b6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga by Tom Rini · 5 years ago
  96. 0d0412a firmware: ti_sci: Add a command for releasing all exclusive devices by Lokesh Vutla · 5 years ago
  97. ca08cb3 firmware: ti_sci: Add processor shutdown API method by Andreas Dannenberg · 5 years ago
  98. f561300 firmware: ti_sci: Allow for device shared and exclusive requests by Lokesh Vutla · 5 years ago
  99. e5f741a spl: kconfig: separate sysreset and firmware drivers from misc by Simon Goldschmidt · 5 years ago
  100. 8928fbd firmware: ti_sci: Always request response from firmware by Andrew F. Davis · 6 years ago