summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
Commit message (Expand)AuthorAgeFilesLines
* sandbox: keep time offset when resettingHeinrich Schuchardt2021-01-301-0/+25
* sandbox: fix sandbox_cmdline_cb_test_fdt()Heinrich Schuchardt2021-01-301-1/+1
* test: add test for dropped trace before log_initPatrick Delaunay2021-01-151-0/+5
* sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay2021-01-053-4/+12
* sandbox: implement invalidate_icache_all()Heinrich Schuchardt2020-12-222-1/+24
* sandbox: implement runtime system resetHeinrich Schuchardt2020-12-221-0/+10
* sandbox: add handler for exceptionsHeinrich Schuchardt2020-12-132-0/+44
* sandbox: implement resetHeinrich Schuchardt2020-11-053-0/+33
* sandbox: use O_CLOEXEC in os_open()Heinrich Schuchardt2020-11-051-0/+5
* sandbox: eth-raw: do not close the console inputHeinrich Schuchardt2020-11-052-5/+8
* dm: test: Drop of-platdata pytestSimon Glass2020-10-292-21/+0
* sandbox: Allow selection of SPL unit testsSimon Glass2020-10-292-1/+10
* dm: test: Add a way to run SPL testsSimon Glass2020-10-292-0/+17
* sandbox: make SDL window resizableHeinrich Schuchardt2020-10-291-1/+2
* sandbox: add missing SDL key scan codesHeinrich Schuchardt2020-10-061-67/+89
* sandbox: u-boot.lds: Remove bogus __bss_start symbolOvidiu Panait2020-08-222-4/+0
* sandbox: Move section u_boot_list to make it RWWalter Lozano2020-07-091-1/+1
* sandbox: handling out of memoryHeinrich Schuchardt2020-07-091-1/+4
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes2020-04-161-0/+9
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* sandbox: sdl: Add an option to double the screen sizeSimon Glass2020-02-052-2/+25
* sandbox: sdl: Move to use SDL2Simon Glass2020-02-051-124/+155
* sandbox: sdl: Support waiting for audio to completeWIP/bisectSimon Glass2020-02-051-2/+13
* sandbox: sdl: Improve error handlingSimon Glass2020-02-051-5/+9
* sandbox: Add comments to the sdl structSimon Glass2020-02-051-1/+16
* sandbox: Add a new header for the system malloc()Simon Glass2020-02-052-11/+12
* sandbox: Ensure that long-options array is terminatedSimon Glass2020-02-051-1/+2
* sandbox: Drop os_realloc()Simon Glass2020-02-051-23/+0
* sandbox: Drop use of special os_malloc() where possibleSimon Glass2020-02-052-15/+15
* sandbox: Rename 'free' variableSimon Glass2020-02-051-3/+3
* sandbox: Sort the help optionsSimon Glass2020-02-051-1/+45
* cli: Make the sandbox board_run_command the defaultSean Anderson2020-02-051-7/+0
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* sandbox: Disable mmio by default in testsSimon Glass2019-12-151-0/+1
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* sandbox: use correct type reading /proc/self/mapsHeinrich Schuchardt2019-11-141-2/+2
* sandbox: Drop 'const' from sandbox_write()Simon Glass2019-10-271-2/+1
* sandbox: Allow use of real I/O with readl(), etc.Simon Glass2019-10-081-0/+52
* sandbox: Add a -T flag to use the test device treeSimon Glass2019-10-081-0/+25
* spl: Add an arch-specific hook for writing to SPL handoffSimon Glass2019-10-081-0/+7
* sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko2019-08-191-1/+0
* sandbox: Add a comment to board_init_f()Simon Glass2019-07-101-0/+1
* sandbox: spl: Lower priority of standard loaderSimon Glass2019-07-101-1/+1
* sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass2019-07-101-0/+1
* sandbox: Drop the printf() in setup_ram_buf()Simon Glass2019-04-231-3/+1