summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-12-12Merge git://git.denx.de/u-boot-dmTom Rini73-504/+3348
2014-12-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini10-7/+194
2014-12-11dm: i2c: Add tests for I2CSimon Glass4-0/+246
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 Vincent2-1/+3
2014-11-07hush: return consistent codes from run_command()Rabin Vincent2-1/+6
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 Glass5-4/+24
2014-10-24test: dm: Add additional GPIO testsSimon Glass2-1/+42
2014-10-24test: dm: Support memory leak checking as a core featureSimon Glass3-16/+55
2014-10-24dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass4-1/+51
2014-10-24test: dm: Update GPIO tests for new gpio_request() methodSimon Glass2-24/+56
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 Glass4-1/+78
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 Westhuizen5-10/+158
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
2014-08-09test: dfu: script enhancementsStephen Warren3-26/+30
2014-08-09test:dfu: Add test scripts for testing DFU regressionLukasz Majewski3-0/+152
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass5-2/+160
2014-07-23dm: Introduce per-child data for devicesSimon Glass5-8/+137
2014-07-23dm: Add functions to access a device's childrenSimon Glass4-1/+199
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass9-42/+166
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass3-1/+18
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass4-1/+83
2014-07-23dm: Display the sequence number for each deviceSimon Glass1-0/+2
2014-07-23dm: Introduce device sequence numberingSimon Glass8-8/+347
2014-07-23dm: Avoid activating devices in 'dm uclass' commandSimon Glass1-3/+3
2014-07-23dm: Move device display into its own functionSimon Glass1-8/+19
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass14-41/+131
2014-07-23dm: Make sure that the root device is probedSimon Glass2-1/+4
2014-07-23dm: Use an explicit expect value in core testsSimon Glass2-6/+12
2014-06-24Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini9-18/+39
2014-06-23sandbox: restore ability to access host fs through standard commandsStephen Warren4-9/+30
2014-06-21dm: Use '*' to indicate a device is activatedSimon Glass1-5/+6
2014-06-20dm: Fix printf() strings in the 'dm' commandSimon Glass1-4/+4
2014-06-20dm: Allow driver model tests only for sandboxSimon Glass2-2/+11
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass7-9/+9
2014-06-19test: vboot: explicitly request bashStephen Warren1-1/+1
2014-06-05Add final result tests for run_command_list()Simon Glass1-0/+5
[next]