1. dc01e2a miiphy.h: Remove CONFIG_DM_xxx guards by Tom Rini · Tue Jan 18 13:38:00 2022 -0500
  2. d93aa99 ARM: dts: sync Actions Semi S700 DT from Linux v5.16-rc3 by Amit Singh Tomar · Thu Dec 02 23:53:28 2021 +0530
  3. b98e8a2 lib: add BLAKE2 hash support by Qu Wenruo · Mon Dec 27 14:12:07 2021 +0800
  4. 7dbb021 common: board_r: move init_addr_map() to init.h by Ovidiu Panait · Sat Jan 01 19:13:29 2022 +0200
  5. af061f0 common: board_r: drop initr_kgdb wrapper by Ovidiu Panait · Sat Jan 01 19:13:27 2022 +0200
  6. 3b75487 common: remove bedbug debugger support by Ovidiu Panait · Sat Jan 01 19:13:26 2022 +0200
  7. b75f324 Merge branch '2022-01-15-TI-platform-updates' by Tom Rini · Mon Jan 17 11:24:43 2022 -0500
  8. d7d071f Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · Mon Jan 17 08:35:11 2022 -0500
  9. 4d79772 board: ti: am335x: Choose CPSW or PRUSS configuration based on jumper setting by Amjad Ouled-Ameur · Fri Oct 29 16:08:17 2021 +0200
  10. 9c87899 net: fsl: Fix busy flag polling register by Markus Koch · Tue Jan 11 19:22:54 2022 +0100
  11. 11147e0 net: phy: add TI DP83869HM ethernet driver by Dominic Rath · Wed Dec 22 08:57:46 2021 +0100
  12. 9668b87 Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Jan 15 07:39:09 2022 -0500
  13. 50f3142 efi: Tidy up some comments in efi header by Simon Glass · Tue Jan 04 03:51:18 2022 -0700
  14. ba04253 efi: Support the efi command in the app by Simon Glass · Tue Jan 04 03:51:12 2022 -0700
  15. 6f4d7aa x86: efi: Update efi_get_next_mem_desc() to avoid needing a map by Simon Glass · Tue Jan 04 03:51:11 2022 -0700
  16. 029f48e efi: Move exit_boot_services into a function by Simon Glass · Tue Jan 04 03:51:10 2022 -0700
  17. e4e5660 efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installed by Ilias Apalodimas · Mon Jan 03 14:07:37 2022 +0200
  18. 72d7883 cmd: part: list all 128 GPT partitions by Heinrich Schuchardt · Tue Jan 11 16:03:38 2022 +0100
  19. d17a679 doc: add include/dm/fdtaddr.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:55:41 2022 +0100
  20. 92c1c5c doc: add include/dm/of*.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:49 2022 +0100
  21. cb3d6d6 doc: add include/dm/read.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:48 2022 +0100
  22. a104e59 doc: add include/dm/devres.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:47 2022 +0100
  23. 4b8c70c doc: add include/dm/device.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:46 2022 +0100
  24. 6750bb3 doc: add include/dm/platdata.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:45 2022 +0100
  25. d869565 doc: add include/dm/lists.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:44 2022 +0100
  26. 3df46be doc: add include/dm/root.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:43 2022 +0100
  27. efbbdf6 doc: add include/dm/uclass.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:42 2022 +0100
  28. f580a30 ARM: qemu-arm: Fix build fail with boot devices disabled by Piotr Kubik · Wed Dec 29 14:30:04 2021 +0100
  29. de46493 lib: export vsscanf by Samuel Dionne-Riel · Mon Dec 20 18:19:16 2021 -0500
  30. 93008ab pci: Work around PCIe link training failures by Maciej W. Rozycki · Sat Nov 20 23:03:30 2021 +0000
  31. bb09146 arm: mvebu: Replace hardcoded values 0x0030/0x4030 by proper calculation by Pali Rohár · Wed Jan 12 18:32:08 2022 +0100
  32. bb1d677 arm: mvebu: db-88f6720: Fix CONFIG_SPL_TEXT_BASE and remove wrong memory layout by Pali Rohár · Wed Jan 12 18:30:09 2022 +0100
  33. bbd7bda bloblist: Relicense to allow BSD-3-Clause by Simon Glass · Wed Jan 12 19:26:25 2022 -0700
  34. 49ae4ad bloblist: doc: Bring in the API documentation by Simon Glass · Wed Jan 12 19:26:24 2022 -0700
  35. 01fd56a bloblist: Add functions to obtain base address and size by Simon Glass · Wed Jan 12 19:26:23 2022 -0700
  36. c6fcb94 bloblist: Refactor Kconfig to support alloc or fixed by Simon Glass · Wed Jan 12 19:26:22 2022 -0700
  37. fd20df4 bloblist: Use explicit numbering for the tags by Simon Glass · Wed Jan 12 19:26:19 2022 -0700
  38. 0b6578a bloblist: Drop unused tags by Simon Glass · Wed Jan 12 19:26:18 2022 -0700
  39. 90c1a58 bloblist: Rename the SPL tag by Simon Glass · Wed Jan 12 19:26:17 2022 -0700
  40. 9341a3f bloblist: Put the magic number first by Simon Glass · Wed Jan 12 19:26:16 2022 -0700
  41. 65f8329 fdt: Drop SPL_BUILD macro by Simon Glass · Wed Jan 12 19:26:15 2022 -0700
  42. 10cfadb stddef: Avoid warning with clang with offsetof() by Simon Glass · Thu Jan 13 06:47:55 2022 -0700
  43. 011a1e0 sandbox: compatibility of os_get_filesize() by Heinrich Schuchardt · Tue Jan 11 01:50:24 2022 +0100
  44. 3fe4478 pci: msc01: Use PCI_CONF1_ADDRESS() macro by Pali Rohár · Fri Nov 26 11:42:44 2021 +0100
  45. a4529c0 pci: gt64120: Use PCI_CONF1_ADDRESS() macro by Pali Rohár · Fri Nov 26 11:42:42 2021 +0100
  46. cd5d0b3 pci: Add standard PCI Config Address macros by Pali Rohár · Fri Nov 26 11:42:41 2021 +0100
  47. 3fd7aca mmc: unconditionally define mmc_deinit() by Heinrich Schuchardt · Sat Dec 18 10:53:48 2021 +0100
  48. 218dfa1 mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED() by Sean Anderson · Tue Nov 23 15:03:45 2021 -0500
  49. 6dff7b7 mmc: fsl_esdhc_imx: fix voltage validation by Sean Anderson · Tue Nov 23 15:03:38 2021 -0500
  50. 33f8a8d Merge branch 'next' by Tom Rini · Mon Jan 10 14:01:57 2022 -0500
  51. 478eb75 Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · Sun Jan 09 07:56:31 2022 -0500
  52. 9fdb400 udoo: Adjust the SD card device numbering by Fabio Estevam · Sat Dec 18 18:10:23 2021 -0300
  53. dbe2d5a udoo_neo: Enable support for USB and storage by Peter Robinson · Tue Dec 21 12:32:49 2021 +0000
  54. 89e2806 udoo_neo: Fixes for booting from the mSD card by Peter Robinson · Tue Dec 21 12:32:47 2021 +0000
  55. 24b81ae configs: prepare khadas-vim3{l}_ab_android for AOSP support by Mattijs Korpershoek · Mon Nov 22 16:22:06 2021 +0100
  56. 7f834cb configs: add khadas-vim3{l}_android for AOSP support by Mattijs Korpershoek · Mon Nov 22 16:22:05 2021 +0100
  57. a65f835 configs: meson64_android: add board specific env settings by Mattijs Korpershoek · Mon Nov 22 16:22:04 2021 +0100
  58. 4f7e6ed arm: apple: Remove CONFIG_SYS_SDRAM_BASE by Mark Kettenis · Sun Nov 14 13:09:54 2021 +0100
  59. 8194cda vexpress64: Enable VIRTIO_NET network driver by Peter Hoyes · Thu Nov 11 09:26:03 2021 +0000
  60. 16fff30 vexpress64: Clean up BASE_FVP boot configuration by Peter Hoyes · Thu Nov 11 09:26:01 2021 +0000
  61. 3286037 vexpress64: Refactor header file to make it easier to add new FVPs by Peter Hoyes · Thu Nov 11 09:26:00 2021 +0000
  62. 82f5c54 board: stemmy: Increase boot image to 64 MB by Linus Walleij · Sat Nov 20 23:55:42 2021 +0100
  63. 46a63fe Merge tag 'efi-next' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Fri Dec 31 07:28:36 2021 -0500
  64. 358ccea efi: Allow easy selection of serial-only operation by Simon Glass · Wed Dec 29 11:57:50 2021 -0700
  65. e523258 efi: Mention that efi_info_get() is only used in the stub by Simon Glass · Wed Dec 29 11:57:48 2021 -0700
  66. b13771f efi: Share struct efi_priv between the app and stub code by Simon Glass · Wed Dec 29 11:57:45 2021 -0700
  67. 3f36974 efi: Fix ll_boot_init() operation with the app by Simon Glass · Wed Dec 29 11:57:43 2021 -0700
  68. 26ae0c5 efi: Add comments to struct efi_priv by Simon Glass · Wed Dec 29 11:57:42 2021 -0700
  69. be34434 efi: Drop device_path from struct efi_priv by Simon Glass · Wed Dec 29 11:57:41 2021 -0700
  70. 2d4b33e efi: Locate all block devices in the app by Simon Glass · Wed Dec 29 11:57:36 2021 -0700
  71. fb3893e efi_loader: Don't limit the StMM buffer size explicitly by Ilias Apalodimas · Fri Dec 24 10:08:41 2021 +0200
  72. ef47688 efi: fix typo in description of struct efi_entry_hdr by Heinrich Schuchardt · Tue Dec 21 09:09:48 2021 +0100
  73. ac461ae Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · Tue Dec 28 11:28:31 2021 -0500
  74. c902198 Merge tag 'efi-2022-01-rc4-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue Dec 28 07:59:43 2021 -0500
  75. 9c8268d Convert CONFIG_JFFS2_DEV et al to Kconfig by Tom Rini · Fri Dec 17 18:08:47 2021 -0500
  76. f7c6985 Convert CONFIG_KIRKWOOD_GPIO to Kconfig by Tom Rini · Fri Dec 17 18:08:46 2021 -0500
  77. 43b9c29 Convert CONFIG_SYS_KWD_CONFIG to Kconfig by Tom Rini · Fri Dec 17 18:08:45 2021 -0500
  78. b7b337b Convert CONFIG_88F5182 et al to Kconfig by Tom Rini · Fri Dec 17 18:08:44 2021 -0500
  79. 28d45a3 Convert CONFIG_CPU_FREQ_HZ to Kconfig by Tom Rini · Fri Dec 17 18:08:42 2021 -0500
  80. e6fc8b4 Convert CONFIG_CPU_SH7751 to Kconfig by Tom Rini · Fri Dec 17 18:08:41 2021 -0500
  81. 72f2c14 Convert CONFIG_CPU_PXA27X to Kconfig by Tom Rini · Fri Dec 17 18:08:40 2021 -0500
  82. 2d6f219 serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8 by Tom Rini · Fri Dec 17 18:08:39 2021 -0500
  83. 247cac8 Convert CONFIG_SYS_I2C_EEPROM_ADDR_LEN to Kconfig by Tom Rini · Fri Dec 17 18:08:38 2021 -0500
  84. d327f61 ppc: mpc83xx: Remove unused CONFIG symbols by Tom Rini · Fri Dec 17 18:08:37 2021 -0500
  85. 5683860 Convert CONFIG_83XX_PCICLK to Kconfig by Tom Rini · Fri Dec 17 18:08:36 2021 -0500
  86. 8c70baa Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · Tue Dec 14 13:36:40 2021 -0500
  87. aea2a99 CONFIG_SYS_CLK_FREQ: Consistently be static or get_board_sys_clk() by Tom Rini · Tue Dec 14 13:36:39 2021 -0500
  88. 7afcd74 arm: s5pc1xx: Move CONFIG_SYS_CLK_FREQ_C1x0 out of CONFIG namespace by Tom Rini · Tue Dec 14 13:36:36 2021 -0500
  89. e33610c Convert CONFIG_ARCH_MAP_SYSMEM to Kconfig by Tom Rini · Tue Dec 14 13:36:35 2021 -0500
  90. 8808627 Convert CONFIG_SYS_NAND_U_BOOT_OFFS to Kconfig by Tom Rini · Tue Dec 14 13:36:34 2021 -0500
  91. 15cd5be Convert CONFIG_TPL_TEXT_BASE to Kconfig by Tom Rini · Tue Dec 14 13:36:33 2021 -0500
  92. 7115a87 Convert CONFIG_ZYNQMP_PSU_INIT_ENABLED to Kconfig by Tom Rini · Sun Dec 12 22:58:31 2021 -0500
  93. 9837245 Finish conversion CONFIG_SYS_NAND_SELF_INIT to Kconfig by Tom Rini · Sun Dec 12 22:12:36 2021 -0500
  94. 8f37ac4 Convert CONFIG_TEGRA_NAND to Kconfig by Tom Rini · Sun Dec 12 22:12:35 2021 -0500
  95. 0a25069 Finish converting CONFIG_SYS_FSL_CLK to Kconfig by Tom Rini · Sun Dec 12 22:12:34 2021 -0500
  96. 5e653ca warp7, pic32mzdask: Remove SYS_FDT_ADDR/SYS_ENV_ADDR from CONFIG namespace by Tom Rini · Sun Dec 12 22:12:33 2021 -0500
  97. 50e6f1b Convert CONFIG_SYS_PCI_64BIT to Kconfig by Tom Rini · Sun Dec 12 22:12:32 2021 -0500
  98. 89cdcab Finish CONFIG_VID et al conversion to Kconfig by Tom Rini · Sun Dec 12 22:12:31 2021 -0500
  99. e9269a0 Convert CONFIG_SYS_IMMR to Kconfig by Tom Rini · Sun Dec 12 22:12:30 2021 -0500
  100. c2ac2f6 Convert CONFIG_SYS_MEMTEST_START et al to Kconfig by Tom Rini · Sun Dec 12 22:12:29 2021 -0500