]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Add OS dependent layer
authorSimon Glass <sjg@chromium.org>
Mon, 3 Oct 2011 19:26:44 +0000 (19:26 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 17 Oct 2011 21:56:58 +0000 (23:56 +0200)
commit7a9219c17a6a15bfa96a87b352837be71b6738f6
treed302692b8005d52bebb863db8d77dcb2ea92f48d
parent8edf844f1b652bc81604d9b5fab59e2fa80fe3af
sandbox: Add OS dependent layer

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>
arch/sandbox/cpu/Makefile
arch/sandbox/cpu/cpu.c
arch/sandbox/cpu/os.c [new file with mode: 0644]
include/os.h [new file with mode: 0644]