summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: Add tests for IOMMU uclassMark Kettenis2021-10-312-0/+29
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini2021-10-151-15/+13
|\
| * fdtdec: Support reserved-memory flagsThierry Reding2021-10-131-6/+7
| * fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding2021-10-131-9/+6
| * fdtdec: Support compatible string list for reserved memoryThierry Reding2021-10-131-9/+9
* | pytest: Show a message when sandbox crashesSimon Glass2021-10-141-12/+44
* | pytest: Shorten traceback length by defaultSimon Glass2021-10-141-0/+5
|/
* Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2021-10-122-1/+8
|\
| * test/py: Add usb gadget binding testPatrice Chotard2021-10-121-0/+7
| * cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-121-1/+1
* | lz4: Use a private header for U-BootSimon Glass2021-10-091-1/+1
* | Add support for an owned bufferSimon Glass2021-10-082-0/+345
* | lib: Add memdup()Simon Glass2021-10-081-0/+32
* | clk: k210: Try harder to get the best configSean Anderson2021-10-071-0/+4
* | test: dm: k210: Reduce duplication in test casesSean Anderson2021-10-071-19/+13
* | acpi: Use U-Boot version for OEM_REVISIONPali Rohár2021-10-061-6/+14
* | test: Allow tpm2 tests to run in parallelSimon Glass2021-10-051-6/+46
* | test: Allow hush tests to run in parallelSimon Glass2021-10-051-14/+6
* | test: Allow vboot tests to run in parallelSimon Glass2021-10-051-13/+16
* | test/py: Check hashes produced by mkimage against known valuesAlexandru Gagniuc2021-10-052-0/+187
* | WS cleanup: remove trailing empty linesWolfgang Denk2021-09-302-2/+0
* | Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Sep2021-nextTom Rini2021-09-291-1/+1
|\ \
| * | net: update NXP copyright textVladimir Oltean2021-09-281-1/+1
| * | test/py: tpm2: Skip tpm pytest based on env variableT Karthik Reddy2021-09-281-0/+28
* | | Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...WIP/27Sep2021-nextTom Rini2021-09-274-8/+80
|\ \ \
| * | | sandbox: correct cpu nodesHeinrich Schuchardt2021-09-252-4/+4
| * | | dm: gpio: Add of-platdata supportSimon Glass2021-09-251-0/+20
| * | | irq: Tidy up of-platdata irq supportSimon Glass2021-09-251-4/+22
| * | | clk: Rename clk_get_by_driver_info()Simon Glass2021-09-251-0/+19
| * | | treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-251-0/+15
* | | | Merge tag 'v2021.10-rc5' into nextTom Rini2021-09-271-0/+28
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | test/py: tpm2: Skip tpm pytest based on env variableT Karthik Reddy2021-09-241-0/+28
| |/
* | Remove including timestamp.h in version.hWIP/2021-09-16-general-updatesPali Rohár2021-09-171-0/+1
* | version: Move version_string[] from version.h to version_string.hPali Rohár2021-09-171-1/+1
* | test: Add a way to skip console checking until a string matchesSimon Glass2021-09-161-0/+26
* | test: Tidy a comment in the bloblist testSimon Glass2021-09-161-1/+1
* | Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-161-1/+1
|\ \ | |/
| * pci: Drop DM_PCISimon Glass2021-09-131-1/+1
* | serial: Rename SERIAL_SUPPORT to SERIALSimon Glass2021-09-041-2/+2
* | sandbox: add test of wdt-uclass' watchdog_reset()Rasmus Villemoes2021-08-311-0/+54
* | sandbox: add test of wdt_gpio driverRasmus Villemoes2021-08-311-1/+35
|/
* bootcount: add a new driver with syscon as backendNandor Han2021-08-221-3/+45
* i2c: add dm_i2c_reg_clrsetSebastian Reichel2021-08-221-0/+29
* test: dm: Add test for ECDSA UCLASS supportAlexandru Gagniuc2021-08-162-0/+39
* dm: core: Don't allow uclass use before readySimon Glass2021-08-081-0/+1
* Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini2021-08-031-2/+2
|\
| * test: Fix size_t formats in strlcat testSimon Glass2021-07-271-2/+2
* | lib: Allow using 0x when a decimal value is requestedSimon Glass2021-08-021-2/+2
* | lib: Add octal tests for simple_strtoul/l()Simon Glass2021-08-021-0/+10
* | lib: Add tests for simple_strtoull()Simon Glass2021-08-021-0/+61