summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2020-06-031-9/+1
|\
| * sf: Drop spl_flash_get_sw_write_protJagan Teki2020-06-011-9/+1
* | test/py: use actual core count for parallel buildsHeinrich Schuchardt2020-06-021-1/+1
|/
* Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-05-251-0/+262
|\
| * Nokia RX-51: Add automated test for running RX-51 build in qemuPali Rohár2020-05-191-0/+262
* | test: Use ut_asserteq_mem() where possibleSimon Glass2020-05-1911-102/+112
* | common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* | common: Drop log.h from common headerSimon Glass2020-05-1837-0/+37
* | command: Remove the cmd_tbl_t typedefSimon Glass2020-05-1815-20/+28
* | common: Drop image.h from common headerSimon Glass2020-05-182-0/+2
* | common: Drop part.h from common headerSimon Glass2020-05-183-0/+3
* | common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
|/
* Merge tag 'u-boot-amlogic-20200511' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-05-121-0/+89
|\
| * test: dm: update test for open-drain/open-source emulation in gpio-uclassNeil Armstrong2020-05-111-0/+89
* | Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-05-111-0/+10
|\ \
| * | test: unit test for u16_strsize()Heinrich Schuchardt2020-05-091-0/+10
| |/
* | Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2020-05-1010-67/+150
|\|
| * test: fix naming of test functions in the log test suiteHeinrich Schuchardt2020-05-082-36/+36
| * test: describe naming conventions for macro UNIT_TESTHeinrich Schuchardt2020-05-081-1/+16
| * Merge git://git.denx.de/u-boot-usbTom Rini2020-05-052-0/+54
| |\
| | * test: dm: phy: add a test item for the phy_bulk APIChunfeng Yun2020-05-021-0/+33
| | * test: dm: add test item for ofnode_get_child_count()Chunfeng Yun2020-05-021-0/+21
| * | test: stabilize test_efi_secbootHeinrich Schuchardt2020-05-043-9/+9
| * | lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro2020-05-041-2/+2
| |/
| * test/py: vboot: add a test to check fit signature on fit with paddingPhilippe Reynes2020-05-011-19/+33
* | test: cpu: test current cpuPeng Fan2020-05-031-0/+2
|/
* Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-04-301-24/+6
|\
| * test/py: fix test_efi_secboot/conftest.pyHeinrich Schuchardt2020-04-301-24/+6
* | acpi: Add an acpi commandSimon Glass2020-04-301-0/+73
* | acpi: Move the xsdt pointer to acpi_ctxSimon Glass2020-04-301-0/+5
* | acpi: Put table-setup code in its own functionSimon Glass2020-04-301-10/+54
* | acpi: Move acpi_add_table() to generic codeSimon Glass2020-04-301-1/+15
* | acpi: Convert part of acpi_table to use acpi_ctxSimon Glass2020-04-301-0/+28
* | acpi: Add a method to write tables for a deviceSimon Glass2020-04-301-3/+71
|/
* Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dmTom Rini2020-04-281-10/+16
|\
| * Add a 'make tcheck' option to test toolsSimon Glass2020-04-261-10/+16
* | test: test_fs error messageHeinrich Schuchardt2020-04-271-2/+3
|/
* lib: Add a function to convert a string to upper caseSimon Glass2020-04-241-15/+63
* test: Add the beginnings of some string testsSimon Glass2020-04-243-0/+73
* test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay2020-04-161-0/+10
* test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-162-7/+61
* test: dm: update test for pins configuration in pinctrl nodePatrick Delaunay2020-04-161-10/+18
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-161-7/+0
* dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2020-04-162-1/+52
* Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-04-166-0/+700
|\
| * efi_loader, pytest: add UEFI secure boot tests (image)AKASHI Takahiro2020-04-162-0/+238
| * efi_loader, pytest: add UEFI secure boot tests (authenticated variables)AKASHI Takahiro2020-04-161-0/+282
| * efi_loader, pytest: set up secure boot environmentAKASHI Takahiro2020-04-163-0/+180
* | Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-1610-2/+590
|\ \
| * | dm: core: Read parent ofdata before childrenSimon Glass2020-04-161-0/+25