summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)Author
2018-11-26sandbox: Boot in U-Boot through the standard callSimon Glass
2018-11-26sandbox: Filter arguments when starting U-BootSimon Glass
2018-11-26sandbox: Use malloc() and free() from os layerSimon Glass
2018-11-26sandbox: Refactor code to create os_jump_to_file()Simon Glass
2018-11-26sandbox: Add a new 'sb' commandSimon Glass
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass
2018-11-20sandbox: Add a function to read a host fileSimon Glass
2018-11-20sandbox: remove stray DEBUGHeinrich Schuchardt
2018-11-14sandbox: Try to start the RAM buffer at a particular addressSimon Glass
2018-10-09sandbox: Restore blocking I/O on exitSimon Glass
2018-10-09sandbox: Remove the old memory file laterSimon Glass
2018-10-09sandbox: Add a flag to set the default log levelSimon Glass
2018-10-09sandbox: Support booting from TPL to SPLSimon Glass
2018-10-09sandbox: Add a way to write data to the host filesystemSimon Glass
2018-10-09sandbox: Support file truncation with os_open()Simon Glass
2018-10-08sandbox: Unprotect DATA regions in bus testsSimon Glass
2018-09-23sandbox: Allow to execute from RAMAlexander Graf
2018-09-23sandbox: Fix setjmp/longjmpAlexander Graf
2018-09-23sandbox: Enhance map_to_sysmem() to handle foreign pointersSimon Glass
2018-09-23sandbox: Add support for calling abort()Simon Glass
2018-09-23sandbox: Align RAM buffer to the machine page sizeSimon Glass
2018-08-23Partially revert "efi_loader: Rename sections to allow for implicit data"Simon Glass
2018-08-20sandbox: Move BSS after EFI sectionsAlexander Graf
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-07-26sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfacesJoe Hershberger
2018-07-26sandbox: eth-raw: Allow interface to be specified by indexJoe Hershberger
2018-07-26sandbox: eth-raw: Add a function to ask the host about localhostJoe Hershberger
2018-07-26net: sandbox-raw: Convert raw eth driver to livetreeJoe Hershberger
2018-07-26sandbox: eth-raw: Make sure descriptors are always initializedJoe Hershberger
2018-07-26sandbox: eth-raw: Correct valid socket test in send/recvJoe Hershberger
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf
2018-06-03efi: sandbox: Add required linker sectionsSimon Glass
2018-06-03sandbox: Add a setjmp() implementationSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-18sandbox: Add 64-bit sandboxMario Six
2018-02-13fix spelling of 'functions' in 2 places (was 'funtcions')Simon Goldschmidt
2017-12-07Revert "sandbox: remove os_putc() and os_puts()"Simon Glass
2017-10-08sandbox: avoid memory leak in os_dirent_lsHeinrich Schuchardt
2017-10-02sandbox: Use asm-generic/io.hPaul Burton
2017-08-28sandbox: Add a dummy invalidate_dcache_range() functionBin Meng
2017-07-28sandbox: remove os_putc() and os_puts()Masahiro Yamada
2017-07-27sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...Andy Yan
2017-07-11sandbox: Stop printing platdata at the start of SPLSimon Glass
2017-06-08sandbox: Fix comparison of unsigned enum expression warningTom Rini
2017-06-05bootstage: Require timer_get_boot_us() to be definedSimon Glass
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-04-05board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()Simon Glass
2017-04-05board_f: sandbox: Move setup_ram_buf() to private codeSimon Glass