summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait2020-12-221-1/+1
* dm: core: Drop seq and req_seqSimon Glass2020-12-181-0/+39
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-182-34/+34
* dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass2020-12-181-0/+42
* dm: Switch over to use new sequence number for dev_seq()Simon Glass2020-12-181-29/+36
* x86: Simplify acpi_device_infer_name()Simon Glass2020-12-181-5/+1
* dm: test: Drop assumptions of no sequence numbersSimon Glass2020-12-183-9/+0
* dm: core: Switch binding to use new sequence numbersSimon Glass2020-12-181-1/+2
* dm: test: Check all devices have a sequence numbersSimon Glass2020-12-181-0/+19
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-134-21/+21
* dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-132-4/+2
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-132-8/+8
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-135-22/+22
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1311-72/+72
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-138-30/+30
* dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass2020-12-132-2/+2
* dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass2020-12-133-3/+3
* dm: core: Add a livetree function to check node statusSimon Glass2020-12-131-0/+12
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-2/+2
* test: unit test for exception commandHeinrich Schuchardt2020-12-131-0/+24
* 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-dmTom 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...Tom 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