aboutsummaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
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 deviceWIP/2022-06-08-virtio-harden-and-test-vringAndrew 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
2022-05-23test: dm: spi: Replace _spi_get_bus_and_cs() by spi_get_bus_and_cs() in some ...Patrice Chotard1-10/+6
2022-05-23spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard1-16/+17
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull1-6/+6
2022-05-03pci: Match region flags using a maskAndrew Scull1-28/+32
2022-05-03pci: Map bars with offset and lengthAndrew Scull1-6/+6
2022-05-03test: pci: Test PCI address conversion functionsAndrew Scull1-0/+102
2022-04-29test: dm: devres: Remove use-after-freeWIP/2022-04-29-fuzzing-and-asan-fixesAndrew Scull1-4/+1
2022-04-29test: Fix pointer overrun in dm_test_devm_regmap()Andrew Scull1-5/+4
2022-04-28test: dm: led: Fix LED enumerationMarek Vasut1-9/+8
2022-04-28led: Drop led_default_state()Marek Vasut1-3/+0
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini3-2/+25
2022-04-25test: dm: Restart USB before assuming it is stoppedSimon Glass1-0/+6
2022-04-25test: fastboot: Avoid using mmc1Simon Glass1-2/+2
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass1-0/+15
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass1-0/+2
2022-04-23test: dm: add tests for tag supportAKASHI Takahiro2-0/+85
2022-04-18dm: core: Allow devres to be disabled in SPLSimon Glass1-1/+1
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini3-17/+39
2022-04-14test: serial: Add test for putc/putsSean Anderson1-0/+19
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-0/+4
2022-04-10treewide: use dm_mdio_read/write/reset() wrappersMarek Behún2-17/+17
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún1-0/+18
2022-04-06dm: blk: Expand iteration and add testsWIP/2022-04-06-various-verified-boot-bugfixesSimon Glass1-0/+111
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini1-1/+1
2022-03-15k210: use the board vendor name rather than the marketing nameDamien Le Moal1-1/+1
2022-03-02firmware: scmi: fix sandbox and related tests for clock discoveryEtienne Carriere1-5/+10
2022-03-02sandbox: scmi: test against a single scmi agentEtienne Carriere1-61/+53
2022-01-25dm: Fix OF_BAD_ADDR definitionPatrice Chotard3-4/+4
2022-01-25acpi: Tidy up the table listSimon Glass1-7/+8