1. 5820c2f qemu: Add a bootmeth for qfw by Simon Glass · Sat Jan 28 15:00:25 2023 -0700
  2. 2e5161eb bootstd: Add some default filesystems and commands by Simon Glass · Sat Jan 28 15:00:21 2023 -0700
  3. b73a829 bootstd: Probe the block device before use by Simon Glass · Sat Jan 28 15:00:19 2023 -0700
  4. 389a458 bootstd: Allow enabling BOOTSTD_FULL without needing EXPO by Simon Glass · Sat Jan 28 15:00:18 2023 -0700
  5. 3306346 bootstd: Add a little more logging of bootflows by Simon Glass · Tue Jan 17 10:48:18 2023 -0700
  6. cb2a5cd bootstd: Record the bootdevs used during scanning by Simon Glass · Tue Jan 17 10:48:17 2023 -0700
  7. 5d3d44f bootstd: Drop the old bootflow_scan_first() by Simon Glass · Tue Jan 17 10:48:16 2023 -0700
  8. ba3d537 bootstd: Allow scanning a single bootdev label by Simon Glass · Tue Jan 17 10:48:15 2023 -0700
  9. 484e407 bootstd: Switch bootdev scanning to use labels by Simon Glass · Tue Jan 17 10:48:14 2023 -0700
  10. 660a995 bootstd: Allow iterating to the next bootdev priortiy by Simon Glass · Tue Jan 17 10:48:11 2023 -0700
  11. ac06b26a bootstd: Allow iterating to the next label in a list by Simon Glass · Tue Jan 17 10:48:10 2023 -0700
  12. de567b1 bootstd: Allow hunting for a bootdev by label by Simon Glass · Tue Jan 17 10:48:09 2023 -0700
  13. 7e1f6a4 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · Tue Jan 17 10:48:08 2023 -0700
  14. 3e9f6be bootstd: Allow hunting for bootdevs of a given priority by Simon Glass · Tue Jan 17 10:48:07 2023 -0700
  15. e22fe92 bootstd: Treat DHCP and PXE as bootdev labels by Simon Glass · Tue Jan 17 10:48:05 2023 -0700
  16. d393c4f bootstd: Support reading a script from network or SPI flash by Simon Glass · Tue Jan 17 10:48:04 2023 -0700
  17. 215be68 bootstd: Add a SPI flash bootdev by Simon Glass · Tue Jan 17 10:48:03 2023 -0700
  18. a63bda6 bootstd: Add a new bootmeth method to set the bootflow by Simon Glass · Tue Jan 17 10:48:01 2023 -0700
  19. 7370825 bootstd: Move label parsing into its own function by Simon Glass · Tue Jan 17 10:48:00 2023 -0700
  20. 30fbeb5 bootstd: Set the distro_bootpart env var with scripts by Simon Glass · Tue Jan 17 10:47:58 2023 -0700
  21. 56bb4e4 bootstd: Support reading the device tree with EFI by Simon Glass · Tue Jan 17 10:47:57 2023 -0700
  22. 7b8c634 bootstd: Include the device tree in the bootflow by Simon Glass · Tue Jan 17 10:47:56 2023 -0700
  23. 9e08caa bootstd: Allow reading an EFI file from the network by Simon Glass · Tue Jan 17 10:47:55 2023 -0700
  24. 18c5040 bootstd: Rename bootdev checkers by Simon Glass · Tue Jan 17 10:47:54 2023 -0700
  25. 64cbc5c bootstd: Only scan bootable partitions by Simon Glass · Tue Jan 17 10:47:42 2023 -0700
  26. 1248d2b bootstd: Support running bootdev hunters by Simon Glass · Tue Jan 17 10:47:34 2023 -0700
  27. 5acb97a bootstd: Add the concept of a bootdev hunter by Simon Glass · Tue Jan 17 10:47:33 2023 -0700
  28. d6e39d1 bootstd: Add a default method to get bootflows by Simon Glass · Tue Jan 17 10:47:26 2023 -0700
  29. b1dc36a dm: mmc: Use bootdev_setup_sibling_blk() by Simon Glass · Tue Jan 17 10:47:25 2023 -0700
  30. 99c55a8 bootstd: Simplify locating existing bootdevs by Simon Glass · Tue Jan 17 10:47:16 2023 -0700
  31. a1bcafb bootstd: Remove special-case code for boot_targets by Simon Glass · Tue Jan 17 10:47:15 2023 -0700
  32. 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
  33. e3aa2cf vbe: Allow probing the VBE bootmeth to fail in OS fixup by Simon Glass · Thu Jan 12 16:48:54 2023 -0700
  34. 93d888d rockchip: Drop the FIT generator script by Simon Glass · Sat Jan 07 14:07:20 2023 -0700
  35. bd7694f rockchip: Convert all boards to use binman by Simon Glass · Sat Jan 07 14:07:19 2023 -0700
  36. 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · Mon Jan 16 15:46:49 2023 -0500
  37. d92bcc4 bootstd: Support setting a theme for the menu by Simon Glass · Fri Jan 06 08:52:42 2023 -0600
  38. 0a2f6a3 bootstd: Support creating a boot menu by Simon Glass · Fri Jan 06 08:52:40 2023 -0600
  39. 9f51393 expo: Add support for scene menus by Simon Glass · Fri Jan 06 08:52:38 2023 -0600
  40. 0a4d14b expo: Add support for scenes by Simon Glass · Fri Jan 06 08:52:37 2023 -0600
  41. d8adbe9 expo: Add basic implementation by Simon Glass · Fri Jan 06 08:52:36 2023 -0600
  42. 612b9cc bootstd: Allow reading a logo for the OS by Simon Glass · Fri Jan 06 08:52:34 2023 -0600
  43. 72b7b19 bootstd: Read the Operating System name for distro/scripts by Simon Glass · Fri Jan 06 08:52:33 2023 -0600
  44. daee3ba image: Move common image code to image_board and command by Simon Glass · Fri Jan 06 08:52:28 2023 -0600
  45. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  46. f10df77 cmd: pxe_utils: Limit fdtcontroladdr usage to non-fitImage by Marek Vasut · Wed Dec 14 07:45:18 2022 +0100
  47. be6e05b Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot"" by Marek Vasut · Sat Dec 17 18:41:13 2022 +0100
  48. d3e7e20 cmd: source: Support specifying config name by Sean Anderson · Mon Dec 12 14:12:11 2022 -0500
  49. 489f402 PowerPC: Rework PBL location choice by Tom Rini · Wed Dec 28 10:52:51 2022 -0500
  50. 0f3d1de common/spl/spl_ram: Remove unused default by Tom Rini · Sun Dec 04 10:14:20 2022 -0500
  51. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · Mon Dec 19 09:29:55 2022 -0500
  52. 5c1b071 Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot" by Tom Rini · Tue Dec 13 09:26:25 2022 -0500
  53. 2008124 distro/pxeboot: Handle prompt variable by Manuel Traut · Fri Nov 18 09:00:27 2022 +0100
  54. 9d464f8 cmd: pxe: use strdup to copy config by Patrick Delaunay · Fri Oct 28 11:01:20 2022 +0200
  55. 41c7e4a cmd: pxe: support INITRD and FDT selection with FIT by Patrick Delaunay · Fri Oct 28 11:01:19 2022 +0200
  56. 6b5cb36 cmd: pxe: reorder kernel treatment in label_boot by Patrick Delaunay · Fri Oct 28 11:01:18 2022 +0200
  57. 0aa1da6 tools: mkimage: add new image type "fdt_legacy" by Marc Kleine-Budde · Wed Nov 23 12:55:33 2022 +0100
  58. 68fc04c net: Remove eth_legacy.c by Tom Rini · Sun Nov 27 10:25:36 2022 -0500
  59. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  60. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  61. 39c43c3 Fix usage of CONFIG_PREBOOT by Pali Rohár · Sun Jul 10 13:42:55 2022 +0200
  62. 9d0042e vbe: Record which phases loaded using VBE by Simon Glass · Thu Oct 20 18:23:18 2022 -0600
  63. 5722f0e vpl: Allow signature verification by Simon Glass · Thu Oct 20 18:23:16 2022 -0600
  64. a928961 vbe: Add info about the VBE device to the fwupd node by Simon Glass · Thu Oct 20 18:23:14 2022 -0600
  65. bc993e5 vbe: Add Kconfig options for VPL by Simon Glass · Thu Oct 20 18:23:13 2022 -0600
  66. a6a06cc vbe: Drop the U-Boot prefix from the version by Simon Glass · Thu Oct 20 18:23:12 2022 -0600
  67. 39db199 vbe: Move OS implementation into a separate file by Simon Glass · Thu Oct 20 18:23:11 2022 -0600
  68. d78aa75 vbe: Support reading the next SPL phase via VBE by Simon Glass · Thu Oct 20 18:23:10 2022 -0600
  69. ec57644 vbe: Use a warning for a failed requests by Simon Glass · Thu Oct 20 18:23:06 2022 -0600
  70. 5a09137 vbe: Rename vbe_fixup to vbe_request by Simon Glass · Thu Oct 20 18:23:05 2022 -0600
  71. a42f11f image: Allow loading a FIT image for a particular phase by Simon Glass · Thu Oct 20 18:23:04 2022 -0600
  72. e3f81ae image: Add the concept of a phase to FIT by Simon Glass · Thu Oct 20 18:23:03 2022 -0600
  73. 4bf6987 image: Move comment for fit_conf_find_compat() by Simon Glass · Thu Oct 20 18:23:00 2022 -0600
  74. 00501fc bootstd: Add a way to set up a bootflow by Simon Glass · Thu Oct 20 18:22:51 2022 -0600
  75. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  76. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  77. bcb87b6 video: Drop use of the lcd header file by Simon Glass · Tue Oct 18 07:10:26 2022 -0600
  78. 016f4d5 mkimage: fit: Fix signing of configs with external data by Sean Anderson · Thu Oct 20 15:41:10 2022 -0400
  79. 5edb2c3 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Thu Oct 20 08:58:05 2022 -0400
  80. a2860fb sunxi: Kconfig: introduce SUNXI_MINIMUM_DRAM_MB by Andre Przywara · Sun Jul 03 00:47:20 2022 +0100
  81. 386d05d vbe: Add fixups for a basic set of OS requests by Simon Glass · Tue Oct 11 09:47:18 2022 -0600
  82. 571707b boot: Tidy up logging and naming in vbe_simple by Simon Glass · Tue Oct 11 09:47:16 2022 -0600
  83. f4ff703 boot: Pass the correct FDT to the EVT_FT_FIXUP event by Simon Glass · Tue Oct 11 09:47:15 2022 -0600
  84. 8169ece boot: Correct handling of addresses in boot_relocate_fdt() by Simon Glass · Tue Oct 11 09:47:10 2022 -0600
  85. b90cf90 bootm: Change incorrect 'unsupported' error by Simon Glass · Tue Oct 11 09:47:07 2022 -0600
  86. 675e908 bootstd: Fix listing boot devices by Michal Suchanek · Wed Oct 12 21:57:53 2022 +0200
  87. 591da92 boot: image-pre-load: Check environment for location of signature info by Steven Lawrance · Wed Sep 14 20:57:28 2022 +0200
  88. db7b157 image-pre-load: Move macros/definitions to image.h by Steven Lawrance · Wed Sep 14 20:57:27 2022 +0200
  89. 6acf1b9 cmd: pxe: add alias devicetree-overlay for fdtoverlays by Edoardo Tomelleri · Wed Sep 21 15:26:33 2022 +0200
  90. 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · Tue Sep 06 20:27:24 2022 -0600
  91. 74ba8e6 event: Pass the images to EVT_FT_FIXUP by Simon Glass · Tue Sep 06 20:26:58 2022 -0600
  92. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · Tue Sep 06 20:26:52 2022 -0600
  93. 74578f5 treewide: Drop image_info_t typedef by Simon Glass · Tue Sep 06 20:26:51 2022 -0600
  94. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · Tue Sep 06 20:26:50 2022 -0600
  95. 937b7d8 boot: Call flush() before booting by Pali Rohár · Mon Sep 05 11:31:21 2022 +0200
  96. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  97. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  98. 7ae16bb image: Drop some other #ifdefs in image-board.c by Simon Glass · Sun Aug 28 12:32:53 2022 -0600
  99. 92c586f image: Correct indentation in select_ramdisk() by Simon Glass · Sun Aug 28 12:32:52 2022 -0600
  100. 973b893 image: Drop remaining FIT #ifdef by Simon Glass · Sun Aug 28 12:32:51 2022 -0600