summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/cpu.c
AgeCommit message (Expand)Author
2017-06-05bootstage: Require timer_get_boot_us() to be definedSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2016-07-15sandbox: Don't use PCI in SPLSimon Glass
2016-07-15sandbox: Add some missing headers in cpu.cSimon Glass
2016-07-15sandbox: Correct header file order in cpu.cSimon Glass
2015-11-20sandbox: Add a way to skip time delaysSimon Glass
2015-07-21sandbox: Use the reset driver to handle resetSimon Glass
2015-06-11sandbox: Add an implementation for cleanup_before_linux_select()Simon Glass
2015-06-04sandbox: Tidy up terminal restoreSimon Glass
2015-05-06sandbox: Add test function to advance timeJoe Hershberger
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass
2015-04-19sandbox: Split bootm code out into lib/bootmSjoerd Simons
2015-04-17dm: sandbox: pci: Add PCI support for sandboxSimon Glass
2014-07-23sandbox: Remove all drivers before exitSimon Glass
2014-03-18Use a const pointer for map_to_sysmem()Simon Glass
2014-01-09sandbox: Allow reading/writing of RAM bufferSimon Glass
2014-01-09sandbox: Implement the bootm command for sandboxSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26sandbox: Support trace featureSimon Glass
2013-05-01sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass
2013-02-04sandbox: Move ram_buf to arch_global_dataSimon Glass
2011-12-10sandbox: Add timer simulationMatthias Weisser
2011-10-17sandbox: Add OS dependent layerSimon Glass
2011-10-17sandbox: Add cpu filesSimon Glass