summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/cpu.c
Commit message (Expand)AuthorAgeLines
* sandbox: Add test function to advance timeJoe Hershberger2015-05-05-5/+0
* fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass2015-04-23-0/+41
* sandbox: Split bootm code out into lib/bootmSjoerd Simons2015-04-19-12/+0
* dm: sandbox: pci: Add PCI support for sandboxSimon Glass2015-04-16-1/+40
* sandbox: Remove all drivers before exitSimon Glass2014-07-23-0/+4
* Use a const pointer for map_to_sysmem()Simon Glass2014-03-17-1/+1
* sandbox: Allow reading/writing of RAM bufferSimon Glass2014-01-08-0/+4
* sandbox: Implement the bootm command for sandboxSimon Glass2014-01-08-2/+15
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* sandbox: Support trace featureSimon Glass2013-06-26-1/+1
* sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass2013-05-01-0/+5
* sandbox: Move ram_buf to arch_global_dataSimon Glass2013-02-04-1/+1
* sandbox: Add timer simulationMatthias Weisser2011-12-10-2/+2
* sandbox: Add OS dependent layerSimon Glass2011-10-17-4/+3
* sandbox: Add cpu filesSimon Glass2011-10-17-0/+63