summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-01-14test: Add unit tests for bootm image decompressionSimon Glass
2015-01-14test: Rename test_compression to ut_compressionSimon Glass
2015-01-14test: Add DEBUG output option to test-fit.pySimon Glass
2015-01-14sandbox: Correct ordering of 'sb save' commandsSimon Glass
2014-12-11Merge git://git.denx.de/u-boot-dmTom Rini
2014-12-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-12-11dm: i2c: Add tests for I2CSimon Glass
2014-12-11dm_test: improve the appearance shown by "dm tree" commandMasahiro Yamada
2014-11-23sandbox: script for testing sandbox/ext4/fat/fs commandsSuriyan Ramasami
2014-11-14test: ums: Add sleep before unmount directoryLukasz Majewski
2014-11-07hush: make run_command() return an error on parsing failureRabin Vincent
2014-11-07hush: return consistent codes from run_command()Rabin Vincent
2014-10-27test: Add a simple test to detected warnings with uint64_t, uintptr_tSimon Glass
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass
2014-10-23test: dm: Add additional GPIO testsSimon Glass
2014-10-23test: dm: Support memory leak checking as a core featureSimon Glass
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass
2014-10-23test: dm: Update GPIO tests for new gpio_request() methodSimon Glass
2014-10-22dm: sf: Add tests for SPI flashSimon Glass
2014-10-22dm: spi: Add testsSimon Glass
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass
2014-09-24test: Add a test for command repeatSimon Glass
2014-09-24test: Remove tabs from trace testSimon Glass
2014-08-28Correct sandbox filesystem commands in FIT image testSimon Glass
2014-08-20test: ums: Add script for testing UMS gadget operationLukasz Majewski
2014-08-20test: dfu: cosmetic: Add missing license information to DFU test scriptsLukasz Majewski
2014-08-20test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test filesLukasz Majewski
2014-08-09Implement generalised RSA public exponents for verified bootMichael van der Westhuizen
2014-08-09test: dfu: add some more test casesStephen Warren
2014-08-09test: dfu: cleanup before executionStephen Warren
2014-08-09test:dfu: README file updateLukasz Majewski
2014-08-09test: dfu: script enhancementsStephen Warren
2014-08-09test:dfu: Add test scripts for testing DFU regressionLukasz Majewski
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass
2014-07-23dm: Introduce per-child data for devicesSimon Glass
2014-07-23dm: Add functions to access a device's childrenSimon Glass
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass
2014-07-23dm: Display the sequence number for each deviceSimon Glass
2014-07-23dm: Introduce device sequence numberingSimon Glass
2014-07-23dm: Avoid activating devices in 'dm uclass' commandSimon Glass
2014-07-23dm: Move device display into its own functionSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-07-23dm: Make sure that the root device is probedSimon Glass
2014-07-23dm: Use an explicit expect value in core testsSimon Glass
2014-06-24Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini
2014-06-23sandbox: restore ability to access host fs through standard commandsStephen Warren
2014-06-21dm: Use '*' to indicate a device is activatedSimon Glass
2014-06-20dm: Fix printf() strings in the 'dm' commandSimon Glass