aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2024-03-04bootstd: fix build error when CONFIG_MMC is disabledDan Carpenter1-0/+3
2024-03-04bootflow: Fix build error when BOOTMETH_CROS is disabledDan Carpenter1-1/+1
2024-03-02cmd: setexpr: fix no matching string in gsub return empty valueMassimiliano Minella1-0/+10
2024-03-02test: cmd: mbr: Fix Smatch static checker warningAlexander Gendin1-1/+5
2024-03-01test/py: net: Add dhcp abort testLove Kumar1-0/+58
2024-02-29Merge patch series "Handoff bloblist from previous boot stage"Tom Rini1-5/+3
2024-02-29bloblist: refactor of bloblist_reloc()Raymond Mao1-4/+2
2024-02-29bloblist: check bloblist with specified buffer sizeRaymond Mao1-1/+1
2024-02-15avb: move SPDX license identifiers to the first lineIgor Opaniuk1-2/+1
2024-01-29clk: Remove rfreeSean Anderson1-9/+0
2024-01-29test/py: scsi: Add test for scsi commandsLove Kumar1-0/+92
2024-01-29test/py: usb: Add tests for USB deviceLove Kumar1-0/+626
2024-01-29test/py: mmc: Add tests for MMC deviceLove Kumar1-0/+671
2024-01-29test/py: secure: Add secure tests for Zynq & ZynqMPLove Kumar2-0/+294
2024-01-29test/py: gpio: Add gpio pins generic testLove Kumar1-0/+90
2024-01-29test/py: zynqmp_rpu: Add test for loading RPU appsLove Kumar1-0/+208
2024-01-29pytest: update requirements.txtCaleb Connolly1-2/+2
2024-01-26test: unit test for smbios commandHeinrich Schuchardt1-0/+41
2024-01-24test: enhance unicode_test_utf8_to_utf32_stream()Heinrich Schuchardt1-3/+8
2024-01-18test/py: bootstage: Add test for bootstage commandLove Kumar1-0/+67
2024-01-18test: Skip cleanup test if not built out of treeTobias Deiminger1-0/+5
2024-01-18Revert "test: hush: dollar: fix bugous behavior"Tom Rini1-3/+20
2024-01-18Revert "test/py: net: Add dhcp abort test"Tom Rini1-57/+0
2024-01-18test: test_trace.py: Have trace-cmd report always use -lTom Rini1-16/+16
2024-01-17test/py/requirements.txt: Update packaging requirementTom Rini1-1/+1
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-1/+1
2024-01-17test.py: Update pycryptodomex to address CVE-2023-52323Tom Rini1-1/+1
2024-01-17test: add test of "cp" shell commandRasmus Villemoes2-0/+169
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro1-1/+1
2024-01-16test/py: memtest: Add tests for mtest commandLove Kumar1-0/+68
2024-01-16test/py: i2c: Add tests for i2c commandLove Kumar1-0/+116
2024-01-16test/py: mii: Add tests for mii commandLove Kumar1-0/+92
2024-01-16test/py: mdio: Add tests for mdio commandLove Kumar1-0/+79
2024-01-16test/py: net: Add dhcp abort testLove Kumar1-0/+57
2024-01-16test: spmi: fix testsCaleb Connolly1-2/+2
2024-01-11test: fs: fs-test: Move the tests to use sha256sumPeter Robinson1-59/+59
2024-01-11test: CONFIG_UT_BOOTSTD must depend on CONFIG_BOOTSTDHeinrich Schuchardt1-1/+1
2024-01-11test: build test/boot for CONFIG_UT_BOOTSTD=nHeinrich Schuchardt1-1/+1
2024-01-11Merge patch series "net fixes prior lwip"WIP/11Jan2024Tom Rini1-0/+2
2024-01-11test_net: print out net listMaxim Uvarov1-0/+2
2024-01-09test: hush: dollar: fix bugous behaviorIon Agorria1-20/+3
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass1-5/+5
2024-01-07acpi: Rename test dm_test_setup_ctx_and_base_tables()Simon Glass1-2/+2
2023-12-31bloblist: Add alignment to bloblist_new()Simon Glass1-18/+22
2023-12-31bloblist: Adjust the bloblist headerSimon Glass1-18/+19
2023-12-31bloblist: Reduce blob-header sizeSimon Glass1-8/+8
2023-12-31bloblist: Checksum the entire bloblistSimon Glass1-2/+8
2023-12-31bloblist: Adjust API to align in powers of 2Simon Glass1-2/+2
2023-12-31bloblist: Update the tag numberingSimon Glass1-2/+2
2023-12-28Merge patch series "Modernize U-Boot shell"Tom Rini11-199/+830