summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* acpi: Add support for writing a Power ResourceSimon Glass2020-07-171-0/+41
* acpi: Add support for various misc ACPI opcodesSimon Glass2020-07-171-0/+75
* acpi: Support copying properties from device tree to ACPISimon Glass2020-07-171-0/+67
* acpi: Support writing a GPIOSimon Glass2020-07-171-0/+40
* acpi: Support writing Device Properties objects via _DSDSimon Glass2020-07-174-22/+432
* acpi: Support writing a UUIDSimon Glass2020-07-171-0/+33
* acpi: Support writing a nameSimon Glass2020-07-171-0/+93
* acpi: Support writing a stringSimon Glass2020-07-171-0/+28
* acpi: Support writing an integerSimon Glass2020-07-171-0/+46
* acpigen: Support writing a packageSimon Glass2020-07-171-0/+27
* acpigen: Support writing a lengthSimon Glass2020-07-171-2/+62
* acpi: Support generation of SPI descriptorSimon Glass2020-07-171-0/+36
* acpi: Support generation of I2C descriptorSimon Glass2020-07-171-0/+32
* acpi: Support generation of a GPIO/irq for a deviceSimon Glass2020-07-171-0/+41
* acpi: Support generation of GPIO descriptorSimon Glass2020-07-171-0/+91
* acpi: Support string outputSimon Glass2020-07-171-0/+42
* gpio: Add a method to convert a GPIO to ACPISimon Glass2020-07-171-0/+62
* acpi: Support generation of interrupt descriptorSimon Glass2020-07-171-0/+32
* acpi: Support generation of ACPI codeSimon Glass2020-07-172-0/+73
* irq: Add a method to convert an interrupt to ACPISimon Glass2020-07-171-0/+23
* acpi: Add a way to check device statusSimon Glass2020-07-171-0/+12
* acpi: Add a function to get a device path and scopeSimon Glass2020-07-171-13/+82
* efi_loader: skip warnings for network configurationHeinrich Schuchardt2020-07-161-5/+11
* test: use virt-make-fs to build imageHeinrich Schuchardt2020-07-112-30/+4
* test/py: efi_secboot: add a test for verifying with digest of signed imageAKASHI Takahiro2020-07-112-0/+59
* test/py: efi_secboot: add a test for multiple signaturesAKASHI Takahiro2020-07-112-1/+59
* test/py: efi_secboot: add a test against certificate revocationAKASHI Takahiro2020-07-112-1/+31
* test/py: efi_secboot: split "signed image" test case-1 into two casesAKASHI Takahiro2020-07-111-28/+38
* test/py: efi_secboot: more fixes against pylintAKASHI Takahiro2020-07-114-83/+79
* test/py: efi_secboot: apply autopep8AKASHI Takahiro2020-07-115-60/+67
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-093-31/+31
* test/dm: fdtdec: Add tests for fdtdec_add_reserved_memory()Bin Meng2020-07-091-0/+69
* test/dm: fdtdec: Corect a typo in dm_test_fdtdec_set_carveout()Bin Meng2020-07-091-1/+1
* test/dm: fdtdec: Add the missing gd declarationBin Meng2020-07-091-0/+2
* log: don't show function by defaultHeinrich Schuchardt2020-07-092-6/+16
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/09Jul2020Tom Rini2020-07-091-23/+37
|\
| * video: sandbox: Add support for the copy framebufferSimon Glass2020-07-091-21/+34
| * video: Add comments to struct sandbox_sdl_platSimon Glass2020-07-091-1/+2
| * video: Adjust rotated console to start at right edgeSimon Glass2020-07-091-1/+1
* | test: dm: rtc: add tests of rtc shell commandRasmus Villemoes2020-07-091-0/+58
* | test: dm: rtc: add test of dm_rtc_read, dm_rtc_writeRasmus Villemoes2020-07-091-0/+45
* | rtc: sandbox-rtc: fix set methodRasmus Villemoes2020-07-091-1/+14
|/
* cmd: Add a memory-search commandSimon Glass2020-07-083-0/+281
* test_sleep.py: make sleep time and margin configurableHeiko Schocher2020-07-071-3/+11
* gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher2020-07-071-0/+9
* cmd: blkls: Add blkls commandNiel Fourie2020-07-071-0/+13
* cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie2020-07-071-2/+20
* cmd: fs: Add command to list supported fs typesNiel Fourie2020-07-071-0/+13
* cmd: part: Add subcommand to list supported partition tablesNiel Fourie2020-07-071-0/+14
* Merge branch 'next'Tom Rini2020-07-0614-109/+501
|\