aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-08-12vbe: Add a new vbe commandSimon Glass1-0/+115
2022-08-12bootstd: Check building without global bootmethsSimon Glass2-7/+24
2022-08-12bootstd: Add vbe bootmeth into sandboxSimon Glass3-8/+68
2022-08-12vbe: Support VBE simpleSimon Glass1-1/+1
2022-08-12event: Add an event for device tree fixupsSimon Glass1-0/+1
2022-08-12bootstd: Drop the system bootdevSimon Glass1-6/+1
2022-08-12bootstd: Always create the EFI bootmgr bootmethSimon Glass1-15/+7
2022-08-12bootstd: Allow scanning for global bootmeths separatelySimon Glass1-2/+3
2022-08-12dm: core: Call dm_scan_other() when setting up for testsSimon Glass1-1/+3
2022-08-12bootstd: Allow EFI bootmgr to support an invalid bootflowSimon Glass1-0/+4
2022-08-12bootstd: Provide a bootmeth method to obtain state infoSimon Glass1-0/+18
2022-08-12bootstd: Fix comment in bootmeth testSimon Glass1-1/+1
2022-08-12bootstd: Drop delays in the testsSimon Glass1-0/+22
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass1-0/+16
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass1-7/+7
2022-08-12dm: core: Prepare for updating the device tree with ofnodeSimon Glass1-1/+2
2022-08-12dm: core: Tidy up ofnode-writing testSimon Glass1-9/+2
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass1-2/+2
2022-08-12dm: core: Move ofnode-writing test to ofnodeSimon Glass2-53/+56
2022-08-12dm: core: Introduce support for multiple treesSimon Glass1-0/+67
2022-08-10test: Add some tests for kconfig.hSimon Glass7-2/+174
2022-08-02test: rng: Add a UT testcase for the rng commandSughosh Ganu1-0/+29
2022-07-27Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini5-7/+158
2022-07-26fdt: Start a test for the fdt commandSimon Glass3-0/+149
2022-07-26addrmap: Support on sandboxSimon Glass1-3/+2
2022-07-26test: fix log testsHeinrich Schuchardt1-4/+7
2022-07-26test/py: Run simple dm commands without checkingMichal Simek1-0/+8
2022-07-26py: tests: Bind should run only on sandboxMichal Simek1-1/+2
2022-07-22Merge tag 'efi-2022-10-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2-0/+5
2022-07-21watchdog: add pulse support to gpio watchdog driverPaul Doelle1-7/+39
2022-07-18efi: test/py: repair authenticated capsules testsVincent Stehlé2-0/+5
2022-07-11Merge branch 'next'Tom Rini18-286/+809
2022-07-08requirements: Move to atomicwrites==1.4.1Tom Rini1-1/+1
2022-07-08requirements: Move to atomicwrites==1.4.1Tom Rini1-1/+1
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-170/+266
2022-07-08test: fix CONFIG_ACPIGEN dependenciesHeinrich Schuchardt1-5/+7
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini1-0/+1
2022-07-05test/py: efi_secboot: add a test for a forged signed imageAKASHI Takahiro3-0/+43
2022-06-28dm: core: Add a way to collect memory usageSimon Glass1-0/+11
2022-06-28dm: core: Support accessing core tagsSimon Glass1-0/+80
2022-06-28test: fix some pylint errors in test_bind.pyHeinrich Schuchardt1-170/+175
2022-06-23fuzz: virtio: Add fuzzer for vringWIP/2022-06-23-fuzzing-and-asan-for-sandboxAndrew Scull2-0/+73
2022-06-23test: fuzz: Add framework for fuzzingAndrew Scull3-0/+90
2022-06-23test/py: test_stackprotector: Disable for ASANAndrew Scull1-0/+1
2022-06-22cmd: load: add load command for memory mappedRui Miguel Silva3-0/+79
2022-06-20Merge branch 'master' into nextTom Rini2-0/+3
2022-06-19test: work around for EFI terminal size probingHeinrich Schuchardt2-0/+3
2022-06-08test: eth: Add test for ethernet addressesSean Anderson1-0/+29
2022-06-08sandbox: net: Add aliases for ethernet devicesSean Anderson1-1/+1
2022-06-08test: dm: virtio_rng: Test virtio-rng with faked deviceWIP/2022-06-08-virtio-harden-and-test-vringAndrew Scull2-0/+53