summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-07-17acpi: Support writing a stringSimon Glass1-0/+28
2020-07-17acpi: Support writing an integerSimon Glass1-0/+46
2020-07-17acpigen: Support writing a packageSimon Glass1-0/+27
2020-07-17acpigen: Support writing a lengthSimon Glass1-2/+62
2020-07-17acpi: Support generation of SPI descriptorSimon Glass1-0/+36
2020-07-17acpi: Support generation of I2C descriptorSimon Glass1-0/+32
2020-07-17acpi: Support generation of a GPIO/irq for a deviceSimon Glass1-0/+41
2020-07-17acpi: Support generation of GPIO descriptorSimon Glass1-0/+91
2020-07-17acpi: Support string outputSimon Glass1-0/+42
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass1-0/+62
2020-07-17acpi: Support generation of interrupt descriptorSimon Glass1-0/+32
2020-07-17acpi: Support generation of ACPI codeSimon Glass2-0/+73
2020-07-17irq: Add a method to convert an interrupt to ACPISimon Glass1-0/+23
2020-07-17acpi: Add a way to check device statusSimon Glass1-0/+12
2020-07-17acpi: Add a function to get a device path and scopeSimon Glass1-13/+82
2020-07-16efi_loader: skip warnings for network configurationHeinrich Schuchardt1-5/+11
2020-07-12test: use virt-make-fs to build imageHeinrich Schuchardt2-30/+4
2020-07-12test/py: efi_secboot: add a test for verifying with digest of signed imageAKASHI Takahiro2-0/+59
2020-07-12test/py: efi_secboot: add a test for multiple signaturesAKASHI Takahiro2-1/+59
2020-07-12test/py: efi_secboot: add a test against certificate revocationAKASHI Takahiro2-1/+31
2020-07-12test/py: efi_secboot: split "signed image" test case-1 into two casesAKASHI Takahiro1-28/+38
2020-07-12test/py: efi_secboot: more fixes against pylintAKASHI Takahiro4-83/+79
2020-07-12test/py: efi_secboot: apply autopep8AKASHI Takahiro5-60/+67
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano3-31/+31
2020-07-10test/dm: fdtdec: Add tests for fdtdec_add_reserved_memory()Bin Meng1-0/+69
2020-07-10test/dm: fdtdec: Corect a typo in dm_test_fdtdec_set_carveout()Bin Meng1-1/+1
2020-07-10test/dm: fdtdec: Add the missing gd declarationBin Meng1-0/+2
2020-07-10log: don't show function by defaultHeinrich Schuchardt2-6/+16
2020-07-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-23/+37
2020-07-09video: sandbox: Add support for the copy framebufferSimon Glass1-21/+34
2020-07-09video: Add comments to struct sandbox_sdl_platSimon Glass1-1/+2
2020-07-09video: Adjust rotated console to start at right edgeSimon Glass1-1/+1
2020-07-09test: dm: rtc: add tests of rtc shell commandRasmus Villemoes1-0/+58
2020-07-09test: dm: rtc: add test of dm_rtc_read, dm_rtc_writeRasmus Villemoes1-0/+45
2020-07-09rtc: sandbox-rtc: fix set methodRasmus Villemoes1-1/+14
2020-07-09cmd: Add a memory-search commandSimon Glass3-0/+281
2020-07-08test_sleep.py: make sleep time and margin configurableHeiko Schocher1-3/+11
2020-07-08gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher1-0/+9
2020-07-07cmd: blkls: Add blkls commandNiel Fourie1-0/+13
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie1-2/+20
2020-07-07cmd: fs: Add command to list supported fs typesNiel Fourie1-0/+13
2020-07-07cmd: part: Add subcommand to list supported partition tablesNiel Fourie1-0/+14
2020-07-06Merge branch 'next'Tom Rini14-109/+501
2020-07-06Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini7-98/+253
2020-07-05sandbox, test: add test for GPIO_HOG functionHeiko Schocher1-0/+23
2020-07-03test: provide tests for efi_image_region_add()Heinrich Schuchardt2-0/+164
2020-07-03test: correct time stamps for UEFI authenticationHeinrich Schuchardt1-8/+8
2020-07-03test/py: efi_secboot: fix test case 1g of test_authvarAKASHI Takahiro1-6/+6
2020-07-03test/py: efi_secboot: remove all "re.search"AKASHI Takahiro3-74/+65
2020-07-03Revert "test: stabilize test_efi_secboot"AKASHI Takahiro3-9/+9