aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* sandbox: watchdog: Avoid an error on startupSimon Glass2023-10-191-2/+2
* test: spl: Add a test for the SPI load methodWIP/2023-10-17-spl-test-some-load-methodsSean Anderson2023-10-175-0/+61
* test: spl: Add a test for the NOR load methodSean Anderson2023-10-173-6/+303
* test: spl: Add a test for the NET load methodSean Anderson2023-10-173-0/+262
* test: spl: Add a test for the MMC load methodSean Anderson2023-10-173-5/+101
* test: spl: Add a test for spl_blk_load_imageSean Anderson2023-10-172-1/+65
* test: spl: Add functions to create filesystemsSean Anderson2023-10-173-0/+318
* test: spl: Add functions to create imagesSean Anderson2023-10-172-3/+351
* test: spl: Fix spl_test_load not failing if fname doesn't existSean Anderson2023-10-171-4/+2
* test: spl: Split tests up and use some configsSean Anderson2023-10-176-79/+106
* spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson2023-10-171-1/+1
* Merge branch '2023-10-16-assorted-cmd-updates'Tom Rini2023-10-162-9/+4
|\
| * cmd: Convert existing long help messages to the new macroTom Rini2023-10-162-9/+4
* | Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodia...Tom Rini2023-10-162-0/+66
|\ \ | |/ |/|
| * sandbox: add tests for UCLASS_SMAlexey Romanov2023-10-152-0/+66
* | Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/14Oct2023Tom Rini2023-10-141-0/+10
|\ \
| * | bootstd: Scan all bootdevs in a boot_targets entrySimon Glass2023-10-131-0/+10
* | | test: dm: add SCMI base protocol testAKASHI Takahiro2023-10-131-0/+109
* | | test: dm: simplify SCMI unit test on sandboxAKASHI Takahiro2023-10-131-44/+20
* | | test: dm: add protocol-specific channel testAKASHI Takahiro2023-10-131-2/+20
|/ /
* | Merge tag 'xilinx-for-v2024.01-rc1-v3' of https://source.denx.de/u-boot/custo...WIP/13Oct2023Tom Rini2023-10-131-0/+66
|\ \
| * | test/py: net: Add a test for 'pxe get' commandLove Kumar2023-10-101-0/+66
* | | expo: Update tests to include textlineSimon Glass2023-10-114-4/+39
* | | cli: Add a command to show cmdline historySimon Glass2023-10-112-0/+50
| |/ |/|
* | cmd: host: Print out the block size of the host deviceBin Meng2023-10-101-10/+10
* | blk: sandbox: Support binding a device with a given logical block sizeBin Meng2023-10-102-6/+7
* | test: Fix SPL tests not being runWIP/2023-10-09-assorted-fixesSean Anderson2023-10-091-1/+2
* | test/py: sleep: Add a test for the time commandLove Kumar2023-10-091-0/+18
* | test: lmb: Add test for coalescing and overlap rangeUdit Kumar2023-10-091-1/+12
|/
* pci: serial: Support reading PCI-register size with baseWIP/2023-10-06-spl-prepare-for-universal-payloadSimon Glass2023-10-061-4/+10
* sandbox: Move the bloblist down a little in memorySimon Glass2023-10-061-2/+2
* dm: core: Add tests for oftree_path()Simon Glass2023-10-061-0/+6
* dm: core: Support writing a 64-bit valueSimon Glass2023-10-061-2/+13
* dm: core: Support writing a booleanSimon Glass2023-10-061-0/+25
* dm: core: Add a way to convert a devicetree to a dtbSimon Glass2023-10-061-0/+24
* dm: core: Add a way to delete a nodeSimon Glass2023-10-061-0/+31
* dm: core: Add a way to copy a nodeSimon Glass2023-10-061-0/+63
* dm: core: Add a function to create an empty treeSimon Glass2023-10-061-0/+16
* dm: core: Tidy up comments in the ofnode testsSimon Glass2023-10-061-7/+39
* dm: core: Ensure we run flattree tests on ofnodeSimon Glass2023-10-061-15/+18
* dm: core: Reverse the argument order in ofnode_copy_props()Simon Glass2023-10-061-5/+4
* Merge branch 'next'Tom Rini2023-10-0235-363/+1284
|\
| * test: build dependency for event unit testsHeinrich Schuchardt2023-09-301-1/+1
| * test: fix comment indentation on tpm testsIlias Apalodimas2023-09-301-4/+5
| * efi: Use the installed SMBIOS tablesSimon Glass2023-09-221-0/+1
| * dm: core: ofnode: Add ofnode_read_bootscript_flash()Michal Simek2023-09-211-2/+7
| * dm: core: ofnode: Add ofnode_read_bootscript_address()Michal Simek2023-09-211-0/+14
| * clk: Dont return error when assigned-clocks is empty or missingAshok Reddy Soma2023-09-211-0/+9
| * test/py: tpm2: skip tpm2_startup when env__tpm_device_test_skip=TrueMichal Simek2023-09-211-0/+3
| * dm: core: support reading a single indexed u64 valueMichal Simek2023-09-211-0/+8