Searched hist:ca7d22662e1ca1b05fd4cd3d1f80efec93c499ef (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/microblaze/cpu/ |
| H A D | start.S | ca7d22662e1ca1b05fd4cd3d1f80efec93c499ef Tue Feb 03 15:24:48 UTC 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>
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | microblaze-generic.h | ca7d22662e1ca1b05fd4cd3d1f80efec93c499ef Tue Feb 03 15:24:48 UTC 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>
|