1. c182182 test: log: Convert log_test from python to C by Sean Anderson · Tue Oct 27 19:55:27 2020 -0400
  2. d503212 log: Add filter flag to deny on match by Sean Anderson · Tue Oct 27 19:55:26 2020 -0400
  3. 8c41018 log: Add function to create a filter with flags by Sean Anderson · Tue Oct 27 19:55:25 2020 -0400
  4. cc4960d log: Expose some helper functions by Sean Anderson · Tue Oct 27 19:55:24 2020 -0400
  5. e1eb6ca log: Fix incorrect documentation of log_filter.cat_list by Sean Anderson · Tue Oct 27 19:55:21 2020 -0400
  6. 3065113 env: split env_import_redund() into 2 functions by Heiko Schocher · Sat Oct 10 10:28:04 2020 +0200
  7. 5b13c34 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Thu Oct 29 11:30:15 2020 -0400
  8. 9a2cdfc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Thu Oct 29 09:10:24 2020 -0400
  9. 5fe3f41 mmc: zynq_sdhci: Add common function to set input/output tapdelays by Ashok Reddy Soma · Fri Oct 23 04:59:04 2020 -0600
  10. 0c1b557 dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · Fri Oct 16 16:16:31 2020 +0530
  11. f4f9056 drivers: Add a new framework for multiplexer devices by Jean-Jacques Hiblot · Fri Oct 16 16:16:30 2020 +0530
  12. 0fc9f4f log: allow for message continuation by Heinrich Schuchardt · Sat Oct 17 14:31:58 2020 +0200
  13. fdf5599 log: move processing_msg to global data by Heinrich Schuchardt · Sat Oct 17 14:31:57 2020 +0200
  14. 0afdfe3 mmc: Define timing macro's by Ashok Reddy Soma · Fri Oct 23 04:58:58 2020 -0600
  15. 61e0df9 Revert "mmc: zynq: parse dt when probing" by Ashok Reddy Soma · Fri Oct 23 04:58:57 2020 -0600
  16. e75b09f xilinx: Remove additional newline in config files by Michal Simek · Thu Oct 22 10:37:00 2020 +0200
  17. 38e828e xilinx: zynq: Change types from u32 to uint32_t by Michal Simek · Thu Oct 22 10:59:08 2020 +0200
  18. 92a8862 dm: core: Add support for getting node from aliases by Michal Simek · Tue Jul 28 12:51:08 2020 +0200
  19. 59aadc5 dt-bindings: arm64: versal: Add clk and power headers by Michal Simek · Mon Apr 08 13:43:51 2019 +0200
  20. e539c26 microblaze: Add support for distro boot by T Karthik Reddy · Tue Sep 22 05:18:55 2020 -0600
  21. a3627ee microblaze: trivial code fixes by T Karthik Reddy · Tue Sep 22 05:18:52 2020 -0600
  22. e6dbb8b microblaze: start.S: Use board_init_f_alloc/init in early init by Ovidiu Panait · Thu Sep 24 11:54:37 2020 +0300
  23. 3d471a1 eb_cpu5282: fix CONFIG_DM_VIDEO build warnings by Anatolij Gustschin · Sun Oct 18 20:32:35 2020 +0200
  24. a1a2a22 power: regulator: add dummy helper by Peng Fan · Thu Oct 15 18:06:48 2020 +0800
  25. 603f146 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · Fri Oct 23 09:19:12 2020 -0400
  26. 08df128 Revert "xen: add definitions for console_io" by Tom Rini · Fri Oct 23 09:16:01 2020 -0400
  27. 36ba764 board: kontron: add sl28 support by Michael Walle · Thu Oct 15 23:08:57 2020 +0200
  28. 1333e90 pci: add a few ARI related defines by Laurentiu Tudor · Thu Sep 10 12:42:18 2020 +0300
  29. b1f9d2c rtc: move pcf8563 to Kconfig by Heiko Schocher · Fri Oct 16 10:41:46 2020 +0200
  30. 5181e58 xen: add definitions for console_io by AKASHI Takahiro · Thu Oct 15 13:25:15 2020 +0900
  31. acc7836 reset: ast2500: Use SCU for reset control by Chia-Wei, Wang · Thu Oct 15 10:25:13 2020 +0800
  32. 361843d gpio: fix gpio_request_by_name() description by Dario Binacchi · Sun Oct 11 14:25:47 2020 +0200
  33. 8ef373b dm: core: improve uclass_get_device_by_phandle_id() description by Dario Binacchi · Sun Oct 11 14:25:46 2020 +0200
  34. 3a0f386 km/common: change ubicopy variable by Holger Brunck · Fri Oct 09 17:21:33 2020 +0200
  35. c7c7169 km: adapt defines and variables for new memory layout by Holger Brunck · Fri Oct 09 17:21:32 2020 +0200
  36. ae1c957 lib: print_freq() should output kHz not KHz by Heinrich Schuchardt · Thu Oct 08 22:23:23 2020 +0200
  37. 7216252 km: fix license string and compatible strings by Holger Brunck · Thu Oct 08 12:27:22 2020 +0200
  38. 947fc2d timer: Return count from timer_ops.get_count by Sean Anderson · Wed Oct 07 14:37:44 2020 -0400
  39. b710965 doc: Document timer API by Sean Anderson · Wed Oct 07 14:37:43 2020 -0400
  40. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · Wed Oct 07 18:11:48 2020 +0200
  41. 9f1622f cosmetic: image: Fix comments and the order of definitions by Naoki Hayama · Wed Oct 07 11:22:24 2020 +0900
  42. d7e8291 image: Add a function to modify category information by Naoki Hayama · Wed Oct 07 11:21:25 2020 +0900
  43. 31120e1 log: Add missing category names by Simon Glass · Sun Sep 27 18:46:13 2020 -0600
  44. 2fe7735 Merge tag 'efi-2021-01-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Wed Oct 21 19:13:05 2020 -0400
  45. fb2dca3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Tue Oct 20 08:02:53 2020 -0400
  46. 45369b0 arm: dts: r8a774c0: Import DTS from Linux 5.9 by Lad Prabhakar · Fri Oct 16 08:37:13 2020 +0100
  47. b758158 usb: common: add define of usb_speed_string() by developer · Wed Oct 14 15:08:28 2020 +0800
  48. 64bb6ce usb: add USB_SPEED_SUPER_PLUS by developer · Wed Oct 14 15:08:27 2020 +0800
  49. d47430a net: add a define for the number of packets received as batch by Patrick Wildt · Wed Oct 07 11:03:30 2020 +0200
  50. 784624c Merge tag 'u-boot-atmel-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · Mon Oct 19 09:29:05 2020 -0400
  51. 0927213 board: atmel: sam9x60ek: add SYS_MALLOC_F_LEN to SYS_INIT_SP_ADDR by Claudiu Beznea · Wed Oct 07 18:17:07 2020 +0300
  52. b1f1763 configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs by Patrick Delaunay · Mon Sep 28 11:30:16 2020 +0200
  53. c47fe77 configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigs by Patrick Delaunay · Mon Sep 28 11:30:15 2020 +0200
  54. 5d0e2ab configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigs by Patrick Delaunay · Mon Sep 28 11:30:14 2020 +0200
  55. c73372f video: dw-mipi-dsi: permit configuring the escape clock rate by Neil Armstrong · Fri Oct 02 11:16:09 2020 +0200
  56. a61f0e5 video: dw-mipi-dsi: driver-specific configuration of phy timings by Neil Armstrong · Fri Oct 02 11:16:08 2020 +0200
  57. c3c748e dm: Don't undefine dev_xxx macros by Sean Anderson · Sun Oct 04 21:39:57 2020 -0400
  58. 9a80624 linux/compat.h: Remove redefinition of dev_xxx macros by Sean Anderson · Sun Oct 04 21:39:56 2020 -0400
  59. 53a55a1 Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Thu Oct 15 08:20:42 2020 -0400
  60. b8cc28a configs: smdkv310: get rid of unused EXYNOS4_DEFAULT_UART_OFFSET by Andre Heider · Thu Sep 17 08:52:03 2020 +0200
  61. 698793b treewide: configs: fold CONFIG_DEFAULT_CONSOLE by Andre Heider · Thu Sep 17 08:52:01 2020 +0200
  62. 6c4e087 treewide: configs: get rid of unused CONFIG_DEFAULT_CONSOLE by Andre Heider · Thu Sep 17 08:52:00 2020 +0200
  63. 344a33b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Wed Oct 14 13:51:56 2020 -0400
  64. 50d9286 global_data.h: add Sphinx documentation by Heinrich Schuchardt · Mon Oct 05 08:30:09 2020 +0200
  65. 1e5c4fe global_data.h: convert GD_FLG_* to enum by Heinrich Schuchardt · Mon Oct 05 08:30:08 2020 +0200
  66. 25828e9 bootm: add {arch,board}_preboot_os() to bootm.h by Heinrich Schuchardt · Tue Sep 15 01:58:11 2020 +0200
  67. cdd6a6d cmd: Fixup DT to pass PStore Ramoops parameters by Frédéric Danis · Fri Mar 20 10:59:24 2020 +0100
  68. 081d401 mmc: fsl_esdhc: add ADMA2 support by Michael Walle · Mon Oct 12 10:07:14 2020 +0200
  69. e4d6685 arm: mvebu: Remove old comments from configs/mvebu_armada-37xx.h file by Pali Rohár · Mon Oct 05 12:17:15 2020 +0200
  70. 64d67c4 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · Thu Sep 17 15:01:46 2020 +0200
  71. 8dcfee9 Merge branch 'for-next' of https://github.com/lftan/u-boot by Tom Rini · Mon Oct 12 07:55:17 2020 -0400
  72. 554c624 Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Oct 12 07:26:57 2020 -0400
  73. 02016c6 mmc: sdhci: move the ADMA2 table handling into own module by Michael Walle · Wed Sep 23 12:42:51 2020 +0200
  74. 8f9ace1 mmc: fsl_esdhc: support eMMC HS400 mode by Yangbo Lu · Tue Sep 01 16:58:05 2020 +0800
  75. 5347aea mmc: add a mmc_hs400_prepare_ddr() interface by Yangbo Lu · Tue Sep 01 16:58:04 2020 +0800
  76. 3ed53ac mmc: add a hs400_tuning flag by Yangbo Lu · Tue Sep 01 16:58:03 2020 +0800
  77. 73da9c8 mmc: fsl_esdhc: support tuning for eMMC HS200 by Yangbo Lu · Tue Sep 01 16:58:01 2020 +0800
  78. c46f5d7 mmc: add a reinit() API by Yangbo Lu · Tue Sep 01 16:57:59 2020 +0800
  79. 360eb46 configs: am65x_evm: Use DEFAULT_LINUX_BOOT_ENV and remove overlayaddr by Nishanth Menon · Wed Oct 07 21:48:01 2020 -0500
  80. a78fbbb configs: j721e_evm: Get rid of overlayaddr by Nishanth Menon · Wed Oct 07 21:48:00 2020 -0500
  81. 008d37a env: ti: ufs: Use dtboaddr instead of overlayaddr by Nishanth Menon · Wed Oct 07 21:47:59 2020 -0500
  82. 3aa3408 configs: j721e_evm: Use DEFAULT_LINUX_BOOT_ENV by Nishanth Menon · Wed Oct 07 21:47:58 2020 -0500
  83. 35e8298 net: Expose some errors generated in net_init by Sean Anderson · Sat Sep 12 17:45:43 2020 -0400
  84. 133350a log: Add a way to enable/disable a log device by Simon Glass · Sat Sep 12 12:28:49 2020 -0600
  85. 885cf5f log: Add a flag to enable log drivers by Simon Glass · Sat Sep 12 12:28:47 2020 -0600
  86. 9c83cac log: Allow LOG_DEBUG to always enable log output by Simon Glass · Sat Sep 12 11:13:34 2020 -0600
  87. 1419245 fpga: altera: Rename Stratix10 FPGA to Intel FPGA SDM Mailbox by Chee Hong Ang · Fri Aug 07 11:50:03 2020 +0800
  88. 8583705 qemu-arm: Remove need to specify flash banks by Andre Przywara · Wed Sep 30 17:39:16 2020 +0100
  89. 087dfce pinctrl: Add support for Kendryte K210 FPIOA by Sean Anderson · Mon Sep 14 11:01:58 2020 -0400
  90. 3438e3b test: pinmux: Add test for pin muxing by Sean Anderson · Mon Sep 14 11:01:57 2020 -0400
  91. abe2a6b pinctrl: Reformat documentation in dm/pinctrl.h by Sean Anderson · Mon Sep 14 11:01:56 2020 -0400
  92. 319ca70 pinctrl: Add pinmux property support to pinctrl-generic by Sean Anderson · Mon Sep 14 11:01:55 2020 -0400
  93. 2013b66 Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · Wed Oct 07 17:25:25 2020 -0400
  94. f70df7f mips: octeon: octeon_common.h: Increase CONFIG_SYS_BOOTM_LEN by Stefan Roese · Thu Aug 20 07:22:04 2020 +0200
  95. 82ba278 mips: octeon: octeon_ebb7304: Add DDR4 support by Stefan Roese · Wed Sep 02 08:29:10 2020 +0200
  96. bd81c5b Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm by Tom Rini · Tue Oct 06 13:59:01 2020 -0400
  97. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · Fri Sep 25 09:41:14 2020 +0200
  98. 04fcfe7 dm: update test on of_offset in ofnode_valid by Patrick Delaunay · Thu Sep 24 17:26:20 2020 +0200
  99. c14df8b dm: ofnode: Fix compile breakage with OF_CHECKS enabled by Stefan Roese · Wed Sep 23 08:23:27 2020 +0200
  100. f98fd60 bloblist: Fix up a few comments by Simon Glass · Sat Sep 19 18:49:30 2020 -0600