1. 583f124 event: Re-add file paths to the tests by Tom Rini · 1 year, 11 months ago
  2. 9cebc4a post: Migrate to Kconfig by Tom Rini · 1 year, 11 months ago
  3. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 1 year, 11 months ago
  4. e4d30fd test: dm: eth: Add ip6_make_lladdr test by Viacheslav Mitrofanov · 1 year, 11 months ago
  5. 789a2c7 test: dm: eth: Add ip6_make_snma test by Viacheslav Mitrofanov · 1 year, 11 months ago
  6. 8576dcd test: dm: eth: Add ip6_addr_in_subnet test by Viacheslav Mitrofanov · 1 year, 11 months ago
  7. d9f5c41 test: dm: eth: Add csum_ipv6_magic test by Viacheslav Mitrofanov · 1 year, 11 months ago
  8. 184ded4 test: dm: eth: Add string_to_ip6 test by Viacheslav Mitrofanov · 1 year, 11 months ago
  9. d6abc7e test: cmd: add test for wget command. by Ying-Chun Liu (PaulLiu) · 2 years ago
  10. b4574c0 test: Disable part of the setexpr test for now by Simon Glass · 1 year, 11 months ago
  11. d83615b test: cmd: fdt: Add fdt get value test case by Marek Vasut · 1 year, 11 months ago
  12. a84040a eficonfig: refactor file selection handling by Masahisa Kojima · 1 year, 11 months ago
  13. 499503e dm: Add tests for the sandbox host driver by Simon Glass · 2 years ago
  14. 9520181 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years ago
  15. 41e7510 dm: blk: Tidy up obtaining a block device from its parent by Simon Glass · 2 years ago
  16. d1b4659 test: Add a way to detect a test that breaks another by Simon Glass · 2 years ago
  17. 6580b61 test: Allow showing basic information about tests by Simon Glass · 2 years ago
  18. cdd964e test: Tidy up help for ut command by Simon Glass · 2 years ago
  19. f7a68d2 test: Drop an unused parameter to ut_run_test_live_flat() by Simon Glass · 2 years ago
  20. 5ea894a dm: test: Clear the block cache after running a test by Simon Glass · 2 years ago
  21. fa1e420 dm: test: Drop the special function for running DM tests by Simon Glass · 2 years ago
  22. 7cbb573 test: Correct pylint warnings in fs_helper by Simon Glass · 2 years ago
  23. 4349ba5 test: Split out mk_fs function into a helper by Simon Glass · 2 years ago
  24. 0b4cbeb test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list option by Masahisa Kojima · 2 years, 1 month ago
  25. 50128ae cyclic: get rid of cyclic_init() by Rasmus Villemoes · 2 years ago
  26. 873cf8a test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · 2 years ago
  27. 77bec9e vbe: Add a test for the VBE flow into U-Boot proper by Simon Glass · 2 years ago
  28. 2a5c67f vbe: Use a manual test by Simon Glass · 2 years ago
  29. a56f663 vbe: Add info about the VBE device to the fwupd node by Simon Glass · 2 years ago
  30. 4218456 vbe: Add Kconfig options for VPL by Simon Glass · 2 years ago
  31. e45d226 vbe: Drop the U-Boot prefix from the version by Simon Glass · 2 years ago
  32. c263e21 vbe: Move OS implementation into a separate file by Simon Glass · 2 years ago
  33. 98bedf4 vbe: Rename vbe_fixup to vbe_request by Simon Glass · 2 years ago
  34. 44ad35a image: Add the concept of a phase to FIT by Simon Glass · 2 years ago
  35. 2ff3db3 usb: Update the test to cover reading and writing by Simon Glass · 2 years ago
  36. 606b926 dm: blk: Add udevice functions by Simon Glass · 2 years ago
  37. cbd71fa test: Support tests which can only be run manually by Simon Glass · 2 years ago
  38. c43635b test: Update tests to use the skip feature by Simon Glass · 2 years ago
  39. 1facaad test: Report skippped tests by Simon Glass · 2 years ago
  40. 218e2c4 Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years ago
  41. b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years ago
  42. 430e167 video: Add commands to list and change fonts by Simon Glass · 2 years ago
  43. f219547 dm: core: Do not stop uclass iteration on error by Michal Suchanek · 2 years ago
  44. 5fe72d9 event: Drop the path when checking event-list filenames by Simon Glass · 2 years ago
  45. 2c12037 dm: memory: Introduce new uclass by Roger Quadros · 2 years ago
  46. 27e6ebc test: Move to a working version of setuptools by Simon Glass · 2 years ago
  47. 59c585e test: Fix typo in test name by Michal Suchanek · 2 years ago
  48. e77ef0b k210: fix k210_pll_calc_config() by Heinrich Schuchardt · 2 years ago
  49. ae0bf22 vbe: Add a test for VBE device tree fixups by Simon Glass · 2 years ago
  50. 8aaacd6 vbe: Add fixups for a basic set of OS requests by Simon Glass · 2 years ago
  51. a753190 test: Move common FIT code into a separate fit_util file by Simon Glass · 2 years ago
  52. bfdfc5d bootstd: Move VBE setup into a shared function by Simon Glass · 2 years ago
  53. baf4141 fdt: Show a message when the working FDT changes by Simon Glass · 2 years ago
  54. c726fc0 dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years ago
  55. c0648b7 dm: treewide: Do not opencode uclass_probe_all() by Michal Suchanek · 2 years ago
  56. dfecd63 dm: core: Fix uclass_probe_all to really probe all devices by Michal Suchanek · 2 years ago
  57. 0b154c8 test: run setexpr test only on sandbox by Heinrich Schuchardt · 2 years, 1 month ago
  58. c68e73b test: cmd: add test for temperature command by Robert Marko · 2 years, 1 month ago
  59. 23c0df6 cmd: xxd: add new command by Roger Knecht · 2 years, 2 months ago
  60. 690a1d6 cmd: cat: add new command by Roger Knecht · 2 years, 2 months ago
  61. 300077c Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years ago
  62. 874490c test: fix some pylint errors in test_efi_secboot by Heinrich Schuchardt · 2 years, 1 month ago
  63. 1323d08 dm: fpga: Introduce new uclass by Alexander Dahl · 2 years, 1 month ago
  64. db1ef1e dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 1 month ago
  65. 0b58eaa dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 1 month ago
  66. 0d63213 vbe: Allow test to run with live/flat tree by Simon Glass · 2 years, 1 month ago
  67. 47a677c dm: core: Expand ofnode tests by Simon Glass · 2 years, 1 month ago
  68. 88a1ae8 dm: core: Create a function to get a live tree in a test by Simon Glass · 2 years, 1 month ago
  69. 5e96925 dm: core: Complete phandle implementation using the other FDT by Simon Glass · 2 years, 1 month ago
  70. b7bd94f dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 1 month ago
  71. 928d267 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 1 month ago
  72. 085d594 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 1 month ago
  73. ee88ba7 dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 1 month ago
  74. 66d0d0c dm: core: Expand integer-reading tests by Simon Glass · 2 years, 1 month ago
  75. 52ad21a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 1 month ago
  76. 9243224 dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 1 month ago
  77. 4b1f571 dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 1 month ago
  78. 8d468a1 sandbox: test: Provide an easy way to use the other FDT by Simon Glass · 2 years, 1 month ago
  79. 2b90e0d test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · 2 years, 1 month ago
  80. eb6e903 test: Detect a change in the device tree by Simon Glass · 2 years, 1 month ago
  81. 0e4b697 test: Make a copy of the device tree before running a test by Simon Glass · 2 years, 1 month ago
  82. c3a194d dm: core: Support writing a property to an empty node by Simon Glass · 2 years, 1 month ago
  83. ffe9039 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 1 month ago
  84. 62d6383 test: Support testing malloc() failures by Simon Glass · 2 years, 1 month ago
  85. 7c14dc7 test: Fix missing livetree test runs by Simon Glass · 2 years, 1 month ago
  86. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  87. 22c80d5 sandbox: Add a test for SCSI by Simon Glass · 2 years, 1 month ago
  88. d179018 display_options: print_size: Fix order overflow by Pali Rohár · 2 years, 1 month ago
  89. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 1 month ago
  90. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  91. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 2 months ago
  92. 43f7b81 Nokia RX-51: Add booting from UBI into test script by Pali Rohár · 2 years, 1 month ago
  93. 21dc5ef Nokia RX-51: Add comment describing kernel image type into test script by Pali Rohár · 2 years, 2 months ago
  94. 92e0872 Nokia RX-51: Do not set useless ARCH= in test script by Pali Rohár · 2 years, 2 months ago
  95. 7506965 Nokia RX-51: Call bootm in test script only when image is valid by Pali Rohár · 2 years, 2 months ago
  96. fd986d6 Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test script by Pali Rohár · 2 years, 2 months ago
  97. f6f6816 gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function by Patrice Chotard · 2 years, 2 months ago
  98. b471bdc dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 4 months ago
  99. 1520af3 Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 2 years, 1 month ago
  100. da4fb70 test: unit test for eficonfig by Masahisa Kojima · 2 years, 1 month ago