1. 72f823f menu: menu_get_choice() return -ENOENT if menu item is empty by Masahisa Kojima · Thu Apr 28 17:09:37 2022 +0900
  2. 6f59d19 menu: always show the menu regardless of the number of entry by Masahisa Kojima · Thu Apr 28 17:09:36 2022 +0900
  3. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · Sat Apr 30 00:56:53 2022 -0600
  4. 7eec884 Introduce Verifying Program Loader (VPL) by Simon Glass · Sat Apr 30 00:56:52 2022 -0600
  5. c4cbec6 avb: Don't build in SPL by Simon Glass · Sat Apr 30 00:56:49 2022 -0600
  6. 9b92ea4 bloblist: Correct Kconfig dependencies by Simon Glass · Sat Apr 30 00:56:48 2022 -0600
  7. 2fa2765 efi_loader: call efi_init_early() earlier by Heinrich Schuchardt · Thu Apr 28 06:30:30 2022 +0000
  8. b94bcdd Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · Wed Apr 27 09:19:41 2022 -0400
  9. 06c9e98 hwconfig: Allow to compile it without env support by Pali Rohár · Sun Apr 03 00:24:25 2022 +0200
  10. 5332012 nds32: Remove the architecture by Tom Rini · Wed Apr 06 09:21:25 2022 -0400
  11. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · Mon Apr 25 16:02:27 2022 -0400
  12. e1917ef bootstd: usb: Add a bootdev driver by Simon Glass · Sun Apr 24 23:31:23 2022 -0600
  13. a36dc25 efi_loader: split efi_init_obj_list() into two stages by AKASHI Takahiro · Tue Apr 19 10:05:11 2022 +0900
  14. 5c1e727 Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig by Tom Rini · Wed Apr 06 10:33:32 2022 -0400
  15. d0a8e59 spl: allow boot from first bootable partition by Jérôme Carretero · Tue Mar 15 16:34:51 2022 -0400
  16. 98011e2 malloc: Annotate allocator for valgrind by Sean Anderson · Wed Mar 23 14:04:49 2022 -0400
  17. 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
  18. f9c3cc8 usb: storage: call device_probe() after scanning by AKASHI Takahiro · Tue Mar 08 20:36:40 2022 +0900
  19. 652b869 gpio: Enable hogging support in SPL by Eddie James · Mon Feb 07 17:09:01 2022 -0600
  20. b8ffa14 env: Move the doc comment to the code by Simon Glass · Fri Mar 11 16:22:38 2022 -0700
  21. 9b68f4b Add a default for TPL_TEXT_BASE by Simon Glass · Mon Feb 28 12:08:30 2022 -0700
  22. 4d79117 Merge branch '2022-04-04-platform-updates' by Tom Rini · Tue Apr 05 13:45:22 2022 -0400
  23. 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
  24. 3cb12ef spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · Mon Jul 12 11:06:49 2021 +0100
  25. a346306 arm: init: save previous bootloader data by Dzmitry Sankouski · Tue Feb 22 21:49:52 2022 +0300
  26. 89346ad spl: Add semihosting boot method by Sean Anderson · Tue Mar 22 16:59:19 2022 -0400
  27. 2bfc77a Convert CONFIG_CLOCKS to Kconfig by Tom Rini · Wed Mar 23 17:20:08 2022 -0400
  28. e9d12f4 common: spl: fit_ram: allow to use image pre load by Philippe Reynes · Mon Mar 28 22:57:01 2022 +0200
  29. aef5105 video: Drop CONFIG_LCD_BMP_RLE8 by Simon Glass · Sat Nov 13 20:21:56 2021 -0700
  30. 03fbd25 video: Drop references to CONFIG_VIDEO et al by Simon Glass · Sun Jan 23 07:04:08 2022 -0700
  31. c66ab60 video: Drop cfg_console by Simon Glass · Sun Jan 23 07:04:02 2022 -0700
  32. 725ab67 lcd: Remove LCD_TEST_PATTERN code by Tom Rini · Fri Mar 18 08:38:30 2022 -0400
  33. 6c85151 Convert CONFIG_PHY_RESET_DELAY to Kconfig by Tom Rini · Fri Mar 18 08:38:26 2022 -0400
  34. 356c674 Convert CONFIG_RESET_PHY_R to Kconfig by Tom Rini · Fri Mar 18 08:38:20 2022 -0400
  35. 42c5ecc spl: Correct Kconfig help for TPL_BINMAN_SYMBOLS by Simon Glass · Sat Mar 05 20:18:55 2022 -0700
  36. fc55736 event: Convert arch_cpu_init_dm() to use events by Simon Glass · Fri Mar 04 08:43:05 2022 -0700
  37. f1c5191 event: Convert misc_init_f() to use events by Simon Glass · Fri Mar 04 08:43:04 2022 -0700
  38. 3ee337a event: Add events for device probe/remove by Simon Glass · Fri Mar 04 08:43:03 2022 -0700
  39. 4f54253 event: Set up the event system on start-up by Simon Glass · Fri Mar 04 08:43:02 2022 -0700
  40. aa4bce9 event: Add basic support for events by Simon Glass · Fri Mar 04 08:43:00 2022 -0700
  41. d02971e Convert CONFIG_BOARD_POSTCLK_INIT to Kconfig by Tom Rini · Fri Feb 25 11:19:47 2022 -0500
  42. 02b8700 spl: Allow disabling binman symbols in SPL by Simon Glass · Tue Feb 08 11:49:48 2022 -0700
  43. 9045faf spl: x86: Correct the binman symbols for SPL by Simon Glass · Tue Feb 08 11:49:47 2022 -0700
  44. db8cde6 malloc_simple: Remove usage of unsupported %zx format string by Pali Rohár · Thu Feb 03 19:51:37 2022 +0100
  45. 01f078f common: fdt_support: add support for "partitions" subnode to fdt_fixup_mtdparts() by Matthias Schiffer · Thu Feb 03 15:14:47 2022 +0100
  46. d36c85a console: usb: kbd: Limit poll frequency to improve performance by Thomas Watson · Thu Feb 10 15:13:14 2022 -0600
  47. ef70ef7 bloblist: Update to use conditional value by Simon Glass · Sat Jan 22 05:07:27 2022 -0700
  48. 247e178 spl: ymodem: Fix buffer overflow during Image copy by Vignesh Raghavendra · Mon Jan 31 09:49:19 2022 +0530
  49. 3db3033 spl: add support for custom boot method names by Heiko Thiery · Mon Jan 17 16:25:41 2022 +0100
  50. 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
  51. eb78f83 usb: gadget: Add CDC ACM function by Loic Poulain · Thu Nov 25 18:16:15 2021 +0100
  52. e10e2ee tools: Pass the key blob around by Simon Glass · Fri Nov 12 12:28:10 2021 -0700
  53. 6c5f560 mtd: cfi: introduce CFI_FLASH_BANKS by Patrick Delaunay · Tue Jan 04 14:23:58 2022 +0100
  54. 99426c8 spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to Kconfig by Alexandru Gagniuc · Thu Dec 30 10:39:59 2021 -0600
  55. c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Jan 20 12:40:20 2022 -0500
  56. f47349a SPL: Add support for checking board / BootROM specific image types by Pali Rohár · Fri Jan 14 14:31:40 2022 +0100
  57. dda8f88 SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · Fri Jan 14 14:31:38 2022 +0100
  58. 5d6b448 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · Thu Jan 20 01:04:42 2022 +0100
  59. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  60. 42a9d97 common: board_r: drop ifdefs around header includes by Ovidiu Panait · Sat Jan 01 19:13:31 2022 +0200
  61. 132be47 common: board_r: include asm-generic/gpio.h by Ovidiu Panait · Sat Jan 01 19:13:30 2022 +0200
  62. 7dbb021 common: board_r: move init_addr_map() to init.h by Ovidiu Panait · Sat Jan 01 19:13:29 2022 +0200
  63. 9ef3c8a common: board_r: drop initr_addr_map wrapper by Ovidiu Panait · Sat Jan 01 19:13:28 2022 +0200
  64. af061f0 common: board_r: drop initr_kgdb wrapper by Ovidiu Panait · Sat Jan 01 19:13:27 2022 +0200
  65. 3b75487 common: remove bedbug debugger support by Ovidiu Panait · Sat Jan 01 19:13:26 2022 +0200
  66. 8bbad14 common: spl: move armv7m-specific code to spl_perform_fixups() by Ovidiu Panait · Sat Jan 01 19:13:25 2022 +0200
  67. bbd7bda bloblist: Relicense to allow BSD-3-Clause by Simon Glass · Wed Jan 12 19:26:25 2022 -0700
  68. 01fd56a bloblist: Add functions to obtain base address and size by Simon Glass · Wed Jan 12 19:26:23 2022 -0700
  69. c6fcb94 bloblist: Refactor Kconfig to support alloc or fixed by Simon Glass · Wed Jan 12 19:26:22 2022 -0700
  70. e94421b bloblist: Use 'phase' consistently for bloblists by Simon Glass · Wed Jan 12 19:26:21 2022 -0700
  71. 963bf32 bloblist: Use LOG_CATEGORY to simply logging by Simon Glass · Wed Jan 12 19:26:20 2022 -0700
  72. fd20df4 bloblist: Use explicit numbering for the tags by Simon Glass · Wed Jan 12 19:26:19 2022 -0700
  73. 0b6578a bloblist: Drop unused tags by Simon Glass · Wed Jan 12 19:26:18 2022 -0700
  74. 90c1a58 bloblist: Rename the SPL tag by Simon Glass · Wed Jan 12 19:26:17 2022 -0700
  75. d00c5c7 common/fdt_support.c: Fix spelling of "shouldn't". by Vagrant Cascadian · Tue Dec 21 13:06:58 2021 -0800
  76. 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
  77. a38b867 x86: efi: Don't set up global_data again with EFI by Simon Glass · Wed Dec 29 11:57:54 2021 -0700
  78. 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
  79. 15cd5be Convert CONFIG_TPL_TEXT_BASE to Kconfig by Tom Rini · Tue Dec 14 13:36:33 2021 -0500
  80. 0a25069 Finish converting CONFIG_SYS_FSL_CLK to Kconfig by Tom Rini · Sun Dec 12 22:12:34 2021 -0500
  81. 61f0958 video: Support virtio devices with the splash screen by Simon Glass · Fri Nov 19 13:24:05 2021 -0700
  82. 8e5a8b6 video: Convert CONFIG_VIDEO_LOGO to Kconfig by Simon Glass · Fri Nov 19 13:24:01 2021 -0700
  83. c7ba6c8 console: Avoid serial output before the console is running by Simon Glass · Fri Nov 19 13:23:47 2021 -0700
  84. 467cf5a fdt: Show a runtime warning based on devicetree source by Simon Glass · Thu Dec 16 20:59:39 2021 -0700
  85. 8f9ce7e fdt: Report the devicetree source by Simon Glass · Thu Dec 16 20:59:34 2021 -0700
  86. ac4d9ff fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX by Marek Behún · Fri Nov 26 14:57:15 2021 +0100
  87. 4ef5ca6 fdt_support: Add some useful functions by Marek Behún · Fri Nov 26 14:57:10 2021 +0100
  88. ae0ef95 fdt_support: Fix comment for fdt_create_phandle() by Marek Behún · Fri Nov 26 14:57:09 2021 +0100
  89. f872e83 fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE by Marek Behún · Fri Nov 26 14:57:08 2021 +0100
  90. 3577eba3 fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle() by Marek Behún · Fri Nov 26 14:57:07 2021 +0100
  91. 5d2199d bloblist: Support allocating the bloblist by Simon Glass · Wed Nov 03 21:09:20 2021 -0600
  92. e4cb645 spl: fit: Skip attempting to load 0 length image by Nishanth Menon · Tue Oct 19 12:32:29 2021 -0500
  93. 774aecc common: add fdt_simplefb_enable_and_mem_rsv function by Patrick Delaunay · Mon Nov 15 16:32:21 2021 +0100
  94. e7e69a5 common: rename functions lcd_dt_simplefb to fdt_simplefb by Patrick Delaunay · Mon Nov 15 16:32:19 2021 +0100
  95. b9735d6 common: rename lcd_simplefb.c file to fdt_simplefb.c by Patrick Delaunay · Mon Nov 15 16:32:18 2021 +0100
  96. ec05898 Convert CONFIG_LCD_DT_SIMPLEFB to Kconfig by Patrick Delaunay · Mon Nov 15 16:32:17 2021 +0100
  97. 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · Mon Nov 29 12:00:57 2021 -0500
  98. 9803ddf common: Allow a smaller console-recording pre-reloc by Simon Glass · Sat Oct 23 17:26:03 2021 -0600
  99. 8c4a68e board_f: Copy GD to new GD even if relocation disabled by Marek Vasut · Sat Nov 13 18:34:04 2021 +0100
  100. d9fe9db Remove LYNX KDI remainders by Thomas Huth · Tue Oct 26 14:31:18 2021 +0200