aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-09-19test: Move POST under a renamed Testing sectionSimon Glass1-6/+6
2023-09-13phy: Return success from generic_setup_phy() when phy is not foundJonas Karlman1-0/+5
2023-09-13phy: Fix generic_setup_phy() return value on power on failureJonas Karlman1-0/+24
2023-09-13phy: Set phy->dev to NULL when generic_phy_get_by_index_nodev() failsJonas Karlman1-1/+11
2023-09-13phy: Set phy->dev to NULL when generic_phy_get_by_name() failsJonas Karlman1-0/+6
2023-09-11cmd: gpt: Add command to swap partition orderJoshua Watt1-0/+19
2023-09-11cmd: gpt: Preserve bootable flagJoshua Watt1-0/+1
2023-09-11cmd: gpt: Preserve type GUID if enabledJoshua Watt1-0/+65
2023-09-11cmd: gpt: Add command to set bootable flagsJoshua Watt1-0/+22
2023-09-11cmd: gpt: Add gpt_partition_bootable variableJoshua Watt1-0/+33
2023-09-11tests: gpt: Remove test order dependencyJoshua Watt1-12/+8
2023-09-06test: print: Fix hexdump test on 64bit systemsMarek Vasut1-14/+28
2023-09-06test: dm: test-fdt: Use fdtdec_get_int() in dm_check_devices()Marek Vasut1-2/+2
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini1-2/+2
2023-08-31event: Convert existing spy records to simpleSimon Glass1-1/+1
2023-08-31initcall: Support emitting eventsSimon Glass1-5/+6
2023-08-31event: Support a simple spy recordSimon Glass2-1/+24
2023-08-30drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to testMarek Vasut1-0/+2
2023-08-30fwu: Initialize global fwu library state during CI testMarek Vasut1-0/+12
2023-08-29test: capsule: Remove logic to add public key ESLSughosh Ganu2-20/+4
2023-08-29sandbox: trace: Increase trace buffer sizeSughosh Ganu1-1/+1
2023-08-29test: capsule: Generate EFI capsules through binmanSughosh Ganu3-174/+346
2023-08-28bootstd: Adjust the default bootmeth orderSimon Glass1-2/+2
2023-08-26bootstd: cros: Allow detection of any kernel partitionSimon Glass1-2/+3
2023-08-25bootstd: Add a test for bootmeth_crosSimon Glass2-2/+173
2023-08-25bootstd: test: Allow binding and using any mmc deviceSimon Glass1-6/+22
2023-08-25bootflow: Show an empty filename when there is noneSimon Glass1-10/+12
2023-08-25test: Move 1MB.fat32.img and 2MB.ext2.imgSimon Glass3-26/+30
2023-08-25expo: cedit: Support reading settings from CMOS RAMSimon Glass1-0/+11
2023-08-25expo: cedit: Support writing settings to CMOS RAMSimon Glass2-0/+35
2023-08-25expo: cedit: Support reading settings from environment varsSimon Glass1-1/+11
2023-08-25expo: cedit: Support writing settings to environment varsSimon Glass1-0/+33
2023-08-25expo: cedit: Support reading settings from a fileSimon Glass1-3/+19
2023-08-25expo: cedit: Support writing settings to a fileSimon Glass1-0/+45
2023-08-25expo: Tidy up the expo.py tool and usageSimon Glass3-23/+29
2023-08-25expo: Move cedit test into its own file and tidySimon Glass3-43/+54
2023-08-25expo: Provide a way to iterate through all scene objectsSimon Glass1-0/+45
2023-08-25abuf: Allow incrementing the sizeSimon Glass1-0/+25
2023-08-22test: acpi: Handle both 32bit and 64bit ACPI tablesMarek Vasut1-4/+8
2023-08-22test: Fix the help for the ut commandMarek Vasut1-1/+1
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini8-43/+392
2023-08-20test: cpu: Handle both 32bit and 64bit CPUsMarek Vasut1-1/+1
2023-08-20test: dm: pinmux: Handle %pa in pinctrl-single mux outputMarek Vasut1-41/+51
2023-08-14test: unit test for semihostingHeinrich Schuchardt2-0/+56
2023-08-08test: fix a couple NULL vs IS_ERR() checksDan Carpenter1-2/+2
2023-08-08test: unicode: fix a sizeof() vs ARRAY_SIZE() bugDan Carpenter1-3/+3
2023-08-08lib/charset: fix u16_strlcat() return valueMatthias Schiffer1-4/+4
2023-08-08Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer1-2/+2
2023-08-08arm_ffa: introduce armffa commandAbdellatif El Khlifi2-0/+35
2023-08-08arm_ffa: introduce sandbox test cases for UCLASS_FFAAbdellatif El Khlifi2-1/+263