summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
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-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 Glass1-3/+3
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: 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-29test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass1-13/+3
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: Fix missing livetree test runsSimon Glass1-0/+4
2022-09-25sandbox: Add a test for SCSISimon Glass2-0/+40
2022-09-19Merge branch 'master' into nextTom Rini2-0/+35
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-4/+5
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-12/+12
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-03tpm: Allow reporting the internal stateSimon Glass2-0/+35
2022-09-02dm: rtc: Try to handle the localtime() raceSimon Glass1-13/+19
2022-09-02dm: rtc: Try to avoid a race in rtc_set_get testSimon Glass1-5/+17
2022-09-02dm: rtc: Avoid a race in the rtc_reset testSimon Glass1-2/+7
2022-09-02test: Allow running tests multiple timesSimon Glass1-3/+10
2022-09-02dm: rtc: Make use of ut_assertnonnull()Simon Glass1-5/+5
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass1-0/+16
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass1-7/+7
2022-08-12dm: core: Tidy up ofnode-writing testSimon Glass1-9/+2
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass1-2/+2
2022-08-12dm: core: Move ofnode-writing test to ofnodeSimon Glass2-53/+56
2022-08-12dm: core: Introduce support for multiple treesSimon Glass1-0/+67
2022-08-02test: rng: Add a UT testcase for the rng commandSughosh Ganu1-0/+29
2022-07-21watchdog: add pulse support to gpio watchdog driverPaul Doelle1-7/+39
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+91
2022-07-08test: fix CONFIG_ACPIGEN dependenciesHeinrich Schuchardt1-5/+7
2022-06-28dm: core: Add a way to collect memory usageSimon Glass1-0/+11
2022-06-28dm: core: Support accessing core tagsSimon Glass1-0/+80
2022-06-08test: eth: Add test for ethernet addressesSean Anderson1-0/+29
2022-06-08sandbox: net: Add aliases for ethernet devicesSean Anderson1-1/+1
2022-06-08test: dm: virtio_rng: Test virtio-rng with faked deviceAndrew Scull2-0/+53
2022-06-08test: dm: virtio: Test virtio device driver probingAndrew Scull1-0/+9
2022-06-08virtio: sandbox: Bind RNG rather than block deviceAndrew Scull2-3/+3
2022-06-08test: dm: virtio: Split out virtio device testsAndrew Scull3-172/+190
2022-06-08test: dm: virtio: Test notify before del_vqsAndrew Scull1-1/+1
2022-06-08virtio: sandbox: Fix device features bitfieldAndrew Scull1-1/+1
2022-06-08dm: test: virtio: Test the virtio ringAndrew Scull1-0/+72