1. 7d02645 event: Add a simple test by Simon Glass · 2 years, 7 months ago
  2. 10d3e5d firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 7 months ago
  3. 41d62e2 sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 7 months ago
  4. 9e00777 test: Correct pylint errors by Simon Glass · 2 years, 7 months ago
  5. 3e6f810 efi_loader: test/py: Reset system after capsule update on disk by Masami Hiramatsu · 2 years, 7 months ago
  6. e7233c9 test/py: Handle expected reboot while booting sandbox by Masami Hiramatsu · 2 years, 7 months ago
  7. 06396e2 test/py: Handle expected reset by command by Masami Hiramatsu · 2 years, 7 months ago
  8. 162c22b Merge tag 'efi-2022-04-rc2-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 7 months ago
  9. 72b509b test/py: efi_secboot: adjust secure boot tests to code changes by Ilias Apalodimas · 2 years, 7 months ago
  10. e012550 test/py: efi_capsule: check the results in case of CAPSULE_AUTHENTICATE by AKASHI Takahiro · 2 years, 7 months ago
  11. e9b7497 test/py: efi_capsule: add a test for "--guid" option by AKASHI Takahiro · 2 years, 7 months ago
  12. 460c94a test/py: efi_capsule: align with the syntax change of mkeficapsule by AKASHI Takahiro · 2 years, 7 months ago
  13. bad58cb test/py: efi_capsule: add image authentication test by AKASHI Takahiro · 2 years, 7 months ago
  14. 73cde90 test: test field truncation in snprint() by Heinrich Schuchardt · 2 years, 8 months ago
  15. 7ace56a test/py: Add test case for mkimage -o argument by Jan Kiszka · 2 years, 8 months ago
  16. c672dd7 test: test UTF-16 truncation in snprintf() by Heinrich Schuchardt · 2 years, 8 months ago
  17. 5b9a5b2 treewide: Use 16-bit Unicode strings by Simon Glass · 2 years, 8 months ago
  18. 2a4b0d5 rsa: adds rsa3072 algorithm by Jamin Lin · 2 years, 8 months ago
  19. 9876ae7 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · 2 years, 9 months ago
  20. 06f6f3d acpi: Tidy up the table list by Simon Glass · 2 years, 10 months ago
  21. a924641 acpi: Tidy up the item list by Simon Glass · 2 years, 10 months ago
  22. 94ba15a x86: Move base tables to a writer function by Simon Glass · 2 years, 10 months ago
  23. 31c27eb x86: Use the ACPI table writer by Simon Glass · 2 years, 10 months ago
  24. cc1f8c3 x86: acpi: Split out context creation from base tables by Simon Glass · 2 years, 10 months ago
  25. 233f0e3 x86: Move the acpi table to generic global_data by Simon Glass · 2 years, 10 months ago
  26. 93ad262 test: fix pylint warnings in test_env.py by Heinrich Schuchardt · 2 years, 10 months ago
  27. da158ec Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 8 months ago
  28. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  29. 04641c1 test: add test for %pUs by Heinrich Schuchardt · 2 years, 8 months ago
  30. 226fce6 phy: Track power-on and init counts in uclass by Alper Nebi Yasak · 2 years, 9 months ago
  31. 0a4512b test: test_lsblk: Mark as sandbox specific by Patrick Delaunay · 2 years, 10 months ago
  32. e50a24a bloblist: Add functions to obtain base address and size by Simon Glass · 2 years, 8 months ago
  33. f16ec77 bloblist: Use explicit numbering for the tags by Simon Glass · 2 years, 8 months ago
  34. f9abc1c bloblist: Drop unused tags by Simon Glass · 2 years, 8 months ago
  35. ff3bd49 bloblist: Put the magic number first by Simon Glass · 2 years, 8 months ago
  36. 84e63ab video: Support showing the U-Boot logo by Simon Glass · 2 years, 10 months ago
  37. 4ea1548 video: theadorable: Use RGB565 for BMP blitting by Simon Glass · 2 years, 10 months ago
  38. c1cad06 video: Add a test for 16bpp BMP files by Simon Glass · 2 years, 10 months ago
  39. 646e169 video: bmp: Update RLE8 support to use the write function by Simon Glass · 2 years, 10 months ago
  40. 8657ad4 sandbox: video: Add BMP tests for 32bpp and 8bpp modes by Simon Glass · 2 years, 10 months ago
  41. 6476c4d dm: core: Allow getting some basic stats by Simon Glass · 2 years, 9 months ago
  42. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 9 months ago
  43. 42b7f42 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 2 years, 10 months ago
  44. 3b7bf8a test: unit test for the EFI_TCG2_PROTOCOL by Heinrich Schuchardt · 2 years, 10 months ago
  45. 617270b configs: enable CMD_TPM on QEMU ARM by Heinrich Schuchardt · 2 years, 10 months ago
  46. 2402c93 Merge tag 'v2022.01-rc3' into next by Tom Rini · 2 years, 10 months ago
  47. 452e8c9 test/py: Raise a ValueError if a command fails by Simon Glass · 2 years, 11 months ago
  48. 689d0a1 test/py: Relax the naming rules for unit tests by Simon Glass · 2 years, 11 months ago
  49. 075bfc9 dm: core: Add a way to obtain a string list by Simon Glass · 2 years, 11 months ago
  50. fb933d0 dm: core: Add tests for stringlist functions by Simon Glass · 2 years, 11 months ago
  51. 15156c9 test/py: Allow passing input to a program by Simon Glass · 2 years, 11 months ago
  52. 2b5e710 test: fix pylint error in u_boot_console_exec_attach.py by Heinrich Schuchardt · 2 years, 10 months ago
  53. 6e6d37f test: fix pylint error in u_boot_console_sandbox.py by Heinrich Schuchardt · 2 years, 10 months ago
  54. 9aa1a14 test: fix pylint errors in u_boot_utils.py by Heinrich Schuchardt · 2 years, 10 months ago
  55. 67e9b64 test: fix pylint errors in u_boot_spawn.py by Heinrich Schuchardt · 2 years, 10 months ago
  56. 09e4098 test: fix pylint errors in multiplexed_log.py by Heinrich Schuchardt · 2 years, 10 months ago
  57. 1ae35c7 test: address some pylint warnings by Heinrich Schuchardt · 2 years, 10 months ago
  58. 0c9e8bf test: test truncation in snprintf() by Heinrich Schuchardt · 2 years, 10 months ago
  59. 5a51513 lmb: remove lmb_is_nomap() from include by Heinrich Schuchardt · 2 years, 10 months ago
  60. 86b9c3e env: Allow U-Boot scripts to be placed in a .env file by Simon Glass · 3 years ago
  61. ace5bb3 test/dm: fix watchdog test by Heinrich Schuchardt · 2 years, 11 months ago
  62. 4a255ea lib: Add a function to convert a string to a hex value by Simon Glass · 3 years ago
  63. 3bfb0f7 lib: Add tests for simple_itoa() by Simon Glass · 3 years ago
  64. bce039a test: dm: add test for ofnode_for_each_compatible_node() by Michael Walle · 3 years ago
  65. fb57462 test: Add tests for IOMMU uclass by Mark Kettenis · 2 years, 11 months ago
  66. 6a86f12 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegra by Tom Rini · 3 years ago
  67. 35839ed pytest: Show a message when sandbox crashes by Simon Glass · 3 years ago
  68. b04f64a pytest: Shorten traceback length by default by Simon Glass · 3 years ago
  69. b9aad37 fdtdec: Support reserved-memory flags by Thierry Reding · 3 years, 1 month ago
  70. 9019487 fdtdec: Reorder fdtdec_set_carveout() parameters for consistency by Thierry Reding · 3 years, 1 month ago
  71. 46cb067 fdtdec: Support compatible string list for reserved memory by Thierry Reding · 3 years, 1 month ago
  72. 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years ago
  73. 39bd2c8 test/py: Add usb gadget binding test by Patrice Chotard · 3 years ago
  74. 38f7d3b cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years ago
  75. 2a2d8e9 lz4: Use a private header for U-Boot by Simon Glass · 3 years ago
  76. 67bc59d Add support for an owned buffer by Simon Glass · 3 years ago
  77. 930c887 lib: Add memdup() by Simon Glass · 3 years ago
  78. 425c08f clk: k210: Try harder to get the best config by Sean Anderson · 3 years ago
  79. 6e23c9f test: dm: k210: Reduce duplication in test cases by Sean Anderson · 3 years ago
  80. a3423b3 acpi: Use U-Boot version for OEM_REVISION by Pali Rohár · 3 years, 2 months ago
  81. 17d1fe1 test: Allow tpm2 tests to run in parallel by Simon Glass · 3 years ago
  82. ea3164e test: Allow hush tests to run in parallel by Simon Glass · 3 years ago
  83. cfb83f3 test: Allow vboot tests to run in parallel by Simon Glass · 3 years ago
  84. 01e1e2a test/py: Check hashes produced by mkimage against known values by Alexandru Gagniuc · 3 years ago
  85. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years ago
  86. 6eecaf5 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 3 years ago
  87. 66fd01f net: update NXP copyright text by Vladimir Oltean · 3 years ago
  88. 577e45f test/py: tpm2: Skip tpm pytest based on env variable by T Karthik Reddy · 3 years, 2 months ago
  89. 1d1f98c Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 3 years ago
  90. e908d20 Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years ago
  91. 8ae8da1 sandbox: correct cpu nodes by Heinrich Schuchardt · 3 years, 1 month ago
  92. 48609d0 dm: gpio: Add of-platdata support by Simon Glass · 3 years, 2 months ago
  93. 3e57ad9 irq: Tidy up of-platdata irq support by Simon Glass · 3 years, 2 months ago
  94. f0ab8f9 clk: Rename clk_get_by_driver_info() by Simon Glass · 3 years, 2 months ago
  95. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 2 months ago
  96. 8870daa test/py: tpm2: Skip tpm pytest based on env variable by T Karthik Reddy · 3 years, 2 months ago
  97. 121a165 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 2 months ago
  98. bdfb6d7 version: Move version_string[] from version.h to version_string.h by Pali Rohár · 3 years, 2 months ago
  99. 2e09008 test: Add a way to skip console checking until a string matches by Simon Glass · 3 years, 1 month ago
  100. 127ca10 test: Tidy a comment in the bloblist test by Simon Glass · 3 years, 1 month ago