summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* 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: remove stray DEBUGHeinrich Schuchardt2018-11-201-4/+4
* sandbox: Fix setjmp/longjmpAlexander Graf2018-09-231-12/+0
* sandbox: Enhance map_to_sysmem() to handle foreign pointersSimon Glass2018-09-231-9/+132
* sandbox: Add a setjmp() implementationSimon Glass2018-06-031-0/+13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-1/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* sandbox: Add 64-bit sandboxMario Six2018-02-181-1/+1
* sandbox: Use asm-generic/io.hPaul Burton2017-10-021-1/+11
* sandbox: Add a dummy invalidate_dcache_range() functionBin Meng2017-08-281-0/+4
* bootstage: Require timer_get_boot_us() to be definedSimon Glass2017-06-051-0/+11
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-0/+1
* sandbox: Don't use PCI in SPLSimon Glass2016-07-141-1/+1
* sandbox: Add some missing headers in cpu.cSimon Glass2016-07-141-0/+2
* sandbox: Correct header file order in cpu.cSimon Glass2016-07-141-1/+1
* sandbox: Add a way to skip time delaysSimon Glass2015-11-191-1/+4
* sandbox: Use the reset driver to handle resetSimon Glass2015-07-211-8/+1
* sandbox: Add an implementation for cleanup_before_linux_select()Simon Glass2015-06-101-0/+5
* sandbox: Tidy up terminal restoreSimon Glass2015-06-041-0/+2
* sandbox: Add test function to advance timeJoe Hershberger2015-05-051-5/+0
* fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass2015-04-231-0/+41
* sandbox: Split bootm code out into lib/bootmSjoerd Simons2015-04-191-12/+0
* dm: sandbox: pci: Add PCI support for sandboxSimon Glass2015-04-161-1/+40
* sandbox: Remove all drivers before exitSimon Glass2014-07-231-0/+4
* Use a const pointer for map_to_sysmem()Simon Glass2014-03-171-1/+1
* sandbox: Allow reading/writing of RAM bufferSimon Glass2014-01-081-0/+4
* sandbox: Implement the bootm command for sandboxSimon Glass2014-01-081-2/+15
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* sandbox: Support trace featureSimon Glass2013-06-261-1/+1
* sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass2013-05-011-0/+5
* sandbox: Move ram_buf to arch_global_dataSimon Glass2013-02-041-1/+1
* sandbox: Add timer simulationMatthias Weisser2011-12-101-2/+2
* sandbox: Add OS dependent layerSimon Glass2011-10-171-4/+3
* sandbox: Add cpu filesSimon Glass2011-10-171-0/+63