summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2023-07-25Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini2-263/+1
2023-07-24arm_ffa: introduce sandbox test cases for UCLASS_FFAAbdellatif El Khlifi2-1/+263
2023-07-20sandbox: fix a compilation errorSergei Antonov1-0/+1
2023-07-17dm: test: Add test for part_get_info_by_typeJoshua Watt1-0/+87
2023-07-17dm: test: Improve partition test error outputJoshua Watt1-4/+6
2023-07-17dm: test: Fix partition test to use mmc2Joshua Watt1-9/+9
2023-07-17acpi: Add a comment to set the acpi tablesSimon Glass1-0/+38
2023-07-14video: Update stb_truetypeSimon Glass1-3/+3
2023-07-14fdt: Allow more general use of livetreeSimon Glass1-0/+19
2023-07-14fdt: Align the start of the livetreeSimon Glass1-0/+26
2023-07-14console: Correct truetype spacing errorSimon Glass1-3/+3
2023-06-19nvmxip: move header to includeRui Miguel Silva1-1/+1
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini1-3/+0
2023-06-09test: dm: fwu: fix for the updated apiJassi Brar1-19/+3
2023-06-01acpi: Put the version numbers in a central placeSimon Glass1-9/+7
2023-05-13usb: Tidy up the usb_start flagSimon Glass1-3/+0
2023-05-06test: eth: IPv6 network discovery unit testEhsan Mohandesi1-0/+88
2023-05-02test: Add tests for the extconSvyatoslav Ryhel2-0/+22
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker1-1/+4
2023-04-28sandbox64: add a test case for UCLASS_NVMXIPAbdellatif El Khlifi2-0/+150
2023-04-10test: dm: mmc: Check block erasing boundariesLoic Poulain1-7/+7
2023-04-05test: blkmap: Add test suiteTobias Waldekranz2-0/+202
2023-03-15test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut4-9/+9
2023-03-07video console: add 12x22 console simple font testDzmitry Sankouski1-0/+41
2023-02-28tpm: Implement tpm_auto_start() for TPMv1.2Simon Glass1-0/+45
2023-02-28tpm: Separate out the TPM tests for v1 and v2Simon Glass1-9/+51
2023-02-28test: add a test for the new tpm_auto_start() functionIlias Apalodimas1-0/+5
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass1-1/+1
2023-02-12reset: Allow reset_get_by_name() with NULL nameSamuel Holland1-2/+1
2023-02-12clk: Allow clk_get_by_name() with NULL nameSamuel Holland1-0/+5
2023-02-10dm: button: add support for linux_code in button-gpio.c driverDzmitry Sankouski1-0/+13
2023-02-10test: create dedicated fdt node for ofnode_for_each_prop testDzmitry Sankouski1-1/+1
2023-02-04test: dm: test-fdt: Add decode_panel_timing testNikhil M Jain1-0/+36
2023-01-27test: Add test for mapping IOMMUs for PCI devicesMark Kettenis1-0/+30
2023-01-27test: Add test for IOMMU uclass map/unmap opsMark Kettenis1-1/+43
2023-01-24virtio: Avoid strange behaviour on removalSimon Glass1-0/+3
2023-01-24part: Add a function to find the first bootable partitionSimon Glass1-0/+13
2023-01-24dm: part: Update test to use mmc2Simon Glass1-6/+6
2023-01-24dm: test: Correct assertion in dm_test_part()Simon Glass1-8/+4
2023-01-06test:dm:fix typoYuepeng Xing8-10/+10
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini1-0/+11
2022-12-06Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-0/+11
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-3/+3
2022-12-05test: dm: eth: Add ip6_make_lladdr testViacheslav Mitrofanov1-0/+18
2022-12-05test: dm: eth: Add ip6_make_snma testViacheslav Mitrofanov1-0/+20
2022-12-05test: dm: eth: Add ip6_addr_in_subnet testViacheslav Mitrofanov1-0/+25
2022-12-05test: dm: eth: Add csum_ipv6_magic testViacheslav Mitrofanov1-0/+29
2022-12-05test: dm: eth: Add string_to_ip6 testViacheslav Mitrofanov1-0/+55
2022-12-05test: test sandbox sound driver more rigorouslyHeinrich Schuchardt1-0/+11
2022-11-08dm: Add tests for the sandbox host driverSimon Glass2-0/+196