aboutsummaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-25acpi: Tidy up the item listSimon Glass1-6/+14
2022-01-25x86: Move base tables to a writer functionSimon Glass1-6/+11
2022-01-25x86: Use the ACPI table writerSimon Glass1-3/+3
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass1-5/+26
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt5-8/+8
2022-01-14phy: Track power-on and init counts in uclassAlper Nebi Yasak1-5/+78
2021-12-26video: Support showing the U-Boot logoSimon Glass1-9/+34
2021-12-26video: theadorable: Use RGB565 for BMP blittingSimon Glass1-0/+46
2021-12-26video: Add a test for 16bpp BMP filesSimon Glass1-0/+24
2021-12-26video: bmp: Update RLE8 support to use the write functionSimon Glass1-0/+38
2021-12-26sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass1-0/+38