aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2015-02-12dm: test: Add a Kconfig fileSimon Glass2-0/+9
2015-02-12dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass1-3/+3
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini8-51/+411
2015-01-29dm: spi: Move slave details to child platdataSimon Glass1-3/+3
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2-0/+53
2015-01-29dm: core: Allow the uclass to set up a device's child after bindingSimon Glass1-0/+26
2015-01-29dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass1-2/+29
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass3-5/+23
2015-01-29dm: core: Add a function to get a device's uclass IDSimon Glass1-0/+11
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass1-0/+35
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass1-2/+30
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass1-0/+81
2015-01-29dm: core: Allocate platform data when binding a deviceSimon Glass1-2/+2
2015-01-29dm: Don't run tests if U-Boot cannot be builtSimon Glass1-2/+7
2015-01-29dm: i2c: Provide an offset length parameter where neededSimon Glass1-5/+5
2015-01-29dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass1-30/+30
2015-01-29dm: gpio: Add better functions to request GPIOsSimon Glass2-2/+78
2015-01-29dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira1-1/+82
2015-01-29dumpimage: add 'T' option to explicitly set the image typeGuilherme Maciel Ferreira1-22/+26
2015-01-14test: Add unit tests for bootm image decompressionSimon Glass1-0/+84
2015-01-14test: Rename test_compression to ut_compressionSimon Glass1-5/+4
2015-01-14test: Add DEBUG output option to test-fit.pySimon Glass1-0/+10
2015-01-14sandbox: Correct ordering of 'sb save' commandsSimon Glass2-4/+4
2014-12-11Merge git://git.denx.de/u-boot-dmTom Rini4-51/+286
2014-12-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-1/+9
2014-12-11dm: i2c: Add tests for I2CSimon Glass3-0/+234
2014-12-11dm_test: improve the appearance shown by "dm tree" commandMasahiro Yamada1-51/+52
2014-11-23sandbox: script for testing sandbox/ext4/fat/fs commandsSuriyan Ramasami1-0/+561
2014-11-14test: ums: Add sleep before unmount directoryLukasz Majewski1-1/+9
2014-11-07hush: make run_command() return an error on parsing failureRabin Vincent1-0/+2
2014-11-07hush: return consistent codes from run_command()Rabin Vincent1-0/+3
2014-10-27test: Add a simple test to detected warnings with uint64_t, uintptr_tSimon Glass2-0/+71
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass1-0/+14
2014-10-23test: dm: Add additional GPIO testsSimon Glass1-0/+38
2014-10-23test: dm: Support memory leak checking as a core featureSimon Glass2-16/+32
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass1-0/+18
2014-10-23test: dm: Update GPIO tests for new gpio_request() methodSimon Glass1-22/+33
2014-10-22dm: sf: Add tests for SPI flashSimon Glass3-1/+60
2014-10-22dm: spi: Add testsSimon Glass3-0/+130
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass1-0/+31
2014-09-24test: Add a test for command repeatSimon Glass3-17/+52
2014-09-24test: Remove tabs from trace testSimon Glass1-11/+11
2014-08-28Correct sandbox filesystem commands in FIT image testSimon Glass1-4/+4
2014-08-20test: ums: Add script for testing UMS gadget operationLukasz Majewski2-0/+205
2014-08-20test: dfu: cosmetic: Add missing license information to DFU test scriptsLukasz Majewski2-0/+20
2014-08-20test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test filesLukasz Majewski1-1/+5
2014-08-09Implement generalised RSA public exponents for verified bootMichael van der Westhuizen1-1/+9
2014-08-09test: dfu: add some more test casesStephen Warren1-1/+1
2014-08-09test: dfu: cleanup before executionStephen Warren1-0/+1
2014-08-09test:dfu: README file updateLukasz Majewski1-3/+8