1. 2c47aac boot: Add logic to enable booting from fallback option by Martyn Welch · Wed Oct 09 14:15:39 2024 +0100
  2. 53dd510 boot: pxe_utils: Add fallback support by Martyn Welch · Wed Oct 09 14:15:38 2024 +0100
  3. 520d3a4 boot: Remove duplicate newlines by Marek Vasut · Sat Jul 13 15:19:15 2024 +0200
  4. 4972f15 Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code" by Tom Rini · Fri Jun 28 17:31:28 2024 -0600
  5. c75fab4 use fdt_kaslrseed function to de-duplicate code by Tim Harvey · Tue Jun 18 14:06:08 2024 -0700
  6. 9b2c78c pxe: Add debugging for booting by Simon Glass · Wed Jun 19 06:34:50 2024 -0600
  7. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  8. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  9. c9d098f boot: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:11:02 2024 -0600
  10. 0d871e7 rng: Introduce SPL_DM_RNG by Marek Vasut · Fri Apr 26 01:02:07 2024 +0200
  11. 793921e Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · Thu Apr 18 08:29:35 2024 -0600
  12. 5725dde Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · Wed Apr 10 17:06:27 2024 -0600
  13. f2d75d7 pxe: Allow booting without CMDLINE for the zboot method by Simon Glass · Thu Dec 14 21:19:13 2023 -0700
  14. d6e1dcd pxe: Allow booting without CMDLINE for bootm methods by Simon Glass · Thu Dec 14 21:19:12 2023 -0700
  15. f7eded2 pxe: Move calculation of FDT file into a function by Simon Glass · Thu Dec 14 21:19:11 2023 -0700
  16. b5e0eb8 pxe: Refactor to avoid over-using bootm_argv by Simon Glass · Thu Dec 14 21:19:10 2023 -0700
  17. 5df368c pxe: Refactor to reduce the size of label_boot() by Simon Glass · Thu Dec 14 21:19:09 2023 -0700
  18. 7c19f91 pxe: Use strlcpy() instead of strcpy() in label_boot() by Simon Glass · Thu Dec 14 21:19:08 2023 -0700
  19. 08b7849e boot: pxe_utils: skip fdt setup in case legacy kernel is booted by Svyatoslav Ryhel · Thu Jan 25 22:16:54 2024 +0200
  20. 2723df2 pxe_utils: Increase feedback to user when fdt file is not found by Michael Trimarchi · Thu Dec 07 15:28:19 2023 +0100
  21. ca65d23 x86: pxeboot: bugfix: Set variable for size of initrd by Thomas Mittelstaedt · Thu May 04 13:42:55 2023 +0000
  22. 18b01e0 cmd: pxe_utils: add some missing tabs by Dan Carpenter · Thu Jul 27 10:12:39 2023 +0300
  23. ba80286 net: dhcp6: pxe: Add DHCP/PXE commands for IPv6 by Sean Edmond · Tue Apr 11 10:48:47 2023 -0700
  24. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  25. f10df77 cmd: pxe_utils: Limit fdtcontroladdr usage to non-fitImage by Marek Vasut · Wed Dec 14 07:45:18 2022 +0100
  26. be6e05b Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot"" by Marek Vasut · Sat Dec 17 18:41:13 2022 +0100
  27. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · Mon Dec 19 09:29:55 2022 -0500
  28. 5c1b071 Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot" by Tom Rini · Tue Dec 13 09:26:25 2022 -0500
  29. 2008124 distro/pxeboot: Handle prompt variable by Manuel Traut · Fri Nov 18 09:00:27 2022 +0100
  30. 9d464f8 cmd: pxe: use strdup to copy config by Patrick Delaunay · Fri Oct 28 11:01:20 2022 +0200
  31. 41c7e4a cmd: pxe: support INITRD and FDT selection with FIT by Patrick Delaunay · Fri Oct 28 11:01:19 2022 +0200
  32. 6b5cb36 cmd: pxe: reorder kernel treatment in label_boot by Patrick Delaunay · Fri Oct 28 11:01:18 2022 +0200
  33. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  34. bcb87b6 video: Drop use of the lcd header file by Simon Glass · Tue Oct 18 07:10:26 2022 -0600
  35. 6acf1b9 cmd: pxe: add alias devicetree-overlay for fdtoverlays by Edoardo Tomelleri · Wed Sep 21 15:26:33 2022 +0200
  36. 9b60a17 boot: allow bootmeth-distro without CONFIG_NET by John Keeping · Thu Jul 28 11:19:15 2022 +0100
  37. a8d6aed pxe: simplify label_boot() by Heinrich Schuchardt · Mon Nov 15 19:26:51 2021 +0100
  38. 6ec8cb9 cmd: pxe_utils: sysboot: replace cls command by video_clear in PXE parser by Patrick Delaunay · Tue Mar 22 17:08:43 2022 +0100
  39. 9c1d9c5 cmd: pxe_utils: sysboot: add kaslr-seed generation support by Zhang Ning · Tue Feb 01 08:33:37 2022 +0800
  40. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  41. 1d564a9 cmd: pxe_utils: sysboot: add label override support by Amjad Ouled-Ameur · Sat Nov 13 14:09:20 2021 +0100
  42. db2f387 cmd: pxe_utils: Check fdtcontroladdr in label_boot by Peter Hoyes · Thu Oct 14 09:40:04 2021 +0100
  43. a9401b9 pxe: Return the file size from the getfile() function by Simon Glass · Thu Oct 14 12:48:08 2021 -0600
  44. 5e3e39a pxe: Drop get_bootfile_path() by Simon Glass · Thu Oct 14 12:48:05 2021 -0600
  45. e719fe0 pxe: Clean up the use of bootfile by Simon Glass · Thu Oct 14 12:48:04 2021 -0600
  46. 791bbfe pxe: Move common parsing coding into pxe_util by Simon Glass · Thu Oct 14 12:48:03 2021 -0600
  47. 764d0c0 pxe: Tidy up code style a little in pxe_utils by Simon Glass · Thu Oct 14 12:48:02 2021 -0600
  48. 0030244 pxe: Tidy up some comments in pxe_utils by Simon Glass · Thu Oct 14 12:48:01 2021 -0600
  49. 0666fcb pxe: Move pxe_utils files by Simon Glass · Thu Oct 14 12:48:00 2021 -0600[Renamed from cmd/pxe_utils.c]
  50. 3ae416a pxe: Tidy up the is_pxe global by Simon Glass · Thu Oct 14 12:47:59 2021 -0600
  51. 121e131 pxe: Add a userdata field to the context by Simon Glass · Thu Oct 14 12:47:58 2021 -0600
  52. 44a20ef pxe: Move do_getfile() into the context by Simon Glass · Thu Oct 14 12:47:57 2021 -0600
  53. b0d08db pxe: Use a context pointer by Simon Glass · Thu Oct 14 12:47:56 2021 -0600
  54. babeef1 pxe: Move API comments to the header files by Simon Glass · Thu Oct 14 12:47:55 2021 -0600
  55. d538700 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Thu Nov 11 09:04:20 2021 -0500