]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMv8: enable pre-allocation malloc
authorDavid Feng <fenghua@phytium.com.cn>
Sat, 31 Jan 2015 03:55:28 +0000 (11:55 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:18 +0000 (14:34 +0200)
commit4e0c257288abcce5da0f719c9c3c62ba0f535724
tree82cb1ba7da6477482373f9be69f97999ff51758c
parentdd346faf43e282725781c316dedf600e503d3b52
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