ARMv8: enable pre-allocation malloc
authorDavid Feng <fenghua@phytium.com.cn>
Sat, 31 Jan 2015 03:55:28 +0000 (11:55 +0800)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 27 Mar 2015 15:28:58 +0000 (16:28 +0100)
commitb263302aa588464cec3bbdde09e2b52765dbae9e
tree3e92efaf2431fe745addb8251d79a668f20337ae
parentf643d9294f45487f22e8f33d6572530f17eff4e9
ARMv8: enable pre-allocation malloc

Allocate memory space for pre-allocation malloc and zero global data.
This code is partly from crt0.S.

Signed-off-by: David Feng <fenghua@phytium.com.cn>
arch/arm/include/asm/config.h
arch/arm/lib/crt0_64.S