summaryrefslogtreecommitdiff
path: root/test/cmd
AgeCommit message (Expand)Author
2024-11-29test/cmd/wget.c: move net_test_wget() to the cmd test suiteJerome Forissier
2024-11-18test: cmd/hash: check return value of ut_check_console_lineHeinrich Schuchardt
2024-11-14lmb.c: add missing comma in lmb_dump_region()Heinrich Schuchardt
2024-11-14test: use %zd for size_t in mbr_test_run()Heinrich Schuchardt
2024-11-14test: cmd/mbr: pass correct buffer size to init_write_buffersHeinrich Schuchardt
2024-11-14Merge patch series "cmd: hash: correct parameter count check"Tom Rini
2024-11-14test: unit test for hash commandHeinrich Schuchardt
2024-11-13Merge patch series "test: Tidy up the test/ directory"Tom Rini
2024-11-13test: Update command test to use unit-test functionsSimon Glass
2024-11-13command: test: Move into the cmd suiteSimon Glass
2024-11-13command_ut: test: Move test into libSimon Glass
2024-11-03x86: coreboot: Allow building an expo for editing CMOS configSimon Glass
2024-11-03x86: coreboot: Add a command to check and update CMOS RAMSimon Glass
2024-11-03x86: coreboot: Show the option tableSimon Glass
2024-11-03x86: coreboot: Add a test for cbsysinfo commandSimon Glass
2024-11-01test/cmd/mem_copy.c: Use CONFIG_SYS_LOAD_ADDR for baseTom Rini
2024-10-29test/cmd: Make some "ut dm" tests only available on sandboxTom Rini
2024-10-25meminfo: Show the lmb recordsSimon Glass
2024-10-25cmd: Update the meminfo command to show the memory mapSimon Glass
2024-10-18x86: Add msr commandSimon Glass
2024-10-18x86: Add a cpuid commandSimon Glass
2024-10-18coreboot: Switch to a monospaced fontSimon Glass
2024-10-18video: Allow querying the font sizeSimon Glass
2024-10-16net: introduce alternative implementation as net/lwip/Jerome Forissier
2024-09-18Merge patch series "Fix various bugs"Tom Rini
2024-09-18test: mbr: Drop a duplicate testSimon Glass
2024-09-18test: mbr: Use RAM for the buffersSimon Glass
2024-09-18test: mbr: Use a constant for the block sizeSimon Glass
2024-09-18test: mbr: Unmap the buffers after useSimon Glass
2024-09-18test: mbr: Adjust test to drop 0xSimon Glass
2024-09-18test: mbr: Adjust test to use lower-case hexSimon Glass
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-08-26Merge patch series "Tidy up console recording in tests"Tom Rini
2024-08-26test: Tidy up checking for console endSimon Glass
2024-08-26test: cmd: Drop unnecessary console_record_reset_enable()Simon Glass
2024-08-26test: cmd: Use UTF_CONSOLE in testsSimon Glass
2024-08-26test: fdt: Move common code into the setup functionsSimon Glass
2024-08-26test: fdt: Check internal-function return valuesSimon Glass
2024-08-26test: Rename UTF_CONSOLE_REC to UTF_CONSOLESimon Glass
2024-08-26test: Drop the blank line before test macrosSimon Glass
2024-08-26test: Rename unit-test flagsSimon Glass
2024-08-26board_f: Move fdt_size to boardSimon Glass
2024-08-26board_f: Add a new struct to hold pre-relocation infoSimon Glass
2024-08-23Merge patch series "test/overlay: Make this depend on SANDBOX"Tom Rini
2024-08-23test/cmd: Move wget test to under a sandbox guardTom Rini
2024-08-23log: Avoid including function names by defaultSimon Glass
2024-08-15sandbox: fix wget test failure after fixing wget issueYasuharu Shibata
2024-07-15test: Remove duplicate newlinesMarek Vasut
2024-06-28Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"Tom Rini