]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Add improved RAM simulation
authorMatthias Weisser <weisserm@arcor.de>
Sat, 5 Nov 2011 10:40:34 +0000 (11:40 +0100)
committerMike Frysinger <vapier@gentoo.org>
Sat, 10 Dec 2011 22:54:04 +0000 (17:54 -0500)
commit21899b10850b8ba155b16038fac5dd8d98214842
tree704f143e00b60eb3a2f405fb3d8870c59b527425
parentc90a4dd79cb17abb46689f27ff9f1c971362d6e2
sandbox: Add improved RAM simulation

Using mmap to allocate memory from the OS for RAM simulation we can use
u-boot own malloc implementation.

Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Matthias Weisser <weisserm@arcor.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/sandbox/cpu/os.c
arch/sandbox/lib/board.c
common/Makefile
include/os.h