summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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...WIP/16Apr2020Tom 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
| * | test: fdtdec: test fdtdec_set_carveout()Laurentiu Tudor2020-04-162-0/+60
| * | dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-161-0/+29
| * | dm: test: add test case for dev_read_u64 functionDario Binacchi2020-04-161-0/+10
| * | test: log: test syslog logging driverHeinrich Schuchardt2020-04-162-0/+284
| * | test: log functions with CONFIG_LOG=nHeinrich Schuchardt2020-04-166-1/+181
| * | dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2020-04-161-1/+1
| |/
* | acpi: Add support for DMARSimon Glass2020-04-161-0/+16
* | acpi: Add a central location for table version numbersSimon Glass2020-04-161-0/+14
* | acpi: Add a simple sandbox testSimon Glass2020-04-162-0/+56
* | cpu: Support querying the address widthSimon Glass2020-04-161-0/+1
* | dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko2020-04-161-0/+1
|/
* Merge branch 'next'Tom Rini2020-04-136-13/+254
|\
| * test/py: Allow using buildman to build U-BootSimon Glass2020-04-102-10/+33
| * test/py: Update u_boot_utils.find_ram_base to bypass the low 2MiB memoryBin Meng2020-04-101-3/+4
| * Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...WIP/07Apr2020-nextTom Rini2020-04-073-73/+511
| |\
| * \ Merge branch 'next' of git://git.denx.de/u-boot-usb into nextWIP/31Mar2020-nextTom Rini2020-03-313-3/+40
| |\ \
| * | | test: add rsa_verify() unit testAKASHI Takahiro2020-03-123-0/+217
* | | | cmd: Add test and fix bugs for dm driversSean Anderson2020-04-091-0/+17
| |_|/ |/| |
* | | test: vboot: Reduce fake kernel size to 500 bytesSimon Glass2020-04-011-1/+1
* | | test: vboot: Move key creation into a functionSimon Glass2020-04-011-21/+18
* | | test: vboot: Fix pylint errorsSimon Glass2020-04-011-34/+19
* | | test: vboot: Tidy up the code a littleSimon Glass2020-04-011-13/+21
* | | test: vboot: Parameterise the testSimon Glass2020-04-011-6/+14
* | | test: vboot: Add a test for a forged configurationSimon Glass2020-04-012-1/+440
* | | test: vboot: Drop unnecessary parameter for fit_check_signSimon Glass2020-04-011-2/+1
* | | test/py: test_efi_grub_net() requires OF_CONTROLHeinrich Schuchardt2020-03-301-0/+1
* | | test/py: UEFI helloworld requires OF_CONTROLHeinrich Schuchardt2020-03-281-2/+3
| |/ |/|
* | test: typo decompressionHeinrich Schuchardt2020-03-271-1/+1
* | test/py: mmc: Fix 'mmc info' testcaseHarald Seiler2020-03-271-2/+2
* | cmd: gpio: Make `gpio input` return pin value againAlex Kiernan2020-03-131-0/+37
|/
* test: aes: fix memleakPhilippe Reynes2020-02-131-6/+7
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1120-4/+216
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0511-0/+11
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-054-0/+4
| * sound: Add a new stop_play() methodSimon Glass2020-02-051-0/+1
| * test: Add a way to check each line of console outputSimon Glass2020-02-051-0/+46
| * test: Enable console recording in testsSimon Glass2020-02-051-2/+2
| * bloblist: Zero records when addingSimon Glass2020-02-051-2/+25
| * bloblist: Add a new function to add or check sizeSimon Glass2020-02-051-0/+34