aboutsummaryrefslogtreecommitdiff
path: root/test/cmd
AgeCommit message (Expand)AuthorFilesLines
9 daysx86: coreboot: Allow building an expo for editing CMOS configSimon Glass1-0/+35
9 daysx86: coreboot: Add a command to check and update CMOS RAMSimon Glass1-0/+41
9 daysx86: coreboot: Show the option tableSimon Glass1-0/+7
9 daysx86: coreboot: Add a test for cbsysinfo commandSimon Glass2-0/+37
11 daystest/cmd/mem_copy.c: Use CONFIG_SYS_LOAD_ADDR for baseTom Rini1-1/+1
2024-10-29test/cmd: Make some "ut dm" tests only available on sandboxTom Rini1-3/+3
2024-10-25meminfo: Show the lmb recordsSimon Glass1-1/+5
2024-10-25cmd: Update the meminfo command to show the memory mapSimon Glass2-1/+40
2024-10-18x86: Add msr commandSimon Glass2-1/+39
2024-10-18x86: Add a cpuid commandSimon Glass2-0/+23
2024-10-18coreboot: Switch to a monospaced fontSimon Glass1-3/+9
2024-10-18video: Allow querying the font sizeSimon Glass1-0/+9
2024-10-16net: introduce alternative implementation as net/lwip/Jerome Forissier1-0/+2
2024-09-18Merge patch series "Fix various bugs"Tom Rini1-84/+88
2024-09-18test: mbr: Drop a duplicate testSimon Glass1-6/+0
2024-09-18test: mbr: Use RAM for the buffersSimon Glass1-25/+27
2024-09-18test: mbr: Use a constant for the block sizeSimon Glass1-17/+21
2024-09-18test: mbr: Unmap the buffers after useSimon Glass1-0/+3
2024-09-18test: mbr: Adjust test to drop 0xSimon Glass1-37/+37
2024-09-18test: mbr: Adjust test to use lower-case hexSimon Glass1-3/+4
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini1-24/+17
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu1-24/+17
2024-08-26Merge patch series "Tidy up console recording in tests"Tom Rini20-456/+319
2024-08-26test: Tidy up checking for console endSimon Glass8-119/+119
2024-08-26test: cmd: Drop unnecessary console_record_reset_enable()Simon Glass17-144/+8
2024-08-26test: cmd: Use UTF_CONSOLE in testsSimon Glass2-2/+3
2024-08-26test: fdt: Move common code into the setup functionsSimon Glass1-53/+39
2024-08-26test: fdt: Check internal-function return valuesSimon Glass1-63/+90
2024-08-26test: Rename UTF_CONSOLE_REC to UTF_CONSOLESimon Glass16-59/+59
2024-08-26test: Drop the blank line before test macrosSimon Glass12-15/+0
2024-08-26test: Rename unit-test flagsSimon Glass17-61/+61
2024-08-26board_f: Move fdt_size to boardSimon Glass1-1/+0
2024-08-26board_f: Add a new struct to hold pre-relocation infoSimon Glass1-2/+0
2024-08-23Merge patch series "test/overlay: Make this depend on SANDBOX"Tom Rini1-1/+1
2024-08-23test/cmd: Move wget test to under a sandbox guardTom Rini1-1/+1
2024-08-23log: Avoid including function names by defaultSimon Glass1-1/+7
2024-08-15sandbox: fix wget test failure after fixing wget issueYasuharu Shibata1-9/+31
2024-07-15test: Remove duplicate newlinesMarek Vasut1-1/+0
2024-06-28Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"Tom Rini1-0/+8
2024-06-28test: cmd: fdt: fix chosen test for DM_RNGTim Harvey1-0/+8
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini19-19/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini19-0/+19
2024-05-06test: Remove <common.h> and add needed includesTom Rini19-19/+0
2024-03-02cmd: setexpr: fix no matching string in gsub return empty valueMassimiliano Minella1-0/+10
2024-03-02test: cmd: mbr: Fix Smatch static checker warningAlexander Gendin1-1/+5
2024-01-17test: add test of "cp" shell commandRasmus Villemoes2-0/+169
2023-12-13test: font: Add dependencies on fontsSimon Glass1-1/+5
2023-12-13test: fdt: Add a special case for real boardsSimon Glass1-1/+7
2023-12-13test: bdinfo: Add missing assertsSimon Glass1-4/+7
2023-12-13test: Handle use of stack pointer in bdinfoSimon Glass1-0/+12