summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-04-29test: dm: devres: Remove use-after-freeAndrew Scull1-4/+1
2022-04-29test: Fix pointer overrun in dm_test_devm_regmap()Andrew Scull1-5/+4
2022-04-28test: dm: pinmux: Get LED2 udevice in the pinmux testMarek Vasut1-0/+5
2022-04-28test: dm: led: Fix LED enumerationMarek Vasut1-9/+8
2022-04-28led: Drop led_default_state()Marek Vasut1-3/+0
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini15-42/+1020
2022-04-25bootstd: Add setup for the bootflow testsSimon Glass2-0/+103
2022-04-25bootstd: Add tests for bootstd including all uclassesSimon Glass8-0/+820
2022-04-25test: dm: Restart USB before assuming it is stoppedSimon Glass1-0/+6
2022-04-25test: fastboot: Avoid using mmc1Simon Glass1-2/+2
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass1-0/+15
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass1-0/+2
2022-04-25lib: Add a way to find the postiion of a trailing numberSimon Glass1-1/+12
2022-04-25lib: Fix a few bugs in trailing_strtoln()Simon Glass1-0/+2
2022-04-25test: Add tests for trailing_strtol()Simon Glass1-0/+19
2022-04-25lib: Move string tests to the string moduleSimon Glass2-40/+40
2022-04-23test: dm: add tests for tag supportAKASHI Takahiro2-0/+85
2022-04-20cmd: gpio: Add `gpio read` subcommandDiego Rondini1-0/+14
2022-04-19dm: core: Allow devres to be disabled in SPLSimon Glass1-1/+1
2022-04-15Merge tag 'efi-2022-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini3-114/+265
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini3-17/+39
2022-04-15test: capsule: Modify the capsule tests to use GUID values for sandboxSughosh Ganu3-114/+265
2022-04-14test: serial: Add test for putc/putsSean Anderson1-0/+19
2022-04-14led: Configure LED default-state on bootMarek Vasut1-1/+1
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-0/+4
2022-04-10treewide: use dm_mdio_read/write/reset() wrappersMarek Behún2-17/+17
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún1-0/+18
2022-04-08test/py:Update python tests for ‘gpio’ cmdAdarsh Babu Kalepalli1-1/+174
2022-04-07env: Allow text-env tests to run with awkSimon Glass1-14/+14
2022-04-06dm: blk: Expand iteration and add testsSimon Glass1-0/+111
2022-04-06abuf: Correct a corner case with abuf_realloc()Simon Glass1-0/+29
2022-04-04Merge branch 'next'Tom Rini20-92/+677
2022-03-31test: py: vboot: add test for global image signaturePhilippe Reynes6-16/+272
2022-03-31arch: Kconfig: imply BINMAN for SANDBOXPhilippe Reynes2-0/+6
2022-03-31test: fix pylint warnings in test_efi_bootmgrHeinrich Schuchardt2-9/+18
2022-03-31test: fix pylint warnings for test_efi_fit.pyHeinrich Schuchardt1-15/+16
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini3-1/+75
2022-03-26test: test UEFI boot managerHeinrich Schuchardt2-0/+74
2022-03-19sandbox: test: Tidy up spl_test_load() callsSimon Glass1-5/+1
2022-03-16Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-4/+4
2022-03-15test/py: Add tests for the erofsHuang Jianan1-0/+211
2022-03-15k210: use the board vendor name rather than the marketing nameDamien Le Moal1-1/+1
2022-03-14cmd: test: pinmux: Do not check all empty spacesMichal Simek1-4/+4
2022-03-10event: Add a script to decode the event-spy listSimon Glass1-0/+20
2022-03-10event: Add events for device probe/removeSimon Glass1-0/+38
2022-03-10event: Add a simple testSimon Glass3-0/+52
2022-03-03firmware: scmi: fix sandbox and related tests for clock discoveryEtienne Carriere1-5/+10
2022-03-03sandbox: scmi: test against a single scmi agentEtienne Carriere1-61/+53
2022-03-02test: Correct pylint errorsSimon Glass4-6/+15
2022-02-26efi_loader: test/py: Reset system after capsule update on diskMasami Hiramatsu1-14/+23