aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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-01test/py: fix runtest wrapper for pytest 6Stephen Warren1-1/+4
2021-01-30dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass2-0/+39
2021-01-30sandbox: Disable I2C emulators in SPLSimon Glass1-4/+4
2021-01-30cros_ec: Add vstore supportSimon Glass1-0/+38
2021-01-30cros_ec: Show events in human-readable formSimon Glass1-0/+37
2021-01-30cros_ec: Add support for switchesSimon Glass1-0/+26
2021-01-30cros_ec: Support reading EC featuresSimon Glass1-0/+28
2021-01-30cros_ec: Add support for reading the SKU IDSimon Glass1-0/+17
2021-01-30cros_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-27bloblist: 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-16test: 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
2021-01-12Nokia RX-51: Add test for U-Boot serial consolePali Rohár1-1/+32
2021-01-12dm: core: add a function to decode display timingsDario Binacchi1-0/+80
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi1-0/+68
2021-01-12clk: add clk_round_rate()Dario Binacchi1-0/+22
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2-4/+4
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-3/+3
2021-01-05dm: core: Allow the uclass list to moveSimon Glass1-3/+3
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-3/+3
2021-01-05dm: core: Access device flags through functionsSimon Glass5-24/+24
2021-01-05dm: core: Rename sqq to seq_Simon Glass1-3/+3
2021-01-05test: Move some test drivers into their own fileSimon Glass2-221/+4
2021-01-05test: Use a simple variable to record removed deviceSimon Glass1-8/+6
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass4-19/+20
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass1-1/+0
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas1-1/+1
2020-12-22test: dm: spi: Add testcase for spi_claim_bus()Ovidiu Panait1-0/+82
2020-12-22sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait1-1/+1
2020-12-18dm: core: Drop seq and req_seqSimon Glass1-0/+39