aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini9-24/+69
2023-11-18efi_loader: Boot var automatic managementRaymond Mao5-35/+53
2023-11-17Merge branch '2023-11-16-assorted-updates' into nextTom Rini2-5/+13
2023-11-16sysreset: Fix unsupported request return valuesPaul Barker1-3/+3
2023-11-16test: eth: Don't crash if env_get returns NULLSean Anderson1-2/+10
2023-11-16spl: Convert spi to spl_loadSean Anderson1-0/+1
2023-11-16spl: Convert NVMe to spl_loadSean Anderson1-0/+2
2023-11-16spl: Convert nor to spl_loadSean Anderson1-0/+2
2023-11-16spl: Convert net to spl_loadSean Anderson1-0/+2
2023-11-16spl: Convert nand to spl_loadSean Anderson1-0/+2
2023-11-16spl: Convert mmc to spl_loadSean Anderson1-3/+0
2023-11-16spl: Convert fat to spl_loadSean Anderson1-2/+1
2023-11-16spl: Convert ext to use spl_loadSean Anderson1-3/+6
2023-11-16test: spl: Support testing LEGACY_LZMA filesystem imagesSean Anderson2-6/+21
2023-11-16spl: Only support bl_len when we have toSean Anderson3-6/+6
2023-11-16spl: Remove filename from spl_load_infoSean Anderson1-1/+0
2023-11-16spl: Refactor spl_load_info->read to use units of bytesSean Anderson1-7/+6
2023-11-16Merge patch series "nand: Add sandbox tests"Tom Rini5-0/+169
2023-11-16test: spl: Add a test for NANDSean Anderson3-0/+64
2023-11-16nand: Add sandbox driverSean Anderson2-0/+105
2023-11-14bootstd: Add a return code to bootflow menuSimon Glass1-0/+15
2023-11-14bootstd: Refactor mmc prep to allow a different scanSimon Glass1-9/+40
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon6-6/+6
2023-11-10test: cmd: mbr: Remove unreachable codeAlexander Gendin1-9/+7
2023-11-07CI, pytest: Add a test for sandbox without LTOTom Rini1-0/+10
2023-11-07sandbox: Add a test for disabling CONFIG_CMDLINESimon Glass1-0/+20
2023-11-07test: Make UNIT_TEST depend on CMDLINESimon Glass1-0/+1
2023-11-07serial: zynqmp: Fetch baudrate from dtb and updateAlgapally Santosh Sagar1-0/+1
2023-11-01bootstd: Handle a few special cases in cmdline_set_arg()Simon Glass1-0/+20
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini4-10/+81
2023-10-27test/py: always use autostart on tpm2 selftestsIlias Apalodimas1-2/+2
2023-10-27test: use a non system PCR for testing PCR extendIlias Apalodimas1-8/+8
2023-10-27test: Add sandbox TPM boot measurementEddie James3-0/+71
2023-10-24test: dm: add SCMI power domain protocol testAKASHI Takahiro1-0/+103
2023-10-24cmd: mbr: Allow 4 MBR partitions without need for extendedAlexander Gendin4-1/+492
2023-10-24cli: Consume invalid escape sequences earlyYurii Monakov1-0/+12
2023-10-24Merge tag 'u-boot-rockchip-20231024' of https://source.denx.de/u-boot/custodi...WIP/24Oct2023Tom Rini2-0/+201
2023-10-24rockchip: test: dm: add rkmtd testJohan Jonker2-0/+201
2023-10-23bootstd: Scan all bootdevs in a boot_targets entry (take 2)Simon Glass1-2/+30
2023-10-23bootstd: Correct logic for single uclassSimon Glass1-0/+13
2023-10-23bootstd: Expand boot-ordering test to include USBSimon Glass1-3/+14
2023-10-23Revert "bootstd: Scan all bootdevs in a boot_targets entry"Simon Glass1-10/+0
2023-10-19sandbox: watchdog: Avoid an error on startupSimon Glass1-2/+2
2023-10-17test: spl: Add a test for the SPI load methodSean Anderson5-0/+61
2023-10-17test: spl: Add a test for the NOR load methodSean Anderson3-6/+303
2023-10-17test: spl: Add a test for the NET load methodSean Anderson3-0/+262
2023-10-17test: spl: Add a test for the MMC load methodSean Anderson3-5/+101
2023-10-17test: spl: Add a test for spl_blk_load_imageSean Anderson2-1/+65
2023-10-17test: spl: Add functions to create filesystemsSean Anderson3-0/+318
2023-10-17test: spl: Add functions to create imagesSean Anderson2-3/+351