aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-10-02Merge branch 'next'Tom Rini35-363/+1284
2023-09-30test: build dependency for event unit testsHeinrich Schuchardt1-1/+1
2023-09-30test: fix comment indentation on tpm testsIlias Apalodimas1-4/+5
2023-09-22efi: Use the installed SMBIOS tablesSimon Glass1-0/+1
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_flash()Michal Simek1-2/+7
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_address()Michal Simek1-0/+14
2023-09-21clk: Dont return error when assigned-clocks is empty or missingAshok Reddy Soma1-0/+9
2023-09-21test/py: tpm2: skip tpm2_startup when env__tpm_device_test_skip=TrueMichal Simek1-0/+3
2023-09-21dm: core: support reading a single indexed u64 valueMichal Simek1-0/+8
2023-09-19test: Move POST under a renamed Testing sectionSimon Glass1-6/+6
2023-09-16test: build dependency for event unit testsHeinrich Schuchardt1-1/+1
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-04nokia_rx51: Remove platformWIP/04Sep2023Tom Rini1-420/+0
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