1. 58a0cdb common: spl: spl_spi: add support for dynamic override of sf bus by Vaishnav Achath · Fri Jun 03 11:32:15 2022 +0530
  2. b59c093 lcd: Remove legacy CONFIG_FB_ADDR code by Tom Rini · Mon Jun 20 08:07:43 2022 -0400
  3. bead53d Convert CONFIG_SYS_USB_FAT_BOOT_PARTITION to Kconfig by Tom Rini · Sun Jun 12 20:02:05 2022 -0400
  4. bde2170 Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig by Tom Rini · Sun Jun 12 20:02:04 2022 -0400
  5. 4d8202b common: usb: Update logic for usb.o, usb_hub.o and usb_storage.o by Tom Rini · Sun Jun 12 20:02:03 2022 -0400
  6. 7fb323b vpl: Ensure all VPL symbols in Kconfig have some VPL dependency by Tom Rini · Wed Jun 08 08:24:40 2022 -0400
  7. 36a4ca0 tpl: Ensure all TPL symbols in Kconfig have some TPL dependency by Tom Rini · Wed Jun 08 08:24:39 2022 -0400
  8. 49f5d17 spl: Move SPL_LDSCRIPT defaults to one place by Tom Rini · Wed Jun 08 08:24:37 2022 -0400
  9. 4050eb6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 27 10:15:50 2022 -0400
  10. f942ebb microblaze: Add support for run time relocation by Michal Simek · Fri Jun 24 14:15:01 2022 +0200
  11. b565aff common/board_r.c: drop legacy and unused bi_enetaddr by Rasmus Villemoes · Fri May 20 13:19:08 2022 +0200
  12. 145f200 event: fix static events for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · Sun May 15 21:40:29 2022 +0300
  13. cda509a event: remove CONFIG_EVENT_DYNAMIC check in event_register() by Ovidiu Panait · Sun May 15 21:40:28 2022 +0300
  14. 78896ae spl: Rework and tighten some dependencies by Tom Rini · Tue May 31 10:24:55 2022 -0400
  15. 2aa5e50 spl: Rework Kconfig to be more menu driven by Tom Rini · Mon May 30 17:11:23 2022 -0400
  16. 0d989c8 spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate files by Tom Rini · Mon May 30 17:01:22 2022 -0400
  17. f95c259 Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to Kconfig by Tom Rini · Sat May 28 17:21:03 2022 -0400
  18. 9568a0e Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to Kconfig by Tom Rini · Sat May 28 16:43:53 2022 -0400
  19. 2c9d2b5 Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig by Tom Rini · Fri May 27 22:06:52 2022 -0400
  20. 06d06f7 Convert CONFIG_SPL_TARGET to Kconfig by Tom Rini · Fri May 27 17:13:52 2022 -0400
  21. d75a779 Convert CONFIG_SPL_GD_ADDR to Kconfig by Tom Rini · Fri May 27 16:19:05 2022 -0400
  22. 166e322 Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig by Tom Rini · Fri May 27 12:48:32 2022 -0400
  23. 65aa124 Convert CONFIG_SPL_BSS_START_ADDR to Kconfig by Tom Rini · Fri May 27 10:19:45 2022 -0400
  24. 6de36a7 Convert CONFIG_SPL_RELOC_TEXT_BASE et al to Kconfig by Tom Rini · Thu May 26 16:59:30 2022 -0400
  25. ed83ed9 imx7: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · Thu May 26 13:46:32 2022 -0400
  26. 5524243 imx6: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · Thu May 26 13:36:17 2022 -0400
  27. 8a14ac4 Convert CONFIG_SPL_STACK to Kconfig by Tom Rini · Thu May 26 13:13:21 2022 -0400
  28. 17845c5 ppc / layerscape: Clean up CONFIG_SYS_CCSR_DO_NOT_RELOCATE usage by Tom Rini · Sat May 21 11:26:27 2022 -0400
  29. 0cb89e7 Convert CONFIG_SPL_BSS_MAX_SIZE et al to Kconfig by Tom Rini · Thu May 19 15:09:22 2022 -0400
  30. abb0f52 Convert CONFIG_SPL_PAD_TO et al to Kconfig by Tom Rini · Mon May 16 17:20:26 2022 -0400
  31. a4f2ab9 Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to Kconfig by Tom Rini · Fri May 13 17:12:35 2022 -0400
  32. 2d03b91 Convert CONFIG_SPL_NAND_RAW_ONLY et al to Kconfig by Tom Rini · Fri May 13 12:46:23 2022 -0400
  33. 6b15c16 Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig by Tom Rini · Fri May 13 12:26:35 2022 -0400
  34. 6c7a9e0 spl: Remove CONFIG_SPL_SATA_BOOT_DEVICE by Tom Rini · Fri May 13 13:37:30 2022 -0400
  35. 4780550 Convert CONFIG_SYS_BOOTPARAMS_LEN to Kconfig by Tom Rini · Thu May 12 16:45:08 2022 -0400
  36. 05cc827 fdt: Add U-Boot version to chosen node by Francesco Dolcini · Thu May 19 16:22:26 2022 +0200
  37. 7396b7d spl: spl_nand: Fix bad block handling in fitImage by Michael Trimarchi · Sun May 15 11:35:33 2022 +0200
  38. 971df82 board_r: use IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC) in board_init_r() by Ovidiu Panait · Mon May 02 18:34:56 2022 +0300
  39. fb35fff common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variables by Rasmus Villemoes · Tue May 03 14:37:39 2022 +0200
  40. 4c1f476 spl: Force disable non-FIT loading for TI secure devices by Andrew Davis · Wed May 04 15:52:26 2022 -0500
  41. 360ec6a spl: Rename Kconfig SPL_LEGACY_IMAGE_SUPPORT to SPL_LEGACY_IMAGE_FORMAT by Andrew Davis · Wed May 04 15:52:25 2022 -0500
  42. ad3daad Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun May 08 11:31:48 2022 -0400
  43. 0e1b996 bootmenu: factor out the user input handling by Masahisa Kojima · Thu Apr 28 17:09:45 2022 +0900
  44. 390d9cb fdt: don't set linux,phandle by John Keeping · Wed Apr 20 11:31:11 2022 +0100
  45. 72f823f menu: menu_get_choice() return -ENOENT if menu item is empty by Masahisa Kojima · Thu Apr 28 17:09:37 2022 +0900
  46. 6f59d19 menu: always show the menu regardless of the number of entry by Masahisa Kojima · Thu Apr 28 17:09:36 2022 +0900
  47. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · Sat Apr 30 00:56:53 2022 -0600
  48. 7eec884 Introduce Verifying Program Loader (VPL) by Simon Glass · Sat Apr 30 00:56:52 2022 -0600
  49. c4cbec6 avb: Don't build in SPL by Simon Glass · Sat Apr 30 00:56:49 2022 -0600
  50. 9b92ea4 bloblist: Correct Kconfig dependencies by Simon Glass · Sat Apr 30 00:56:48 2022 -0600
  51. 2fa2765 efi_loader: call efi_init_early() earlier by Heinrich Schuchardt · Thu Apr 28 06:30:30 2022 +0000
  52. b94bcdd Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · Wed Apr 27 09:19:41 2022 -0400
  53. 06c9e98 hwconfig: Allow to compile it without env support by Pali Rohár · Sun Apr 03 00:24:25 2022 +0200
  54. 5332012 nds32: Remove the architecture by Tom Rini · Wed Apr 06 09:21:25 2022 -0400
  55. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · Mon Apr 25 16:02:27 2022 -0400
  56. e1917ef bootstd: usb: Add a bootdev driver by Simon Glass · Sun Apr 24 23:31:23 2022 -0600
  57. a36dc25 efi_loader: split efi_init_obj_list() into two stages by AKASHI Takahiro · Tue Apr 19 10:05:11 2022 +0900
  58. 5c1e727 Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig by Tom Rini · Wed Apr 06 10:33:32 2022 -0400
  59. d0a8e59 spl: allow boot from first bootable partition by Jérôme Carretero · Tue Mar 15 16:34:51 2022 -0400
  60. 98011e2 malloc: Annotate allocator for valgrind by Sean Anderson · Wed Mar 23 14:04:49 2022 -0400
  61. e375965 Merge tag 'efi-2022-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun Apr 10 11:21:39 2022 -0400
  62. f9c3cc8 usb: storage: call device_probe() after scanning by AKASHI Takahiro · Tue Mar 08 20:36:40 2022 +0900
  63. 652b869 gpio: Enable hogging support in SPL by Eddie James · Mon Feb 07 17:09:01 2022 -0600
  64. b8ffa14 env: Move the doc comment to the code by Simon Glass · Fri Mar 11 16:22:38 2022 -0700
  65. 9b68f4b Add a default for TPL_TEXT_BASE by Simon Glass · Mon Feb 28 12:08:30 2022 -0700
  66. 4d79117 Merge branch '2022-04-04-platform-updates' by Tom Rini · Tue Apr 05 13:45:22 2022 -0400
  67. cbe85e7 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Tue Apr 05 08:33:32 2022 -0400
  68. 3cb12ef spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · Mon Jul 12 11:06:49 2021 +0100
  69. a346306 arm: init: save previous bootloader data by Dzmitry Sankouski · Tue Feb 22 21:49:52 2022 +0300
  70. 89346ad spl: Add semihosting boot method by Sean Anderson · Tue Mar 22 16:59:19 2022 -0400
  71. 2bfc77a Convert CONFIG_CLOCKS to Kconfig by Tom Rini · Wed Mar 23 17:20:08 2022 -0400
  72. e9d12f4 common: spl: fit_ram: allow to use image pre load by Philippe Reynes · Mon Mar 28 22:57:01 2022 +0200
  73. aef5105 video: Drop CONFIG_LCD_BMP_RLE8 by Simon Glass · Sat Nov 13 20:21:56 2021 -0700
  74. 03fbd25 video: Drop references to CONFIG_VIDEO et al by Simon Glass · Sun Jan 23 07:04:08 2022 -0700
  75. c66ab60 video: Drop cfg_console by Simon Glass · Sun Jan 23 07:04:02 2022 -0700
  76. 725ab67 lcd: Remove LCD_TEST_PATTERN code by Tom Rini · Fri Mar 18 08:38:30 2022 -0400
  77. 6c85151 Convert CONFIG_PHY_RESET_DELAY to Kconfig by Tom Rini · Fri Mar 18 08:38:26 2022 -0400
  78. 356c674 Convert CONFIG_RESET_PHY_R to Kconfig by Tom Rini · Fri Mar 18 08:38:20 2022 -0400
  79. 42c5ecc spl: Correct Kconfig help for TPL_BINMAN_SYMBOLS by Simon Glass · Sat Mar 05 20:18:55 2022 -0700
  80. fc55736 event: Convert arch_cpu_init_dm() to use events by Simon Glass · Fri Mar 04 08:43:05 2022 -0700
  81. f1c5191 event: Convert misc_init_f() to use events by Simon Glass · Fri Mar 04 08:43:04 2022 -0700
  82. 3ee337a event: Add events for device probe/remove by Simon Glass · Fri Mar 04 08:43:03 2022 -0700
  83. 4f54253 event: Set up the event system on start-up by Simon Glass · Fri Mar 04 08:43:02 2022 -0700
  84. aa4bce9 event: Add basic support for events by Simon Glass · Fri Mar 04 08:43:00 2022 -0700
  85. d02971e Convert CONFIG_BOARD_POSTCLK_INIT to Kconfig by Tom Rini · Fri Feb 25 11:19:47 2022 -0500
  86. 02b8700 spl: Allow disabling binman symbols in SPL by Simon Glass · Tue Feb 08 11:49:48 2022 -0700
  87. 9045faf spl: x86: Correct the binman symbols for SPL by Simon Glass · Tue Feb 08 11:49:47 2022 -0700
  88. db8cde6 malloc_simple: Remove usage of unsupported %zx format string by Pali Rohár · Thu Feb 03 19:51:37 2022 +0100
  89. 01f078f common: fdt_support: add support for "partitions" subnode to fdt_fixup_mtdparts() by Matthias Schiffer · Thu Feb 03 15:14:47 2022 +0100
  90. d36c85a console: usb: kbd: Limit poll frequency to improve performance by Thomas Watson · Thu Feb 10 15:13:14 2022 -0600
  91. ef70ef7 bloblist: Update to use conditional value by Simon Glass · Sat Jan 22 05:07:27 2022 -0700
  92. 247e178 spl: ymodem: Fix buffer overflow during Image copy by Vignesh Raghavendra · Mon Jan 31 09:49:19 2022 +0530
  93. 3db3033 spl: add support for custom boot method names by Heiko Thiery · Mon Jan 17 16:25:41 2022 +0100
  94. 99ce9ea Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Jan 27 14:14:47 2022 -0500
  95. eb78f83 usb: gadget: Add CDC ACM function by Loic Poulain · Thu Nov 25 18:16:15 2021 +0100
  96. e10e2ee tools: Pass the key blob around by Simon Glass · Fri Nov 12 12:28:10 2021 -0700
  97. 6c5f560 mtd: cfi: introduce CFI_FLASH_BANKS by Patrick Delaunay · Tue Jan 04 14:23:58 2022 +0100
  98. 99426c8 spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to Kconfig by Alexandru Gagniuc · Thu Dec 30 10:39:59 2021 -0600
  99. c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Jan 20 12:40:20 2022 -0500
  100. f47349a SPL: Add support for checking board / BootROM specific image types by Pali Rohár · Fri Jan 14 14:31:40 2022 +0100