summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | test: Add an overall test runnerSimon Glass2021-03-123-33/+73
| * | | test: Rename test-main.c to test-dm.cSimon Glass2021-03-122-3/+3
| * | | test: Correct setexpr test prefixSimon Glass2021-03-121-4/+19
| * | | test: Re-enable test_ofplatdataSimon Glass2021-03-121-1/+1
| * | | sandbox: Drop the 'starting...' messageSimon Glass2021-03-121-1/+0
| * | | gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass2021-03-031-0/+98
| * | | dm: gpio: Add a way to update flagsSimon Glass2021-03-031-17/+115
| * | | gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass2021-03-031-9/+9
| * | | gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass2021-03-031-6/+6
| * | | dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-031-4/+4
* | | | test: Don't unmount not (yet) mounted systemAndy Shevchenko2021-03-311-22/+56
| |_|/ |/| |
* | | dm: test: Always include command.h for print_utSean Anderson2021-03-281-2/+0
* | | test: Include /sbin to the PATH when creating ext4 disk imageWIP/2021-03-17-assorted-fixesAndy Shevchenko2021-03-171-0/+2
| |/ |/|
* | efi_loader: correct uboot_bin_env.its file formatHeinrich Schuchardt2021-03-071-2/+2
* | lib/charset: UTF-8 stream conversionHeinrich Schuchardt2021-03-071-0/+78
* | lib/charset: utf8_get() should return errorHeinrich Schuchardt2021-03-071-0/+7
* | efi_loader: carve out utf_to_cp()Heinrich Schuchardt2021-03-071-0/+29
* | test: cmd: Add a basic test for 'addrmap' commandBin Meng2021-03-053-0/+45
|/
* fastboot: Allow u-boot-style partitionsSean Anderson2021-02-261-3/+34
* test: dm: Add test for fastboot mmc partition namingSean Anderson2021-02-262-0/+67
* mmc: sandbox: Add support for writingSean Anderson2021-02-261-5/+14
* test: missing dependency for test/cmd/setexpr.cHeinrich Schuchardt2021-02-242-1/+3
* Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-221-2/+48
|\
| * test: add a simple test for the adc-keys button driverMarek Szyprowski2021-02-181-2/+48
* | dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2021-02-182-0/+38
* | dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne2021-02-181-0/+30
* | dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne2021-02-182-0/+50
|/
* test: dm: tee: extend with RPC testIgor Opaniuk2021-02-161-7/+109
* test: py: add pygit2 and pyelftools to requirements.txtIgor Opaniuk2021-02-161-0/+2
* image: Check for unit addresses in FITsSimon Glass2021-02-151-4/+5
* libfdt: Check for multiple/invalid root nodesSimon Glass2021-02-151-1/+2
* test: Add tests for the 'evil' vboot attacksSimon Glass2021-02-151-28/+65
* test: Add vboot_evil implementationSimon Glass2021-02-151-0/+485
* fit: Don't allow verification of images with @ nodesSimon Glass2021-02-152-18/+18
* 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 headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon 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