1. 0fcc1c7 armv8 SHA-256 using ARMv8 Crypto Extensions by Loic Poulain · 2 years, 5 months ago
  2. 9150470 lib: sha256: Add support for hardware specific sha256_process by Loic Poulain · 2 years, 5 months ago
  3. 084d8e6 armv8 SHA-1 using ARMv8 Crypto Extensions: by Loic Poulain · 2 years, 5 months ago
  4. 4e88352 sha1: Fix digest state size/type by Loic Poulain · 2 years, 5 months ago
  5. 8201b80 lib: sha1: Add support for hardware specific sha1_process by Loic Poulain · 2 years, 5 months ago
  6. c316ee6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 4 months ago
  7. 728a86e timer: Add SPL_REGMAP dependency for Xilinx timer by Michal Simek · 2 years, 4 months ago
  8. b5b8bad xilinx: Enable support for SquashFS by Michal Simek · 2 years, 4 months ago
  9. 036ef47 arm64: zynqmp: Move helper functions below header includes by Stefan Herbrechtsmeier · 2 years, 4 months ago
  10. d216254 tools: zynqmp_psu_init_minimize: Move helper functions below header includes by Stefan Herbrechtsmeier · 2 years, 4 months ago
  11. 4d8f2bb tools: zynqmp_psu_init_minimize: Use CR instead of LF by Stefan Herbrechtsmeier · 2 years, 4 months ago
  12. 2f799b4 tools: zynqmp_psu_init_minimize: Remove low level uart settings by Stefan Herbrechtsmeier · 2 years, 4 months ago
  13. f93c1c8 xilinx: zynqmp: make spi flash support optional by Stefan Herbrechtsmeier · 2 years, 4 months ago
  14. 86ceedd xilinx: common: Separate display cpu info function by Stefan Herbrechtsmeier · 2 years, 4 months ago
  15. 381ede9 xilinx: cpuinfo: Print soc machine by Stefan Herbrechtsmeier · 2 years, 4 months ago
  16. a1e618a soc: xilinx: zynqmp: Add machine identification support by Stefan Herbrechtsmeier · 2 years, 4 months ago
  17. 18fcb49 soc: xilinx: zynqmp: Remove redundant checks for zynqmp_mmio_read by Stefan Herbrechtsmeier · 2 years, 4 months ago
  18. d43d78e xilinx: zynqmp: Merge device lists by Stefan Herbrechtsmeier · 2 years, 4 months ago
  19. 71278c0 xilinx: zynqmp: Reuse shift macros to define masks by Stefan Herbrechtsmeier · 2 years, 4 months ago
  20. 9bc5a24 xilinx: zynqmp: Add macro for device type mask by Stefan Herbrechtsmeier · 2 years, 4 months ago
  21. bcf6f71 xilinx: zynqmp: Replace strncat with strlcat by Stefan Herbrechtsmeier · 2 years, 4 months ago
  22. f851be1 firmware: zynqmp: Probe driver before use by Stefan Herbrechtsmeier · 2 years, 4 months ago
  23. fe7090c firmware: zynqmp: Check if rx channel dev pointer is valid by Stefan Herbrechtsmeier · 2 years, 4 months ago
  24. a13e082 ARM: zynq: Fix size-cells for pl353 driver by Amit Kumar Mahapatra · 2 years, 4 months ago
  25. b8745e7 arm64: zynqmp: Fix usb node drive strength and slew rate by Ashok Reddy Soma · 2 years, 4 months ago
  26. aec051d microblaze: Remove interrupt handler by Michal Simek · 2 years, 4 months ago
  27. a36d867 microblaze: Convert axi timer to DM driver by Michal Simek · 2 years, 4 months ago
  28. 816226d cpu: add CPU driver for microblaze by Ovidiu Panait · 2 years, 5 months ago
  29. 9df16c5 microblaze: add support for handling PVR data by Ovidiu Panait · 2 years, 5 months ago
  30. 064057f microblaze: Kconfig: introduce XILINX_MICROBLAZE0_FPGA_FAMILY option by Ovidiu Panait · 2 years, 5 months ago
  31. 10f6508 microblaze: cache: introduce flush_dcache_range() by Ovidiu Panait · 2 years, 5 months ago
  32. 95b7a8f microblaze: cache: introduce cpuinfo structure by Ovidiu Panait · 2 years, 5 months ago
  33. b195134 microblaze: cache: introduce flush_cache_all() by Ovidiu Panait · 2 years, 5 months ago
  34. 84488fc microblaze: cache: introduce Kconfig options for icache/dcache sizes by Ovidiu Panait · 2 years, 5 months ago
  35. 73b8ee6 microblaze: cache: split flush_cache() function by Ovidiu Panait · 2 years, 5 months ago
  36. 8daf896 microblaze: cache: improve icache Kconfig options by Ovidiu Panait · 2 years, 5 months ago
  37. ef0a592 microblaze: cache: improve dcache Kconfig options by Ovidiu Panait · 2 years, 5 months ago
  38. 0ad71dc microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHE by Ovidiu Panait · 2 years, 5 months ago
  39. 130fae2 microblaze: start.S: remove unused code by Ovidiu Panait · 2 years, 5 months ago
  40. b391b91 cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 2 years, 5 months ago
  41. 15c924a cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS() by Ovidiu Panait · 2 years, 5 months ago
  42. d58c007 microblaze: Add support for run time relocation by Michal Simek · 2 years, 4 months ago
  43. 034944b tools: relocate-rela: Add support for 32bit Microblaze relocation by Michal Simek · 2 years, 4 months ago
  44. 30fb8d2 tools: relocate-rela: Add support for elf32 decoding by Michal Simek · 2 years, 4 months ago
  45. a1405d9 tools: relocate-rela: Check that relocation works only for EM_AARCH64 by Michal Simek · 2 years, 4 months ago
  46. 582ffb5 tools: relocate-rela: Extract elf64 reloc to special function by Michal Simek · 2 years, 4 months ago
  47. 07c052b microblaze: Create SYM_ADDR macro to deal with symbols by Michal Simek · 2 years, 4 months ago
  48. 81169ae microblaze: Add comment about reset location by Michal Simek · 2 years, 4 months ago
  49. b6fe10a microblaze: Remove _start symbol handling at U-Boot start by Michal Simek · 2 years, 4 months ago
  50. 986727c microblaze: Remove code around r20 in relocate_code() by Michal Simek · 2 years, 4 months ago
  51. 3041b51 microblaze: Optimize register usage in relocate_code by Michal Simek · 2 years, 4 months ago
  52. 532ad5f microblaze: Change stack protection address to new stack address by Michal Simek · 2 years, 4 months ago
  53. 1918c41 microblaze: Separate code end substraction by Michal Simek · 2 years, 4 months ago
  54. 10fd6d6 microblaze: Enable REMAKE_ELF by Michal Simek · 2 years, 4 months ago
  55. 89e81e6 mips: Move endianness selection to arch/Kconfig by Michal Simek · 2 years, 4 months ago
  56. d896e79 microblaze: Fix typo in exception.c by Michal Simek · 2 years, 4 months ago
  57. 65a4da9 microblaze: Remove CONFIG_TEXT_BASE from code by Michal Simek · 2 years, 4 months ago
  58. aa0799e microblaze: Fix early stack allocation by Michal Simek · 2 years, 4 months ago
  59. 16a1847 microblaze: Fix stack protection behavior by Michal Simek · 2 years, 4 months ago
  60. 7cf236c microblaze: Switch absolute branches to relative by Michal Simek · 2 years, 4 months ago
  61. 4c9e2d6 tools: relocate-rela: Read rela start/end directly from ELF by Michal Simek · 2 years, 4 months ago
  62. d8b0444 tools: relocate-rela: Use global variables by Michal Simek · 2 years, 4 months ago
  63. b956637 Makefile: Fix description for relocate-rela parameters by Michal Simek · 2 years, 4 months ago
  64. fe9d049 tools: relocate-rela: Open binary u-boot file later by Michal Simek · 2 years, 4 months ago
  65. 686c2bb arm64: zynqmp: Fix tps544/u3007 node description by Michal Simek · 2 years, 4 months ago
  66. 5f5979f arm64: zynqmp: Update tps53681 i2c address by Michal Simek · 2 years, 4 months ago
  67. 0b0d433 arm64: zynqmp: Fix i2c addresses for vck190 SC by Michal Simek · 2 years, 4 months ago
  68. 123462e pinctrl: zynqmp: Add support for output-enable and bias-high-impedance by Ashok Reddy Soma · 2 years, 4 months ago
  69. b611f7f arm64: zynqmp: Enable DP for kv260-revA board by Michal Simek · 2 years, 4 months ago
  70. ff5d906 xilinx: zynqmp: Do not use 0 as spl bss start address by Stefan Herbrechtsmeier · 2 years, 5 months ago
  71. baba22a arm64: zynqmp: Add support for kr260 revA/B boards by Michal Simek · 2 years, 5 months ago
  72. ad55d99 serial: Setup serial base and freq for zynq/zynqmp by Michal Simek · 2 years, 5 months ago
  73. 254f0c7 arm64: zynqmp: Add debug messages to bl2_plat_get_bl31_params() by Michal Simek · 2 years, 5 months ago
  74. 2eeceb4 arm64: versal: Add support to load an app at EL1 by Ashok Reddy Soma · 2 years, 6 months ago
  75. a110caa xilinx: Add CONFIG_DM_ETH_PHY config by T Karthik Reddy · 2 years, 5 months ago
  76. 8faeb02 net: xilinx: axi_emaclite: Use shared MDIO bus support for axi emaclite driver by T Karthik Reddy · 2 years, 5 months ago
  77. 935e362 net: xilinx: axi_emac: Use shared MDIO bus support for axi emac driver by T Karthik Reddy · 2 years, 5 months ago
  78. 31016a5 Merge branch '2022-06-23-scmi-optee-and-smccc-updates' into next by Tom Rini · 2 years, 4 months ago
  79. 3e00721 Merge branch '2022-06-23-fuzzing-and-asan-for-sandbox' into next by Tom Rini · 2 years, 4 months ago
  80. 53355bb drivers: rng: add smccc trng driver by Etienne Carriere · 2 years, 5 months ago
  81. 2fbe47b firmware: psci: bind arm smccc features when discovered by Etienne Carriere · 2 years, 5 months ago
  82. b1ff399 firmware: psci: reorder header files inclusion by Etienne Carriere · 2 years, 5 months ago
  83. f7f1240 smccc: define generic IDs for feature discovery by Etienne Carriere · 2 years, 5 months ago
  84. c08decd firmware: scmi: use multi channel in mailbox, optee and smccc agents by Etienne Carriere · 2 years, 5 months ago
  85. db59fef power: regulator: scmi: simplify scmi_voltd_set_enable() by Etienne Carriere · 2 years, 5 months ago
  86. ff33ed3 power: regulator: scmi: support SCMI multi-channel by Etienne Carriere · 2 years, 5 months ago
  87. f487a88 reset: scmi: support SCMI multi-channel by Etienne Carriere · 2 years, 5 months ago
  88. 38a905e clk: scmi: support SCMI multi-channel by Etienne Carriere · 2 years, 5 months ago
  89. 965d606 firmware: scmi: optee transport: implement multi-channel by Etienne Carriere · 2 years, 5 months ago
  90. 57b812f firmware: scmi: smccc transport: implement multi-channel by Etienne Carriere · 2 years, 5 months ago
  91. b5d32ea firmware: scmi: mailbox transport: implement multi-channel by Etienne Carriere · 2 years, 5 months ago
  92. 8e96801 firmware: scmi: add multi-channel support by Etienne Carriere · 2 years, 5 months ago
  93. 5a11df3 firmware: scmi: factorize scmi transport look up by Etienne Carriere · 2 years, 5 months ago
  94. 85dc582 firmware: scmi: prepare uclass to pass channel reference by Etienne Carriere · 2 years, 5 months ago
  95. 8bcb1b4 firmware: scmi: prepare scmi uclass API to multi-channel by Etienne Carriere · 2 years, 5 months ago
  96. 5d8eb4c firmware: scmi: optee: fix inline description of PTA_SCMI_CMD_GET_CHANNEL by Etienne Carriere · 2 years, 5 months ago
  97. 593eac9 firmware: scmi: optee: use TEE shared memory for SCMI messages by Etienne Carriere · 2 years, 5 months ago
  98. a73f3ba fuzz: virtio: Add fuzzer for vring by Andrew Scull · 2 years, 5 months ago
  99. 0518e7a sandbox: Implement fuzzing engine driver by Andrew Scull · 2 years, 5 months ago
  100. d9962b1 sandbox: Add libfuzzer integration by Andrew Scull · 2 years, 5 months ago