]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Add architecture lib files
authorSimon Glass <sjg@chromium.org>
Mon, 3 Oct 2011 19:26:37 +0000 (19:26 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 17 Oct 2011 21:53:46 +0000 (23:53 +0200)
commitb8605a1cbdd0349fe26023d205b837deaf7b50ba
tree5b7c42d5086931e95fff0f58b1584c70121997ac
parent4b0730d242fd203abfe60aed7d9d978bf6568b01
sandbox: Add architecture lib files

These files are taken from the ARM board implementation and then reduced
to remove unneeded cruft.

Ideally we would work towards unifying arch/xxx/lib files, particularly
board.c.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/lib/Makefile [new file with mode: 0644]
arch/sandbox/lib/board.c [new file with mode: 0644]
arch/sandbox/lib/interrupts.c [new file with mode: 0644]