summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1522-0/+22
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0222-0/+22
* | dm: core: Add late driver remove optionMarek Vasut2021-02-032-0/+116
* | dm: core: Avoid partially removing devicesSimon Glass2021-02-031-1/+3
|/
* test/py: fix runtest wrapper for pytest 6Stephen Warren2021-02-011-1/+4
* dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass2021-01-302-0/+39
* sandbox: Disable I2C emulators in SPLSimon Glass2021-01-301-4/+4
* cros_ec: Add vstore supportSimon Glass2021-01-301-0/+38
* cros_ec: Show events in human-readable formSimon Glass2021-01-301-0/+37
* cros_ec: Add support for switchesSimon Glass2021-01-301-0/+26
* cros_ec: Support reading EC featuresSimon Glass2021-01-301-0/+28
* cros_ec: Add support for reading the SKU IDSimon Glass2021-01-301-0/+17
* cros_ec: Add a function for the hello messageSimon Glass2021-01-302-0/+33
* test: inconsistent string testsHeinrich Schuchardt2021-01-291-2/+1
* test: inconsistent bootm testsHeinrich Schuchardt2021-01-291-1/+1
* test: Update test_fs to not use deprecated pytest.yield_fixture()Tom Rini2021-01-291-10/+5
* test: correct entry point to pytestHeinrich Schuchardt2021-01-291-5/+5
* test: pr_cont_test.o depends on CONFIG_LOG=yHeinrich Schuchardt2021-01-291-1/+1
* test: test_ofplatdata: Mark as sandbox specificTom Rini2021-01-291-0/+1
* bloblist: Support relocating to a larger spaceSimon Glass2021-01-271-0/+36
* test: unit test for echo commandHeinrich Schuchardt2021-01-252-0/+60
* doc: move test/py/README.md to HTML documentationHeinrich Schuchardt2021-01-231-389/+0
* doc: move test/README to HTML documentationHeinrich Schuchardt2021-01-231-96/+0
* cmd: Add a pwm commandPragnesh Patel2021-01-182-0/+48
* test: unit test for pr_err(), pr_cont()Heinrich Schuchardt2021-01-162-0/+46
* test: correct the test prefix in ut strPatrick Delaunay2021-01-161-2/+2
* test: correct the test prefix in ut cmd_memPatrick Delaunay2021-01-161-1/+1
* test: Only enable bloblist test when supportedSimon Glass2021-01-161-1/+1
* test: Avoid assuming sandbox board for bloblist testSimon Glass2021-01-162-9/+22
* test: test/lib/test_print.c depends on CONSOLE_RECORDHeinrich Schuchardt2021-01-161-1/+1
* test: log: add test for console output of dropped messagesPatrick Delaunay2021-01-151-0/+8
* test: add test for dropped trace before log_initPatrick Delaunay2021-01-151-0/+11
* test: log: add test for dropped messagesPatrick Delaunay2021-01-151-8/+35
* test: add LOGL_FORCE_DEBUG flags support in log testsPatrick Delaunay2021-01-151-9/+20
* Nokia RX-51: Add test for U-Boot serial consolePali Rohár2021-01-121-1/+32
* dm: core: add a function to decode display timingsDario Binacchi2021-01-121-0/+80
* fdt: translate address if #size-cells = <0>Dario Binacchi2021-01-121-0/+68
* clk: add clk_round_rate()Dario Binacchi2021-01-121-0/+22
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-052-4/+4
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-3/+3
* dm: core: Allow the uclass list to moveSimon Glass2021-01-051-3/+3
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-3/+3
* dm: core: Access device flags through functionsSimon Glass2021-01-055-24/+24
* dm: core: Rename sqq to seq_Simon Glass2021-01-051-3/+3
* test: Move some test drivers into their own fileSimon Glass2021-01-052-221/+4
* test: Use a simple variable to record removed deviceSimon Glass2021-01-051-8/+6
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-054-19/+20
* sandbox: Drop unnecessary test nodeSimon Glass2021-01-051-1/+0
* efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas2020-12-311-1/+1
* test: dm: spi: Add testcase for spi_claim_bus()Ovidiu Panait2020-12-221-0/+82