1. 08f3240 Kconfig: Remove all default n options by Michal Simek · Mon Apr 15 10:20:05 2024 +0200
  2. 793921e Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · Thu Apr 18 08:29:35 2024 -0600
  3. 5725dde Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · Wed Apr 10 17:06:27 2024 -0600
  4. 3edac60 boot: Update SYS_BOOTM_LEN to depend on BOOTM by Simon Glass · Thu Dec 14 21:19:03 2023 -0700
  5. b4832e8 bootm: Make OS booting dependent on BOOTM by Simon Glass · Thu Dec 14 21:19:01 2023 -0700
  6. 79b906c bootm: Add a Kconfig option for bootm functionality by Simon Glass · Thu Dec 14 21:19:00 2023 -0700
  7. b63afe9 boot: Reorder FIT and BOOTSTD to be first by Simon Glass · Thu Dec 14 21:18:59 2023 -0700
  8. 72bca1a boot: enable booting via EFI boot manager by default by Heinrich Schuchardt · Wed Apr 03 20:05:17 2024 +0200
  9. 2259c29 boot: add support for button commands by Caleb Connolly · Tue Jan 09 11:51:09 2024 +0000
  10. 19b5434 Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y by Shantur Rathore · Sat Dec 23 06:51:59 2023 +0000
  11. 9b08b9a efi_loader: split unrelated code from efi_bootmgr.c by AKASHI Takahiro · Wed Jan 17 13:39:41 2024 +0900
  12. ef97f7c boot: CONFIG_CEDIT must depend on CONFIG_EXPO by Heinrich Schuchardt · Sat Dec 16 16:38:36 2023 +0100
  13. e908fec boot: add support for fdt_fixup command in environment by Matthias Schiffer · Mon Dec 11 12:03:17 2023 +0100
  14. 9f097bc bootmeth: use efi_loader interfaces instead of bootefi command by AKASHI Takahiro · Tue Nov 21 10:29:46 2023 +0900
  15. 9236852 bootstd: Introduce programmatic boot by Simon Glass · Sat Nov 18 14:05:19 2023 -0700
  16. dc3bf2d boot: Make preboot and bootcmd require CMDLINE by Tom Rini · Thu Oct 26 14:31:28 2023 -0400
  17. 9bf470a bootmeth_script: Depend on CMDLINE by Tom Rini · Thu Oct 26 14:31:27 2023 -0400
  18. ec8d160 boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT by Tom Rini · Thu Oct 26 14:31:25 2023 -0400
  19. 984bfdc boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabled by Tom Rini · Thu Oct 26 14:31:24 2023 -0400
  20. 045245b boot: Make DISTRO_DEFAULTS select CMDLINE by Tom Rini · Thu Oct 26 14:31:23 2023 -0400
  21. 7dee9dc autoboot: Correct dependencies on CMDLINE by Simon Glass · Thu Oct 26 14:31:22 2023 -0400
  22. 3c9b3b5 bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFI by Tom Rini · Thu Oct 26 14:31:21 2023 -0400
  23. 32401ba bootm: Support boot measurement by Eddie James · Tue Oct 24 10:43:50 2023 -0500
  24. 624c0e5 boot: Join ARCH_FIXUP_FDT_MEMORY with related options by Simon Glass · Thu Sep 14 10:55:59 2023 -0600
  25. 1a5bcc1 boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS by Simon Glass · Thu Sep 14 10:55:58 2023 -0600
  26. b7b7f16 boot: Join FDT_FIXUP_PARTITIONS with related options by Simon Glass · Thu Sep 14 10:55:57 2023 -0600
  27. 8b1ec00 Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDT by Simon Glass · Thu Sep 14 10:55:56 2023 -0600
  28. e27d7df Mark DISTRO_DEFAULTS as deprecated by Simon Glass · Thu Sep 14 10:55:55 2023 -0600
  29. f7b09e2 Kconfig: Move TEXT_BASE et al under general setup by Simon Glass · Thu Sep 14 10:55:54 2023 -0600
  30. 6cfb002 boot: Make standard boot a menu by Simon Glass · Thu Sep 14 10:55:53 2023 -0600
  31. 2289ca9 Kconfig: Move SPL_FIT under FIT by Simon Glass · Thu Sep 14 10:55:52 2023 -0600
  32. dfcedda spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESS by Simon Glass · Thu Sep 14 10:55:51 2023 -0600
  33. e9a089a Kconfig: Create a menu for FIT by Simon Glass · Thu Sep 14 10:55:49 2023 -0600
  34. 7f541fc boot: Rename Android-boot text by Simon Glass · Thu Sep 14 10:55:48 2023 -0600
  35. 48e6d3d boot: Move some other fdt-fixup options to the same menu by Simon Glass · Thu Sep 14 10:55:47 2023 -0600
  36. 2736719 Move fdt_simplefb to boot/ by Simon Glass · Thu Sep 14 10:55:46 2023 -0600
  37. 69dea21 Merge tag 'v2023.10-rc4' into next by Tom Rini · Mon Sep 04 10:51:58 2023 -0400
  38. 16e0b8f boot: Fix reference to bootmenu doc by Peter Robinson · Fri Aug 18 15:54:10 2023 +0100
  39. d7d3a97 bootstd: cros: Allow detection of any kernel partition by Simon Glass · Thu Aug 24 13:55:45 2023 -0600
  40. 1870026 bootstd: cros: Add ARM support by Simon Glass · Sun Jul 30 11:17:02 2023 -0600
  41. f18679c Kconfigs: Correct default of "0" on hex type entries by Tom Rini · Wed Aug 02 11:09:43 2023 -0400
  42. f65cdf7 Kconfig: Enable FIT_SIGNATURE if ARM64 by Manorit Chawdhry · Fri Jul 14 11:22:40 2023 +0530
  43. d74e62a bootstd: Add a simple bootmeth for ChromiumOS by Simon Glass · Wed Jul 12 09:04:45 2023 -0600
  44. c892511 expo: Add a configuration editor by Simon Glass · Thu Jun 01 10:23:02 2023 -0600
  45. 78c79dd bootstd: Make BOOTSTD_FULL depend on BOOTSTD by Simon Glass · Wed Feb 22 14:06:23 2023 -0700
  46. db92e78 bootstd: Create a new BOOTMETH_DISTRO by Simon Glass · Wed May 10 16:34:47 2023 -0600
  47. b71d7f7 bootstd: Rename distro and syslinux to extlinux by Simon Glass · Wed May 10 16:34:46 2023 -0600
  48. 2d5a8e1 bootstd: Correct default boot command by Simon Glass · Sat May 06 08:27:09 2023 -0600
  49. b4b7ebe bootstd: Require HUSH_PARSER for script booting by Simon Glass · Fri May 05 20:03:05 2023 -0600
  50. 5c1c6cc boot/Kconfig: fix comments syntax error by Hugo Villeneuve · Mon Apr 24 16:51:12 2023 -0400
  51. f5e6084 Merge branch 'master' into next by Tom Rini · Mon Mar 27 15:19:57 2023 -0400
  52. 054d018 boot: Create a common BOOT_DEFAULTS for distro and bootstd by Simon Glass · Fri Mar 24 16:58:13 2023 -0400
  53. 65edcd3 lmb: Enable LMB if SYS_BOOT_RAMDISK_HIGH by Simon Glass · Fri Mar 24 16:58:12 2023 -0400
  54. f111bf7 Move DISTRO_DEFAULTS into boot/ by Simon Glass · Fri Mar 24 16:58:11 2023 -0400
  55. 4aa874f bootstd: Correct 'VPL' typo by Simon Glass · Wed Feb 22 09:33:58 2023 -0700
  56. 513eeed boot: Add Kconfigs for BOOTMETH_VBE_REQUEST by Simon Glass · Wed Feb 22 09:33:52 2023 -0700
  57. 2e5161eb bootstd: Add some default filesystems and commands by Simon Glass · Sat Jan 28 15:00:21 2023 -0700
  58. 389a458 bootstd: Allow enabling BOOTSTD_FULL without needing EXPO by Simon Glass · Sat Jan 28 15:00:18 2023 -0700
  59. ab2085c Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Jan 19 09:46:57 2023 -0500
  60. 93d888d rockchip: Drop the FIT generator script by Simon Glass · Sat Jan 07 14:07:20 2023 -0700
  61. bd7694f rockchip: Convert all boards to use binman by Simon Glass · Sat Jan 07 14:07:19 2023 -0700
  62. 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · Mon Jan 16 15:46:49 2023 -0500
  63. d8adbe9 expo: Add basic implementation by Simon Glass · Fri Jan 06 08:52:36 2023 -0600
  64. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  65. 489f402 PowerPC: Rework PBL location choice by Tom Rini · Wed Dec 28 10:52:51 2022 -0500
  66. 0f3d1de common/spl/spl_ram: Remove unused default by Tom Rini · Sun Dec 04 10:14:20 2022 -0500
  67. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  68. 39c43c3 Fix usage of CONFIG_PREBOOT by Pali Rohár · Sun Jul 10 13:42:55 2022 +0200
  69. 5722f0e vpl: Allow signature verification by Simon Glass · Thu Oct 20 18:23:16 2022 -0600
  70. bc993e5 vbe: Add Kconfig options for VPL by Simon Glass · Thu Oct 20 18:23:13 2022 -0600
  71. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  72. a2860fb sunxi: Kconfig: introduce SUNXI_MINIMUM_DRAM_MB by Andre Przywara · Sun Jul 03 00:47:20 2022 +0100
  73. d0af04c vbe: Support VBE simple by Simon Glass · Sat Jul 30 15:52:33 2022 -0600
  74. 0a9f426 vbe: Add initial support for VBE by Simon Glass · Sat Jul 30 15:52:32 2022 -0600
  75. 4f8633d bootstd: Allow bootmeths to be marked as global by Simon Glass · Sat Jul 30 15:52:21 2022 -0600
  76. 9b60a17 boot: allow bootmeth-distro without CONFIG_NET by John Keeping · Thu Jul 28 11:19:15 2022 +0100
  77. 1d2c13c Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"" by Simon Glass · Mon Jul 11 19:04:07 2022 -0600
  78. 57f2c29 flash: Remove pic32_flash.c by Tom Rini · Sat Jul 23 13:05:01 2022 -0400
  79. 1777357 fpga: zynqmp: support loading authenticated images by Oleksandr Suvorov · Fri Jul 22 17:16:13 2022 +0300
  80. 94b4fec Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to Kconfig by Tom Rini · Sat Jun 25 11:02:46 2022 -0400
  81. eb4f2de Convert CONFIG_SYS_RAMBOOT to Kconfig by Tom Rini · Sat Jun 25 11:02:44 2022 -0400
  82. 0a83cc2 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · Fri Jun 10 23:03:09 2022 -0400
  83. 5989fd4 Convert CONFIG_FSL_FIXED_MMC_LOCATION et al to Kconfig by Tom Rini · Mon Jun 20 08:07:42 2022 -0400
  84. 36a4ca0 tpl: Ensure all TPL symbols in Kconfig have some TPL dependency by Tom Rini · Wed Jun 08 08:24:39 2022 -0400
  85. 97cbcc4 bootmenu: U-Boot console is enabled as default by Masahisa Kojima · Thu May 26 19:09:38 2022 +0900
  86. 4ba9e6e boot: Kconfig: Enable FIT processing by default on TI secure devices by Andrew Davis · Wed May 04 15:52:28 2022 -0500
  87. 98a22d0 boot: Kconfig: Disable non-FIT loading for TI secure devices by Andrew Davis · Wed May 04 15:52:27 2022 -0500
  88. be661cb bootstd: Provide a default command by Simon Glass · Sun Apr 24 23:31:27 2022 -0600
  89. 7e03e74 bootstd: Add an implementation of script boot by Simon Glass · Sun Apr 24 23:31:22 2022 -0600
  90. 423994e bootstd: Add a sandbox bootmeth driver by Simon Glass · Sun Apr 24 23:31:20 2022 -0600
  91. 66f6255 bootstd: Add an implementation of EFI boot by Simon Glass · Sun Apr 24 23:31:17 2022 -0600
  92. 8314461 bootstd: Add an implementation of distro PXE boot by Simon Glass · Sun Apr 24 23:31:16 2022 -0600
  93. ad8ec37 bootstd: Add an implementation of distro boot by Simon Glass · Sun Apr 24 23:31:13 2022 -0600
  94. 08ad13e bootstd: Add the bootstd uclass and core implementation by Simon Glass · Sun Apr 24 23:31:06 2022 -0600
  95. a346306 arm: init: save previous bootloader data by Dzmitry Sankouski · Tue Feb 22 21:49:52 2022 +0300
  96. a23179e Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support" by Tom Rini · Sat Apr 02 18:18:57 2022 -0400
  97. 215ec5c global: Remove CONFIG_SYS_EXTRA_OPTIONS support by Tom Rini · Thu Mar 24 17:18:06 2022 -0400
  98. 03becca Convert CONFIG_SYS_MONITOR_BASE to Kconfig by Tom Rini · Thu Mar 24 17:18:05 2022 -0400
  99. 886e6e3 Convert CONFIG_SDCARD et al to Kconfig by Tom Rini · Wed Mar 23 17:20:03 2022 -0400
  100. d28484e boot: image: add a stage pre-load by Philippe Reynes · Mon Mar 28 22:56:59 2022 +0200