1. 9dd430d dm: test: Add a Kconfig file by Simon Glass · 10 years ago
  2. e4e8ff2 dm: i2c: Add a dm_ prefix to driver model bus speed functions by Simon Glass · 10 years ago
  3. d1f0b63 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  4. 5d2ee05 dm: spi: Move slave details to child platdata by Simon Glass · 10 years ago
  5. 5104b98 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  6. f4c9b3e dm: core: Allow the uclass to set up a device's child after binding by Simon Glass · 10 years ago
  7. c23b428 dm: core: Allow uclasses to specify private data for a device's children by Simon Glass · 10 years ago
  8. 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  9. 98fd5d1 dm: core: Add a function to get a device's uclass ID by Simon Glass · 10 years ago
  10. a4a51a0 dm: core: Add a post_bind method for parents by Simon Glass · 10 years ago
  11. 57f9540 dm: core: Allow uclasses to specify platdata for a device's children by Simon Glass · 10 years ago
  12. 11b6173 dm: core: Allow parents to have platform data for their children by Simon Glass · 10 years ago
  13. ba75049 dm: core: Allocate platform data when binding a device by Simon Glass · 10 years ago
  14. 4fb0817 dm: Don't run tests if U-Boot cannot be built by Simon Glass · 10 years ago
  15. a2723ae dm: i2c: Provide an offset length parameter where needed by Simon Glass · 10 years ago
  16. 7d72276 dm: i2c: Rename driver model I2C functions to permit compatibility by Simon Glass · 10 years ago
  17. 16e1040 dm: gpio: Add better functions to request GPIOs by Simon Glass · 10 years ago
  18. 3c46bcd dumpimage: fit: extract FIT images by Guilherme Maciel Ferreira · 10 years ago
  19. 40bf563 dumpimage: add 'T' option to explicitly set the image type by Guilherme Maciel Ferreira · 10 years ago
  20. 6d084ce test: Add unit tests for bootm image decompression by Simon Glass · 10 years ago
  21. a36b190 test: Rename test_compression to ut_compression by Simon Glass · 10 years ago
  22. b5f97d5 test: Add DEBUG output option to test-fit.py by Simon Glass · 10 years ago
  23. 73a0445 sandbox: Correct ordering of 'sb save' commands by Simon Glass · 10 years ago
  24. a1424cd Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  25. c0003f2 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  26. 7df766e dm: i2c: Add tests for I2C by Simon Glass · 10 years ago
  27. ee7637b dm_test: improve the appearance shown by "dm tree" command by Masahiro Yamada · 10 years ago
  28. ac1cf36 sandbox: script for testing sandbox/ext4/fat/fs commands by Suriyan Ramasami · 10 years ago
  29. 59ca191 test: ums: Add sleep before unmount directory by Lukasz Majewski · 10 years ago
  30. c3249b8 hush: make run_command() return an error on parsing failure by Rabin Vincent · 10 years ago
  31. 401ac65 hush: return consistent codes from run_command() by Rabin Vincent · 10 years ago
  32. cc89c59 test: Add a simple test to detected warnings with uint64_t, uintptr_t by Simon Glass · 10 years ago
  33. 94cb9c2 cli: hush: Adjust 'run' command to run each line of the env var by Simon Glass · 10 years ago
  34. b4463db test: dm: Add additional GPIO tests by Simon Glass · 10 years ago
  35. 0927a6f test: dm: Support memory leak checking as a core feature by Simon Glass · 10 years ago
  36. 1b27d60 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
  37. 96f7d60 test: dm: Update GPIO tests for new gpio_request() method by Simon Glass · 10 years ago
  38. 25348a4 dm: sf: Add tests for SPI flash by Simon Glass · 10 years ago
  39. abae56d dm: spi: Add tests by Simon Glass · 10 years ago
  40. 44da735 dm: core: Add functions for iterating through device children by Simon Glass · 10 years ago
  41. 7b41cb1 test: Add a test for command repeat by Simon Glass · 10 years ago
  42. 0132648 test: Remove tabs from trace test by Simon Glass · 10 years ago
  43. 943b417 Correct sandbox filesystem commands in FIT image test by Simon Glass · 10 years ago
  44. 81b487a test: ums: Add script for testing UMS gadget operation by Lukasz Majewski · 10 years ago
  45. 458934e test: dfu: cosmetic: Add missing license information to DFU test scripts by Lukasz Majewski · 10 years ago
  46. b1e8cc4 test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test files by Lukasz Majewski · 10 years ago
  47. 89f4ed1 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · 10 years ago
  48. 883ef53 test: dfu: add some more test cases by Stephen Warren · 10 years ago
  49. faacd3e test: dfu: cleanup before execution by Stephen Warren · 10 years ago
  50. dcb1186 test:dfu: README file update by Lukasz Majewski · 10 years ago
  51. b1c384c test: dfu: script enhancements by Stephen Warren · 10 years ago
  52. 98ffe74 test:dfu: Add test scripts for testing DFU regression by Lukasz Majewski · 10 years ago
  53. d45560d dm: Add child_pre_probe() and child_post_remove() methods by Simon Glass · 10 years ago
  54. 60d971b dm: Introduce per-child data for devices by Simon Glass · 10 years ago
  55. 48d4e29 dm: Add functions to access a device's children by Simon Glass · 10 years ago
  56. 4071742 dm: Provide a function to scan child FDT nodes by Simon Glass · 10 years ago
  57. de70867 dm: Avoid accessing uclasses before they are ready by Simon Glass · 10 years ago
  58. c1464ab dm: Allow a device to be found by its FDT offset by Simon Glass · 10 years ago
  59. bda99b5 dm: Display the sequence number for each device by Simon Glass · 10 years ago
  60. db6f020 dm: Introduce device sequence numbering by Simon Glass · 10 years ago
  61. 64bb92a dm: Avoid activating devices in 'dm uclass' command by Simon Glass · 10 years ago
  62. ae48d20 dm: Move device display into its own function by Simon Glass · 10 years ago
  63. fef72b7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  64. 6d3b3e2 dm: Make sure that the root device is probed by Simon Glass · 10 years ago
  65. a7bb08a dm: Use an explicit expect value in core tests by Simon Glass · 10 years ago
  66. d593f01 Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  67. bff6c31 sandbox: restore ability to access host fs through standard commands by Stephen Warren · 10 years ago
  68. 5a95c65 dm: Use '*' to indicate a device is activated by Simon Glass · 11 years ago
  69. 39f98ba dm: Fix printf() strings in the 'dm' command by Simon Glass · 10 years ago
  70. 17e9c78 dm: Allow driver model tests only for sandbox by Simon Glass · 10 years ago
  71. 767827a dm: Rename struct device_id to udevice_id by Simon Glass · 10 years ago
  72. 3c0e0c2 test: vboot: explicitly request bash by Stephen Warren · 10 years ago
  73. 9956b5e Add final result tests for run_command_list() by Simon Glass · 10 years ago
  74. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · 11 years ago
  75. d7b4232 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  76. edaf9b1 rsa: add sha256-rsa2048 algorithm by Heiko Schocher · 11 years ago
  77. cd5edba unit-test: make "test -e" test independent of $CWD by Stephen Warren · 11 years ago
  78. 60c38c9 hush: fix some quoted variable expansion issues by Stephen Warren · 11 years ago
  79. 4cca63a unit-test: clean up evironment after Hush tests by Stephen Warren · 11 years ago
  80. e821d18 dm: Add GPIO support and tests by Simon Glass · 11 years ago
  81. c267cf7 dm: Add a 'dm' command for testing by Simon Glass · 11 years ago
  82. b2c1cac dm: Add basic tests by Simon Glass · 11 years ago
  83. 65bc075 unit-test: add lots of tests for the Hush 'test' command by Stephen Warren · 11 years ago
  84. 2e2a917 unit-test: fix 'env default' invocation by Stephen Warren · 11 years ago
  85. c5c0c79 sandbox: dumpimage: Test dumpimage by Guilherme Maciel Ferreira · 11 years ago
  86. 9e09735 dts, api, test: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  87. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  88. 5d3bca8 sandbox: add compression tests by Kees Cook · 11 years ago
  89. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  90. 0e9edd8 Add verified boot information and test by Simon Glass · 11 years ago
  91. 41f0725 Add a simple test for sandbox trace by Simon Glass · 11 years ago
  92. 27620cc Show stdout on error in fit-test by Simon Glass · 11 years ago
  93. db74919 sandbox: image: Create a test for loading FIT images by Simon Glass · 12 years ago
  94. 10c08ef sandbox: Add basic test for command execution by Simon Glass · 13 years ago