aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker1-1/+4
2023-04-28test: fdt: Fix copyright messageMarek Vasut1-1/+1
2023-04-27sandbox64: add a test case for UCLASS_NVMXIPWIP/2023-04-27-introduce-nvm-xip-block-storage-emulationAbdellatif El Khlifi2-0/+150
2023-04-27ide: Move ide_init() into probingSimon Glass1-2/+0
2023-04-26bootstd: Report missing labels only when askedSimon Glass1-7/+5
2023-04-25pytest: Use --lazy with umountTom Rini1-2/+2
2023-04-25test: move unit tests into a sub-menuHeinrich Schuchardt1-1/+5
2023-04-25test: improve configuration for Kconfig test optionsHeinrich Schuchardt1-7/+8
2023-04-21test: fix launch_efi()Heinrich Schuchardt1-1/+3
2023-04-21test: fix pylint warning for capsule testsHeinrich Schuchardt4-76/+65
2023-04-10test: dm: mmc: Check block erasing boundariesLoic Poulain1-7/+7
2023-04-05test: blkmap: Add test suiteTobias Waldekranz2-0/+202
2023-04-04test/py: android: extend abootimg testSafae Ouajih1-13/+123
2023-04-04pytest: Update requirements to match sphinx versionsTom Rini1-4/+4
2023-04-03Merge branch 'next'Tom Rini32-127/+1276
2023-04-03test: Run the VPL tests with 'make check'Simon Glass1-0/+5
2023-04-03vbe: Use the correct image filename in the testSimon Glass1-2/+4
2023-04-03fdt: Make fdt addr -q quieterPeter Hoyes1-1/+0
2023-04-02test_vboot.py: include test of fdt_add_pubkey toolRoman Kopytin1-38/+148
2023-03-30test: fs: Check fat short file nameWIP/2023-03-30-assorted-general-upatesStefan Herbrechtsmeier1-0/+36
2023-03-30test: exit: fix run_commandf() warningsEvgeny Bachinin1-9/+9
2023-03-30test: fdt: fix run_commandf() warningsEvgeny Bachinin1-11/+11
2023-03-30unit-test: cover run_commandf() by test-casesEvgeny Bachinin1-0/+34
2023-03-30test: Add test for new command pci_mpsStephen Carlson3-0/+51
2023-03-28cli: Correct handling of invalid escape sequences in cread_line()WIP/2023-03-28-correct-several-cli_getch-bugsSimon Glass1-0/+45
2023-03-28cli: Correct several bugs in cli_getch()Simon Glass2-0/+49
2023-03-17test: add tests of 'read' and 'write' shell commandsRasmus Villemoes2-0/+105
2023-03-16Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into nextTom Rini9-30/+576
2023-03-14test: cmd: fdt: Test fdt applyMarek Vasut1-0/+152
2023-03-14test: cmd: fdt: Test fdt chosenMarek Vasut1-0/+48
2023-03-14test: cmd: fdt: Test fdt rsvmemMarek Vasut1-0/+63
2023-03-14test: cmd: fdt: Test fdt memoryMarek Vasut1-0/+83
2023-03-14test: cmd: fdt: Test fdt headerMarek Vasut1-0/+59
2023-03-14test: cmd: fdt: Test fdt print and listMarek Vasut1-0/+143
2023-03-14test: cmd: fdt: Drop new unneeded curly bracketsMarek Vasut1-8/+6
2023-03-14test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut8-22/+22
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini2-0/+30
2023-03-13test: unit test for crc8Heinrich Schuchardt2-0/+30
2023-03-09test: cmd: fdt: Test fdt bootcpuMarek Vasut1-0/+33
2023-03-09test: cmd: fdt: Test fdt rmMarek Vasut1-0/+84
2023-03-09test: cmd: fdt: Test fdt mknodeMarek Vasut1-0/+68
2023-03-09test: cmd: fdt: Test fdt setMarek Vasut1-0/+144
2023-03-09test: cmd: fdt: Test fdt get sizeMarek Vasut1-0/+87
2023-03-09test: cmd: fdt: Test fdt get addrMarek Vasut1-0/+67
2023-03-09test: cmd: fdt: Test fdt get nameMarek Vasut1-0/+79
2023-03-09test: cmd: fdt: Test fdt resizeMarek Vasut1-0/+24
2023-03-09test: cmd: fdt: Test fdt moveMarek Vasut1-0/+34
2023-03-09test: cmd: fdt: Test both string and integer arrays in 'fdt get value'Marek Vasut1-16/+42
2023-03-09test: cmd: fdt: Test alias resolution in 'fdt get value'Marek Vasut1-20/+45
2023-03-09test: cmd: fdt: Generate fuller DT internally and switch fdt get value to itMarek Vasut1-13/+111