summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* bootm: Support string substitution in bootargsSimon Glass2020-12-041-5/+109
* bootm: Allow updating the bootargs in a bufferSimon Glass2020-12-041-15/+99
* bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass2020-12-041-5/+5
* bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass2020-12-041-5/+5
* bootm: Rename fixup_silent_linux()Simon Glass2020-12-041-5/+5
* bootm: Update fixup_silent_linux() to return an errorSimon Glass2020-12-041-5/+5
* bootm: Add tests for fixup_silent_linux()Simon Glass2020-12-043-0/+61
* env: Allow returning errors from hdelete_r()Simon Glass2020-12-041-1/+1
* test/py: efi_capsule: test for raw image capsuleAKASHI Takahiro2020-12-032-0/+66
* test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro2020-12-034-0/+290
* setexpr: Add support for stringsSimon Glass2020-12-011-0/+86
* setexpr: Correct buffer overflow bug and enable testsSimon Glass2020-12-011-17/+7
* setexpr: Correct dropping of final unmatched stringSimon Glass2020-12-011-3/+2
* setexpr: Add some tests for buffer overflow and backrefSimon Glass2020-12-011-0/+89
* test: Add some setexpr regex testsSimon Glass2020-12-011-0/+58
* setexpr: Add explicit support for 32- and 64-bit intsSimon Glass2020-12-011-9/+9
* test: Add some tests for setexprSimon Glass2020-12-013-0/+166
* Nokia RX-51: Update test scriptPali Rohár2020-11-151-12/+15
* Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmWIP/06Nov2020Tom Rini2020-11-064-8/+24
|\
| * test: linking test/compression.c failsHeinrich Schuchardt2020-11-052-1/+10
| * test: test/bloblist.c depends on asm/state.hHeinrich Schuchardt2020-11-051-0/+2
| * test: adjust sysreset testsHeinrich Schuchardt2020-11-051-3/+8
| * test/py: test poweroffHeinrich Schuchardt2020-11-051-4/+4
* | board: Rename uclass to sysinfoSimon Glass2020-11-063-60/+60
* | acpi: Don't reset the tables with every new generationSimon Glass2020-11-061-0/+4
|/
* Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/01Nov2020Tom Rini2020-11-011-0/+19
|\
| * test: unit test for efi_create_indexed_name()Heinrich Schuchardt2020-10-301-0/+19
* | Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-309-94/+340
|\ \
| * | dm: Use driver_info index instead of pointerSimon Glass2020-10-292-9/+25
| * | dm: Add a test for of-platdata parent informationSimon Glass2020-10-291-0/+15
| * | dm: Use an allocated array for run-time device infoSimon Glass2020-10-291-9/+10
| * | dm: test: Add a test for of-platdata phandlesSimon Glass2020-10-291-0/+37
| * | dm: test: Add a check that all devices have a dev valueSimon Glass2020-10-291-0/+81
| * | dm: Add a C test for of-platdata propertiesSimon Glass2020-10-291-0/+69
| * | dm: test: Drop of-platdata pytestSimon Glass2020-10-291-47/+0
| * | test: Run only the selected SPL testSimon Glass2020-10-291-1/+1
| * | test: Run SPL unit testsSimon Glass2020-10-291-1/+1
| * | pytest: Collect SPL unit testsSimon Glass2020-10-292-5/+42
| * | dm: test: Add a very simple of-platadata testSimon Glass2020-10-292-1/+22
| * | dm: test: Add a way to run SPL testsSimon Glass2020-10-291-1/+1
| * | dm: test: Update the test runner to support of-platdataSimon Glass2020-10-291-11/+16
| * | dm: test: Build tests for SPLSimon Glass2020-10-291-0/+10
| * | dtoc: Fix widening of int to bytesSimon Glass2020-10-291-1/+1
| * | dm: test: Disable some tests that should not run in SPLSimon Glass2020-10-292-7/+13
| * | dm: test: Make use of CONFIG_UNIT_TESTSimon Glass2020-10-291-1/+2
| * | dm: test: Update Makefile conditionsSimon Glass2020-10-291-7/+7
| * | dm: test: Sort the MakefileSimon Glass2020-10-291-3/+3
| * | dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-291-11/+5
| |/
* | test: Add a test for log filter-*Sean Anderson2020-10-302-0/+109
* | test: Add a test for getoptSean Anderson2020-10-302-0/+124