
5 Nov
2011
5 Nov
'11
4:05 p.m.
On Sat, Nov 5, 2011 at 3:40 AM, Matthias Weisser weisserm@arcor.de wrote:
Using mmap to allocate memory from the OS for RAM simulation we can use u-boot own malloc implementation.
Signed-off-by: Matthias Weisser weisserm@arcor.de
Thanks for the rebase
Tested-by: Simon Glass sjg@chromium.org
Changes in V4: Rebased to current HEAD
Changes in V3: Fixed a build warning
Changes in V2: Removed the address hint for mmap Removed the special handling of dlmalloc in common Set gd->bd->bi_dram[0].start to 0 again
arch/sandbox/cpu/os.c | 7 +++++++ arch/sandbox/lib/board.c | 17 ++++++++++------- common/Makefile | 3 --- include/os.h | 8 ++++++++ 4 files changed, 25 insertions(+), 10 deletions(-)