summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-234-26/+117
* dm: Avoid accessing uclasses before they are readySimon Glass2014-07-231-0/+14
* dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-231-0/+30
* dm: Display the sequence number for each deviceSimon Glass2014-07-231-0/+2
* dm: Introduce device sequence numberingSimon Glass2014-07-232-2/+63
* dm: Avoid activating devices in 'dm uclass' commandSimon Glass2014-07-231-3/+3
* dm: Move device display into its own functionSimon Glass2014-07-231-8/+19
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-235-13/+80
* dm: Make sure that the root device is probedSimon Glass2014-07-231-1/+1
* dm: Use an explicit expect value in core testsSimon Glass2014-07-232-6/+12
* Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini2014-06-242-5/+5
|\
| * sandbox: restore ability to access host fs through standard commandsStephen Warren2014-06-232-5/+5
* | dm: Use '*' to indicate a device is activatedSimon Glass2014-06-211-5/+6
|/
* dm: Fix printf() strings in the 'dm' commandSimon Glass2014-06-201-4/+4
* dm: Allow driver model tests only for sandboxSimon Glass2014-06-202-2/+11
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-201-1/+1
* test: vboot: explicitly request bashStephen Warren2014-06-191-1/+1
* Add final result tests for run_command_list()Simon Glass2014-06-051-0/+5
* dm: rename device struct to udeviceHeiko Schocher2014-05-277-45/+46
* tools, fit_check_sign: verify a signed fit imageHeiko Schocher2014-03-211-0/+20
* rsa: add sha256-rsa2048 algorithmHeiko Schocher2014-03-215-28/+125
* unit-test: make "test -e" test independent of $CWDStephen Warren2014-03-071-5/+9
* hush: fix some quoted variable expansion issuesStephen Warren2014-03-071-0/+17
* unit-test: clean up evironment after Hush testsStephen Warren2014-03-071-1/+2
* dm: Add GPIO support and testsSimon Glass2014-03-041-0/+111
* dm: Add a 'dm' command for testingSimon Glass2014-03-042-0/+134
* dm: Add basic testsSimon Glass2014-03-0410-0/+1162
* unit-test: add lots of tests for the Hush 'test' commandStephen Warren2014-02-191-0/+89
* unit-test: fix 'env default' invocationStephen Warren2014-02-191-1/+1
* sandbox: dumpimage: Test dumpimageGuilherme Maciel Ferreira2013-12-131-0/+141
* dts, api, test: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-24/+2
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-141-2/+2
* sandbox: add compression testsKees Cook2013-09-032-0/+336
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-245-76/+5
* Add verified boot information and testSimon Glass2013-06-266-0/+230
* Add a simple test for sandbox traceSimon Glass2013-06-261-0/+89
* Show stdout on error in fit-testSimon Glass2013-06-261-9/+10
* sandbox: image: Create a test for loading FIT imagesSimon Glass2013-06-041-0/+422
OpenPOWER on IntegriCloud