summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custo...Tom Rini2-0/+21
2022-10-06test: fix some pylint errors in test_efi_secbootHeinrich Schuchardt1-9/+3
2022-10-05dm: fpga: Introduce new uclassAlexander Dahl2-0/+21
2022-09-30dm: core: Support copying properties with ofnodeSimon Glass1-0/+59
2022-09-30dm: core: Allow copying ofnode property data when writingSimon Glass1-1/+61
2022-09-30vbe: Allow test to run with live/flat treeSimon Glass1-14/+9
2022-09-30dm: core: Expand ofnode testsSimon Glass1-17/+212
2022-09-30dm: core: Create a function to get a live tree in a testSimon Glass1-8/+49
2022-09-30dm: core: Complete phandle implementation using the other FDTSimon Glass1-0/+80
2022-09-30dm: core: Split ofnode_path_root() into two functionsSimon Glass2-4/+4
2022-09-30dm: core: Add a way to look up a phandle in an oftreeSimon Glass1-0/+2
2022-09-30dm: core: Add ofnode functions to obtain an oftreeSimon Glass1-2/+5
2022-09-30dm: core: Provide a way to reset the device treeSimon Glass1-0/+2
2022-09-30dm: core: Expand integer-reading testsSimon Glass1-0/+102
2022-09-29dm: core: Add a macro to iterate through propertiesSimon Glass1-0/+24
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass1-4/+3
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass1-2/+2
2022-09-29sandbox: test: Provide an easy way to use the other FDTSimon Glass1-3/+36
2022-09-29test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass1-13/+3
2022-09-29test: Detect a change in the device treeSimon Glass1-3/+16
2022-09-29test: Make a copy of the device tree before running a testSimon Glass1-0/+74
2022-09-29dm: core: Support writing a property to an empty nodeSimon Glass1-0/+3
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass1-0/+71
2022-09-29test: Support testing malloc() failuresSimon Glass1-0/+1
2022-09-29test: Fix missing livetree test runsSimon Glass2-2/+5
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-2/+2
2022-09-25sandbox: Add a test for SCSISimon Glass3-0/+49
2022-09-23display_options: print_size: Fix order overflowPali Rohár1-0/+3
2022-09-19Merge branch 'master' into nextTom Rini2-0/+35
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2-5/+6
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-12/+12
2022-09-15Nokia RX-51: Add booting from UBI into test scriptPali Rohár1-18/+77
2022-09-15Nokia RX-51: Add comment describing kernel image type into test scriptPali Rohár1-2/+2
2022-09-15Nokia RX-51: Do not set useless ARCH= in test scriptPali Rohár1-1/+1
2022-09-15Nokia RX-51: Call bootm in test script only when image is validPali Rohár1-1/+1
2022-09-15Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test scriptPali Rohár1-1/+1
2022-09-15gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard1-0/+30
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier1-0/+19
2022-09-14Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u...Tom Rini2-0/+394
2022-09-14test: unit test for eficonfigMasahisa Kojima2-0/+394
2022-09-13cyclic: Add a simple testStefan Roese3-0/+39
2022-09-13Makefile: Add a pcheck option to run tests in parallelSimon Glass1-8/+32
2022-09-13test/py: Support --build when running tests in parallelSimon Glass2-4/+27
2022-09-13test/py: Move U-Boot building into a functionSimon Glass1-24/+36
2022-09-13test: Refactor arg parsing for the run scriptSimon Glass1-4/+7
2022-09-13test: Make test_gpio_read() independentSimon Glass1-0/+1
2022-09-13test: Mark test_gpt tests as slowSimon Glass1-0/+3
2022-09-13test: Mark all but the first vboot test as slowSimon Glass1-1/+5
2022-09-13test: Make test_efi_bootmgr() single-threadedSimon Glass1-0/+1
2022-09-13test: Make test_sqfs_ls() single-threadedSimon Glass1-0/+1