1. 8fba49b Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh into next by Tom Rini · 3 years, 4 months ago
  2. 296d5cf Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 3 years, 4 months ago
  3. 6d0453d Merge tag 'v2021.07-rc5' into next by Tom Rini · 3 years, 4 months ago
  4. 3ef4572 Prepare v2021.07-rc5 by Tom Rini · 3 years, 4 months ago
  5. 534f0fb arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=y by Kunihiko Hayashi · 3 years, 4 months ago
  6. 70e8066 smbios: Fix SMBIOS tables by Ilias Apalodimas · 3 years, 4 months ago
  7. ff19230 smbios: Fix BIOS Characteristics Extension Byte 2 by Ilias Apalodimas · 3 years, 5 months ago
  8. a86ed41 doc/usage: cmd-usage help file for askenv by Adarsh Babu Kalepalli · 3 years, 4 months ago
  9. 8c6532d smbios: convert function descriptions to Sphinx style by Heinrich Schuchardt · 3 years, 4 months ago
  10. 2b8723c efidebug: correct display of BootOrder by Heinrich Schuchardt · 3 years, 4 months ago
  11. 7891fe6 efi_loader: TPL_HIGH_LEVEL not allowed for CreateEvent by Heinrich Schuchardt · 3 years, 4 months ago
  12. 2bba780 configs: Resync with savedefconfig by Tom Rini · 3 years, 4 months ago
  13. 436978b arm64: dts: zynqmp: Add psgtr and phy entry for USB and SATA node by Piyush Mehta · 3 years, 4 months ago
  14. 53b2af1 net: xilinx: axi_emac: Add support for 10G/25G AXI ethernet by Ashok Reddy Soma · 3 years, 4 months ago
  15. 215f206 net: xilinx: axi_emac: Cleanup of of_to_plat() by Ashok Reddy Soma · 3 years, 4 months ago
  16. da1af52 serial: zynq: Add support for serial parameters by Kunihiko Hayashi · 3 years, 4 months ago
  17. 5e9d283 serial: Add additional depencies for PL010 and PL011 drivers by Michal Simek · 3 years, 4 months ago
  18. f6adec1 mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode by Pratyush Yadav · 3 years, 4 months ago
  19. ea9a22f mtd: spi-nor-core: Add support for Cypress Semper flash by Pratyush Yadav · 3 years, 4 months ago
  20. ee52b0b mtd: spi-nor-core: Add non-uniform erase for Spansion/Cypress by Takahiro Kuwano · 3 years, 4 months ago
  21. aba0bcd mtd: spi-nor-core: allow truncated erases by Pratyush Yadav · 3 years, 4 months ago
  22. 0be8ab1 mtd: spi-nor-core: Perform a Soft Reset on boot by Pratyush Yadav · 3 years, 4 months ago
  23. 575caf4 mtd: spi-nor-core: Perform a Soft Reset on shutdown by Pratyush Yadav · 3 years, 4 months ago
  24. a1122a3 mtd: spi-nor-core: Detect Soft Reset sequence support from BFPT by Pratyush Yadav · 3 years, 4 months ago
  25. b058f10 mtd: spi-nor-core: Do not make invalid quad enable fatal by Pratyush Yadav · 3 years, 4 months ago
  26. 6b808e0 mtd: spi-nor-core: Enable octal DTR mode when possible by Pratyush Yadav · 3 years, 4 months ago
  27. b862765 mtd: spi-nor-core: Prepare Read SR and FSR for Octal DTR mode by Pratyush Yadav · 3 years, 4 months ago
  28. 4d40e82 mtd: spi-nor-core: Parse xSPI Profile 1.0 table by Pratyush Yadav · 3 years, 4 months ago
  29. 9ec5ea0 mtd: spi-nor-core: Get command opcode extension type from BFPT by Pratyush Yadav · 3 years, 4 months ago
  30. 22ae535 mtd: spi-nor-core: prepare BFPT parsing for JESD216 rev D by Pratyush Yadav · 3 years, 4 months ago
  31. 95954f5 mtd: spi-nor-core: Add support for DTR protocol by Pratyush Yadav · 3 years, 4 months ago
  32. 6182d15 mtd: spi-nor-core: Do not set data direction when there is no data by Pratyush Yadav · 3 years, 4 months ago
  33. 71025f0 mtd: spi-nor-core: Rework hwcaps selection by Pratyush Yadav · 3 years, 4 months ago
  34. 8702188 mtd: spi-nor-core: Introduce flash-specific fixup hooks by Pratyush Yadav · 3 years, 4 months ago
  35. e2e31fa mtd: spi-nor-core: Move SFDP related declarations to top by Pratyush Yadav · 3 years, 4 months ago
  36. 18b0de0 mtd: spi-nor-core: Add a ->setup() hook by Pratyush Yadav · 3 years, 4 months ago
  37. 1af0334 mtd: spi-nor-core: Fix address width on flash chips > 16MB by Pratyush Yadav · 3 years, 4 months ago
  38. 38b0852 spi: cadence-qspi: Add support for octal DTR flashes by Pratyush Yadav · 3 years, 4 months ago
  39. a6903aa spi: cadence-qspi: Add a small delay before indirect writes by Pratyush Yadav · 3 years, 4 months ago
  40. bd8c8dc spi: cadence-qspi: Do not calibrate when device tree sets read delay by Pratyush Yadav · 3 years, 4 months ago
  41. 5752d6a spi: spi-mem: add spi_mem_dtr_supports_op() by Pratyush Yadav · 3 years, 4 months ago
  42. 2299076 spi: spi-mem: export spi_mem_default_supports_op() by Pratyush Yadav · 3 years, 4 months ago
  43. d15de62 spi: spi-mem: allow specifying a command's extension by Pratyush Yadav · 3 years, 4 months ago
  44. a1eb40b spi: spi-mem: allow specifying whether an op is DTR or not by Pratyush Yadav · 3 years, 4 months ago
  45. 4d8c21d Merge tag 'u-boot-imx-20210625' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 4 months ago
  46. 0d7066b spi: Add MXIC controller driver by Zhengxun · 3 years, 4 months ago
  47. 1b044fd Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 3 years, 4 months ago
  48. 0e1819f Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 4 months ago
  49. 4822114 usb: ehci-mx6: Do not fail when 'reg' is not found by Fabio Estevam · 3 years, 4 months ago
  50. ec326b9 usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6 by Fabio Estevam · 3 years, 4 months ago
  51. 12ef801 ARM: rmobile: beacon: Set CONFIG_RZ_G2 on Beacon boards by Adam Ford · 3 years, 4 months ago
  52. 0beaae2 ARM: rmobile: Add basic PSCI support for R8A779A0 V3U Falcon by Hai Pham · 4 years ago
  53. cdaa69c ARM: renesas: Add GICv3 initialization for V3U Falcon by Koji Matsuoka · 4 years, 3 months ago
  54. b349413 ARM: renesas: Add generic timer initialization for V3U Falcon by Koji Matsuoka · 4 years, 3 months ago
  55. 4cfdcf3 ARM: renesas: Add R8A779A0 V3U Falcon board code by Hai Pham · 4 years, 5 months ago
  56. 0f08fa4 ARM: renesas: Add R8A779A0 V3U platform code by Hai Pham · 4 years, 5 months ago
  57. ae3c0d4 ARM: dts: renesas: Add RPC node to R8A779A0 V3U by Marek Vasut · 3 years, 6 months ago
  58. b35fc0d ARM: dts: renesas: Add R8A779A0 V3U DT extras by Hai Pham · 4 years, 5 months ago
  59. 6232d0a ARM: dts: renesas: Add R8A779A0 V3U Falcon DTs by Marek Vasut · 3 years, 6 months ago
  60. b6ec11b ARM: dts: renesas: Add R8A779A0 V3U DTs and headers by Marek Vasut · 3 years, 6 months ago
  61. df8adad pinctrl: renesas: Import R8A779A0 V3U PFC tables by Marek Vasut · 3 years, 6 months ago
  62. e9c9e9c gpio: renesas: Handle R8A779A0 V3U INEN register by Marek Vasut · 3 years, 6 months ago
  63. b092f96 clk: renesas: Add R8A779A0 clock tables by Hai Pham · 4 years, 2 months ago
  64. 44c78aa clk: renesas: Handle R8A779A0 V3U clock types in Gen3 clock code by Marek Vasut · 3 years, 6 months ago
  65. 67edf25 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 3 years, 4 months ago
  66. e41a2bc cmd: mtd: expand <name> argument definition in command help by Marek Behún · 3 years, 5 months ago
  67. dcb9a80 mtd: compare also with OF path and device name in get_mtd_device_nm() by Marek Behún · 3 years, 5 months ago
  68. 0b6f907 cmd: mtd: print device OF path in listing by Marek Behún · 3 years, 5 months ago
  69. 3c58c79 mtd: probe SPI NOR devices in mtd_probe_devices() by Marek Behún · 3 years, 5 months ago
  70. 69e57c4 mtd: remove mtd_probe() function by Marek Behún · 3 years, 5 months ago
  71. 2d1a9a6 mtd: spi-nor: fill-in mtd->dev member by Marek Behún · 3 years, 5 months ago
  72. b7f0605 mtd: spi-nor: allow registering multiple MTDs when DM is enabled by Marek Behún · 3 years, 5 months ago
  73. dc339bf mtd: add support for parsing partitions defined in OF by Marek Behún · 3 years, 5 months ago
  74. 0e116be dm: core: add ofnode_get_path() by Marek Behún · 3 years, 5 months ago
  75. 31a7b71 dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · 3 years, 5 months ago
  76. b388af9 mtd: spinand: macronix: Add support for serial NAND flash by Jaime Liao · 3 years, 5 months ago
  77. fcf3981 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 3 years, 4 months ago
  78. c3a095d Merge tag 'mmc-2021-6-22' of https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 3 years, 4 months ago
  79. 6fc0a2f Merge branch '2021-06-22-assorted-fixes' by Tom Rini · 3 years, 4 months ago
  80. b2710fa test: Include /sbin to the PATH when creating file system by Andy Shevchenko · 3 years, 4 months ago
  81. af8e2d4 MAINTAINER, git-mailrc: Update the mmc maintainer by Jaehoon Chung · 3 years, 4 months ago
  82. 076c7bf global_data: Ensure we have <config.h> when symbols are not in Kconfig yet by Tom Rini · 3 years, 5 months ago
  83. 640e2cd socfpga64: Do not define CONFIG_SYS_MEM_RESERVE_SECURE to 0 by Tom Rini · 3 years, 5 months ago
  84. 8f0f26e Revert "powerpc: fix regression in arch_initr_trap()" by Tom Rini · 3 years, 5 months ago
  85. 8b95dea powerpc: Don't use relative include for config.h in global_data.h by Tom Rini · 3 years, 5 months ago
  86. 5ad9220 malloc: add SPDX license identifiers by Heinrich Schuchardt · 3 years, 5 months ago
  87. f68d5a6 MAINTAINERS: Add an entry for NVMe by Bin Meng · 3 years, 4 months ago
  88. bf2a283 doc: develop: Convert README.nvme to reST by Bin Meng · 3 years, 4 months ago
  89. 78d5f20 nvme: Don't clear nvme blk device's priv space by Bin Meng · 3 years, 4 months ago
  90. 757cc4b nvme: Drop useless members of 'struct nvme_ns' by Bin Meng · 3 years, 4 months ago
  91. 8c60d40 nvme: Eliminate the offset of one during block dev creation by Bin Meng · 3 years, 4 months ago
  92. 478f7fc nvme: Skip block device creation for inactive namespaces by Bin Meng · 3 years, 4 months ago
  93. 8434425 nvme: Move block dev creation from uclass post_probe() to driver probe() by Bin Meng · 3 years, 4 months ago
  94. c3e52c7 nvme: Remove the redundant aqa value setting by Wesley Sheng · 3 years, 4 months ago
  95. 859b33c nvme: Correct the prps per page calculation method by Wesley Sheng · 3 years, 4 months ago
  96. b12f623 nvme: fix for big endian systems by David Lamparter · 3 years, 6 months ago
  97. 6fbe06a x86: Discard .note.gnu.property sections by Bin Meng · 3 years, 4 months ago
  98. be2d1a8 spl: fit: Also record architecture in /fit-images by Michal Simek · 3 years, 5 months ago
  99. 3972ae6 arm64: zynqmp: Add missing year in Kria dts files by Michal Simek · 3 years, 4 months ago
  100. 9899f3e arm64: zynqmp: Add psgtr description to zc1751 dc1 board by Michal Simek · 3 years, 4 months ago