aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-02-03dm: core: Add late driver remove optionMarek Vasut
2021-02-03dm: core: Avoid partially removing devicesSimon Glass
2021-02-01test/py: fix runtest wrapper for pytest 6Stephen Warren
2021-01-30dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass
2021-01-30sandbox: Disable I2C emulators in SPLSimon Glass
2021-01-30cros_ec: Add vstore supportSimon Glass
2021-01-30cros_ec: Show events in human-readable formSimon Glass
2021-01-30cros_ec: Add support for switchesSimon Glass
2021-01-30cros_ec: Support reading EC featuresSimon Glass
2021-01-30cros_ec: Add support for reading the SKU IDSimon Glass
2021-01-30cros_ec: Add a function for the hello messageSimon Glass
2021-01-29test: inconsistent string testsHeinrich Schuchardt
2021-01-29test: inconsistent bootm testsHeinrich Schuchardt
2021-01-29test: Update test_fs to not use deprecated pytest.yield_fixture()Tom Rini
2021-01-29test: correct entry point to pytestHeinrich Schuchardt
2021-01-29test: pr_cont_test.o depends on CONFIG_LOG=yHeinrich Schuchardt
2021-01-29test: test_ofplatdata: Mark as sandbox specificTom Rini
2021-01-27bloblist: Support relocating to a larger spaceSimon Glass
2021-01-25test: unit test for echo commandHeinrich Schuchardt
2021-01-23doc: move test/py/README.md to HTML documentationHeinrich Schuchardt
2021-01-23doc: move test/README to HTML documentationHeinrich Schuchardt
2021-01-18cmd: Add a pwm commandPragnesh Patel
2021-01-16test: unit test for pr_err(), pr_cont()Heinrich Schuchardt
2021-01-16test: correct the test prefix in ut strPatrick Delaunay
2021-01-16test: correct the test prefix in ut cmd_memPatrick Delaunay
2021-01-16test: Only enable bloblist test when supportedSimon Glass
2021-01-16test: Avoid assuming sandbox board for bloblist testSimon Glass
2021-01-16test: test/lib/test_print.c depends on CONSOLE_RECORDHeinrich Schuchardt
2021-01-15test: log: add test for console output of dropped messagesPatrick Delaunay
2021-01-15test: add test for dropped trace before log_initPatrick Delaunay
2021-01-15test: log: add test for dropped messagesPatrick Delaunay
2021-01-15test: add LOGL_FORCE_DEBUG flags support in log testsPatrick Delaunay
2021-01-12Nokia RX-51: Add test for U-Boot serial consolePali Rohár
2021-01-12dm: core: add a function to decode display timingsDario Binacchi
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi
2021-01-12clk: add clk_round_rate()Dario Binacchi
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2021-01-05dm: core: Allow the uclass list to moveSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05dm: core: Access device flags through functionsSimon Glass
2021-01-05dm: core: Rename sqq to seq_Simon Glass
2021-01-05test: Move some test drivers into their own fileSimon Glass
2021-01-05test: Use a simple variable to record removed deviceSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas
2020-12-22test: dm: spi: Add testcase for spi_claim_bus()Ovidiu Panait
2020-12-22sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait
2020-12-18dm: core: Drop seq and req_seqSimon Glass