summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-02-28Merge tag 'v2023.04-rc3' into nextTom Rini1-2/+3
2023-02-24CI: Update test/nokia_rx51_test.sh to use prebuilt imagesPali Rohár1-8/+16
2023-02-23trace: Relax test requirementsSimon Glass1-2/+3
2023-02-14dm: test: Add a test for the various migration combinationsSimon Glass1-0/+108
2023-02-14test: Add a way to set the environment for a pytestSimon Glass2-4/+6
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass2-5/+5
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-11trace: Add a testSimon Glass1-0/+304
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-08test: lmb: Rework lib_test_lmb_max_regions test to scaleTom Rini1-18/+26
2023-02-07cmd: Add a SEAMA image load commandLinus Walleij3-0/+78
2023-02-06arm: qemu: Move GUIDs to the C fileSimon Glass2-12/+15
2023-02-06test: bootdev: Do not require USB to compile testLinus Walleij1-0/+4
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-27mkimage: fit: Support signed configurations in 'auto' FITsMassimo Pegorer1-0/+195
2023-01-24bootstd: Record the bootdevs used during scanningSimon Glass1-32/+35
2023-01-24bootstd: Drop the old bootflow_scan_first()Simon Glass2-9/+12
2023-01-24bootstd: Allow scanning a single bootdev labelSimon Glass2-3/+61
2023-01-24bootstd: Switch bootdev scanning to use labelsSimon Glass2-7/+57
2023-01-24bootstd: Add a hunter for the extension featureSimon Glass3-24/+38
2023-01-24bootstd: Allow iterating to the next bootdev priortiySimon Glass1-0/+84
2023-01-24bootstd: Allow iterating to the next label in a listSimon Glass1-1/+79
2023-01-24bootstd: Allow hunting for a bootdev by labelSimon Glass3-2/+140
2023-01-24bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-20/+31
2023-01-24bootstd: Allow hunting for bootdevs of a given prioritySimon Glass1-0/+25
2023-01-24bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass1-4/+13
2023-01-24bootstd: Add a SPI flash bootdevSimon Glass1-8/+11
2023-01-24sandbox: Allow SPI flash bootdevs to be disabled for testsSimon Glass1-0/+1
2023-01-24bootstd: Include the device tree in the bootflowSimon Glass1-0/+1
2023-01-24bootstd: Add a virtio bootdevSimon Glass1-5/+7
2023-01-24virtio: Avoid strange behaviour on removalSimon Glass1-0/+3
2023-01-24bootstd: Add an NVMe bootdevSimon Glass1-6/+9
2023-01-24bootstd: Add an IDE bootdevSimon Glass1-6/+10
2023-01-24bootstd: Add a SCSI bootdevSimon Glass1-7/+11
2023-01-24bootstd: Only scan bootable partitionsSimon Glass2-2/+39
2023-01-24part: Add a function to find the first bootable partitionSimon Glass4-7/+25
2023-01-24bootstd: Add a hunter for ethernetSimon Glass1-6/+11
2023-01-24bootstd: Add an MMC hunterSimon Glass1-6/+10
2023-01-24bootstd: Add a USB hunterSimon Glass1-5/+21
2023-01-24bootstd: Support running bootdev huntersSimon Glass1-0/+3
2023-01-24bootstd: Add the concept of a bootdev hunterSimon Glass1-0/+52
2023-01-24sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass1-1/+7
2023-01-24dm: test: Correct ordering of DM setupSimon Glass2-7/+14
2023-01-24dm: part: Update test to use mmc2Simon Glass1-6/+6
2023-01-24test: Drop duplicate restore of DM stateSimon Glass1-4/+0
2023-01-24test: Fix the help for the ut commandSimon Glass1-1/+1