1. 21e3b04 dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args by Patrick Delaunay · Thu Sep 10 18:26:17 2020 +0200
  2. 646f8c6 fdtdec: optionally add property no-map to created reserved memory node by Etienne Carriere · Thu Sep 10 10:49:59 2020 +0200
  3. 8544716 core: improve of_match_ptr with OF_PLATDATA by Walter Lozano · Wed Jul 29 13:17:31 2020 -0300
  4. 594a7f0 Merge branch 'master' into next by Tom Rini · Mon Sep 21 14:25:37 2020 -0400
  5. dfba072 x86: edison: Move config SYS_MALLOC_LEN to Kconfig by Andy Shevchenko · Tue Sep 08 16:57:22 2020 +0300
  6. f5edc7a reset: Add IPQ40xx reset controller driver by Robert Marko · Thu Sep 10 16:00:02 2020 +0200
  7. 7478f9b4 Merge tag 'u-boot-imx-20200918' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Fri Sep 18 10:42:12 2020 -0400
  8. 5480b71 apalis_imx6: provide fdtfile in env instead of setting it in runtime by Igor Opaniuk · Mon Sep 14 11:01:12 2020 +0300
  9. 5ae7af5 colibri_imx6: provide fdtfile in env instead of setting it in runtime by Igor Opaniuk · Mon Sep 14 11:01:11 2020 +0300
  10. a692001 colibri_imx7: use preboot for fdtfile evaluation by Igor Opaniuk · Mon Sep 14 11:01:10 2020 +0300
  11. dd3b7b8 colibri_vf: use preboot for fdtfile evaluation by Igor Opaniuk · Mon Sep 14 11:01:09 2020 +0300
  12. 2993c4f colibri-imx6ull: use preboot for fdtfile evaluation by Igor Opaniuk · Mon Sep 14 11:01:08 2020 +0300
  13. d8e293b colibri_imx7: use splashcreen value instead of legacy function by Igor Opaniuk · Mon Sep 14 11:01:05 2020 +0300
  14. 12f97c7 colibri-imx6ull: use splashcreen value instead of legacy function by Igor Opaniuk · Mon Sep 14 11:01:04 2020 +0300
  15. 3c52107 mpc83xx, keymile boards: enable DM_ETH and add DTS by Heiko Schocher · Mon Feb 03 07:43:57 2020 +0100
  16. 3b07a13 powerpc, qe: add DTS support for parallel I/O ports by Heiko Schocher · Mon Feb 03 10:23:53 2020 +0100
  17. 7bb4010 include: phy: fix NULL pointer check in phy_write() by Thirupathaiah Annapureddy · Mon Aug 17 17:31:08 2020 -0700
  18. f2eb699 Merge tag 'ti-v2021.01-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · Tue Sep 15 15:22:00 2020 -0400
  19. 618ba9f arm: mach-omap2: am33xx: Add device structure for spi by Faiz Abbas · Mon Sep 14 12:11:15 2020 +0530
  20. 5a8141a am335x_evm: Allow booting from usb-storage device by Matwey V. Kornilov · Mon Aug 24 21:00:33 2020 +0300
  21. 0c925c4 ti: Use devtype=mmc instead of setenv devtype mmc by Matwey V. Kornilov · Mon Aug 24 21:00:32 2020 +0300
  22. 153e750 env: ti: j721e-evm: Update R5 SPL rproc env variables for J7200 by Suman Anna · Tue Aug 18 14:09:43 2020 -0500
  23. 5c8e933 env: ti: j721e-evm: Update rproc_fw_binaries env variable for J7200 by Suman Anna · Mon Aug 17 18:15:12 2020 -0500
  24. 72fd601 env: ti: j721e-evm: Limit scope of rproc env variables used by R5 SPL by Suman Anna · Mon Aug 17 16:57:36 2020 -0500
  25. a926416 configs: j721e_evm: Add Main R5FSS1 Core1 to default rproc boot list by Suman Anna · Mon Aug 17 16:57:35 2020 -0500
  26. f2d531f configs: j721e_evm.h: Add U-Boot image address for HyperFlash boot by Vignesh Raghavendra · Thu Aug 13 14:56:19 2020 +0530
  27. aa36870 dt-bindings: clock: import Qualcomm IPQ4019 bindings by Robert Marko · Tue Sep 01 19:22:54 2020 +0200
  28. 906ab4d cosmetic: aspeed: Modify for SPDX-License by Ryan Chen · Mon Aug 31 14:03:05 2020 +0800
  29. 1e4a5c1 clock:aspeed: Sync with Linux kernel clock header define by Ryan Chen · Mon Aug 31 14:03:04 2020 +0800
  30. 5e6c9f0 cosmetic: aspeed: ast2500: Rename clock header by Ryan Chen · Mon Aug 31 14:03:03 2020 +0800
  31. 79e3e02a cmd: broadcom: add command for chimp handshake by Bharat Kumar Reddy Gooty · Thu Aug 20 20:41:06 2020 +0530
  32. c30a59c cmd: broadcom: add bnxt boot command by Trac Hoang · Thu Aug 20 20:41:04 2020 +0530
  33. 26fd219 Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · Mon Sep 07 14:31:00 2020 -0400
  34. cc5bd26 efi: clean up efi command by Heinrich Schuchardt · Thu Aug 27 12:39:03 2020 +0200
  35. 21882dd fastboot: Add default fastboot_set_reboot_flag implementation by Roman Kovalivskyi · Tue Jul 28 23:35:34 2020 +0300
  36. b30b97b fastboot: Add support for 'reboot fastboot' command by Roman Kovalivskyi · Tue Jul 28 23:35:33 2020 +0300
  37. 1bb1342 fastboot: Extend fastboot_set_reboot_flag with reboot reason by Roman Kovalivskyi · Tue Jul 28 23:35:32 2020 +0300
  38. 8784b0b dfu: fix dfu tftp on sandbox by Heinrich Schuchardt · Wed Jul 22 17:46:02 2020 +0200
  39. 68801eb usb: ci_udc: Add function to remove usb device by Ye Li · Mon Jun 29 10:12:59 2020 +0800
  40. be30ec1 usb: gadget: Fix controller index in UMS by Ye Li · Mon Jun 29 10:12:26 2020 +0800
  41. 88f5f6d arm: mvebu: Espressobin: Define fdt_addr and kernel_addr env aliases by Pali Rohár · Thu Aug 27 15:01:27 2020 +0200
  42. 2f602ff arm: mvebu: Espressobin: Change default loadaddr by Pali Rohár · Thu Aug 27 15:01:26 2020 +0200
  43. 29f561b arm: mvebu: Espressobin: Move env load addresses by Pali Rohár · Thu Aug 27 15:01:25 2020 +0200
  44. bde9237 asm-generic/u-boot.h: Remove bi_memstart & bi_memsize from bd_info by Stefan Roese · Thu Aug 13 07:05:46 2020 +0200
  45. bbc8846 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · Wed Aug 12 11:55:46 2020 +0200
  46. 464ccf0 Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Tue Aug 25 23:12:43 2020 -0400
  47. 94694f5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Tue Aug 25 10:24:40 2020 -0400
  48. b4699fe Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Tue Aug 25 08:18:50 2020 -0400
  49. 724ff23 Merge branch '2020-08-24-misc-improvements' by Tom Rini · Mon Aug 24 20:24:21 2020 -0400
  50. 4d7cbe5 imx8m: config: convert to bootm_size by Grygorii Tertychnyi · Fri Aug 21 15:39:43 2020 +0200
  51. 4f28f69 ARM: imx6q_logic: Fix broken booting by moving fdt_addr_r address by Adam Ford · Thu Aug 20 08:56:49 2020 -0500
  52. a0916d3 arm: mx6: Make all i.MX6 SoCs user-selectable by Tom Rini · Tue Aug 18 07:43:50 2020 -0400
  53. d9e7246 arm: octeontx2: Add support for OcteonTX2 SoC platforms by Suneel Garapati · Sat Oct 19 18:47:37 2019 -0700
  54. addfabc arm: octeontx: Add support for OcteonTX SoC platforms by Suneel Garapati · Sat Oct 19 18:37:55 2019 -0700
  55. 5858ba8 pci: pci-uclass: Add VF BAR map support for Enhanced Allocation by Suneel Garapati · Sat Oct 19 16:34:16 2019 -0700
  56. 13822f7 pci: pci-uclass: Add support for Single-Root I/O Virtualization by Suneel Garapati · Sat Oct 19 16:07:20 2019 -0700
  57. 950864f pci: pci-uclass: Dynamically allocate the PCI regions by Stefan Roese · Thu Jul 23 16:34:10 2020 +0200
  58. 0a9ecc5 dm: core: Add API to read PCI bus-range property by Stefan Roese · Wed Aug 05 13:56:11 2020 +0200
  59. 78d0bea fdtdec: Add API to read pci bus-range property by Suneel Garapati · Sat Oct 19 15:19:35 2019 -0700
  60. e6761f2 clk: kendryte/pll.h: do not redefine nop() by Heinrich Schuchardt · Tue Jul 28 17:52:23 2020 +0200
  61. 93ba128 Merge tag 'efi-2020-10-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Mon Aug 24 17:28:18 2020 -0400
  62. b6618c4 xen: Code style conformity by Anastasiia Lukianenko · Fri Aug 21 12:10:04 2020 +0300
  63. ab386b3 board: xen: Remove unnecessary CONFIG_INITRD_TAG and CONFIG_CMDLINE_TAG by Anastasiia Lukianenko · Fri Aug 21 12:10:03 2020 +0300
  64. 688d03b board: xen: Remove CONFIG_CMD_RUN define and clean xenguest_arm64_defconfig by Anastasiia Lukianenko · Fri Aug 21 12:10:02 2020 +0300
  65. d31f724 board: xen: Remove unnecessary CONFIG_BOARD_EARLY_INIT_F define and board_early_init_f function by Anastasiia Lukianenko · Fri Aug 21 12:10:00 2020 +0300
  66. 9218a11 board: armltd: Add support for Total Compute platform by Usama Arif · Wed Aug 12 16:12:53 2020 +0100
  67. df348b0 avb: Make AVB independent of fastboot by Usama Arif · Tue Aug 11 15:46:03 2020 +0100
  68. 22c8e08 efi_loader: efi_dp_check_length() by Heinrich Schuchardt · Sun Aug 23 10:49:46 2020 +0200
  69. b314e4b include: kernel.h: define SSIZE_MAX by Heinrich Schuchardt · Sun Aug 23 09:54:44 2020 +0200
  70. b1a1827 efi_loader: remove empty comment line by Heinrich Schuchardt · Sat Aug 15 23:09:35 2020 +0200
  71. 7cb5151 Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · Mon Aug 24 09:06:02 2020 -0400
  72. c98b802 dm: test: clk: add the test for the ccf gated clock by Dario Binacchi · Mon Apr 13 14:36:26 2020 +0200
  73. cba0725 Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Sun Aug 23 16:06:38 2020 -0400
  74. 5b4c122 stdio: Tidy up the coding style by Simon Glass · Tue Aug 11 11:23:41 2020 -0600
  75. 16c6a1c stdio: Drop #ifdefs in the header file by Simon Glass · Tue Aug 11 11:23:38 2020 -0600
  76. 3d2a3dd Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig by Simon Glass · Tue Aug 11 11:23:36 2020 -0600
  77. 2d7a794 Convert CONFIG_SPLASH_SCREEN et al to Kconfig by Simon Glass · Tue Aug 11 11:23:35 2020 -0600
  78. a3dc6a4 Convert CONFIG_NETCONSOLE to Kconfig by Tom Rini · Sun Aug 23 13:06:36 2020 -0400
  79. a633f00 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · Mon Aug 03 22:17:35 2020 +0300
  80. 60a84af dm: fix ofnode_read_addr/size_cells() by Heinrich Schuchardt · Sat Jul 25 21:38:49 2020 +0200
  81. 98a7f50 Merge tag 'xilinx-for-v2020.10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Thu Aug 20 14:46:43 2020 -0400
  82. 1a7c058 clk: versal: Move pm_query_id out of clock driver by Michal Simek · Thu Jul 23 09:24:06 2020 +0200
  83. 3e25a77 xilinx: common: Get rid of fdt_high variable by Michal Simek · Wed Aug 12 12:04:50 2020 +0200
  84. 0768aeb xilinx: zynqmp: synchronize firmware call return payload by Ibai Erkiaga · Tue Aug 04 23:17:26 2020 +0100
  85. 07be504 xilinx: zynqmp: Enable DFU tftp support by Michal Simek · Wed Jul 15 14:20:34 2020 +0200
  86. 23bbbbf xilinx: Align dfu ram with booti command by Michal Simek · Wed Jul 15 15:43:52 2020 +0200
  87. d6c863a arm64: zynqmp: Reduce malloc memory for mini QSPI configuration by Ashok Reddy Soma · Mon Apr 06 07:58:32 2020 -0600
  88. 9d2cf07 lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest() by Michal Simek · Thu Jul 09 14:09:52 2020 +0200
  89. 4d040f5 arm: dts: mt7622: add SATA reset constants by Frank Wunderlich · Thu Aug 13 10:20:44 2020 +0200
  90. 96506c2 ARM: uniphier: rename include guard of include/configs/uniphier.h by Masahiro Yamada · Thu Jul 30 18:28:04 2020 +0900
  91. a7c05b1 Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Aug 15 09:01:01 2020 -0400
  92. 10fa536 board: xen: De-initialize before jumping to Linux by Oleksandr Andrushchenko · Thu Aug 06 12:43:00 2020 +0300
  93. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · Thu Aug 06 12:42:55 2020 +0300
  94. 3cc1dcc xen: Port Xen grant table driver from mini-os by Oleksandr Andrushchenko · Thu Aug 06 12:42:54 2020 +0300
  95. 4b72845 xen: Port Xen bus driver from mini-os by Oleksandr Andrushchenko · Thu Aug 06 12:42:53 2020 +0300
  96. 6e29ac4 lib: sscanf: add sscanf implementation by Andrii Anisov · Thu Aug 06 12:42:52 2020 +0300
  97. 0c09ade linux/compat.h: Add wait_event_timeout macro by Oleksandr Andrushchenko · Thu Aug 06 12:42:51 2020 +0300
  98. b22ce84 xen: Port Xen event channel driver from mini-os by Oleksandr Andrushchenko · Thu Aug 06 12:42:49 2020 +0300
  99. 2280d33 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · Thu Aug 06 12:42:48 2020 +0300
  100. 355d1e4 board: Introduce xenguest_arm64 board by Andrii Anisov · Thu Aug 06 12:42:47 2020 +0300