summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi
2020-04-16test: log: test syslog logging driverHeinrich Schuchardt
2020-04-16test: log functions with CONFIG_LOG=nHeinrich Schuchardt
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay
2020-04-16acpi: Add support for DMARSimon Glass
2020-04-16acpi: Add a central location for table version numbersSimon Glass
2020-04-16acpi: Add a simple sandbox testSimon Glass
2020-04-16cpu: Support querying the address widthSimon Glass
2020-04-16dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko
2020-04-16efi_loader, pytest: add UEFI secure boot tests (image)AKASHI Takahiro
2020-04-16efi_loader, pytest: add UEFI secure boot tests (authenticated variables)AKASHI Takahiro
2020-04-16efi_loader, pytest: set up secure boot environmentAKASHI Takahiro
2020-04-13Merge branch 'next'Tom Rini
2020-04-10test/py: Allow using buildman to build U-BootSimon Glass
2020-04-10test/py: Update u_boot_utils.find_ram_base to bypass the low 2MiB memoryBin Meng
2020-04-09cmd: Add test and fix bugs for dm driversSean Anderson
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-04-01test: vboot: Reduce fake kernel size to 500 bytesSimon Glass
2020-04-01test: vboot: Move key creation into a functionSimon Glass
2020-04-01test: vboot: Fix pylint errorsSimon Glass
2020-04-01test: vboot: Tidy up the code a littleSimon Glass
2020-04-01test: vboot: Parameterise the testSimon Glass
2020-04-01test: vboot: Add a test for a forged configurationSimon Glass
2020-04-01test: vboot: Drop unnecessary parameter for fit_check_signSimon Glass
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini
2020-03-30test/py: test_efi_grub_net() requires OF_CONTROLHeinrich Schuchardt
2020-03-28test/py: UEFI helloworld requires OF_CONTROLHeinrich Schuchardt
2020-03-27test: typo decompressionHeinrich Schuchardt
2020-03-27test/py: mmc: Fix 'mmc info' testcaseHarald Seiler
2020-03-13cmd: gpio: Make `gpio input` return pin value againAlex Kiernan
2020-03-12test: add rsa_verify() unit testAKASHI Takahiro
2020-02-13test: aes: fix memleakPhilippe Reynes
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05sound: Add a new stop_play() methodSimon Glass
2020-02-05test: Add a way to check each line of console outputSimon Glass
2020-02-05test: Enable console recording in testsSimon Glass
2020-02-05bloblist: Zero records when addingSimon Glass
2020-02-05bloblist: Add a new function to add or check sizeSimon Glass
2020-02-05dm: core: Add a way to iterate through children, probing eachSimon Glass
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass
2020-02-05dm: core: Add ofnode_read_prop()Simon Glass