summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-03-13test: unit test for crc8Heinrich Schuchardt2-0/+30
2023-03-09test: cmd: fdt: Test fdt bootcpuMarek Vasut1-0/+33
2023-03-09test: cmd: fdt: Test fdt rmMarek Vasut1-0/+84
2023-03-09test: cmd: fdt: Test fdt mknodeMarek Vasut1-0/+68
2023-03-09test: cmd: fdt: Test fdt setMarek Vasut1-0/+144
2023-03-09test: cmd: fdt: Test fdt get sizeMarek Vasut1-0/+87
2023-03-09test: cmd: fdt: Test fdt get addrMarek Vasut1-0/+67
2023-03-09test: cmd: fdt: Test fdt get nameMarek Vasut1-0/+79
2023-03-09test: cmd: fdt: Test fdt resizeMarek Vasut1-0/+24
2023-03-09test: cmd: fdt: Test fdt moveMarek Vasut1-0/+34
2023-03-09test: cmd: fdt: Test both string and integer arrays in 'fdt get value'Marek Vasut1-16/+42
2023-03-09test: cmd: fdt: Test alias resolution in 'fdt get value'Marek Vasut1-20/+45
2023-03-09test: cmd: fdt: Generate fuller DT internally and switch fdt get value to itMarek Vasut1-13/+111
2023-03-09test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()Marek Vasut1-3/+3
2023-03-09test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()Marek Vasut1-2/+2
2023-02-23trace: Relax test requirementsSimon Glass1-2/+3
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