
31 Jan
2015
31 Jan
'15
4:55 a.m.
From: David Feng fenghua@phytium.com.cn
Currently serial_pl01x.c driver contain DM and non-DM mode, but it will access static varible in non-DM mode. So, u-boot using non-DM pl01x driver can not be placed in flash. This patch set enable pre-allocation malloc that is required by DM and enable DM in vexpress64 board.
David Feng (2): ARMv8: enable pre-allocation malloc ARMv8: enable DM in vexpress64 board
arch/arm/include/asm/config.h | 4 ---- arch/arm/lib/crt0_64.S | 13 +++++++++++-- board/armltd/vexpress64/vexpress64.c | 13 +++++++++++++ include/configs/vexpress_aemv8a.h | 14 ++++++++++++-- 4 files changed, 36 insertions(+), 8 deletions(-)
--
1.7.9.5