1. 207282d pxe: Allow booting without CMDLINE for the zboot method by Simon Glass · 12 months ago
  2. 6d803ec pxe: Allow booting without CMDLINE for bootm methods by Simon Glass · 12 months ago
  3. 8ed730f pxe: Move calculation of FDT file into a function by Simon Glass · 12 months ago
  4. 03a4a6d pxe: Refactor to avoid over-using bootm_argv by Simon Glass · 12 months ago
  5. 39ee4a1 pxe: Refactor to reduce the size of label_boot() by Simon Glass · 12 months ago
  6. 92ee1f5 pxe: Use strlcpy() instead of strcpy() in label_boot() by Simon Glass · 12 months ago
  7. c30e084 doc: Mention fastboot dependency on CMDLINE by Simon Glass · 12 months ago
  8. b0c27bd fastboot: Remove dependencies on CMDLINE by Simon Glass · 12 months ago
  9. 2673634 bootm: Make cmdline optional with bootm_boot_start() by Simon Glass · 12 months ago
  10. 637425b fastboot: Change fastboot_buf_addr to an address by Simon Glass · 12 months ago
  11. 6d47fd3 boot: Update SYS_BOOTM_LEN to depend on BOOTM by Simon Glass · 12 months ago
  12. 6be5ec9 treewide: Make arch-specific bootm code depend on BOOTM by Simon Glass · 12 months ago
  13. b34c828 bootm: Make OS booting dependent on BOOTM by Simon Glass · 12 months ago
  14. 6e558e3 bootm: Add a Kconfig option for bootm functionality by Simon Glass · 12 months ago
  15. 52b3c47 boot: Reorder FIT and BOOTSTD to be first by Simon Glass · 12 months ago
  16. 6b8f26b sandbox: Add a dummy booti command by Simon Glass · 1 year, 2 months ago
  17. cde03fa video: Add a function to clear the display by Simon Glass · 1 year, 2 months ago
  18. c0e708e test: print: Skip test on x86 by Simon Glass · 1 year, 2 months ago
  19. 631d8a3 test: lmb: Move tests into the lib suite by Simon Glass · 1 year, 2 months ago
  20. 14f0cc4 test: event: Only run test_event_probe() on sandbox by Simon Glass · 1 year, 2 months ago
  21. 078c6e2 test: font: Add dependencies on fonts by Simon Glass · 1 year, 2 months ago
  22. 40565bb test: fdt: Add a special case for real boards by Simon Glass · 1 year, 2 months ago
  23. 3535f60 test: bdinfo: Add missing asserts by Simon Glass · 1 year, 2 months ago
  24. 80a8a2e test: Handle use of stack pointer in bdinfo by Simon Glass · 1 year, 2 months ago
  25. 07073d2 test: Run bootstd tests only on sandbox by Simon Glass · 1 year, 2 months ago
  26. f231151 test: Make UT_LIB_ASN1 depend on sandbox by Simon Glass · 1 year, 2 months ago
  27. 30a75e7 test: Add helper to skip to partial console line by Simon Glass · 1 year, 2 months ago
  28. 4001e5a test: Add a new suite for commands by Simon Glass · 1 year, 2 months ago
  29. 9565771 Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 12 months ago
  30. 8632b36 command: Introduce functions to obtain command arguments by Simon Glass · 1 year ago
  31. 1047b53 bootstd: Introduce programmatic boot by Simon Glass · 1 year ago
  32. 984e6fe bootm: Reduce arguments to bootm_find_other() by Simon Glass · 1 year ago
  33. 65f0bfe bootm: Add a function to check overlap by Simon Glass · 1 year ago
  34. 3ac85bd bootm: Adjust the parameters of bootm_find_images() by Simon Glass · 1 year ago
  35. b020254 bootm: optee: Drop special call to bootm_find_other() by Simon Glass · 1 year ago
  36. e2fc90e bootm: efi: Drop special call to bootm_find_other() by Simon Glass · 1 year ago
  37. 46aee25 bootm: Simplify Android ramdisk addr in bootm_find_images() by Simon Glass · 1 year ago
  38. 9645628 bootm: Reduce arguments to boot_get_loadables() by Simon Glass · 1 year ago
  39. 745367b bootm: Reduce arguments to boot_get_fpga() by Simon Glass · 1 year ago
  40. 0aa923a bootm: Reduce arguments to boot_get_fdt() by Simon Glass · 1 year ago
  41. ba5e3f7 bootm: Pass image buffer to boot_get_fdt() by Simon Glass · 1 year ago
  42. 972d524 bootm: Drop #ifdef in bootm_find_images() by Simon Glass · 1 year ago
  43. 813f75d fdt: Allow use of fdt_support inside if() statements by Simon Glass · 1 year ago
  44. 8eda15b bootm: Reduce arguments to boot_get_ramdisk() by Simon Glass · 1 year ago
  45. 3e3bd5b bootm: Reduce arguments to bootm_find_os() by Simon Glass · 1 year ago
  46. b13e948 bootm: Move error printing out of boot_get_kernel() by Simon Glass · 1 year ago
  47. bdfa1b6 bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO by Simon Glass · 1 year ago
  48. 4c76f5e bootm: Use the error return from boot_get_kernel() by Simon Glass · 1 year ago
  49. 4f77169 bootm: Adjust position of unmap_sysmem() in boot_get_kernel() by Simon Glass · 1 year ago
  50. 7721e71 bootm: Adjust boot_get_kernel() to return an error by Simon Glass · 1 year ago
  51. 429acb3 image: Document error codes from fit_image_load() by Simon Glass · 1 year ago
  52. 820110c bootm: Reduce arguments to boot_get_kernel() by Simon Glass · 1 year ago
  53. 530cc47 image: Tidy up genimg_get_kernel_addr_fit() by Simon Glass · 1 year ago
  54. 7f3b1ee bootm: Move boot_get_kernel() higher in the file by Simon Glass · 1 year ago
  55. 921070b bootm: Simplify arguments for bootm_pre_load() by Simon Glass · 1 year ago
  56. a50e886 bootm: Drop arguments from bootm_start() by Simon Glass · 1 year ago
  57. e62714c bootstd: Add missing header file from bootdev.h by Simon Glass · 1 year ago
  58. 10c398d treewide: Tidy up semicolon after command macros by Simon Glass · 1 year ago
  59. f7fac5e mmc: env: Unify the U_BOOT_ENV_LOCATION conditions by Simon Glass · 1 year ago
  60. 1d38722 README: Correct docs for CONFIG_SPL_BUILD by Simon Glass · 1 year ago
  61. b1f8b56 arm: x86: Drop discarding of command linker-lists by Simon Glass · 1 year ago
  62. bfe3c7b Merge patch series "some LED patches" by Tom Rini · 12 months ago
  63. f9dc67d led: add TI LP5562 LED driver by Doug Zobel · 1 year ago
  64. d45e712 led: led_pwm: use led_bind_generic() helper by Rasmus Villemoes · 1 year ago
  65. 82eb8e5 led: led_gpio: use led_bind_generic() helper by Rasmus Villemoes · 1 year ago
  66. 3bf0515 led: introduce led_bind_generic() by Rasmus Villemoes · 1 year ago
  67. 067e4ce led-uclass: do not create fallback label for top-level node by Rasmus Villemoes · 1 year ago
  68. 5bf61f9 led-uclass: honour ->label field populated by driver's own .bind by Rasmus Villemoes · 1 year ago
  69. be4a5f7 test: bdinfo: Handle systems without getopt by Marek Vasut · 12 months ago
  70. 3a2b6ba test/py: Disable error E0611 in two cases for pylint by Tom Rini · 12 months ago
  71. e54987d Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a" by Tom Rini · 12 months ago
  72. 3ff2d79 test: bdinfo: Test bdinfo -e by Marek Vasut · 1 year, 2 months ago
  73. 2696f3a test: bdinfo: Test bdinfo -m by Marek Vasut · 1 year, 2 months ago
  74. 8827a38 test: bdinfo: Test bdinfo -h by Marek Vasut · 1 year, 2 months ago
  75. 4823b05 test: bdinfo: Test both bdinfo and bdinfo -a by Marek Vasut · 1 year, 2 months ago
  76. 5bd32a9 test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full() by Marek Vasut · 1 year, 2 months ago
  77. 3e4225a configs: sandbox: Enable GETOPT for sandbox and sandbox64 target by Marek Vasut · 1 year, 2 months ago
  78. ea9637c cmd: bdinfo: Implement support for printing ethernet settings via bdinfo -e by Marek Vasut · 1 year, 2 months ago
  79. f1774a8 cmd: bdinfo: Implement support for printing memory layout via bdinfo -m by Marek Vasut · 1 year, 2 months ago
  80. b6a90ac cmd: bdinfo: Optionally use getopt and implement bdinfo -a by Marek Vasut · 1 year, 2 months ago
  81. d379150 Merge tag 'v2024.01-rc4' into next by Tom Rini · 12 months ago
  82. 2f02829 Prepare v2024.01-rc4 by Tom Rini · 12 months ago
  83. 89cb3a9 efi_loader: generated SMBIOS table below 4 GiB by Heinrich Schuchardt · 1 year ago
  84. e37e6f1 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 12 months ago
  85. a341a0e watchdog: Correct watchdog timeout print message by Chanho Park · 12 months ago
  86. 5c4e9d0 Merge branch 'master-rpc-off' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 12 months ago
  87. b56d21f Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 12 months ago
  88. 13bdb6a ARM: dts: renesas: Disable RPC driver on R8A779G0 V4H White Hawk board by Cong Dang · 1 year, 5 months ago
  89. b95a250 ARM: dts: renesas: Clean up R8A779G0 V4H RPC SPI DT node by Marek Vasut · 1 year, 5 months ago
  90. 493e0e2 usb: USB_XHCI_PCI depends on PCI by Heinrich Schuchardt · 1 year ago
  91. 6e91df9 usb: dwc3-generic: Use combined glue and ctrl node for RK3588 by Jonas Karlman · 1 year, 1 month ago
  92. 75aabe5 usb: storage: Use the correct CBW lengths by Hector Martin · 1 year, 1 month ago
  93. b5999f8 usb: hub: Add missing reset recovery delay by Hector Martin · 1 year, 1 month ago
  94. a14843f usb: xhci: Fix DMA address calculation in queue_trb by Hector Martin · 1 year, 1 month ago
  95. 2fd7037 usb: xhci: Do not panic on event timeouts by Hector Martin · 1 year, 1 month ago
  96. fb5502b usb: xhci: Fail on attempt to queue TRBs to a halted endpoint by Hector Martin · 1 year, 1 month ago
  97. 9d88bd4 usb: xhci: Recover from halted bulk endpoints by Hector Martin · 1 year, 1 month ago
  98. 6f64f0a usb: xhci: Allow context state errors when halting an endpoint by Hector Martin · 1 year, 1 month ago
  99. 2526cd9 usb: xhci: Better error handling in abort_td() by Hector Martin · 1 year, 1 month ago
  100. 8d1e03f usb: xhci: Guard all calls to xhci_wait_for_event by Hector Martin · 1 year, 1 month ago