]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Add cpu files
authorSimon Glass <sjg@chromium.org>
Mon, 26 Sep 2011 14:10:39 +0000 (14:10 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 17 Oct 2011 21:53:46 +0000 (23:53 +0200)
commit4b0730d242fd203abfe60aed7d9d978bf6568b01
tree25092b24a80172e64e8c63b60ee108ac2d7fd8c4
parenta7551a3f790eca96be14ef3276326cdd63b5d2f4
sandbox: Add cpu files

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>
arch/sandbox/config.mk [new file with mode: 0644]
arch/sandbox/cpu/Makefile [new file with mode: 0644]
arch/sandbox/cpu/cpu.c [new file with mode: 0644]
arch/sandbox/cpu/u-boot.lds [new file with mode: 0644]