aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-28sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt1-1/+1
2023-04-27sandbox64: fix: return unsigned long in readq()Abdellatif El Khlifi1-1/+1
2022-09-29sandbox: Support setting up the other FDT for testingSimon Glass1-3/+31
2022-06-28sandbox: show error if the device-tree cannot be loadedHeinrich Schuchardt1-4/+4
2022-05-05sandbox: Avoid binman error when run without device treeSimon Glass1-1/+26
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-10-27sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias Apalodimas1-10/+17
2021-03-27sandbox: Correct uninit conflictSimon Glass1-5/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
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
2018-11-20sandbox: remove stray DEBUGHeinrich Schuchardt1-4/+4
2018-09-23sandbox: Fix setjmp/longjmpAlexander Graf1-12/+0
2018-09-23sandbox: Enhance map_to_sysmem() to handle foreign pointersSimon Glass1-9/+132
2018-06-03sandbox: Add a setjmp() implementationSimon Glass1-0/+13
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-1/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-02-18sandbox: Add 64-bit sandboxMario Six1-1/+1
2017-10-02sandbox: Use asm-generic/io.hPaul Burton1-1/+11
2017-08-28sandbox: Add a dummy invalidate_dcache_range() functionBin Meng1-0/+4
2017-06-05bootstage: Require timer_get_boot_us() to be definedSimon Glass1-0/+11
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-0/+1
2016-07-14sandbox: Don't use PCI in SPLSimon Glass1-1/+1
2016-07-14sandbox: Add some missing headers in cpu.cSimon Glass1-0/+2
2016-07-14sandbox: Correct header file order in cpu.cSimon Glass1-1/+1
2015-11-19sandbox: Add a way to skip time delaysSimon Glass1-1/+4
2015-07-21sandbox: Use the reset driver to handle resetSimon Glass1-8/+1
2015-06-10sandbox: Add an implementation for cleanup_before_linux_select()Simon Glass1-0/+5
2015-06-04sandbox: Tidy up terminal restoreSimon Glass1-0/+2
2015-05-05sandbox: Add test function to advance timeJoe Hershberger1-5/+0
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass1-0/+41
2015-04-19sandbox: Split bootm code out into lib/bootmSjoerd Simons1-12/+0
2015-04-16dm: sandbox: pci: Add PCI support for sandboxSimon Glass1-1/+40
2014-07-23sandbox: Remove all drivers before exitSimon Glass1-0/+4
2014-03-17Use a const pointer for map_to_sysmem()Simon Glass1-1/+1
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass1-0/+4
2014-01-08sandbox: Implement the bootm command for sandboxSimon Glass1-2/+15
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-26sandbox: Support trace featureSimon Glass1-1/+1
2013-05-01sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass1-0/+5
2013-02-04sandbox: Move ram_buf to arch_global_dataSimon Glass1-1/+1
2011-12-10sandbox: Add timer simulationMatthias Weisser1-2/+2
2011-10-17sandbox: Add OS dependent layerSimon Glass1-4/+3
2011-10-17sandbox: Add cpu filesSimon Glass1-0/+63