1. 79b906c bootm: Add a Kconfig option for bootm functionality by Simon Glass · Thu Dec 14 21:19:00 2023 -0700
  2. b63afe9 boot: Reorder FIT and BOOTSTD to be first by Simon Glass · Thu Dec 14 21:18:59 2023 -0700
  3. 936d05d sandbox: Add a dummy booti command by Simon Glass · Sun Oct 01 19:15:24 2023 -0600
  4. ffafbe3 video: Add a function to clear the display by Simon Glass · Sun Oct 01 19:15:23 2023 -0600
  5. a7dd66f test: print: Skip test on x86 by Simon Glass · Sun Oct 01 19:15:22 2023 -0600
  6. b4c722a test: lmb: Move tests into the lib suite by Simon Glass · Sun Oct 01 19:15:21 2023 -0600
  7. 127e946 test: event: Only run test_event_probe() on sandbox by Simon Glass · Sun Oct 01 19:15:20 2023 -0600
  8. 88934a7 test: font: Add dependencies on fonts by Simon Glass · Sun Oct 01 19:15:19 2023 -0600
  9. 5ad263f test: fdt: Add a special case for real boards by Simon Glass · Sun Oct 01 19:15:18 2023 -0600
  10. 43b9a32 test: bdinfo: Add missing asserts by Simon Glass · Sun Oct 01 19:15:17 2023 -0600
  11. a44bd85 test: Handle use of stack pointer in bdinfo by Simon Glass · Sun Oct 01 19:15:16 2023 -0600
  12. 804aa37 test: Run bootstd tests only on sandbox by Simon Glass · Sun Oct 01 19:15:15 2023 -0600
  13. facbfff test: Make UT_LIB_ASN1 depend on sandbox by Simon Glass · Sun Oct 01 19:15:14 2023 -0600
  14. e85cd12 test: Add helper to skip to partial console line by Simon Glass · Sun Oct 01 19:15:13 2023 -0600
  15. 621a97e test: Add a new suite for commands by Simon Glass · Sun Oct 01 19:15:12 2023 -0600
  16. ad5fa1a Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · Wed Dec 13 11:51:53 2023 -0500
  17. 793a98e command: Introduce functions to obtain command arguments by Simon Glass · Sat Nov 18 14:05:20 2023 -0700
  18. 9236852 bootstd: Introduce programmatic boot by Simon Glass · Sat Nov 18 14:05:19 2023 -0700
  19. aba60d1 bootm: Reduce arguments to bootm_find_other() by Simon Glass · Sat Nov 18 14:05:18 2023 -0700
  20. ab48be5 bootm: Add a function to check overlap by Simon Glass · Sat Nov 18 14:05:17 2023 -0700
  21. d46c81e bootm: Adjust the parameters of bootm_find_images() by Simon Glass · Sat Nov 18 14:05:16 2023 -0700
  22. 28eafe6 bootm: optee: Drop special call to bootm_find_other() by Simon Glass · Sat Nov 18 14:05:15 2023 -0700
  23. 3f2dcbe bootm: efi: Drop special call to bootm_find_other() by Simon Glass · Sat Nov 18 14:05:14 2023 -0700
  24. 5fb729b bootm: Simplify Android ramdisk addr in bootm_find_images() by Simon Glass · Sat Nov 18 14:05:13 2023 -0700
  25. 4fdc559 bootm: Reduce arguments to boot_get_loadables() by Simon Glass · Sat Nov 18 14:05:12 2023 -0700
  26. 01080ab bootm: Reduce arguments to boot_get_fpga() by Simon Glass · Sat Nov 18 14:05:11 2023 -0700
  27. db125e0 bootm: Reduce arguments to boot_get_fdt() by Simon Glass · Sat Nov 18 14:05:10 2023 -0700
  28. af2c72c bootm: Pass image buffer to boot_get_fdt() by Simon Glass · Sat Nov 18 14:05:09 2023 -0700
  29. 7f0a5a6 bootm: Drop #ifdef in bootm_find_images() by Simon Glass · Sat Nov 18 14:05:08 2023 -0700
  30. fd7595a fdt: Allow use of fdt_support inside if() statements by Simon Glass · Sat Nov 18 14:05:07 2023 -0700
  31. 8eef77e bootm: Reduce arguments to boot_get_ramdisk() by Simon Glass · Sat Nov 18 14:05:06 2023 -0700
  32. f3c57b6 bootm: Reduce arguments to bootm_find_os() by Simon Glass · Sat Nov 18 14:05:05 2023 -0700
  33. c46784c bootm: Move error printing out of boot_get_kernel() by Simon Glass · Sat Nov 18 14:05:04 2023 -0700
  34. d6d6ed8 bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO by Simon Glass · Sat Nov 18 14:05:03 2023 -0700
  35. a5d35f9 bootm: Use the error return from boot_get_kernel() by Simon Glass · Sat Nov 18 14:05:02 2023 -0700
  36. ae217b3 bootm: Adjust position of unmap_sysmem() in boot_get_kernel() by Simon Glass · Sat Nov 18 14:05:01 2023 -0700
  37. 9d085c1 bootm: Adjust boot_get_kernel() to return an error by Simon Glass · Sat Nov 18 14:05:00 2023 -0700
  38. 04ad34a image: Document error codes from fit_image_load() by Simon Glass · Sat Nov 18 14:04:59 2023 -0700
  39. 8333dd5 bootm: Reduce arguments to boot_get_kernel() by Simon Glass · Sat Nov 18 14:04:58 2023 -0700
  40. 4e8ec47 image: Tidy up genimg_get_kernel_addr_fit() by Simon Glass · Sat Nov 18 14:04:57 2023 -0700
  41. 7715b31 bootm: Move boot_get_kernel() higher in the file by Simon Glass · Sat Nov 18 14:04:56 2023 -0700
  42. 2e719d5 bootm: Simplify arguments for bootm_pre_load() by Simon Glass · Sat Nov 18 14:04:55 2023 -0700
  43. 5f1f4f2 bootm: Drop arguments from bootm_start() by Simon Glass · Sat Nov 18 14:04:54 2023 -0700
  44. ceace3a bootstd: Add missing header file from bootdev.h by Simon Glass · Sat Nov 18 14:04:53 2023 -0700
  45. 761d602 treewide: Tidy up semicolon after command macros by Simon Glass · Sat Nov 18 14:04:52 2023 -0700
  46. d256d98 mmc: env: Unify the U_BOOT_ENV_LOCATION conditions by Simon Glass · Sat Nov 18 14:04:51 2023 -0700
  47. 489641f README: Correct docs for CONFIG_SPL_BUILD by Simon Glass · Sat Nov 18 14:04:50 2023 -0700
  48. 84f4b5b arm: x86: Drop discarding of command linker-lists by Simon Glass · Sat Nov 18 14:04:49 2023 -0700
  49. ff4d6e3 Merge patch series "some LED patches" by Tom Rini · Wed Dec 13 11:25:18 2023 -0500
  50. 72b5a88 led: add TI LP5562 LED driver by Doug Zobel · Fri Nov 17 12:38:11 2023 +0100
  51. 073475a led: led_pwm: use led_bind_generic() helper by Rasmus Villemoes · Fri Nov 17 12:38:10 2023 +0100
  52. e2828a4 led: led_gpio: use led_bind_generic() helper by Rasmus Villemoes · Fri Nov 17 12:38:09 2023 +0100
  53. 49ba9f0 led: introduce led_bind_generic() by Rasmus Villemoes · Fri Nov 17 12:38:08 2023 +0100
  54. 128f87a led-uclass: do not create fallback label for top-level node by Rasmus Villemoes · Fri Nov 17 12:38:07 2023 +0100
  55. ad3401f led-uclass: honour ->label field populated by driver's own .bind by Rasmus Villemoes · Fri Nov 17 12:38:06 2023 +0100
  56. 949f0fe test: bdinfo: Handle systems without getopt by Marek Vasut · Sun Dec 10 16:01:56 2023 +0100
  57. 50ad019 test/py: Disable error E0611 in two cases for pylint by Tom Rini · Sat Dec 09 14:52:46 2023 -0500
  58. 5e2bb90 Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a" by Tom Rini · Sat Dec 09 08:42:49 2023 -0500
  59. f14a03b test: bdinfo: Test bdinfo -e by Marek Vasut · Sat Oct 07 23:41:06 2023 +0200
  60. 3c5fd09 test: bdinfo: Test bdinfo -m by Marek Vasut · Sat Oct 07 23:41:05 2023 +0200
  61. 2409924 test: bdinfo: Test bdinfo -h by Marek Vasut · Sat Oct 07 23:41:04 2023 +0200
  62. eb0b1db test: bdinfo: Test both bdinfo and bdinfo -a by Marek Vasut · Sat Oct 07 23:41:03 2023 +0200
  63. 391e5c3 test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full() by Marek Vasut · Sat Oct 07 23:41:02 2023 +0200
  64. 9ba673f configs: sandbox: Enable GETOPT for sandbox and sandbox64 target by Marek Vasut · Sat Oct 07 23:41:01 2023 +0200
  65. f5c2f7c cmd: bdinfo: Implement support for printing ethernet settings via bdinfo -e by Marek Vasut · Sat Oct 07 23:41:00 2023 +0200
  66. dc57e93 cmd: bdinfo: Implement support for printing memory layout via bdinfo -m by Marek Vasut · Sat Oct 07 23:40:59 2023 +0200
  67. e44df15 cmd: bdinfo: Optionally use getopt and implement bdinfo -a by Marek Vasut · Sat Oct 07 23:40:58 2023 +0200
  68. bc761d5 Merge tag 'v2024.01-rc4' into next by Tom Rini · Mon Dec 04 21:39:57 2023 -0500
  69. 9ef0dae Prepare v2024.01-rc4 by Tom Rini · Mon Dec 04 13:46:56 2023 -0500
  70. 9c84c6c efi_loader: generated SMBIOS table below 4 GiB by Heinrich Schuchardt · Mon Nov 20 23:25:58 2023 +0100
  71. e06bbc9 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · Mon Dec 04 13:37:18 2023 -0500
  72. dfd3012 watchdog: Correct watchdog timeout print message by Chanho Park · Sun Dec 03 17:30:40 2023 +0900
  73. 10202fa Merge branch 'master-rpc-off' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Sun Dec 03 16:30:32 2023 -0500
  74. 337e557 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Sat Dec 02 13:37:27 2023 -0500
  75. 84fc304 ARM: dts: renesas: Disable RPC driver on R8A779G0 V4H White Hawk board by Cong Dang · Tue Jun 20 00:41:50 2023 +0200
  76. 69bdcf6 ARM: dts: renesas: Clean up R8A779G0 V4H RPC SPI DT node by Marek Vasut · Tue Jun 20 00:41:49 2023 +0200
  77. 9c83bad usb: USB_XHCI_PCI depends on PCI by Heinrich Schuchardt · Mon Nov 20 15:56:36 2023 +0100
  78. 39076d9 usb: dwc3-generic: Use combined glue and ctrl node for RK3588 by Jonas Karlman · Sun Nov 12 15:25:25 2023 +0000
  79. 7b3d10d usb: storage: Use the correct CBW lengths by Hector Martin · Sun Oct 29 16:23:30 2023 +0900
  80. 9053514 usb: hub: Add missing reset recovery delay by Hector Martin · Sun Oct 29 16:09:09 2023 +0900
  81. 0238088 usb: xhci: Fix DMA address calculation in queue_trb by Hector Martin · Sun Oct 29 15:37:44 2023 +0900
  82. 2778307 usb: xhci: Do not panic on event timeouts by Hector Martin · Sun Oct 29 15:37:43 2023 +0900
  83. 1b823e2 usb: xhci: Fail on attempt to queue TRBs to a halted endpoint by Hector Martin · Sun Oct 29 15:37:42 2023 +0900
  84. 6d20437 usb: xhci: Recover from halted bulk endpoints by Hector Martin · Sun Oct 29 15:37:41 2023 +0900
  85. f28db6b usb: xhci: Allow context state errors when halting an endpoint by Hector Martin · Sun Oct 29 15:37:40 2023 +0900
  86. 191772f usb: xhci: Better error handling in abort_td() by Hector Martin · Sun Oct 29 15:37:39 2023 +0900
  87. c5d7dac usb: xhci: Guard all calls to xhci_wait_for_event by Hector Martin · Sun Oct 29 15:37:38 2023 +0900
  88. fcc51d3 Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · Thu Nov 30 09:33:31 2023 -0500
  89. cefb036 Merge branch '2023-11-29-assorted-platform-updates' into next by Tom Rini · Wed Nov 29 11:16:13 2023 -0500
  90. e30db19 ARM: keystone2: Remove unneeded inclusions of common.h by Andrew Davis · Fri Nov 17 16:38:29 2023 -0600
  91. ab82af6 configs: keystone2: Do not include hardware.h by Andrew Davis · Fri Nov 17 16:38:28 2023 -0600
  92. 79ff96d configs: keystone2: Remove unused SPL_MALLOC_F_SIZE and KEYSTONE_SPL_STACK_SIZE by Andrew Davis · Fri Nov 17 16:38:27 2023 -0600
  93. 9d0be73 Fix stack-protector for powerpc by Christophe Leroy · Wed Nov 15 19:36:36 2023 +0100
  94. 782ad64 xen: pvblock: fix the maximum io size in one operation by AKASHI Takahiro · Wed Nov 15 10:53:45 2023 +0900
  95. f65b9ed timer-uclass: Always use "clock-frequency" property as fallback by Alex Bee · Tue Nov 14 22:11:27 2023 +0100
  96. a341321 lib/slre: Fix memory leak if regex compilation fails by Francois Berder · Sun Nov 12 20:16:50 2023 +0100
  97. 49f8749 test/py: net: Add a TFTP put test by Love Kumar · Wed Nov 08 12:40:31 2023 +0530
  98. 342d648 Merge patch series "cmd: add scmi command" by Tom Rini · Tue Nov 28 22:31:09 2023 -0500
  99. d40686d test: dm: add scmi command test by AKASHI Takahiro · Tue Nov 14 11:14:28 2023 +0900
  100. 83f23f2 doc: cmd: add documentation for scmi by AKASHI Takahiro · Tue Nov 14 11:14:27 2023 +0900