summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-291-0/+26
| * dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-291-2/+29
| * dm: core: Add a flag to control sequence numberingSimon Glass2015-01-293-5/+23
| * dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-291-0/+11
| * dm: core: Add a post_bind method for parentsSimon Glass2015-01-291-0/+35
| * dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-291-2/+30
| * dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-291-0/+81
| * dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-291-2/+2
| * dm: Don't run tests if U-Boot cannot be builtSimon Glass2015-01-291-2/+7
| * dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-291-5/+5
| * dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-291-30/+30
| * dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-292-2/+78
* | dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira2015-01-291-1/+82
* | dumpimage: add 'T' option to explicitly set the image typeGuilherme Maciel Ferreira2015-01-291-22/+26
|/
* test: Add unit tests for bootm image decompressionSimon Glass2015-01-141-0/+84
* test: Rename test_compression to ut_compressionSimon Glass2015-01-141-5/+4
* test: Add DEBUG output option to test-fit.pySimon Glass2015-01-141-0/+10
* sandbox: Correct ordering of 'sb save' commandsSimon Glass2015-01-142-4/+4
* Merge git://git.denx.de/u-boot-dmTom Rini2014-12-114-51/+286
|\
| * dm: i2c: Add tests for I2CSimon Glass2014-12-113-0/+234
| * dm_test: improve the appearance shown by "dm tree" commandMasahiro Yamada2014-12-111-51/+52
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-12-111-1/+9
|\ \ | |/ |/|
| * test: ums: Add sleep before unmount directoryLukasz Majewski2014-11-141-1/+9
* | sandbox: script for testing sandbox/ext4/fat/fs commandsSuriyan Ramasami2014-11-231-0/+561
|/
* hush: make run_command() return an error on parsing failureRabin Vincent2014-11-071-0/+2
* hush: return consistent codes from run_command()Rabin Vincent2014-11-071-0/+3
* test: Add a simple test to detected warnings with uint64_t, uintptr_tSimon Glass2014-10-272-0/+71
* cli: hush: Adjust 'run' command to run each line of the env varSimon Glass2014-10-271-0/+14
* test: dm: Add additional GPIO testsSimon Glass2014-10-231-0/+38
* test: dm: Support memory leak checking as a core featureSimon Glass2014-10-232-16/+32
* dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-231-0/+18
* test: dm: Update GPIO tests for new gpio_request() methodSimon Glass2014-10-231-22/+33
* dm: sf: Add tests for SPI flashSimon Glass2014-10-223-1/+60
* dm: spi: Add testsSimon Glass2014-10-223-0/+130
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-221-0/+31
* test: Add a test for command repeatSimon Glass2014-09-243-17/+52
* test: Remove tabs from trace testSimon Glass2014-09-241-11/+11
* Correct sandbox filesystem commands in FIT image testSimon Glass2014-08-281-4/+4
* test: ums: Add script for testing UMS gadget operationLukasz Majewski2014-08-202-0/+205
* test: dfu: cosmetic: Add missing license information to DFU test scriptsLukasz Majewski2014-08-202-0/+20
* test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test filesLukasz Majewski2014-08-201-1/+5
* Implement generalised RSA public exponents for verified bootMichael van der Westhuizen2014-08-091-1/+9
* test: dfu: add some more test casesStephen Warren2014-08-091-1/+1
* test: dfu: cleanup before executionStephen Warren2014-08-091-0/+1
* test:dfu: README file updateLukasz Majewski2014-08-091-3/+8
* test: dfu: script enhancementsStephen Warren2014-08-093-26/+30
* test:dfu: Add test scripts for testing DFU regressionLukasz Majewski2014-08-093-0/+152
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-231-0/+68
* dm: Introduce per-child data for devicesSimon Glass2014-07-231-0/+65
* dm: Add functions to access a device's childrenSimon Glass2014-07-231-0/+46
OpenPOWER on IntegriCloud