aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Add a way to show the sandbox memory-mappingSimon Glass2024-11-031-0/+13
* arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-111-1/+1
* sandbox: Implement reference counting for address mappingSimon Glass2024-09-181-4/+10
* sandbox: Unmap old tagsSimon Glass2024-09-181-0/+16
* sandbox: Update cpu to use loggingSimon Glass2024-09-181-7/+9
* sandbox: fdt: Avoid overwriting an existing fdtSimon Glass2024-08-091-0/+2
* Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini2023-12-211-0/+8
|\
| * sandbox: bootm: Enable more bootm OS methodsSimon Glass2023-12-211-0/+8
* | sandbox: Audit config.h and common.h usageTom Rini2023-12-211-1/+0
|/
* sandbox: Add a dummy dcache_status() functionEmanuele Ghidoli2023-06-211-0/+5
* sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt2023-04-281-1/+1
* sandbox64: fix: return unsigned long in readq()Abdellatif El Khlifi2023-04-271-1/+1
* sandbox: Support setting up the other FDT for testingSimon Glass2022-09-291-3/+31
* sandbox: show error if the device-tree cannot be loadedHeinrich Schuchardt2022-06-281-4/+4
* sandbox: Avoid binman error when run without device treeSimon Glass2022-05-051-1/+26
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias Apalodimas2021-10-271-10/+17
* sandbox: Correct uninit conflictSimon Glass2021-03-271-5/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* 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