All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] ARMv8: driver model enable
@ 2015-01-31  3:55 fenghua at phytium.com.cn
  2015-01-31  3:55 ` [U-Boot] [PATCH 1/2] ARMv8: enable pre-allocation malloc fenghua at phytium.com.cn
  0 siblings, 1 reply; 10+ messages in thread
From: fenghua at phytium.com.cn @ 2015-01-31  3:55 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-04-15  8:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-31  3:55 [U-Boot] [PATCH 0/2] ARMv8: driver model enable fenghua at phytium.com.cn
2015-01-31  3:55 ` [U-Boot] [PATCH 1/2] ARMv8: enable pre-allocation malloc fenghua at phytium.com.cn
2015-01-31  3:55   ` [U-Boot] [PATCH 2/2] ARMv8: enable DM in vexpress64 board fenghua at phytium.com.cn
2015-03-27 15:36     ` Albert ARIBAUD
2015-04-13 14:50     ` Linus Walleij
2015-04-13 15:15       ` Tom Rini
2015-04-13 20:58         ` Linus Walleij
2015-04-13 22:26           ` Simon Glass
2015-04-15  8:08             ` Linus Walleij
2015-03-27 15:35   ` [U-Boot] [PATCH 1/2] ARMv8: enable pre-allocation malloc Albert ARIBAUD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.