
18 May
2019
18 May
'19
6:07 p.m.
On Tue, 7 May 2019 at 03:09, Christoph Muellner christoph.muellner@theobroma-systems.com wrote:
Since the DMA-engine of the RK3399 cannot directly copy the ATF SRAM/PMUSRAM memory sections to their destination, we need to use bounce-buffers. This results in allocation of a huge amount of heap memory, which can't be reused (because of simple-malloc).
Therefore we enable the static bounce buffer method.
Signed-off-by: Christoph Muellner christoph.muellner@theobroma-systems.com
configs/puma-rk3399_defconfig | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org