Re: [U-Boot] [PATCH v3] rockchip: Reconfigure the malloc based to point to system memory

2015-10-03 Thread Simon Glass
On 3 October 2015 at 12:25, Sjoerd Simons wrote: > > When malloc_base initially gets setup in the SPL it is based on the > current (early) stack pointer, which for rockchip is pointing into SRAM. > This means simple memory allocations happen in SRAM space, which is > somewhat unfortunate. Specific

[U-Boot] [PATCH v3] rockchip: Reconfigure the malloc based to point to system memory

2015-10-03 Thread Sjoerd Simons
When malloc_base initially gets setup in the SPL it is based on the current (early) stack pointer, which for rockchip is pointing into SRAM. This means simple memory allocations happen in SRAM space, which is somewhat unfortunate. Specifically a bounce buffer for the mmc allocated in SRAM space see