summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-10-01Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2017-09-29test/py: fix anchors in HTML status reportStephen Warren
2017-09-29test/py: add skip marker for reliance on toolsStephen Warren
2017-09-29test/py: provide more information about test skip reasonStephen Warren
2017-09-29test/py: Document required tools/packagesStephen Warren
2017-09-18test/py: add a test calling the EFI selftestHeinrich Schuchardt
2017-09-15Merge git://git.denx.de/u-boot-fdtTom Rini
2017-09-15test/py: gpt: make use of infra-structureStephen Warren
2017-09-15test/py: u_boot_console_base.py: fix typoHeinrich Schuchardt
2017-09-15test: overlay: Add unit test for stacked overlayPantelis Antoniou
2017-09-15ut: fix fdt_getprop_u32() changePantelis Antoniou
2017-09-14add pytests for 'gpt rename' and 'gpt swap'Alison Chaiken
2017-09-14add pytests for 'gpt guid' command in sandboxAlison Chaiken
2017-09-14GPT: create block device for sandbox testingAlison Chaiken
2017-09-11dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_testPatrice Chotard
2017-09-11blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-08-13test: Move the FIT test into the correct placeSimon Glass
2017-08-13test: Convert the FIT test to test/pySimon Glass
2017-08-13test: Indent test-fit.py to match the next patchSimon Glass
2017-08-13test: Fix FIT test to pass againSimon Glass
2017-07-22tests: test_dfu.py: Add example udev rule for host_usb_dev_nodeTom Rini
2017-07-11sandbox: Stop printing platdata at the start of SPLSimon Glass
2017-07-11test: Add a test for snprintf() and the banner/versionSimon Glass
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass
2017-06-12tools/tbot: update READMEHeiko Schocher
2017-06-12test: bus: Add a check that dev is not NULLSimon Glass
2017-06-12test: wdt: Add a check that dev is not NULLSimon Glass
2017-06-12test: pwm: Add a check that dev is not NULLSimon Glass
2017-06-09dm: blk: Add a way to obtain a block device from its parentSimon Glass
2017-06-05test: py: hush: Add echo dependencyMichal Simek
2017-06-05test: py: Use global pytestmark for hush testsMichal Simek
2017-06-01dm: phy: Update tests to use ut_asserteq()Simon Glass
2017-06-01dm: test: Disable the fdt_offset test with livetreeSimon Glass
2017-06-01dm: test: Separate out the bus DT offset testSimon Glass
2017-06-01test: Update 'make test' to run more testsSimon Glass
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass
2017-06-01dm: test: Add support for running tests with livetreeSimon Glass
2017-06-01dm: test: Show the test filename when runningSimon Glass
2017-06-01dm: test: Move test running code into a separate functionSimon Glass
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass
2017-06-01dm: blk: Improve block device claimingSimon Glass
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass
2017-05-22test: py: Add cmd_echo dependencyMichal Simek
2017-05-10dm: sandbox: pwm: add test for pwm_set_invert()Kever Yang
2017-05-09dm: test: Add tests for the generic PHY uclassJean-Jacques Hiblot
2017-05-08dm: Simple Watchdog uclassmaxims@google.com