Re: [U-Boot] [PATCH V4] sandbox: Add improved RAM simulation

2011-12-02 Thread Mike Frysinger
On Saturday 05 November 2011 06:40:34 Matthias Weisser wrote: > Using mmap to allocate memory from the OS for RAM simulation we can use > u-boot own malloc implementation. i've merged this into my sandbox branch -mike signature.asc Description: This is a digitally signed message part. __

Re: [U-Boot] [PATCH V4] sandbox: Add improved RAM simulation

2011-11-05 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V4] sandbox: Add improved RAM simulation

2011-11-05 Thread Simon Glass
On Sat, Nov 5, 2011 at 3:40 AM, Matthias Weisser 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 Thanks for the rebase Tested-by: Simon Glass > --- > Changes in V4: >  Rebased to current H

[U-Boot] [PATCH V4] sandbox: Add improved RAM simulation

2011-11-05 Thread Matthias Weisser
Using mmap to allocate memory from the OS for RAM simulation we can use u-boot own malloc implementation. Signed-off-by: Matthias Weisser --- 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 specia