aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-05-03menu: always show the menu regardless of the number of entryMasahisa Kojima1-2/+0
2022-05-03test: unit test for u16_strlcat()Masahisa Kojima1-0/+50
2022-05-03lib: fix selection of CONFIG_CHARSETHeinrich Schuchardt1-0/+1
2022-05-03test: fix some pylint problems in test_capsule_firmware_raw.pyHeinrich Schuchardt1-22/+20
2022-05-03test: unit test for bootmenuHeinrich Schuchardt1-0/+48
2022-05-02vpl: Test that VPL runs correctly through to U-Boot properSimon Glass1-0/+14
2022-05-02vpl: Support running vpl testsSimon Glass3-3/+45
2022-04-29test: dm: devres: Remove use-after-freeWIP/2022-04-29-fuzzing-and-asan-fixesAndrew 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-18dm: 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...WIP/15Apr2022Tom 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 testsWIP/2022-04-06-various-verified-boot-bugfixesSimon 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-18sandbox: 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...WIP/16Mar2022-nextTom Rini1-4/+4
2022-03-15test/py: Add tests for the erofsWIP/2022-03-15-add-erofs-supportHuang 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