~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* sandbox: Fix quiting when the LCD window is closedSimon Glass2023-07-14
* sandbox: Add a dummy dcache_status() functionEmanuele Ghidoli2023-06-21
* sandbox: disable tracing before unmapping RAMPavel Skripkin2023-04-28
* sandbox: fix return type of os_filesize()Heinrich Schuchardt2023-04-28
* sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt2023-04-28
* sandbox64: fix: return unsigned long in readq()Abdellatif El Khlifi2023-04-27
* sandbox: Allow SPI flash bootdevs to be disabled for testsSimon Glass2023-01-23
* sandbox: Allow ethernet to be disabled at runtimeSimon Glass2023-01-23
* global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini2022-12-23
* Merge tag 'v2023.01-rc4' into nextTom Rini2022-12-21
|\
| * sandbox: fix sound driverHeinrich Schuchardt2022-12-05
* | global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-05
|/
* test: Add a way to detect a test that breaks anotherSimon Glass2022-11-07
* vbe: Support reading the next SPL phase via VBESimon Glass2022-10-31
* sandbox: Support obtaining the next phase from an imageSimon Glass2022-10-31
* sandbox: Add a way to specify the sandbox executableSimon Glass2022-10-31
* sandbox: Generalise SPL bootingSimon Glass2022-10-31
* sandbox: Drop message about writing sandbox stateSimon Glass2022-10-31
* test: Support tests which can only be run manuallySimon Glass2022-10-31
* sandbox: add SIGALRM-based watchdog deviceRasmus Villemoes2022-10-24
* sandbox: Support setting up the other FDT for testingSimon Glass2022-09-29
* sandbox: Support loading the other FDTSimon Glass2022-09-29
* sandbox: Add a function to load a relative file pathSimon Glass2022-09-29
* sandbox: unblock signal before calling execv()Heinrich Schuchardt2022-09-25
* sandbox: Add function os_flush()Pali Rohár2022-09-24
* test: Allow running tests multiple timesSimon Glass2022-09-02
* sandbox: show error if the device-tree cannot be loadedHeinrich Schuchardt2022-06-28
* sandbox: add function os_printf()Heinrich Schuchardt2022-06-28
* sandbox: Add libfuzzer integrationAndrew Scull2022-06-23
* sandbox: Decouple program entry from sandbox initAndrew Scull2022-06-23
* linker_lists: Rename sections to remove . prefixAndrew Scull2022-06-23
* sandbox: Rename getopt sectionsAndrew Scull2022-06-23
* sandbox: Rename EFI runtime sectionsAndrew Scull2022-06-23
* sandbox: Avoid binman error when run without device treeSimon Glass2022-05-05
* sandbox: Add a build for VPLSimon Glass2022-05-02
* sandbox: Align linker lists to a 32-byte boundarySimon Glass2022-04-18
* sandbox: Correct loss of early output in SPLSimon Glass2022-04-18
* sandbox: Add the handoff header for splSimon Glass2022-03-18
* sandbox: Show a message when writing out the ram bufferSimon Glass2022-03-18
* event: Convert misc_init_f() to use eventsSimon Glass2022-03-10
* sandbox: start: Sort the header filesSimon Glass2022-03-10
* sandbox: fix build failure with musl and SDLHeinrich Schuchardt2022-02-09
* sandbox: eth-raw: fix building with musl libraryHeinrich Schuchardt2022-01-25
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* sandbox: compatibility of os_get_filesize()Heinrich Schuchardt2022-01-13
* video: sandbox: Avoid duplicate display windowsSimon Glass2021-12-26
* sandbox: video: Support 8bpp depthSimon Glass2021-12-26
* sandbox: replace putchar(ch) by fputc(ch, stdout)Heinrich Schuchardt2021-12-02
* Merge tag 'v2022.01-rc3' into nextTom Rini2021-11-29
|\
| * sandbox: poweroff in efi_system_reset()Heinrich Schuchardt2021-11-26