aboutsummaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)Author
2023-10-06dm: core: Add tests for oftree_path()Simon Glass
2023-10-06dm: core: Support writing a 64-bit valueSimon Glass
2023-10-06dm: core: Support writing a booleanSimon Glass
2023-10-06dm: core: Add a way to convert a devicetree to a dtbSimon Glass
2023-10-06dm: core: Add a way to delete a nodeSimon Glass
2023-10-06dm: core: Add a way to copy a nodeSimon Glass
2023-10-06dm: core: Add a function to create an empty treeSimon Glass
2023-10-06dm: core: Tidy up comments in the ofnode testsSimon Glass
2023-10-06dm: core: Ensure we run flattree tests on ofnodeSimon Glass
2023-10-06dm: core: Reverse the argument order in ofnode_copy_props()Simon Glass
2023-09-30test: fix comment indentation on tpm testsIlias Apalodimas
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_flash()Michal Simek
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_address()Michal Simek
2023-09-21clk: Dont return error when assigned-clocks is empty or missingAshok Reddy Soma
2023-09-21dm: core: support reading a single indexed u64 valueMichal Simek
2023-09-13phy: Return success from generic_setup_phy() when phy is not foundJonas Karlman
2023-09-13phy: Fix generic_setup_phy() return value on power on failureJonas Karlman
2023-09-13phy: Set phy->dev to NULL when generic_phy_get_by_index_nodev() failsJonas Karlman
2023-09-13phy: Set phy->dev to NULL when generic_phy_get_by_name() failsJonas Karlman
2023-09-06test: dm: test-fdt: Use fdtdec_get_int() in dm_check_devices()Marek Vasut
2023-08-30drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to testMarek Vasut
2023-08-30fwu: Initialize global fwu library state during CI testMarek Vasut
2023-08-25test: Move 1MB.fat32.img and 2MB.ext2.imgSimon Glass
2023-08-22test: acpi: Handle both 32bit and 64bit ACPI tablesMarek Vasut
2023-08-20test: cpu: Handle both 32bit and 64bit CPUsMarek Vasut
2023-08-20test: dm: pinmux: Handle %pa in pinctrl-single mux outputMarek Vasut
2023-08-08arm_ffa: introduce sandbox test cases for UCLASS_FFAAbdellatif El Khlifi
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini
2023-07-24arm_ffa: introduce sandbox test cases for UCLASS_FFAAbdellatif El Khlifi
2023-07-20sandbox: fix a compilation errorSergei Antonov
2023-07-17dm: test: Add test for part_get_info_by_typeJoshua Watt
2023-07-17dm: test: Improve partition test error outputJoshua Watt
2023-07-17dm: test: Fix partition test to use mmc2Joshua Watt
2023-07-17acpi: Add a comment to set the acpi tablesSimon Glass
2023-07-14video: Update stb_truetypeSimon Glass
2023-07-14fdt: Allow more general use of livetreeSimon Glass
2023-07-14fdt: Align the start of the livetreeSimon Glass
2023-07-14console: Correct truetype spacing errorSimon Glass
2023-06-19nvmxip: move header to includeRui Miguel Silva
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-06-09test: dm: fwu: fix for the updated apiJassi Brar
2023-05-31acpi: Put the version numbers in a central placeSimon Glass
2023-05-13usb: Tidy up the usb_start flagSimon Glass
2023-05-05test: eth: IPv6 network discovery unit testEhsan Mohandesi
2023-05-02test: Add tests for the extconSvyatoslav Ryhel
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker
2023-04-27sandbox64: add a test case for UCLASS_NVMXIPAbdellatif El Khlifi
2023-04-10test: dm: mmc: Check block erasing boundariesLoic Poulain
2023-04-05test: blkmap: Add test suiteTobias Waldekranz
2023-03-14test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut