summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/cpu.c
Commit message (Collapse)AuthorAgeLines
* sandbox: Add timer simulationMatthias Weisser2011-12-10-2/+2
| | | | | | | Making sleep command work Signed-off-by: Matthias Weisser <weisserm@arcor.de> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sandbox: Add OS dependent layerSimon Glass2011-10-17-4/+3
| | | | | | | We want to keep all OS-dependent code in once place, with a simple interface to U-Boot. For now, this is that place. Signed-off-by: Simon Glass <sjg@chromium.org>
* sandbox: Add cpu filesSimon Glass2011-10-17-0/+63
This is an initial implementation with all functions defined but not working. The lds file is very simple since we can mostly rely on the linker defaults. Signed-off-by: Simon Glass <sjg@chromium.org>