aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-11-01bootstd: Handle a few special cases in cmdline_set_arg()Simon Glass1-0/+20
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini4-10/+81
2023-10-27test/py: always use autostart on tpm2 selftestsIlias Apalodimas1-2/+2
2023-10-27test: use a non system PCR for testing PCR extendIlias Apalodimas1-8/+8
2023-10-27test: Add sandbox TPM boot measurementEddie James3-0/+71
2023-10-24test: dm: add SCMI power domain protocol testAKASHI Takahiro1-0/+103
2023-10-24cmd: mbr: Allow 4 MBR partitions without need for extendedAlexander Gendin4-1/+492
2023-10-24cli: Consume invalid escape sequences earlyYurii Monakov1-0/+12
2023-10-24Merge tag 'u-boot-rockchip-20231024' of https://source.denx.de/u-boot/custodi...WIP/24Oct2023Tom Rini2-0/+201
2023-10-24rockchip: test: dm: add rkmtd testJohan Jonker2-0/+201
2023-10-23bootstd: Scan all bootdevs in a boot_targets entry (take 2)Simon Glass1-2/+30
2023-10-23bootstd: Correct logic for single uclassSimon Glass1-0/+13
2023-10-23bootstd: Expand boot-ordering test to include USBSimon Glass1-3/+14
2023-10-23Revert "bootstd: Scan all bootdevs in a boot_targets entry"Simon Glass1-10/+0
2023-10-19sandbox: watchdog: Avoid an error on startupSimon Glass1-2/+2
2023-10-17test: spl: Add a test for the SPI load methodSean Anderson5-0/+61
2023-10-17test: spl: Add a test for the NOR load methodSean Anderson3-6/+303
2023-10-17test: spl: Add a test for the NET load methodSean Anderson3-0/+262
2023-10-17test: spl: Add a test for the MMC load methodSean Anderson3-5/+101
2023-10-17test: spl: Add a test for spl_blk_load_imageSean Anderson2-1/+65
2023-10-17test: spl: Add functions to create filesystemsSean Anderson3-0/+318
2023-10-17test: spl: Add functions to create imagesSean Anderson2-3/+351
2023-10-17test: spl: Fix spl_test_load not failing if fname doesn't existSean Anderson1-4/+2
2023-10-17test: spl: Split tests up and use some configsSean Anderson6-79/+106
2023-10-17spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson1-1/+1
2023-10-16Merge branch '2023-10-16-assorted-cmd-updates'Tom Rini2-9/+4
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini2-9/+4
2023-10-16Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodia...Tom Rini2-0/+66
2023-10-15sandbox: add tests for UCLASS_SMAlexey Romanov2-0/+66
2023-10-14Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/14Oct2023Tom Rini1-0/+10
2023-10-13test: dm: add SCMI base protocol testAKASHI Takahiro1-0/+109
2023-10-13test: dm: simplify SCMI unit test on sandboxAKASHI Takahiro1-44/+20
2023-10-13test: dm: add protocol-specific channel testAKASHI Takahiro1-2/+20
2023-10-13bootstd: Scan all bootdevs in a boot_targets entrySimon Glass1-0/+10
2023-10-13Merge tag 'xilinx-for-v2024.01-rc1-v3' of https://source.denx.de/u-boot/custo...WIP/13Oct2023Tom Rini1-0/+66
2023-10-11expo: Update tests to include textlineSimon Glass4-4/+39
2023-10-11cli: Add a command to show cmdline historySimon Glass2-0/+50
2023-10-10cmd: host: Print out the block size of the host deviceBin Meng1-10/+10
2023-10-10blk: sandbox: Support binding a device with a given logical block sizeBin Meng2-6/+7
2023-10-10test/py: net: Add a test for 'pxe get' commandLove Kumar1-0/+66
2023-10-09test: Fix SPL tests not being runSean Anderson1-1/+2
2023-10-09test/py: sleep: Add a test for the time commandLove Kumar1-0/+18
2023-10-09test: lmb: Add test for coalescing and overlap rangeUdit Kumar1-1/+12
2023-10-06pci: serial: Support reading PCI-register size with baseWIP/2023-10-06-spl-prepare-for-universal-payloadSimon Glass1-4/+10
2023-10-06sandbox: Move the bloblist down a little in memorySimon Glass1-2/+2
2023-10-06dm: core: Add tests for oftree_path()Simon Glass1-0/+6
2023-10-06dm: core: Support writing a 64-bit valueSimon Glass1-2/+13
2023-10-06dm: core: Support writing a booleanSimon Glass1-0/+25
2023-10-06dm: core: Add a way to convert a devicetree to a dtbSimon Glass1-0/+24
2023-10-06dm: core: Add a way to delete a nodeSimon Glass1-0/+31