1. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 11 months ago
  2. 550862b efi_loader: Boot var automatic management by Raymond Mao · 11 months ago
  3. ae7ec8b Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · 11 months ago
  4. da35ab6 sysreset: Fix unsupported request return values by Paul Barker · 12 months ago
  5. 2a1812d test: eth: Don't crash if env_get returns NULL by Sean Anderson · 12 months ago
  6. a04d5f6 spl: Convert spi to spl_load by Sean Anderson · 12 months ago
  7. 6029a0e spl: Convert NVMe to spl_load by Sean Anderson · 12 months ago
  8. cbe8657 spl: Convert nor to spl_load by Sean Anderson · 12 months ago
  9. 2e5476b spl: Convert net to spl_load by Sean Anderson · 12 months ago
  10. 11f8346 spl: Convert nand to spl_load by Sean Anderson · 12 months ago
  11. 5d3401a spl: Convert mmc to spl_load by Sean Anderson · 12 months ago
  12. 682184e spl: Convert fat to spl_load by Sean Anderson · 12 months ago
  13. b8ed722 spl: Convert ext to use spl_load by Sean Anderson · 12 months ago
  14. 5b3debc test: spl: Support testing LEGACY_LZMA filesystem images by Sean Anderson · 12 months ago
  15. 5271e35 spl: Only support bl_len when we have to by Sean Anderson · 12 months ago
  16. afdd2d9 spl: Remove filename from spl_load_info by Sean Anderson · 12 months ago
  17. 73c40fc spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · 12 months ago
  18. 5e6a112 Merge patch series "nand: Add sandbox tests" by Tom Rini · 11 months ago
  19. 8502b5b test: spl: Add a test for NAND by Sean Anderson · 12 months ago
  20. bc8e8a4 nand: Add sandbox driver by Sean Anderson · 12 months ago
  21. 3fa53b9 bootstd: Add a return code to bootflow menu by Simon Glass · 1 year, 1 month ago
  22. baea7ec bootstd: Refactor mmc prep to allow a different scan by Simon Glass · 1 year, 1 month ago
  23. a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 12 months ago
  24. a40f35f test: cmd: mbr: Remove unreachable code by Alexander Gendin · 12 months ago
  25. 56ea7c8 CI, pytest: Add a test for sandbox without LTO by Tom Rini · 12 months ago
  26. 703b5b3 sandbox: Add a test for disabling CONFIG_CMDLINE by Simon Glass · 12 months ago
  27. 8b88891 test: Make UNIT_TEST depend on CMDLINE by Simon Glass · 12 months ago
  28. bd9ff68 serial: zynqmp: Fetch baudrate from dtb and update by Algapally Santosh Sagar · 1 year, 1 month ago
  29. 19248dc bootstd: Handle a few special cases in cmdline_set_arg() by Simon Glass · 12 months ago
  30. d5d9770 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 12 months ago
  31. 4fd7d27 test/py: always use autostart on tpm2 selftests by Ilias Apalodimas · 12 months ago
  32. 539e2f7 test: use a non system PCR for testing PCR extend by Ilias Apalodimas · 12 months ago
  33. 5999ea2 test: Add sandbox TPM boot measurement by Eddie James · 12 months ago
  34. 2ba0f82 test: dm: add SCMI power domain protocol test by AKASHI Takahiro · 1 year ago
  35. 04291ee cmd: mbr: Allow 4 MBR partitions without need for extended by Alexander Gendin · 1 year ago
  36. 2dd86b9 cli: Consume invalid escape sequences early by Yurii Monakov · 1 year ago
  37. 5cab351 Merge tag 'u-boot-rockchip-20231024' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 12 months ago
  38. 500439e rockchip: test: dm: add rkmtd test by Johan Jonker · 1 year ago
  39. 7a790f0 bootstd: Scan all bootdevs in a boot_targets entry (take 2) by Simon Glass · 12 months ago
  40. 16e1935 bootstd: Correct logic for single uclass by Simon Glass · 12 months ago
  41. 7ae83bf bootstd: Expand boot-ordering test to include USB by Simon Glass · 12 months ago
  42. abd1e94 Revert "bootstd: Scan all bootdevs in a boot_targets entry" by Simon Glass · 12 months ago
  43. bc003ca sandbox: watchdog: Avoid an error on startup by Simon Glass · 1 year, 2 months ago
  44. 60d76e3 test: spl: Add a test for the SPI load method by Sean Anderson · 1 year ago
  45. 65efaac test: spl: Add a test for the NOR load method by Sean Anderson · 1 year ago
  46. 53d8bf8 test: spl: Add a test for the NET load method by Sean Anderson · 1 year ago
  47. 6ba8eca test: spl: Add a test for the MMC load method by Sean Anderson · 1 year ago
  48. 6c5d0d9 test: spl: Add a test for spl_blk_load_image by Sean Anderson · 1 year ago
  49. 59b3633 test: spl: Add functions to create filesystems by Sean Anderson · 1 year ago
  50. b93cc1e test: spl: Add functions to create images by Sean Anderson · 1 year ago
  51. b5bf83b test: spl: Fix spl_test_load not failing if fname doesn't exist by Sean Anderson · 1 year ago
  52. c56468a6 test: spl: Split tests up and use some configs by Sean Anderson · 1 year ago
  53. eaf7385 spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same time by Sean Anderson · 1 year ago
  54. e0caea4 Merge branch '2023-10-16-assorted-cmd-updates' by Tom Rini · 1 year ago
  55. 3616218 cmd: Convert existing long help messages to the new macro by Tom Rini · 1 year ago
  56. 2e1577e Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 1 year ago
  57. c8e477e sandbox: add tests for UCLASS_SM by Alexey Romanov · 1 year, 1 month ago
  58. 3c3f162 Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year ago
  59. 93ecae9 test: dm: add SCMI base protocol test by AKASHI Takahiro · 1 year ago
  60. bddcd3a test: dm: simplify SCMI unit test on sandbox by AKASHI Takahiro · 1 year ago
  61. a89d9f4 test: dm: add protocol-specific channel test by AKASHI Takahiro · 1 year ago
  62. e824d0d bootstd: Scan all bootdevs in a boot_targets entry by Simon Glass · 1 year, 1 month ago
  63. 6961ca0 Merge tag 'xilinx-for-v2024.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 1 year ago
  64. c2bd2d3 expo: Update tests to include textline by Simon Glass · 1 year, 1 month ago
  65. 33eb0b9 cli: Add a command to show cmdline history by Simon Glass · 1 year, 1 month ago
  66. 256f6da cmd: host: Print out the block size of the host device by Bin Meng · 1 year, 1 month ago
  67. 8897fab blk: sandbox: Support binding a device with a given logical block size by Bin Meng · 1 year, 1 month ago
  68. 7a82bff test/py: net: Add a test for 'pxe get' command by Love Kumar · 1 year, 1 month ago
  69. 3f876cb test: Fix SPL tests not being run by Sean Anderson · 1 year, 1 month ago
  70. 34124ad test/py: sleep: Add a test for the time command by Love Kumar · 1 year, 1 month ago
  71. 4a6105e test: lmb: Add test for coalescing and overlap range by Udit Kumar · 1 year, 1 month ago
  72. f69d3d6 pci: serial: Support reading PCI-register size with base by Simon Glass · 1 year, 1 month ago
  73. ff6c708 sandbox: Move the bloblist down a little in memory by Simon Glass · 1 year, 1 month ago
  74. 5fe8bc3 dm: core: Add tests for oftree_path() by Simon Glass · 1 year, 1 month ago
  75. 7071c82 dm: core: Support writing a 64-bit value by Simon Glass · 1 year, 1 month ago
  76. d9216c8 dm: core: Support writing a boolean by Simon Glass · 1 year, 1 month ago
  77. 62b1db3 dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · 1 year, 1 month ago
  78. 67fb215 dm: core: Add a way to delete a node by Simon Glass · 1 year, 1 month ago
  79. c15862f dm: core: Add a way to copy a node by Simon Glass · 1 year, 1 month ago
  80. e0c3c21 dm: core: Add a function to create an empty tree by Simon Glass · 1 year, 1 month ago
  81. 9bf78a5 dm: core: Tidy up comments in the ofnode tests by Simon Glass · 1 year, 1 month ago
  82. 3a1fc17 dm: core: Ensure we run flattree tests on ofnode by Simon Glass · 1 year, 1 month ago
  83. 2479709 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · 1 year, 1 month ago
  84. ac89738 Merge branch 'next' by Tom Rini · 1 year, 1 month ago
  85. 4c18175 test: build dependency for event unit tests by Heinrich Schuchardt · 1 year, 1 month ago
  86. aee56c0 test: fix comment indentation on tpm tests by Ilias Apalodimas · 1 year, 5 months ago
  87. 53fab13 efi: Use the installed SMBIOS tables by Simon Glass · 1 year, 1 month ago
  88. 44f35e1 dm: core: ofnode: Add ofnode_read_bootscript_flash() by Michal Simek · 1 year, 2 months ago
  89. db5e349 dm: core: ofnode: Add ofnode_read_bootscript_address() by Michal Simek · 1 year, 2 months ago
  90. 99b4647 clk: Dont return error when assigned-clocks is empty or missing by Ashok Reddy Soma · 1 year, 2 months ago
  91. 280fcda test/py: tpm2: skip tpm2_startup when env__tpm_device_test_skip=True by Michal Simek · 1 year, 2 months ago
  92. fa12dfa dm: core: support reading a single indexed u64 value by Michal Simek · 1 year, 2 months ago
  93. 36778df test: Move POST under a renamed Testing section by Simon Glass · 1 year, 1 month ago
  94. fdd6a77 test: build dependency for event unit tests by Heinrich Schuchardt · 1 year, 1 month ago
  95. 1a4293e phy: Return success from generic_setup_phy() when phy is not found by Jonas Karlman · 1 year, 2 months ago
  96. bd78f2c phy: Fix generic_setup_phy() return value on power on failure by Jonas Karlman · 1 year, 2 months ago
  97. 14639bf phy: Set phy->dev to NULL when generic_phy_get_by_index_nodev() fails by Jonas Karlman · 1 year, 2 months ago
  98. feb4b91 phy: Set phy->dev to NULL when generic_phy_get_by_name() fails by Jonas Karlman · 1 year, 2 months ago
  99. 7cc1d87 cmd: gpt: Add command to swap partition order by Joshua Watt · 1 year, 2 months ago
  100. 648140f cmd: gpt: Preserve bootable flag by Joshua Watt · 1 year, 2 months ago