Home
last modified time | relevance | path

Searched hist:ca7d22662e1ca1b05fd4cd3d1f80efec93c499ef (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/microblaze/cpu/
H A Dstart.Sdiff ca7d22662e1ca1b05fd4cd3d1f80efec93c499ef Tue Feb 03 09:24:48 CST 2015 Michal Simek <michal.simek@xilinx.com> microblaze: spl: Do not call mem_malloc_init and use early alloc

This patch has some parts connected together:
- Use _gd in bss section which is automatically cleared
Location at SPL_MALLOC_END wasn't cleared at all
- Use MALLOC_F_LEN(early alloc) instead of FULL MALLOC
(mem_malloc_init is not called at all)
- Simplify malloc and stack init.
At the end of SPL addr is malloc area and below is stack

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
/openbmc/u-boot/include/configs/
H A Dmicroblaze-generic.hdiff ca7d22662e1ca1b05fd4cd3d1f80efec93c499ef Tue Feb 03 09:24:48 CST 2015 Michal Simek <michal.simek@xilinx.com> microblaze: spl: Do not call mem_malloc_init and use early alloc

This patch has some parts connected together:
- Use _gd in bss section which is automatically cleared
Location at SPL_MALLOC_END wasn't cleared at all
- Use MALLOC_F_LEN(early alloc) instead of FULL MALLOC
(mem_malloc_init is not called at all)
- Simplify malloc and stack init.
At the end of SPL addr is malloc area and below is stack

Signed-off-by: Michal Simek <michal.simek@xilinx.com>