1. c535107 Makefile: Drop SPL_FIT_SOURCE support by Marek Vasut · Sat Oct 05 01:07:13 2024 +0200
  2. e0f9551 net: introduce alternative implementation as net/lwip/ by Jerome Forissier · Wed Oct 16 12:03:59 2024 +0200
  3. baed5b4 Revert "Makefile: Drop SPL_FIT_GENERATOR / SPL_FIT_SOURCE support" changes by Tom Rini · Tue Oct 15 16:51:05 2024 -0600
  4. 0587c65 Makefile: Drop SPL_FIT_GENERATOR support by Marek Vasut · Sat Oct 05 01:07:14 2024 +0200
  5. d20ab50 Makefile: Drop SPL_FIT_SOURCE support by Marek Vasut · Sat Oct 05 01:07:13 2024 +0200
  6. 17aea46 Kconfig: clean up the efi configuration status by Ilias Apalodimas · Fri Aug 30 14:45:27 2024 +0300
  7. 45aec8e upl: Plumb in universal payload to the init process by Simon Glass · Wed Aug 07 16:47:34 2024 -0600
  8. bc3ec00 upl: Add support for Universal Payload in SPL by Simon Glass · Wed Aug 07 16:47:31 2024 -0600
  9. 3a028c2 upl: Add a command by Simon Glass · Wed Aug 07 16:47:30 2024 -0600
  10. b9474a8 upl: Add support for writing a upl handoff by Simon Glass · Wed Aug 07 16:47:28 2024 -0600
  11. 77459f4 upl: Add support for reading a upl handoff by Simon Glass · Wed Aug 07 16:47:27 2024 -0600
  12. 1cd3ec9 boot: provide CONFIG_BOOTMETH_QFW Kconfig parameter by Heinrich Schuchardt · Tue Jul 16 10:35:34 2024 +0200
  13. d78c9bd bootstash: Do not provide a default address for all by Tom Rini · Mon Jul 15 12:42:00 2024 +0100
  14. 1ae5418 Merge patch series "bootstd: Add Android support" by Tom Rini · Thu Jul 18 13:52:11 2024 -0600
  15. b30baa9 bootstd: Add a bootmeth for Android by Mattijs Korpershoek · Wed Jul 10 10:40:05 2024 +0200
  16. d54a7e7 Merge patch series "Add Turris 1.x board" by Tom Rini · Fri Jul 12 13:07:54 2024 -0600
  17. 6763ff8 powerpc: Add support for CZ.NIC Turris 1.x routers by Pali Rohár · Thu Jun 06 18:33:26 2024 +0200
  18. 6c368f4 Fix Kconfig coding style from spaces to tab by Anand Moon · Sun Jun 23 23:10:21 2024 +0530
  19. 1e665f9 tpm: allow the user to select the compiled algorithms by Ilias Apalodimas · Sun Jun 23 14:48:18 2024 +0300
  20. ca51b77 Merge tag 'v2024.07-rc5' into next by Tom Rini · Mon Jun 24 13:34:52 2024 -0600
  21. b72eb35 boot: links to FIT documentation in Kconfig by Heinrich Schuchardt · Tue Jun 18 08:23:17 2024 +0200
  22. c0a7ae0 boot: fix typos in help text of Kconfig configs by Quentin Schulz · Wed Jun 12 16:58:47 2024 +0200
  23. 08f3240 Kconfig: Remove all default n options by Michal Simek · Mon Apr 15 10:20:05 2024 +0200
  24. 793921e Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · Thu Apr 18 08:29:35 2024 -0600
  25. 5725dde Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · Wed Apr 10 17:06:27 2024 -0600
  26. 3edac60 boot: Update SYS_BOOTM_LEN to depend on BOOTM by Simon Glass · Thu Dec 14 21:19:03 2023 -0700
  27. b4832e8 bootm: Make OS booting dependent on BOOTM by Simon Glass · Thu Dec 14 21:19:01 2023 -0700
  28. 79b906c bootm: Add a Kconfig option for bootm functionality by Simon Glass · Thu Dec 14 21:19:00 2023 -0700
  29. b63afe9 boot: Reorder FIT and BOOTSTD to be first by Simon Glass · Thu Dec 14 21:18:59 2023 -0700
  30. 72bca1a boot: enable booting via EFI boot manager by default by Heinrich Schuchardt · Wed Apr 03 20:05:17 2024 +0200
  31. 2259c29 boot: add support for button commands by Caleb Connolly · Tue Jan 09 11:51:09 2024 +0000
  32. 19b5434 Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y by Shantur Rathore · Sat Dec 23 06:51:59 2023 +0000
  33. 9b08b9a efi_loader: split unrelated code from efi_bootmgr.c by AKASHI Takahiro · Wed Jan 17 13:39:41 2024 +0900
  34. ef97f7c boot: CONFIG_CEDIT must depend on CONFIG_EXPO by Heinrich Schuchardt · Sat Dec 16 16:38:36 2023 +0100
  35. e908fec boot: add support for fdt_fixup command in environment by Matthias Schiffer · Mon Dec 11 12:03:17 2023 +0100
  36. 9f097bc bootmeth: use efi_loader interfaces instead of bootefi command by AKASHI Takahiro · Tue Nov 21 10:29:46 2023 +0900
  37. 9236852 bootstd: Introduce programmatic boot by Simon Glass · Sat Nov 18 14:05:19 2023 -0700
  38. dc3bf2d boot: Make preboot and bootcmd require CMDLINE by Tom Rini · Thu Oct 26 14:31:28 2023 -0400
  39. 9bf470a bootmeth_script: Depend on CMDLINE by Tom Rini · Thu Oct 26 14:31:27 2023 -0400
  40. ec8d160 boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT by Tom Rini · Thu Oct 26 14:31:25 2023 -0400
  41. 984bfdc boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabled by Tom Rini · Thu Oct 26 14:31:24 2023 -0400
  42. 045245b boot: Make DISTRO_DEFAULTS select CMDLINE by Tom Rini · Thu Oct 26 14:31:23 2023 -0400
  43. 7dee9dc autoboot: Correct dependencies on CMDLINE by Simon Glass · Thu Oct 26 14:31:22 2023 -0400
  44. 3c9b3b5 bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFI by Tom Rini · Thu Oct 26 14:31:21 2023 -0400
  45. 32401ba bootm: Support boot measurement by Eddie James · Tue Oct 24 10:43:50 2023 -0500
  46. 624c0e5 boot: Join ARCH_FIXUP_FDT_MEMORY with related options by Simon Glass · Thu Sep 14 10:55:59 2023 -0600
  47. 1a5bcc1 boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS by Simon Glass · Thu Sep 14 10:55:58 2023 -0600
  48. b7b7f16 boot: Join FDT_FIXUP_PARTITIONS with related options by Simon Glass · Thu Sep 14 10:55:57 2023 -0600
  49. 8b1ec00 Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDT by Simon Glass · Thu Sep 14 10:55:56 2023 -0600
  50. e27d7df Mark DISTRO_DEFAULTS as deprecated by Simon Glass · Thu Sep 14 10:55:55 2023 -0600
  51. f7b09e2 Kconfig: Move TEXT_BASE et al under general setup by Simon Glass · Thu Sep 14 10:55:54 2023 -0600
  52. 6cfb002 boot: Make standard boot a menu by Simon Glass · Thu Sep 14 10:55:53 2023 -0600
  53. 2289ca9 Kconfig: Move SPL_FIT under FIT by Simon Glass · Thu Sep 14 10:55:52 2023 -0600
  54. dfcedda spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESS by Simon Glass · Thu Sep 14 10:55:51 2023 -0600
  55. e9a089a Kconfig: Create a menu for FIT by Simon Glass · Thu Sep 14 10:55:49 2023 -0600
  56. 7f541fc boot: Rename Android-boot text by Simon Glass · Thu Sep 14 10:55:48 2023 -0600
  57. 48e6d3d boot: Move some other fdt-fixup options to the same menu by Simon Glass · Thu Sep 14 10:55:47 2023 -0600
  58. 2736719 Move fdt_simplefb to boot/ by Simon Glass · Thu Sep 14 10:55:46 2023 -0600
  59. 69dea21 Merge tag 'v2023.10-rc4' into next by Tom Rini · Mon Sep 04 10:51:58 2023 -0400
  60. 16e0b8f boot: Fix reference to bootmenu doc by Peter Robinson · Fri Aug 18 15:54:10 2023 +0100
  61. d7d3a97 bootstd: cros: Allow detection of any kernel partition by Simon Glass · Thu Aug 24 13:55:45 2023 -0600
  62. 1870026 bootstd: cros: Add ARM support by Simon Glass · Sun Jul 30 11:17:02 2023 -0600
  63. f18679c Kconfigs: Correct default of "0" on hex type entries by Tom Rini · Wed Aug 02 11:09:43 2023 -0400
  64. f65cdf7 Kconfig: Enable FIT_SIGNATURE if ARM64 by Manorit Chawdhry · Fri Jul 14 11:22:40 2023 +0530
  65. d74e62a bootstd: Add a simple bootmeth for ChromiumOS by Simon Glass · Wed Jul 12 09:04:45 2023 -0600
  66. c892511 expo: Add a configuration editor by Simon Glass · Thu Jun 01 10:23:02 2023 -0600
  67. 78c79dd bootstd: Make BOOTSTD_FULL depend on BOOTSTD by Simon Glass · Wed Feb 22 14:06:23 2023 -0700
  68. db92e78 bootstd: Create a new BOOTMETH_DISTRO by Simon Glass · Wed May 10 16:34:47 2023 -0600
  69. b71d7f7 bootstd: Rename distro and syslinux to extlinux by Simon Glass · Wed May 10 16:34:46 2023 -0600
  70. 2d5a8e1 bootstd: Correct default boot command by Simon Glass · Sat May 06 08:27:09 2023 -0600
  71. b4b7ebe bootstd: Require HUSH_PARSER for script booting by Simon Glass · Fri May 05 20:03:05 2023 -0600
  72. 5c1c6cc boot/Kconfig: fix comments syntax error by Hugo Villeneuve · Mon Apr 24 16:51:12 2023 -0400
  73. f5e6084 Merge branch 'master' into next by Tom Rini · Mon Mar 27 15:19:57 2023 -0400
  74. 054d018 boot: Create a common BOOT_DEFAULTS for distro and bootstd by Simon Glass · Fri Mar 24 16:58:13 2023 -0400
  75. 65edcd3 lmb: Enable LMB if SYS_BOOT_RAMDISK_HIGH by Simon Glass · Fri Mar 24 16:58:12 2023 -0400
  76. f111bf7 Move DISTRO_DEFAULTS into boot/ by Simon Glass · Fri Mar 24 16:58:11 2023 -0400
  77. 4aa874f bootstd: Correct 'VPL' typo by Simon Glass · Wed Feb 22 09:33:58 2023 -0700
  78. 513eeed boot: Add Kconfigs for BOOTMETH_VBE_REQUEST by Simon Glass · Wed Feb 22 09:33:52 2023 -0700
  79. 2e5161eb bootstd: Add some default filesystems and commands by Simon Glass · Sat Jan 28 15:00:21 2023 -0700
  80. 389a458 bootstd: Allow enabling BOOTSTD_FULL without needing EXPO by Simon Glass · Sat Jan 28 15:00:18 2023 -0700
  81. 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
  82. 93d888d rockchip: Drop the FIT generator script by Simon Glass · Sat Jan 07 14:07:20 2023 -0700
  83. bd7694f rockchip: Convert all boards to use binman by Simon Glass · Sat Jan 07 14:07:19 2023 -0700
  84. 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · Mon Jan 16 15:46:49 2023 -0500
  85. d8adbe9 expo: Add basic implementation by Simon Glass · Fri Jan 06 08:52:36 2023 -0600
  86. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  87. 489f402 PowerPC: Rework PBL location choice by Tom Rini · Wed Dec 28 10:52:51 2022 -0500
  88. 0f3d1de common/spl/spl_ram: Remove unused default by Tom Rini · Sun Dec 04 10:14:20 2022 -0500
  89. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  90. 39c43c3 Fix usage of CONFIG_PREBOOT by Pali Rohár · Sun Jul 10 13:42:55 2022 +0200
  91. 5722f0e vpl: Allow signature verification by Simon Glass · Thu Oct 20 18:23:16 2022 -0600
  92. bc993e5 vbe: Add Kconfig options for VPL by Simon Glass · Thu Oct 20 18:23:13 2022 -0600
  93. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  94. a2860fb sunxi: Kconfig: introduce SUNXI_MINIMUM_DRAM_MB by Andre Przywara · Sun Jul 03 00:47:20 2022 +0100
  95. d0af04c vbe: Support VBE simple by Simon Glass · Sat Jul 30 15:52:33 2022 -0600
  96. 0a9f426 vbe: Add initial support for VBE by Simon Glass · Sat Jul 30 15:52:32 2022 -0600
  97. 4f8633d bootstd: Allow bootmeths to be marked as global by Simon Glass · Sat Jul 30 15:52:21 2022 -0600
  98. 9b60a17 boot: allow bootmeth-distro without CONFIG_NET by John Keeping · Thu Jul 28 11:19:15 2022 +0100
  99. 1d2c13c Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"" by Simon Glass · Mon Jul 11 19:04:07 2022 -0600
  100. 57f2c29 flash: Remove pic32_flash.c by Tom Rini · Sat Jul 23 13:05:01 2022 -0400