1. 7d790a8 bloblist: Add alignment to bloblist_new() by Simon Glass · 11 months ago
  2. b86b2d9 bloblist: Adjust the bloblist header by Simon Glass · 11 months ago
  3. b6e8382 bloblist: Reduce blob-header size by Simon Glass · 11 months ago
  4. 997dac6 bloblist: Checksum the entire bloblist by Simon Glass · 11 months ago
  5. 1a2e02f bloblist: Adjust API to align in powers of 2 by Simon Glass · 11 months ago
  6. e748e4b bloblist: Update the tag numbering by Simon Glass · 11 months ago
  7. 2b28c3b Merge patch series "Modernize U-Boot shell" by Tom Rini · 11 months ago WIP/28Dec2023-next
  8. 2223c49 test: hush: Fix loop tests for modern hush by Francis Laniel · 11 months ago
  9. 410e78d test: hush: Fix variable expansion tests for modern hush by Francis Laniel · 11 months ago
  10. 6d3914f test: hush: Fix instructions list tests for modern hush by Francis Laniel · 11 months ago
  11. 3ea3c57 cli: add modern hush as parser for run_command*() by Francis Laniel · 11 months ago
  12. 432c997 test: hush: Test hush loops by Francis Laniel · 11 months ago
  13. 2a70fea test: hush: Test hush commands list by Francis Laniel · 11 months ago
  14. 261d29e test: hush: Test hush variable expansion by Francis Laniel · 11 months ago
  15. 4dc305f test/py: hush_if_test: Remove the test file by Francis Laniel · 11 months ago
  16. d3bc2c5 test: hush: Test hush if/else by Francis Laniel · 11 months ago
  17. cb1277c test: Add framework to test hush behavior by Francis Laniel · 11 months ago
  18. b106961 global: Restrict use of '#include <linux/kconfig.h>' by Tom Rini · 12 months ago
  19. 921f63e bootflow: Allow setting a cmdline arg with no value by Simon Glass · 12 months ago
  20. 7481632 bootm: Fix flags used for bootargs string substitution by Piotr Kubik · 1 year ago
  21. 1373ffd Merge tag 'v2024.01-rc5' into next by Tom Rini · 11 months ago
  22. 7017fc5 bootmeth: use efi_loader interfaces instead of bootefi command by AKASHI Takahiro · 1 year ago
  23. 97d65b3 test: dm: clk_ccf: fix building error by Yang Xiwen · 11 months ago
  24. d306182 test: dm: clk_ccf: test ccf_clk_ops by Yang Xiwen · 11 months ago
  25. 9e02503 dm: test: clk: Add test for ccf clk_set_rate() by Igor Prusov · 12 months ago
  26. 229c4da test: vboot: Using variable 'old_dtb' before assignment by Heinrich Schuchardt · 12 months ago
  27. 643f5c3 test: fit: Using variable 'old_dtb' before assignment by Heinrich Schuchardt · 12 months ago
  28. 36e3a1e cmd: acpi: fix acpi list command by Heinrich Schuchardt · 1 year ago
  29. bda020e acpi: fix struct acpi_xsdt by Heinrich Schuchardt · 1 year ago
  30. 0c2f6c3 test: unit test for acpi_find_table() by Heinrich Schuchardt · 1 year ago
  31. a4bee0b bootstd: Add a menu option to bootflow scan by Simon Glass · 1 year, 2 months ago
  32. c0e708e test: print: Skip test on x86 by Simon Glass · 1 year, 2 months ago
  33. 631d8a3 test: lmb: Move tests into the lib suite by Simon Glass · 1 year, 2 months ago
  34. 14f0cc4 test: event: Only run test_event_probe() on sandbox by Simon Glass · 1 year, 2 months ago
  35. 078c6e2 test: font: Add dependencies on fonts by Simon Glass · 1 year, 2 months ago
  36. 40565bb test: fdt: Add a special case for real boards by Simon Glass · 1 year, 2 months ago
  37. 3535f60 test: bdinfo: Add missing asserts by Simon Glass · 1 year, 2 months ago
  38. 80a8a2e test: Handle use of stack pointer in bdinfo by Simon Glass · 1 year, 2 months ago
  39. 07073d2 test: Run bootstd tests only on sandbox by Simon Glass · 1 year, 2 months ago
  40. f231151 test: Make UT_LIB_ASN1 depend on sandbox by Simon Glass · 1 year, 2 months ago
  41. 30a75e7 test: Add helper to skip to partial console line by Simon Glass · 1 year, 2 months ago
  42. 4001e5a test: Add a new suite for commands by Simon Glass · 1 year, 2 months ago
  43. 9565771 Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 12 months ago
  44. 8632b36 command: Introduce functions to obtain command arguments by Simon Glass · 1 year ago
  45. be4a5f7 test: bdinfo: Handle systems without getopt by Marek Vasut · 12 months ago
  46. 3a2b6ba test/py: Disable error E0611 in two cases for pylint by Tom Rini · 12 months ago
  47. 65eed68 test/py: Disable error E0611 in two cases for pylint by Tom Rini · 12 months ago
  48. e54987d Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a" by Tom Rini · 12 months ago
  49. 3ff2d79 test: bdinfo: Test bdinfo -e by Marek Vasut · 1 year, 2 months ago
  50. 2696f3a test: bdinfo: Test bdinfo -m by Marek Vasut · 1 year, 2 months ago
  51. 8827a38 test: bdinfo: Test bdinfo -h by Marek Vasut · 1 year, 2 months ago
  52. 4823b05 test: bdinfo: Test both bdinfo and bdinfo -a by Marek Vasut · 1 year, 2 months ago
  53. 5bd32a9 test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full() by Marek Vasut · 1 year, 2 months ago
  54. 9f0588a test/py: net: Add a TFTP put test by Love Kumar · 1 year, 1 month ago
  55. 339d968 Merge patch series "cmd: add scmi command" by Tom Rini · 12 months ago WIP/28Nov2023-next
  56. 3d6fe58 test: dm: add scmi command test by AKASHI Takahiro · 1 year ago
  57. 63cd0dc test: dm: skip scmi tests against disabled protocols by AKASHI Takahiro · 1 year ago
  58. e2a9edc Merge patch series "fs: fat: calculate FAT type based on cluster count" by Tom Rini · 12 months ago
  59. 8154ac1 test: fs: Add test to detect fat type by Christian Taedcke · 1 year ago
  60. c667b26 test: Add size granularity parameter to mk_fs by Christian Taedcke · 1 year ago
  61. 1e85b66 test: fs: Add fat12 to supported fs of some tests by Christian Taedcke · 1 year ago
  62. 764b411 test: Add support to create a fat12 fs by Christian Taedcke · 1 year ago
  63. 601d33f test: spl: Remove usage of FAT32_SIGN by Christian Taedcke · 1 year ago
  64. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year ago
  65. 550862b efi_loader: Boot var automatic management by Raymond Mao · 1 year, 1 month ago
  66. ae7ec8b Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · 1 year ago
  67. da35ab6 sysreset: Fix unsupported request return values by Paul Barker · 1 year, 1 month ago
  68. 2a1812d test: eth: Don't crash if env_get returns NULL by Sean Anderson · 1 year, 1 month ago
  69. a04d5f6 spl: Convert spi to spl_load by Sean Anderson · 1 year, 1 month ago
  70. 6029a0e spl: Convert NVMe to spl_load by Sean Anderson · 1 year, 1 month ago
  71. cbe8657 spl: Convert nor to spl_load by Sean Anderson · 1 year, 1 month ago
  72. 2e5476b spl: Convert net to spl_load by Sean Anderson · 1 year, 1 month ago
  73. 11f8346 spl: Convert nand to spl_load by Sean Anderson · 1 year, 1 month ago
  74. 5d3401a spl: Convert mmc to spl_load by Sean Anderson · 1 year, 1 month ago
  75. 682184e spl: Convert fat to spl_load by Sean Anderson · 1 year, 1 month ago
  76. b8ed722 spl: Convert ext to use spl_load by Sean Anderson · 1 year, 1 month ago
  77. 5b3debc test: spl: Support testing LEGACY_LZMA filesystem images by Sean Anderson · 1 year, 1 month ago
  78. 5271e35 spl: Only support bl_len when we have to by Sean Anderson · 1 year, 1 month ago
  79. afdd2d9 spl: Remove filename from spl_load_info by Sean Anderson · 1 year, 1 month ago
  80. 73c40fc spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · 1 year, 1 month ago
  81. 5e6a112 Merge patch series "nand: Add sandbox tests" by Tom Rini · 1 year ago
  82. 8502b5b test: spl: Add a test for NAND by Sean Anderson · 1 year, 1 month ago
  83. bc8e8a4 nand: Add sandbox driver by Sean Anderson · 1 year, 1 month ago
  84. 3fa53b9 bootstd: Add a return code to bootflow menu by Simon Glass · 1 year, 2 months ago
  85. baea7ec bootstd: Refactor mmc prep to allow a different scan by Simon Glass · 1 year, 2 months ago
  86. a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 1 month ago
  87. a40f35f test: cmd: mbr: Remove unreachable code by Alexander Gendin · 1 year, 1 month ago
  88. 56ea7c8 CI, pytest: Add a test for sandbox without LTO by Tom Rini · 1 year, 1 month ago
  89. 703b5b3 sandbox: Add a test for disabling CONFIG_CMDLINE by Simon Glass · 1 year, 1 month ago
  90. 8b88891 test: Make UNIT_TEST depend on CMDLINE by Simon Glass · 1 year, 1 month ago
  91. bd9ff68 serial: zynqmp: Fetch baudrate from dtb and update by Algapally Santosh Sagar · 1 year, 2 months ago
  92. 19248dc bootstd: Handle a few special cases in cmdline_set_arg() by Simon Glass · 1 year, 1 month ago
  93. d5d9770 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 1 year, 1 month ago 27Oct2023
  94. 4fd7d27 test/py: always use autostart on tpm2 selftests by Ilias Apalodimas · 1 year, 1 month ago
  95. 539e2f7 test: use a non system PCR for testing PCR extend by Ilias Apalodimas · 1 year, 1 month ago
  96. 5999ea2 test: Add sandbox TPM boot measurement by Eddie James · 1 year, 1 month ago
  97. 2ba0f82 test: dm: add SCMI power domain protocol test by AKASHI Takahiro · 1 year, 1 month ago
  98. 04291ee cmd: mbr: Allow 4 MBR partitions without need for extended by Alexander Gendin · 1 year, 2 months ago
  99. 2dd86b9 cli: Consume invalid escape sequences early by Yurii Monakov · 1 year, 2 months ago
  100. 5cab351 Merge tag 'u-boot-rockchip-20231024' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year, 1 month ago