1. 61cad8d sandbox: trace: Increase trace buffer size by Sughosh Ganu · 1 year, 3 months ago
  2. 56f243d test: capsule: Generate EFI capsules through binman by Sughosh Ganu · 1 year, 3 months ago
  3. 71f634b bootstd: cros: Allow detection of any kernel partition by Simon Glass · 1 year, 3 months ago
  4. d08db02 bootstd: Add a test for bootmeth_cros by Simon Glass · 1 year, 3 months ago
  5. 2b9adca bootstd: test: Allow binding and using any mmc device by Simon Glass · 1 year, 3 months ago
  6. c3867e2 bootflow: Show an empty filename when there is none by Simon Glass · 1 year, 3 months ago
  7. 00613bc test: Move 1MB.fat32.img and 2MB.ext2.img by Simon Glass · 1 year, 3 months ago
  8. cfc402d expo: cedit: Support reading settings from CMOS RAM by Simon Glass · 1 year, 3 months ago
  9. eb6c71b expo: cedit: Support writing settings to CMOS RAM by Simon Glass · 1 year, 3 months ago
  10. bcf2b72 expo: cedit: Support reading settings from environment vars by Simon Glass · 1 year, 3 months ago
  11. fc9c0e0 expo: cedit: Support writing settings to environment vars by Simon Glass · 1 year, 3 months ago
  12. 472317c expo: cedit: Support reading settings from a file by Simon Glass · 1 year, 3 months ago
  13. 2dee81f expo: cedit: Support writing settings to a file by Simon Glass · 1 year, 3 months ago
  14. d5737b3 expo: Tidy up the expo.py tool and usage by Simon Glass · 1 year, 3 months ago
  15. f80ebb2 expo: Move cedit test into its own file and tidy by Simon Glass · 1 year, 3 months ago
  16. f2eb6ad expo: Provide a way to iterate through all scene objects by Simon Glass · 1 year, 3 months ago
  17. 34ecba1 abuf: Allow incrementing the size by Simon Glass · 1 year, 3 months ago
  18. 5ebe790 test: acpi: Handle both 32bit and 64bit ACPI tables by Marek Vasut · 1 year, 3 months ago
  19. c8659ca test: Fix the help for the ut command by Marek Vasut · 1 year, 3 months ago
  20. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 3 months ago
  21. 25a9be7 test: cpu: Handle both 32bit and 64bit CPUs by Marek Vasut · 1 year, 3 months ago
  22. 2fff288 test: dm: pinmux: Handle %pa in pinctrl-single mux output by Marek Vasut · 1 year, 3 months ago
  23. f7ee9f3 test: unit test for semihosting by Heinrich Schuchardt · 1 year, 4 months ago
  24. 939390b test: fix a couple NULL vs IS_ERR() checks by Dan Carpenter · 1 year, 4 months ago
  25. be5f9a7 test: unicode: fix a sizeof() vs ARRAY_SIZE() bug by Dan Carpenter · 1 year, 4 months ago
  26. 7c00b80 lib/charset: fix u16_strlcat() return value by Matthias Schiffer · 1 year, 4 months ago
  27. 6158287 Revert "lib: string: Fix strlcpy return value", fix callers by Matthias Schiffer · 1 year, 4 months ago
  28. f16a48f arm_ffa: introduce armffa command by Abdellatif El Khlifi · 1 year, 3 months ago
  29. a2f5c91 arm_ffa: introduce sandbox test cases for UCLASS_FFA by Abdellatif El Khlifi · 1 year, 3 months ago
  30. b83dc8d lib: uuid: introduce testcase for uuid_str_to_le_bin by Abdellatif El Khlifi · 1 year, 3 months ago
  31. 94e7cb1 Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'" by Tom Rini · 1 year, 4 months ago
  32. 20e2b99 arm_ffa: introduce armffa command Sandbox test by Abdellatif El Khlifi · 1 year, 4 months ago
  33. dd40919 arm_ffa: introduce sandbox test cases for UCLASS_FFA by Abdellatif El Khlifi · 1 year, 4 months ago
  34. 9052d17 lib: uuid: introduce testcase for uuid_str_to_le_bin by Abdellatif El Khlifi · 1 year, 4 months ago
  35. 76e1607 sandbox: fix a compilation error by Sergei Antonov · 1 year, 5 months ago
  36. 4f399f2 test: avoid function name 'setup' by Heinrich Schuchardt · 1 year, 4 months ago
  37. 9581166 dm: test: Add test for part_get_info_by_type by Joshua Watt · 1 year, 5 months ago
  38. 44ef285 dm: test: Improve partition test error output by Joshua Watt · 1 year, 5 months ago
  39. 19c961e dm: test: Fix partition test to use mmc2 by Joshua Watt · 1 year, 5 months ago
  40. 8900ba1 tests: Fix exception when cleaning up skipped test by Joshua Watt · 1 year, 5 months ago
  41. b279f51 bdinfo: Show the RAM top and approximate stack pointer by Simon Glass · 1 year, 4 months ago
  42. 2971841 acpi: Add a comment to set the acpi tables by Simon Glass · 1 year, 4 months ago
  43. 82c0938 bootstd: Add support for updating elements of the cmdline by Simon Glass · 1 year, 4 months ago
  44. d07861c bootstd: Add a function to update a command line by Simon Glass · 1 year, 4 months ago
  45. 347a845 bdinfo: Show information about the serial port by Simon Glass · 1 year, 4 months ago
  46. f4a9165 bootstd: Allow storing the OS command line in the bootflow by Simon Glass · 1 year, 4 months ago
  47. 6ec5178 test: Skip flat-tree tests if devicetree is not used by Simon Glass · 1 year, 4 months ago
  48. 04f3dcd video: Update stb_truetype by Simon Glass · 1 year, 6 months ago
  49. 87c1a41 expo: Add tests for the configuration editor by Simon Glass · 1 year, 6 months ago
  50. 82cafee expo: Support building an expo from a description file by Simon Glass · 1 year, 6 months ago
  51. 3f33b9c expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEM by Simon Glass · 1 year, 6 months ago
  52. 8872bc7 expo: Move menu-item selection into a function by Simon Glass · 1 year, 6 months ago
  53. 2e59389 expo: Support simple themes by Simon Glass · 1 year, 6 months ago
  54. 699b0ac expo: Set up the width and height of objects by Simon Glass · 1 year, 6 months ago
  55. ce72c9e expo: Use flags for objects by Simon Glass · 1 year, 6 months ago
  56. ae45d6c expo: Add width and height to objects by Simon Glass · 1 year, 6 months ago
  57. a8f2ac2 fdt: Allow more general use of livetree by Simon Glass · 1 year, 6 months ago
  58. 9cf39bb fdt: Align the start of the livetree by Simon Glass · 1 year, 6 months ago
  59. 5904d95 expo: Rename exp_set_text_mode() by Simon Glass · 1 year, 6 months ago
  60. a8f8040 console: Correct truetype spacing error by Simon Glass · 1 year, 6 months ago
  61. 14a86a5 expo: Avoid automatically arranging the scene by Simon Glass · 1 year, 6 months ago
  62. def898c expo: Convert to using a string ID for the scene title by Simon Glass · 1 year, 6 months ago
  63. 2c522af bdinfo: Correct use of assertions by Simon Glass · 1 year, 4 months ago
  64. 42c0e5b test: Find leftovers after clean/mrproper by Tobias Deiminger · 1 year, 5 months ago
  65. e80f407 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 4 months ago
  66. 230038f test: dm: restore /firmware nodes after testing by AKASHI Takahiro · 1 year, 5 months ago
  67. bf52766 test: bdinfo: Add test for command bdinfo by Marek Vasut · 1 year, 6 months ago
  68. b1574dd python: Update requirements.txt for security issues by Tom Rini · 1 year, 6 months ago
  69. dc3abd8 nvmxip: move header to include by Rui Miguel Silva · 1 year, 5 months ago
  70. 0773e4d test: correct architecture in EFI FIT test by Heinrich Schuchardt · 1 year, 5 months ago
  71. cb4fe56 Merge tag 'tpm-for_tom-13062023' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next by Tom Rini · 1 year, 5 months ago
  72. 011f015 test/py: Account PCR updates properly during testing by Ilias Apalodimas · 1 year, 5 months ago
  73. 789ed27 test/py: replace 'tpm2 init, startup, selftest' sequences by Ilias Apalodimas · 1 year, 5 months ago
  74. 7da82de Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 1 year, 5 months ago
  75. 260d496 Merge tag v2023.07-rc4 into next by Tom Rini · 1 year, 5 months ago
  76. 1be82af global: Use proper project name U-Boot by Michal Simek · 1 year, 6 months ago
  77. 72168b9 test: dm: fwu: fix for the updated api by Jassi Brar · 1 year, 8 months ago
  78. b6f954e test/py: efi_capsule: test for FMP versioning by Masahisa Kojima · 1 year, 5 months ago
  79. 482ef90 test: efi_capsule: refactor efi_capsule test by Masahisa Kojima · 1 year, 5 months ago
  80. 1e4d965 acpi: Put the version numbers in a central place by Simon Glass · 1 year, 7 months ago
  81. 79f6635 bootstd: Rename distro and syslinux to extlinux by Simon Glass · 1 year, 6 months ago
  82. c889434 bootstd: Tidy up reporting of errors by Simon Glass · 1 year, 6 months ago
  83. 8c29b73 bootstd: usb: Avoid initing USB twice by Simon Glass · 1 year, 6 months ago
  84. 9fea3a7 usb: Tidy up the usb_start flag by Simon Glass · 1 year, 6 months ago
  85. 4c51680 test: eth: IPv6 network discovery unit test by Ehsan Mohandesi · 1 year, 7 months ago
  86. eafbe16 test/py: IPv6 network discovery test by Ehsan Mohandesi · 1 year, 7 months ago
  87. 29fb68c net: dhcp6: Add a sandbox test for dhcp6 by Sean Edmond · 1 year, 7 months ago
  88. 7f30eec Merge branch '2023-05-03-assorted-updates-and-fixes' by Tom Rini · 1 year, 7 months ago
  89. 27a03f0 efi: Rename the base efi self-test by Simon Glass · 1 year, 7 months ago
  90. bd730aa test: fix pydoc issues for EFI tests by Heinrich Schuchardt · 1 year, 7 months ago
  91. 2ac800a test: hush_if_test: Add hush variable test by Stefan Herbrechtsmeier · 1 year, 8 months ago
  92. 8b215e1 test: Add tests for the extcon by Svyatoslav Ryhel · 1 year, 7 months ago
  93. 37937ab core: fdtaddr: use map_sysmem() as cast for the return by Johan Jonker · 1 year, 7 months ago
  94. f53e973 test: fdt: Fix copyright message by Marek Vasut · 1 year, 7 months ago
  95. 56722fa sandbox64: add a test case for UCLASS_NVMXIP by Abdellatif El Khlifi · 1 year, 7 months ago
  96. 80778f5 ide: Move ide_init() into probing by Simon Glass · 1 year, 7 months ago
  97. 1736b4a bootstd: Report missing labels only when asked by Simon Glass · 1 year, 7 months ago
  98. af2fde4 pytest: Use --lazy with umount by Tom Rini · 1 year, 7 months ago
  99. 005acb2 test: move unit tests into a sub-menu by Heinrich Schuchardt · 1 year, 8 months ago
  100. 0b8b7d4 test: improve configuration for Kconfig test options by Heinrich Schuchardt · 1 year, 8 months ago