1. 70c7e54 test: work around for EFI terminal size probing by Heinrich Schuchardt · 2 years, 5 months ago
  2. 6a4625e efi: test/py: authenticate fit capsules by Vincent Stehlé · 2 years, 6 months ago
  3. f0c7daa test/py: efi_capsule: repair image authentication test by Vincent Stehlé · 2 years, 6 months ago
  4. 9244cf0 test: don't change console timeout in EFI selftest. by Heinrich Schuchardt · 2 years, 7 months ago
  5. 8bf7ffd test: fix pylint warnings in test_efi_selftest.py by Heinrich Schuchardt · 2 years, 7 months ago
  6. b0a0696 test: restore timeout after bootmenu unit test by Heinrich Schuchardt · 2 years, 7 months ago
  7. f46ac7d test: fix parsing the mksquashfs version number by Heinrich Schuchardt · 2 years, 6 months ago
  8. 78307c1 test/py: test_part: Correct the test case name by Bin Meng · 2 years, 7 months ago
  9. a992e8a test/py: test_fs: Correct the test case name by Bin Meng · 2 years, 7 months ago
  10. 739b386 test/py: Reset the console timeout value by Bin Meng · 2 years, 7 months ago
  11. f0c00df test: dm: spi: Replace _spi_get_bus_and_cs() by spi_get_bus_and_cs() in some case by Patrice Chotard · 2 years, 8 months ago
  12. 86e06ae spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · 2 years, 8 months ago
  13. ad3daad Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 7 months ago
  14. 578c98b test/py: Add more test cases for rejecting an EFI image by Ilias Apalodimas · 2 years, 7 months ago
  15. dbeedc3 test: py: tests: test_gpt.py: add a simple test for the command gpt repair by Philippe Reynes · 2 years, 7 months ago
  16. 9a3adfa sandbox: Avoid binman error when run without device tree by Simon Glass · 2 years, 7 months ago
  17. 18c5bfb test/py: Add a way to start sandbox without a device tree by Simon Glass · 2 years, 7 months ago
  18. 6e444aa Merge tag 'efi-2022-07-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 7 months ago
  19. 6520c82 pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
  20. 994b60d pci: Match region flags using a mask by Andrew Scull · 2 years, 7 months ago
  21. 58c6102 pci: Map bars with offset and length by Andrew Scull · 2 years, 7 months ago
  22. c7456a4 test: pci: Test PCI address conversion functions by Andrew Scull · 2 years, 7 months ago
  23. 6f59d19 menu: always show the menu regardless of the number of entry by Masahisa Kojima · 2 years, 7 months ago
  24. ce5ccc4 test: unit test for u16_strlcat() by Masahisa Kojima · 2 years, 7 months ago
  25. 013aabb lib: fix selection of CONFIG_CHARSET by Heinrich Schuchardt · 2 years, 7 months ago
  26. 9bab9f5 test: fix some pylint problems in test_capsule_firmware_raw.py by Heinrich Schuchardt · 2 years, 7 months ago
  27. dbb2cf7 test: unit test for bootmenu by Heinrich Schuchardt · 2 years, 7 months ago
  28. e62205d vpl: Test that VPL runs correctly through to U-Boot proper by Simon Glass · 2 years, 7 months ago
  29. b6c665f vpl: Support running vpl tests by Simon Glass · 2 years, 7 months ago
  30. 6e0abff test: dm: devres: Remove use-after-free by Andrew Scull · 2 years, 8 months ago
  31. 2110a46 test: Fix pointer overrun in dm_test_devm_regmap() by Andrew Scull · 2 years, 8 months ago
  32. a15900c test: dm: pinmux: Get LED2 udevice in the pinmux test by Marek Vasut · 2 years, 7 months ago
  33. 83bbd0a test: dm: led: Fix LED enumeration by Marek Vasut · 2 years, 7 months ago
  34. 721d99a led: Drop led_default_state() by Marek Vasut · 2 years, 7 months ago
  35. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 7 months ago
  36. d3203bd bootstd: Add setup for the bootflow tests by Simon Glass · 2 years, 7 months ago
  37. b255efc bootstd: Add tests for bootstd including all uclasses by Simon Glass · 2 years, 7 months ago
  38. 6bebdb3 test: dm: Restart USB before assuming it is stopped by Simon Glass · 2 years, 7 months ago
  39. 70f4bcb test: fastboot: Avoid using mmc1 by Simon Glass · 2 years, 7 months ago
  40. 9670f7d dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 7 months ago
  41. f1f519f dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 7 months ago
  42. 4bf2fc1 lib: Add a way to find the postiion of a trailing number by Simon Glass · 2 years, 7 months ago
  43. 20888f3 lib: Fix a few bugs in trailing_strtoln() by Simon Glass · 2 years, 7 months ago
  44. e74efcd test: Add tests for trailing_strtol() by Simon Glass · 2 years, 7 months ago
  45. 8c2d639 lib: Move string tests to the string module by Simon Glass · 2 years, 7 months ago
  46. cb53b2c test: dm: add tests for tag support by AKASHI Takahiro · 2 years, 8 months ago
  47. 5ffde63 cmd: gpio: Add `gpio read` subcommand by Diego Rondini · 2 years, 8 months ago
  48. 3996f06 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 8 months ago
  49. 7f8df40 Merge tag 'efi-2022-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 8 months ago
  50. 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 8 months ago
  51. 2db313d test: capsule: Modify the capsule tests to use GUID values for sandbox by Sughosh Ganu · 2 years, 8 months ago
  52. b271161 test: serial: Add test for putc/puts by Sean Anderson · 2 years, 8 months ago
  53. 03cadb6 led: Configure LED default-state on boot by Marek Vasut · 2 years, 8 months ago
  54. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
  55. e4dedf2 treewide: use dm_mdio_read/write/reset() wrappers by Marek Behún · 2 years, 8 months ago
  56. f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 8 months ago
  57. 6e4f9c5 test/py:Update python tests for ‘gpio’ cmd by Adarsh Babu Kalepalli · 3 years, 6 months ago
  58. 6e638af env: Allow text-env tests to run with awk by Simon Glass · 2 years, 9 months ago
  59. 8e61f93 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 9 months ago
  60. 00a05e2 abuf: Correct a corner case with abuf_realloc() by Simon Glass · 2 years, 9 months ago
  61. 2853256 Merge branch 'next' by Tom Rini · 2 years, 8 months ago
  62. 5d472d3 test: py: vboot: add test for global image signature by Philippe Reynes · 2 years, 8 months ago
  63. 462d163 arch: Kconfig: imply BINMAN for SANDBOX by Philippe Reynes · 2 years, 8 months ago
  64. 8bb75c9 test: fix pylint warnings in test_efi_bootmgr by Heinrich Schuchardt · 2 years, 8 months ago
  65. 14e3b5b test: fix pylint warnings for test_efi_fit.py by Heinrich Schuchardt · 2 years, 8 months ago
  66. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 8 months ago
  67. 76d0c87 test: test UEFI boot manager by Heinrich Schuchardt · 2 years, 9 months ago
  68. 0cc99a2 sandbox: test: Tidy up spl_test_load() calls by Simon Glass · 2 years, 9 months ago
  69. 3d2a375 Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 9 months ago
  70. 11e0443 test/py: Add tests for the erofs by Huang Jianan · 2 years, 9 months ago
  71. 6e5a8b7 k210: use the board vendor name rather than the marketing name by Damien Le Moal · 2 years, 9 months ago
  72. 516376f cmd: test: pinmux: Do not check all empty spaces by Michal Simek · 2 years, 9 months ago
  73. 0248932 event: Add a script to decode the event-spy list by Simon Glass · 2 years, 9 months ago
  74. 3ee337a event: Add events for device probe/remove by Simon Glass · 2 years, 9 months ago
  75. a128b1b event: Add a simple test by Simon Glass · 2 years, 9 months ago
  76. bf1f132 firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 9 months ago
  77. 09665cb sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 9 months ago
  78. f799076 test: Correct pylint errors by Simon Glass · 2 years, 10 months ago
  79. 4b2f8c1 efi_loader: test/py: Reset system after capsule update on disk by Masami Hiramatsu · 2 years, 10 months ago
  80. 4d3b996 test/py: Handle expected reboot while booting sandbox by Masami Hiramatsu · 2 years, 10 months ago
  81. 0ff2278 test/py: Handle expected reset by command by Masami Hiramatsu · 2 years, 10 months ago
  82. a00fdd7 Merge tag 'efi-2022-04-rc2-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 10 months ago
  83. 6faeaa4 test/py: efi_secboot: adjust secure boot tests to code changes by Ilias Apalodimas · 2 years, 10 months ago
  84. eafde44 test/py: efi_capsule: check the results in case of CAPSULE_AUTHENTICATE by AKASHI Takahiro · 2 years, 10 months ago
  85. 20d9155 test/py: efi_capsule: add a test for "--guid" option by AKASHI Takahiro · 2 years, 10 months ago
  86. 557b6fc test/py: efi_capsule: align with the syntax change of mkeficapsule by AKASHI Takahiro · 2 years, 10 months ago
  87. 0bdde5f test/py: efi_capsule: add image authentication test by AKASHI Takahiro · 2 years, 10 months ago
  88. 2df4f95 test: test field truncation in snprint() by Heinrich Schuchardt · 2 years, 10 months ago
  89. 30f6465 test/py: Add test case for mkimage -o argument by Jan Kiszka · 2 years, 10 months ago
  90. 3c86467 test: test UTF-16 truncation in snprintf() by Heinrich Schuchardt · 2 years, 10 months ago
  91. 276af33 treewide: Use 16-bit Unicode strings by Simon Glass · 2 years, 10 months ago
  92. 5975ad7 rsa: adds rsa3072 algorithm by Jamin Lin · 2 years, 11 months ago
  93. b4c5211 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · 2 years, 11 months ago
  94. eb025f3 acpi: Tidy up the table list by Simon Glass · 3 years ago
  95. 884dcfa acpi: Tidy up the item list by Simon Glass · 3 years ago
  96. e9f6e6a x86: Move base tables to a writer function by Simon Glass · 3 years ago
  97. 1617088 x86: Use the ACPI table writer by Simon Glass · 3 years ago
  98. 37acc66 x86: acpi: Split out context creation from base tables by Simon Glass · 3 years ago
  99. b33f2f9 x86: Move the acpi table to generic global_data by Simon Glass · 3 years ago
  100. d189603 test: fix pylint warnings in test_env.py by Heinrich Schuchardt · 3 years ago