summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-09-28net: update NXP copyright textVladimir Oltean1-1/+1
2021-09-28test/py: tpm2: Skip tpm pytest based on env variableT Karthik Reddy1-0/+28
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...Tom Rini4-8/+80
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini1-0/+28
2021-09-25sandbox: correct cpu nodesHeinrich Schuchardt2-4/+4
2021-09-25dm: gpio: Add of-platdata supportSimon Glass1-0/+20
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass1-4/+22
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass1-0/+19
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-0/+15
2021-09-24test/py: tpm2: Skip tpm pytest based on env variableT Karthik Reddy1-0/+28
2021-09-17Remove including timestamp.h in version.hPali Rohár1-0/+1
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár1-1/+1
2021-09-16test: Add a way to skip console checking until a string matchesSimon Glass1-0/+26
2021-09-16test: Tidy a comment in the bloblist testSimon Glass1-1/+1
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-1/+1
2021-09-14pci: Drop DM_PCISimon Glass1-1/+1
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass1-2/+2
2021-08-31sandbox: add test of wdt-uclass' watchdog_reset()Rasmus Villemoes1-0/+54
2021-08-31sandbox: add test of wdt_gpio driverRasmus Villemoes1-1/+35
2021-08-22bootcount: add a new driver with syscon as backendNandor Han1-3/+45
2021-08-22i2c: add dm_i2c_reg_clrsetSebastian Reichel1-0/+29
2021-08-16test: dm: Add test for ECDSA UCLASS supportAlexandru Gagniuc2-0/+39
2021-08-08dm: core: Don't allow uclass use before readySimon Glass1-0/+1
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini1-2/+2
2021-08-02lib: Allow using 0x when a decimal value is requestedSimon Glass1-2/+2
2021-08-02lib: Add octal tests for simple_strtoul/l()Simon Glass1-0/+10
2021-08-02lib: Add tests for simple_strtoull()Simon Glass1-0/+61
2021-08-02lib: Drop unnecessary check for hex digitSimon Glass1-0/+2
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-0/+12
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-0/+12
2021-08-01dtoc: Support widening a bool valueSimon Glass1-0/+3
2021-08-01dtoc: Fix widening an int array to an intSimon Glass1-3/+1
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass1-0/+6
2021-08-01sandbox: tpm: Support extending a PCR multiple timesSimon Glass1-1/+17
2021-07-29Merge branch '2021-07-28-assorted-fixes'Tom Rini1-1/+1
2021-07-29Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+14
2021-07-29test/py: Improve check for mksquashfs versionMarek Behún1-1/+1
2021-07-28test: cmd: setexpr: add format string testsRoland Gaudig1-0/+84
2021-07-27dm: test: Add test case to check node name ignoring unit addressKishon Vijay Abraham I1-0/+14
2021-07-27test: Fix size_t formats in strlcat testSimon Glass1-2/+2
2021-07-24test/py: efi_capsule: align with efidebug syntax changesAKASHI Takahiro1-3/+3
2021-07-23test: add first autoboot unit testsSteffen Jaeckel5-0/+117
2021-07-23lib: wrap crypt API to hide errno usageSteffen Jaeckel1-2/+22
2021-07-23lib: add crypt subsystemSteffen Jaeckel3-0/+55
2021-07-23reboot-mode: read the boot mode from RTC memoryNandor Han1-0/+29
2021-07-23reboot-mode: read the boot mode from GPIOs statusNandor Han2-0/+43
2021-07-23cmd: pinmux: support pin name in status commandPatrick Delaunay2-0/+37
2021-07-23cmd: pinmux: update result of do_statusPatrick Delaunay1-2/+2
2021-07-21log: Allow padding of the function nameSimon Glass1-7/+9
2021-07-21blk: Support iterationSimon Glass1-0/+55