summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)AuthorFilesLines
2021-01-31sandbox: keep time offset when resettingHeinrich Schuchardt1-0/+25
2021-01-31sandbox: fix sandbox_cmdline_cb_test_fdt()Heinrich Schuchardt1-1/+1
2021-01-15test: add test for dropped trace before log_initPatrick Delaunay1-0/+5
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay3-4/+12
2020-12-23sandbox: implement invalidate_icache_all()Heinrich Schuchardt2-1/+24
2020-12-23sandbox: implement runtime system resetHeinrich Schuchardt1-0/+10
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt2-0/+44
2020-11-05sandbox: implement resetHeinrich Schuchardt3-0/+33
2020-11-05sandbox: use O_CLOEXEC in os_open()Heinrich Schuchardt1-0/+5
2020-11-05sandbox: eth-raw: do not close the console inputHeinrich Schuchardt2-5/+8
2020-10-29dm: test: Drop of-platdata pytestSimon Glass2-21/+0
2020-10-29sandbox: Allow selection of SPL unit testsSimon Glass2-1/+10
2020-10-29dm: test: Add a way to run SPL testsSimon Glass2-0/+17
2020-10-29sandbox: make SDL window resizableHeinrich Schuchardt1-1/+2
2020-10-06sandbox: add missing SDL key scan codesHeinrich Schuchardt1-67/+89
2020-08-22sandbox: u-boot.lds: Remove bogus __bss_start symbolOvidiu Panait2-4/+0
2020-07-10sandbox: Move section u_boot_list to make it RWWalter Lozano1-1/+1
2020-07-10sandbox: handling out of memoryHeinrich Schuchardt1-1/+4
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-04-16sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes1-0/+9
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06sandbox: sdl: Add an option to double the screen sizeSimon Glass2-2/+25
2020-02-06sandbox: sdl: Move to use SDL2Simon Glass1-124/+155
2020-02-06sandbox: sdl: Support waiting for audio to completeSimon Glass1-2/+13
2020-02-06sandbox: sdl: Improve error handlingSimon Glass1-5/+9
2020-02-06sandbox: Add comments to the sdl structSimon Glass1-1/+16
2020-02-06sandbox: Add a new header for the system malloc()Simon Glass2-11/+12
2020-02-06sandbox: Ensure that long-options array is terminatedSimon Glass1-1/+2
2020-02-06sandbox: Drop os_realloc()Simon Glass1-23/+0
2020-02-06sandbox: Drop use of special os_malloc() where possibleSimon Glass2-15/+15
2020-02-06sandbox: Rename 'free' variableSimon Glass1-3/+3
2020-02-06sandbox: Sort the help optionsSimon Glass1-1/+45
2020-02-06cli: Make the sandbox board_run_command the defaultSean Anderson1-7/+0
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-15sandbox: Disable mmio by default in testsSimon Glass1-0/+1
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-11-14sandbox: use correct type reading /proc/self/mapsHeinrich Schuchardt1-2/+2
2019-10-27sandbox: Drop 'const' from sandbox_write()Simon Glass1-2/+1
2019-10-08sandbox: Allow use of real I/O with readl(), etc.Simon Glass1-0/+52
2019-10-08sandbox: Add a -T flag to use the test device treeSimon Glass1-0/+25
2019-10-08spl: Add an arch-specific hook for writing to SPL handoffSimon Glass1-0/+7
2019-08-19sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko1-1/+0
2019-07-11sandbox: Add a comment to board_init_f()Simon Glass1-0/+1
2019-07-11sandbox: spl: Lower priority of standard loaderSimon Glass1-1/+1
2019-07-11sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass1-0/+1
2019-04-24sandbox: Drop the printf() in setup_ram_buf()Simon Glass1-3/+1