aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-04-28Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dmTom Rini1-10/+16
2020-04-27test: test_fs error messageHeinrich Schuchardt1-2/+3
2020-04-26Add a 'make tcheck' option to test toolsSimon Glass1-10/+16
2020-04-24lib: Add a function to convert a string to upper caseSimon Glass1-15/+63
2020-04-24test: Add the beginnings of some string testsSimon Glass3-0/+73
2020-04-16test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay1-0/+10
2020-04-16test: dm: update test for pins configuration in gpioPatrick Delaunay2-7/+61
2020-04-16test: dm: update test for pins configuration in pinctrl nodePatrick Delaunay1-10/+18
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay1-7/+0
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2-1/+52
2020-04-16Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini6-0/+700
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini10-2/+590
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass1-0/+25
2020-04-16test: fdtdec: test fdtdec_set_carveout()Laurentiu Tudor2-0/+60
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi1-0/+29
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi1-0/+10
2020-04-16test: log: test syslog logging driverHeinrich Schuchardt2-0/+284
2020-04-16test: log functions with CONFIG_LOG=nHeinrich Schuchardt6-1/+181
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay1-1/+1
2020-04-16acpi: Add support for DMARSimon Glass1-0/+16
2020-04-16acpi: Add a central location for table version numbersSimon Glass1-0/+14
2020-04-16acpi: Add a simple sandbox testSimon Glass2-0/+56
2020-04-16cpu: Support querying the address widthSimon Glass1-0/+1
2020-04-16dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko1-0/+1
2020-04-16efi_loader, pytest: add UEFI secure boot tests (image)AKASHI Takahiro2-0/+238
2020-04-16efi_loader, pytest: add UEFI secure boot tests (authenticated variables)AKASHI Takahiro1-0/+282
2020-04-16efi_loader, pytest: set up secure boot environmentAKASHI Takahiro3-0/+180
2020-04-13Merge branch 'next'Tom Rini6-13/+254
2020-04-10test/py: Allow using buildman to build U-BootSimon Glass2-10/+33
2020-04-10test/py: Update u_boot_utils.find_ram_base to bypass the low 2MiB memoryBin Meng1-3/+4
2020-04-09cmd: Add test and fix bugs for dm driversSean Anderson1-0/+17
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-73/+511
2020-04-01test: vboot: Reduce fake kernel size to 500 bytesSimon Glass1-1/+1
2020-04-01test: vboot: Move key creation into a functionSimon Glass1-21/+18
2020-04-01test: vboot: Fix pylint errorsSimon Glass1-34/+19
2020-04-01test: vboot: Tidy up the code a littleSimon Glass1-13/+21
2020-04-01test: vboot: Parameterise the testSimon Glass1-6/+14
2020-04-01test: vboot: Add a test for a forged configurationSimon Glass2-1/+440
2020-04-01test: vboot: Drop unnecessary parameter for fit_check_signSimon Glass1-2/+1
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini3-3/+40
2020-03-30test/py: test_efi_grub_net() requires OF_CONTROLHeinrich Schuchardt1-0/+1
2020-03-28test/py: UEFI helloworld requires OF_CONTROLHeinrich Schuchardt1-2/+3
2020-03-27test: typo decompressionHeinrich Schuchardt1-1/+1
2020-03-27test/py: mmc: Fix 'mmc info' testcaseHarald Seiler1-2/+2
2020-03-13cmd: gpio: Make `gpio input` return pin value againAlex Kiernan1-0/+37
2020-03-12test: add rsa_verify() unit testAKASHI Takahiro3-0/+217
2020-02-13test: aes: fix memleakPhilippe Reynes1-6/+7
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini20-4/+216
2020-02-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2-0/+87
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass1-0/+32