1. 1967982 dm: test: Add a Kconfig file by Simon Glass · 10 years ago
  2. ca88b9b dm: i2c: Add a dm_ prefix to driver model bus speed functions by Simon Glass · 10 years ago
  3. 8e3da9d Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  4. d0cff03 dm: spi: Move slave details to child platdata by Simon Glass · 10 years ago
  5. 83c7e43 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  6. 081f2fc dm: core: Allow the uclass to set up a device's child after binding by Simon Glass · 10 years ago
  7. dac8db2 dm: core: Allow uclasses to specify private data for a device's children by Simon Glass · 10 years ago
  8. 9cc36a2 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  9. b367053 dm: core: Add a function to get a device's uclass ID by Simon Glass · 10 years ago
  10. 0118ce7 dm: core: Add a post_bind method for parents by Simon Glass · 10 years ago
  11. ba8da9d dm: core: Allow uclasses to specify platdata for a device's children by Simon Glass · 10 years ago
  12. cdc133b dm: core: Allow parents to have platform data for their children by Simon Glass · 10 years ago
  13. f8a8544 dm: core: Allocate platform data when binding a device by Simon Glass · 10 years ago
  14. 22cc069 dm: Don't run tests if U-Boot cannot be built by Simon Glass · 10 years ago
  15. 25ab4b0 dm: i2c: Provide an offset length parameter where needed by Simon Glass · 10 years ago
  16. f9a4c2d dm: i2c: Rename driver model I2C functions to permit compatibility by Simon Glass · 10 years ago
  17. 3669e0e dm: gpio: Add better functions to request GPIOs by Simon Glass · 10 years ago
  18. 39931f9 dumpimage: fit: extract FIT images by Guilherme Maciel Ferreira · 10 years ago
  19. f41f5b7 dumpimage: add 'T' option to explicitly set the image type by Guilherme Maciel Ferreira · 10 years ago
  20. 6ed4dc7 test: Add unit tests for bootm image decompression by Simon Glass · 10 years ago
  21. ac9a215 test: Rename test_compression to ut_compression by Simon Glass · 10 years ago
  22. cc44772 test: Add DEBUG output option to test-fit.py by Simon Glass · 10 years ago
  23. b5493d1 sandbox: Correct ordering of 'sb save' commands by Simon Glass · 10 years ago
  24. a5a5882 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  25. fc9b0b8 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  26. ecc2ed5 dm: i2c: Add tests for I2C by Simon Glass · 10 years ago
  27. a56642c dm_test: improve the appearance shown by "dm tree" command by Masahiro Yamada · 10 years ago
  28. 6c01648 sandbox: script for testing sandbox/ext4/fat/fs commands by Suriyan Ramasami · 10 years ago
  29. fbd3b79 test: ums: Add sleep before unmount directory by Lukasz Majewski · 10 years ago
  30. 2302b3a hush: make run_command() return an error on parsing failure by Rabin Vincent · 10 years ago
  31. 484408f hush: return consistent codes from run_command() by Rabin Vincent · 10 years ago
  32. b01495e test: Add a simple test to detected warnings with uint64_t, uintptr_t by Simon Glass · 10 years ago
  33. 87b6398 cli: hush: Adjust 'run' command to run each line of the env var by Simon Glass · 10 years ago
  34. 4324174 test: dm: Add additional GPIO tests by Simon Glass · 10 years ago
  35. 756ac0b test: dm: Support memory leak checking as a core feature by Simon Glass · 10 years ago
  36. d44f597 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
  37. 4b8f11c test: dm: Update GPIO tests for new gpio_request() method by Simon Glass · 10 years ago
  38. 0ae0cb7 dm: sf: Add tests for SPI flash by Simon Glass · 10 years ago
  39. ebcab48 dm: spi: Add tests by Simon Glass · 10 years ago
  40. a8981d4 dm: core: Add functions for iterating through device children by Simon Glass · 10 years ago
  41. 129acd4 test: Add a test for command repeat by Simon Glass · 10 years ago
  42. 07b3427 test: Remove tabs from trace test by Simon Glass · 10 years ago
  43. dfe6f4d Correct sandbox filesystem commands in FIT image test by Simon Glass · 10 years ago
  44. 801123f test: ums: Add script for testing UMS gadget operation by Lukasz Majewski · 10 years ago
  45. 4c984c8 test: dfu: cosmetic: Add missing license information to DFU test scripts by Lukasz Majewski · 10 years ago
  46. 0d7f85f test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test files by Lukasz Majewski · 10 years ago
  47. e0f2f15 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · 10 years ago
  48. 54ce79c test: dfu: add some more test cases by Stephen Warren · 10 years ago
  49. c0e6663 test: dfu: cleanup before execution by Stephen Warren · 10 years ago
  50. 50a3532 test:dfu: README file update by Lukasz Majewski · 10 years ago
  51. 7ad67e5 test: dfu: script enhancements by Stephen Warren · 10 years ago
  52. a4c86bb test:dfu: Add test scripts for testing DFU regression by Lukasz Majewski · 10 years ago
  53. a327dee dm: Add child_pre_probe() and child_post_remove() methods by Simon Glass · 10 years ago
  54. e59f458 dm: Introduce per-child data for devices by Simon Glass · 10 years ago
  55. 997c87b dm: Add functions to access a device's children by Simon Glass · 10 years ago
  56. 1ca7e20 dm: Provide a function to scan child FDT nodes by Simon Glass · 10 years ago
  57. c910e2e dm: Avoid accessing uclasses before they are ready by Simon Glass · 10 years ago
  58. f4cdead dm: Allow a device to be found by its FDT offset by Simon Glass · 10 years ago
  59. b7d6657 dm: Display the sequence number for each device by Simon Glass · 10 years ago
  60. 5a66a8f dm: Introduce device sequence numbering by Simon Glass · 10 years ago
  61. 4e8bc21 dm: Avoid activating devices in 'dm uclass' command by Simon Glass · 10 years ago
  62. fffa24d dm: Move device display into its own function by Simon Glass · 10 years ago
  63. 00606d7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  64. 7497812 dm: Make sure that the root device is probed by Simon Glass · 10 years ago
  65. eb9ef5f dm: Use an explicit expect value in core tests by Simon Glass · 10 years ago
  66. ba9b42c Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  67. 4d90702 sandbox: restore ability to access host fs through standard commands by Stephen Warren · 10 years ago
  68. 4af5b14 dm: Use '*' to indicate a device is activated by Simon Glass · 10 years ago
  69. 184b1b7 dm: Fix printf() strings in the 'dm' command by Simon Glass · 10 years ago
  70. b6a49a7 dm: Allow driver model tests only for sandbox by Simon Glass · 10 years ago
  71. ae7f451 dm: Rename struct device_id to udevice_id by Simon Glass · 10 years ago
  72. 967a99a test: vboot: explicitly request bash by Stephen Warren · 10 years ago
  73. 93ce756 Add final result tests for run_command_list() by Simon Glass · 10 years ago
  74. 54c5d08 dm: rename device struct to udevice by Heiko Schocher · 10 years ago
  75. 29a23f9 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  76. 646257d rsa: add sha256-rsa2048 algorithm by Heiko Schocher · 11 years ago
  77. cfd13e8 unit-test: make "test -e" test independent of $CWD by Stephen Warren · 11 years ago
  78. fe9ca3d hush: fix some quoted variable expansion issues by Stephen Warren · 11 years ago
  79. eebd1b5 unit-test: clean up evironment after Hush tests by Stephen Warren · 11 years ago
  80. 96495d9 dm: Add GPIO support and tests by Simon Glass · 11 years ago
  81. 0681195 dm: Add a 'dm' command for testing by Simon Glass · 11 years ago
  82. 2e7d35d dm: Add basic tests by Simon Glass · 11 years ago
  83. f2afe70 unit-test: add lots of tests for the Hush 'test' command by Stephen Warren · 11 years ago
  84. 6748672 unit-test: fix 'env default' invocation by Stephen Warren · 11 years ago
  85. 6496d00 sandbox: dumpimage: Test dumpimage by Guilherme Maciel Ferreira · 11 years ago
  86. bcfe8fd dts, api, test: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  87. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  88. 3153e91 sandbox: add compression tests by Kees Cook · 11 years ago
  89. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  90. 041bca5 Add verified boot information and test by Simon Glass · 11 years ago
  91. 37544a6 Add a simple test for sandbox trace by Simon Glass · 11 years ago
  92. aec36cf Show stdout on error in fit-test by Simon Glass · 11 years ago
  93. 301e803 sandbox: image: Create a test for loading FIT images by Simon Glass · 11 years ago
  94. a72007d sandbox: Add basic test for command execution by Simon Glass · 13 years ago