summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-02-26fastboot: Allow u-boot-style partitionsSean Anderson1-3/+34
2021-02-26test: dm: Add test for fastboot mmc partition namingSean Anderson2-0/+67
2021-02-26mmc: sandbox: Add support for writingSean Anderson1-5/+14
2021-02-25test: missing dependency for test/cmd/setexpr.cHeinrich Schuchardt2-1/+3
2021-02-22Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-2/+48
2021-02-18dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2-0/+38
2021-02-18dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne1-0/+30
2021-02-18dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne2-0/+50
2021-02-18test: add a simple test for the adc-keys button driverMarek Szyprowski1-2/+48
2021-02-16test: dm: tee: extend with RPC testIgor Opaniuk1-7/+109
2021-02-16test: py: add pygit2 and pyelftools to requirements.txtIgor Opaniuk1-0/+2
2021-02-16image: Check for unit addresses in FITsSimon Glass1-4/+5
2021-02-16libfdt: Check for multiple/invalid root nodesSimon Glass1-1/+2
2021-02-16test: Add tests for the 'evil' vboot attacksSimon Glass1-28/+65
2021-02-16test: Add vboot_evil implementationSimon Glass1-0/+485
2021-02-16fit: Don't allow verification of images with @ nodesSimon Glass2-18/+18
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini22-0/+22
2021-02-03dm: core: Add late driver remove optionMarek Vasut2-0/+116
2021-02-03dm: core: Avoid partially removing devicesSimon Glass1-1/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass22-0/+22
2021-02-02test/py: fix runtest wrapper for pytest 6Stephen Warren1-1/+4
2021-01-31dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass2-0/+39
2021-01-31sandbox: Disable I2C emulators in SPLSimon Glass1-4/+4
2021-01-31cros_ec: Add vstore supportSimon Glass1-0/+38
2021-01-31cros_ec: Show events in human-readable formSimon Glass1-0/+37
2021-01-31cros_ec: Add support for switchesSimon Glass1-0/+26
2021-01-31cros_ec: Support reading EC featuresSimon Glass1-0/+28
2021-01-31cros_ec: Add support for reading the SKU IDSimon Glass1-0/+17
2021-01-31cros_ec: Add a function for the hello messageSimon Glass2-0/+33
2021-01-29test: inconsistent string testsHeinrich Schuchardt1-2/+1
2021-01-29test: inconsistent bootm testsHeinrich Schuchardt1-1/+1
2021-01-29test: Update test_fs to not use deprecated pytest.yield_fixture()Tom Rini1-10/+5
2021-01-29test: correct entry point to pytestHeinrich Schuchardt1-5/+5
2021-01-29test: pr_cont_test.o depends on CONFIG_LOG=yHeinrich Schuchardt1-1/+1
2021-01-29test: test_ofplatdata: Mark as sandbox specificTom Rini1-0/+1
2021-01-28bloblist: Support relocating to a larger spaceSimon Glass1-0/+36
2021-01-25test: unit test for echo commandHeinrich Schuchardt2-0/+60
2021-01-23doc: move test/py/README.md to HTML documentationHeinrich Schuchardt1-389/+0
2021-01-23doc: move test/README to HTML documentationHeinrich Schuchardt1-96/+0
2021-01-18cmd: Add a pwm commandPragnesh Patel2-0/+48
2021-01-17test: unit test for pr_err(), pr_cont()Heinrich Schuchardt2-0/+46
2021-01-16test: correct the test prefix in ut strPatrick Delaunay1-2/+2
2021-01-16test: correct the test prefix in ut cmd_memPatrick Delaunay1-1/+1
2021-01-16test: Only enable bloblist test when supportedSimon Glass1-1/+1
2021-01-16test: Avoid assuming sandbox board for bloblist testSimon Glass2-9/+22
2021-01-16test: test/lib/test_print.c depends on CONSOLE_RECORDHeinrich Schuchardt1-1/+1
2021-01-15test: log: add test for console output of dropped messagesPatrick Delaunay1-0/+8
2021-01-15test: add test for dropped trace before log_initPatrick Delaunay1-0/+11
2021-01-15test: log: add test for dropped messagesPatrick Delaunay1-8/+35
2021-01-15test: add LOGL_FORCE_DEBUG flags support in log testsPatrick Delaunay1-9/+20