summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass4-21/+21
2020-12-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2-4/+2
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2-8/+8
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass5-22/+22
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass11-72/+72
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass8-30/+30
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass2-2/+2
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass3-3/+3
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass1-0/+12
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-2/+2
2020-12-13test: unit test for exception commandHeinrich Schuchardt1-0/+24
2020-12-05bootm: Support string substitution in bootargsSimon Glass1-5/+109
2020-12-05bootm: Allow updating the bootargs in a bufferSimon Glass1-15/+99
2020-12-05bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass1-5/+5
2020-12-05bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass1-5/+5
2020-12-05bootm: Rename fixup_silent_linux()Simon Glass1-5/+5
2020-12-05bootm: Update fixup_silent_linux() to return an errorSimon Glass1-5/+5
2020-12-05bootm: Add tests for fixup_silent_linux()Simon Glass3-0/+61
2020-12-05env: Allow returning errors from hdelete_r()Simon Glass1-1/+1
2020-12-03test/py: efi_capsule: test for raw image capsuleAKASHI Takahiro2-0/+66
2020-12-03test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro4-0/+290
2020-12-01setexpr: Add support for stringsSimon Glass1-0/+86
2020-12-01setexpr: Correct buffer overflow bug and enable testsSimon Glass1-17/+7
2020-12-01setexpr: Correct dropping of final unmatched stringSimon Glass1-3/+2
2020-12-01setexpr: Add some tests for buffer overflow and backrefSimon Glass1-0/+89
2020-12-01test: Add some setexpr regex testsSimon Glass1-0/+58
2020-12-01setexpr: Add explicit support for 32- and 64-bit intsSimon Glass1-9/+9
2020-12-01test: Add some tests for setexprSimon Glass3-0/+166
2020-11-15Nokia RX-51: Update test scriptPali Rohár1-12/+15
2020-11-06Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini4-8/+24
2020-11-06board: Rename uclass to sysinfoSimon Glass3-60/+60
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass1-0/+4
2020-11-05test: linking test/compression.c failsHeinrich Schuchardt2-1/+10
2020-11-05test: test/bloblist.c depends on asm/state.hHeinrich Schuchardt1-0/+2
2020-11-05test: adjust sysreset testsHeinrich Schuchardt1-3/+8
2020-11-05test/py: test poweroffHeinrich Schuchardt1-4/+4
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-0/+19
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini9-94/+340
2020-10-30test: Add a test for log filter-*Sean Anderson2-0/+109
2020-10-30test: Add a test for getoptSean Anderson2-0/+124
2020-10-30test: Add test for LOGFF_MINSean Anderson1-0/+23
2020-10-30test: Add tests for LOGFF_DENYSean Anderson1-0/+67
2020-10-30test: log: Give tests names instead of numbersSean Anderson1-24/+24
2020-10-30test: log: Convert log_test from python to CSean Anderson3-291/+255
2020-10-30test: unit test for efi_create_indexed_name()Heinrich Schuchardt1-0/+19
2020-10-29dm: Use driver_info index instead of pointerSimon Glass2-9/+25
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass1-0/+15
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass1-9/+10
2020-10-29dm: test: Add a test for of-platdata phandlesSimon Glass1-0/+37
2020-10-29dm: test: Add a check that all devices have a dev valueSimon Glass1-0/+81