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