summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* dm: test: Don't clear global_data in dm_test_uclass_before_ready()Simon Glass2015-04-221-1/+4
* dm: test: Add tests for get/find uclass's device by namePrzemyslaw Marczak2015-04-221-0/+81
* dm: test: Add tests for get/find uclass devicesPrzemyslaw Marczak2015-04-221-1/+33
* dm: test: Add tests for device's uclass platform dataPrzemyslaw Marczak2015-04-222-0/+66
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-181-14/+14
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-181-5/+5
* dm: usb: Add tests for the USB uclassSimon Glass2015-04-184-0/+95
* dm: test: Allow 'dm test' to select a particular test to runSimon Glass2015-04-182-5/+13
* dm: test: Correct printf() output nit in 'dm uclass'Simon Glass2015-04-181-1/+1
* dm: core: Mark device as active before calling uclass probe() methodsSimon Glass2015-04-181-1/+2
* dm: test: bus: Use a local variable to simplify codeSimon Glass2015-04-181-6/+10
* net: Improve error handlingJoe Hershberger2015-04-181-2/+2
* test: dm: net: Add a test of the netretry behaviorJoe Hershberger2015-04-181-0/+32
* test: dm: eth: Add testing for ethrotate env varJoe Hershberger2015-04-181-0/+42
* dm: eth: Add support for ethprime env varJoe Hershberger2015-04-181-0/+20
* dm: eth: Add support for aliasesJoe Hershberger2015-04-182-1/+27
* test: dm: eth: Add tests for the eth dm implementationJoe Hershberger2015-04-183-0/+57
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-182-0/+2
* test: dm: Reorder the objects to buildJoe Hershberger2015-04-181-2/+2
* dm: pci: Add driver model tests for PCISimon Glass2015-04-183-0/+77
* dm: Show both allocated and requested seq numbers in 'dm uclass'Simon Glass2015-04-161-2/+2
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-162-1/+18
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-162-3/+3
* dm: test: Add a Kconfig fileSimon Glass2015-02-122-0/+9
* dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass2015-02-121-3/+3
* Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2015-01-308-51/+411
|\
| * dm: spi: Move slave details to child platdataSimon Glass2015-01-291-3/+3
| * dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-292-0/+53
| * 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
|\ \ | |/ |/|
OpenPOWER on IntegriCloud