1. ab07ce5 xilinx: zynqmp: fix incorrect map not align with IPI HW by Ibai Erkiaga · 4 years, 4 months ago
  2. c318ecb xilinx: zynqmp: remove chip_id function by Ibai Erkiaga · 4 years, 4 months ago
  3. e91ca7c xilinx: zynqmp: get chip ID at EL3 by Ibai Erkiaga · 4 years, 4 months ago
  4. f44eda4 xilinx: zynqmp: get chip ID using firmware driver by Ibai Erkiaga · 4 years, 4 months ago
  5. 22712ea xilinx: zynqmp: merge firmware calls for EL2 and EL3 by Ibai Erkiaga · 4 years, 4 months ago
  6. 0768aeb xilinx: zynqmp: synchronize firmware call return payload by Ibai Erkiaga · 4 years, 4 months ago
  7. e40ae57 mmc: zynq: Fix default value for xlnx,mio-bank by Michal Simek · 4 years, 4 months ago
  8. 3b66264 xilinx: Fix xlnx,mio_bank property by Michal Simek · 4 years, 4 months ago
  9. 4f18f92 i2c: eeprom: Use reg property instead of offset and size by Michal Simek · 4 years, 6 months ago
  10. 07be504 xilinx: zynqmp: Enable DFU tftp support by Michal Simek · 4 years, 5 months ago
  11. 23bbbbf xilinx: Align dfu ram with booti command by Michal Simek · 4 years, 5 months ago
  12. d6c863a arm64: zynqmp: Reduce malloc memory for mini QSPI configuration by Ashok Reddy Soma · 4 years, 8 months ago
  13. 9134d4c xilinx: versal: Use lowest memory for U-Boot by Michal Simek · 4 years, 5 months ago
  14. 6dd9cfd lib: fdt: Convert fdtdes_setup_mem..() to livetree API by Michal Simek · 4 years, 5 months ago
  15. 9d2cf07 lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest() by Michal Simek · 4 years, 5 months ago
  16. 7fbe9be versal: fix versal PM ret payload size by Ibai Erkiaga · 4 years, 5 months ago
  17. afafd0a xilinx: versal: Add new versal loadpdi command by T Karthik Reddy · 4 years, 5 months ago
  18. e167bac arm64: zynqmp: Fix set_fdtfile() not to break u-boots DTB by Igor Lantsman · 4 years, 5 months ago
  19. 240691f xilinx: Enable preboot feature for ZynqMP and Versal by Michal Simek · 4 years, 3 months ago
  20. c28665d xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers by Michal Simek · 4 years, 4 months ago
  21. 8ba62d2 xilinx: Setup bootm variables by Michal Simek · 4 years, 5 months ago
  22. e92fc9d Merge tag 'uniphier-v2020.10-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier by Tom Rini · 4 years, 3 months ago
  23. 5e8f4ad ARM: dts: uniphier: resync DT with Linux 5.9-rc1 by Masahiro Yamada · 4 years, 4 months ago
  24. 4706656 ARM: uniphier: use FIELD_GET() to get access to revision register fields by Masahiro Yamada · 4 years, 4 months ago
  25. c3d2559 serial: uniphier: fix typo in comment by Masahiro Yamada · 4 years, 4 months ago
  26. e6eea83 ARM: uniphier: remove unneeded header inclusion from board_late_init.c by Masahiro Yamada · 4 years, 4 months ago
  27. 0a2c917 ARM: uniphier: remove unused uniphier_pin_init() by Masahiro Yamada · 4 years, 4 months ago
  28. 96506c2 ARM: uniphier: rename include guard of include/configs/uniphier.h by Masahiro Yamada · 4 years, 4 months ago
  29. a7c05b1 Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 4 months ago
  30. 8264ce0 Merge branch '2020-08-14-assorted-updates' by Tom Rini · 4 years, 4 months ago
  31. 550ad7c cmd: demo: Remove duplicated help message for list subcommand by Michal Simek · 4 years, 4 months ago
  32. e00c744 doc: xen: Add Xen guest ARM64 board documentation by Anastasiia Lukianenko · 4 years, 4 months ago
  33. 10fa536 board: xen: De-initialize before jumping to Linux by Oleksandr Andrushchenko · 4 years, 4 months ago
  34. ddf6e6a xen: pvblock: Print found devices indices by Anastasiia Lukianenko · 4 years, 4 months ago
  35. e855fbf xen: pvblock: Implement front-back protocol and do IO by Anastasiia Lukianenko · 4 years, 4 months ago
  36. 7ad05de xen: pvblock: Read XenStore configuration and initialize by Anastasiia Lukianenko · 4 years, 4 months ago
  37. 79d9f2a xen: pvblock: Enumerate virtual block devices by Anastasiia Lukianenko · 4 years, 4 months ago
  38. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 4 months ago
  39. 3cc1dcc xen: Port Xen grant table driver from mini-os by Oleksandr Andrushchenko · 4 years, 4 months ago
  40. 4b72845 xen: Port Xen bus driver from mini-os by Oleksandr Andrushchenko · 4 years, 4 months ago
  41. 6e29ac4 lib: sscanf: add sscanf implementation by Andrii Anisov · 4 years, 4 months ago
  42. 0c09ade linux/compat.h: Add wait_event_timeout macro by Oleksandr Andrushchenko · 4 years, 4 months ago
  43. 8162f8f serial: serial_xen: Add Xen PV serial driver by Peng Fan · 4 years, 4 months ago
  44. b22ce84 xen: Port Xen event channel driver from mini-os by Oleksandr Andrushchenko · 4 years, 4 months ago
  45. 2280d33 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · 4 years, 4 months ago
  46. 355d1e4 board: Introduce xenguest_arm64 board by Andrii Anisov · 4 years, 4 months ago
  47. a831f05 riscv: load addresses for Sipeed MAIX by Heinrich Schuchardt · 4 years, 4 months ago
  48. 7fd47cc xen: Add essential and required interface headers by Oleksandr Andrushchenko · 4 years, 4 months ago
  49. f08fa49 Kconfig: Introduce CONFIG_XEN by Peng Fan · 4 years, 4 months ago
  50. 7aed4fe Add MIT License by Anastasiia Lukianenko · 4 years, 4 months ago
  51. f5ae71f configs: evb-ast2500: Convert to OF_SEPARATE by Chia-Wei, Wang · 4 years, 4 months ago
  52. f09daef configs: evb-ast2500: Move BOOTCOMMAND from header to defconfig by Chia-Wei, Wang · 4 years, 4 months ago
  53. 17cacab include/configs: aspeed: Remove hardcoded variables by Chia-Wei, Wang · 4 years, 4 months ago
  54. 6553d85 cosmetic: aspeed: ast2500: Rename board file by Chia-Wei, Wang · 4 years, 4 months ago
  55. 2122210 aspeed: ast2500: Add lowlevel_init assembly by Chia-Wei, Wang · 4 years, 4 months ago
  56. 5c1e0a8 MAINTAINERS: Add maintainers for Aspeed SoCs by Chia-Wei, Wang · 4 years, 4 months ago
  57. d90ba42 drivers: pcie: add Broadcom IPROC PCIe RC driver by Srinath Mannam · 4 years, 7 months ago
  58. cdc7ed3 drivers: pci: add api to get dma regions by Rayagonda Kokatanur · 4 years, 7 months ago
  59. 41ebc63 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 4 months ago
  60. a59ffd3 test/py: efi_secboot: modify 'multiple signatures' test case by AKASHI Takahiro · 4 years, 4 months ago
  61. 1641180 efi_loader: signature: correct a behavior against multiple signatures by AKASHI Takahiro · 4 years, 4 months ago
  62. ad51fec common/board_f: make sure to call fix_fdt() before reserve_fdt() by Pragnesh Patel · 4 years, 4 months ago
  63. 77efe24 riscv: additional crash information by Heinrich Schuchardt · 4 years, 4 months ago
  64. 5dfa883 cmd: exception: unaligned data access on RISC-V by Heinrich Schuchardt · 4 years, 4 months ago
  65. b50c9a0 doc: riscv: debug UART for MAIX by Heinrich Schuchardt · 4 years, 4 months ago
  66. 8d3e08a doc: riscv: Update documentation for Sipeed MAIX boards by Heinrich Schuchardt · 4 years, 4 months ago
  67. 03de50e riscv: sifive: fu540: redundant initialization by Heinrich Schuchardt · 4 years, 4 months ago
  68. d2014d1 riscv: remove redundant logical constraint. by Heinrich Schuchardt · 4 years, 4 months ago
  69. 00d585a riscv: sifive/fu540: Move SPL related functions to spl.c by Bin Meng · 4 years, 4 months ago
  70. b11f41b riscv: sifive/fu540: Drop NET_RANDOM_ETHADDR by Bin Meng · 4 years, 4 months ago
  71. 6b15551 riscv: sifive/fu540: kconfig: Move FU540 driver related options to the SoC level by Bin Meng · 4 years, 4 months ago
  72. 2b2d9c4 riscv: sifive/fu540: spl: Rename soc_spl_init() by Bin Meng · 4 years, 4 months ago
  73. db283f7 riscv: sifive/fu540: spl: Drop our own version of board_init_f() by Bin Meng · 4 years, 4 months ago
  74. 63dcfcb riscv: Call spl_board_init_f() in the generic SPL board_init_f() by Bin Meng · 4 years, 4 months ago
  75. 2e0d94a efi_loader: variable: fix secure state initialization by AKASHI Takahiro · 4 years, 4 months ago
  76. 79f428e test/py: efi_secboot: add test for intermediate certificates by AKASHI Takahiro · 4 years, 4 months ago
  77. 6834fda test/py: efi_secboot: small rework for adding a new test by AKASHI Takahiro · 4 years, 4 months ago
  78. 14afd06 efi_loader: signature: rework for intermediate certificates support by AKASHI Takahiro · 4 years, 4 months ago
  79. 1bb6edf efi_loader: variable: keep temporary buffer during the authentication by AKASHI Takahiro · 4 years, 4 months ago
  80. e6ed835 cmd/efidebug: missing initialization of load_options by Heinrich Schuchardt · 4 years, 4 months ago
  81. e85d8ea Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 4 months ago
  82. 4ef8254 Merge tag 'u-boot-stm32-20200813' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 4 months ago
  83. 50ec50c arm: mvebu: armada-3720-turris-mox.dts: Fix dtc warning by Stefan Roese · 4 years, 4 months ago
  84. aaca3b4 arm: mvebu: armada-388-gp.dts: Fix dtc warnings by Stefan Roese · 4 years, 4 months ago
  85. 1439acb arm: mvebu: armada-xp-maxbcm.dts: Fix dtc warning by Stefan Roese · 4 years, 4 months ago
  86. add61f2 arm: mvebu: armada-xp-theadorable.dts: Fix dtc warning by Stefan Roese · 4 years, 4 months ago
  87. a8a67ed board: stm32mp1: use const for struct node_info by Patrick Delaunay · 4 years, 4 months ago
  88. 63b4287 board: stm32mp1: remove board.c by Patrick Delaunay · 4 years, 4 months ago
  89. b0a2a49 ARM: dts: stm32: Update eth1addr from EEPROM if eth1 present by Marek Vasut · 4 years, 4 months ago
  90. 7e51c3f ARM: stm32: Add fitImage its entry for 587-200 DHCOR SoM by Marek Vasut · 4 years, 4 months ago
  91. 060cb12 ARM: stm32: Add both PDK2 and DRC02 DT into DHCOM fitImage its by Marek Vasut · 4 years, 4 months ago
  92. 45326d8 ARM: dts: stm32: add FMC2 EBI support for stm32mp157c by Christophe Kerello · 4 years, 4 months ago
  93. c7ce571 configs: stm32mp: add CONFIG_STM32_FMC2_EBI by Christophe Kerello · 4 years, 4 months ago
  94. 15359e4 board: stm32mp1: update fdt fixup partitions table by Christophe Kerello · 4 years, 4 months ago
  95. 6276f86 mtd: rawnand: stm32_fmc2: get resources from parent node by Christophe Kerello · 4 years, 4 months ago
  96. a994a80 memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver by Christophe Kerello · 4 years, 4 months ago
  97. 9de081d mtd: rawnand: stm32_fmc2: use clrsetbits_le32 by Christophe Kerello · 4 years, 4 months ago
  98. f4aca87 mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macros by Christophe Kerello · 4 years, 4 months ago
  99. d1a2587 mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where relevant by Christophe Kerello · 4 years, 4 months ago
  100. 92693e3 mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_5S for timeouts by Christophe Kerello · 4 years, 4 months ago