summaryrefslogtreecommitdiff
path: root/arch/arm/lib/crt0_64.S
Commit message (Collapse)AuthorAgeLines
* ARMv8: enable pre-allocation mallocDavid Feng2015-03-27-2/+11
| | | | | | | 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>
* arm64: core supportDavid Feng2014-01-09-0/+113
Relocation code based on a patch by Scott Wood, which is: Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: David Feng <fenghua@phytium.com.cn>