Re: [U-Boot] [RFC v1 PATCH 1/1] mpc85xx: Enable pre-relocation malloc for MPC85xx

2016-04-01 Thread Mario Six
Quoting York Sun : On 03/30/2016 11:29 PM, Mario Six wrote: Quoting York Sun : On 03/29/2016 11:53 PM, Mario Six wrote: To enable DM on MPC85xx, we need pre-relocation malloc, which is implemented in this patch. Signed-off-by: Mario Six Cc: York Sun Cc: Simon Glass --- arch/powerpc/cp

Re: [U-Boot] [RFC v1 PATCH 1/1] mpc85xx: Enable pre-relocation malloc for MPC85xx

2016-03-31 Thread York Sun
On 03/30/2016 11:29 PM, Mario Six wrote: > > Quoting York Sun : > >> On 03/29/2016 11:53 PM, Mario Six wrote: >>> To enable DM on MPC85xx, we need pre-relocation malloc, which is >>> implemented in this patch. >>> >>> Signed-off-by: Mario Six >>> Cc: York Sun >>> Cc: Simon Glass >>> --- >>> a

Re: [U-Boot] [RFC v1 PATCH 1/1] mpc85xx: Enable pre-relocation malloc for MPC85xx

2016-03-30 Thread Mario Six
Quoting York Sun : On 03/29/2016 11:53 PM, Mario Six wrote: To enable DM on MPC85xx, we need pre-relocation malloc, which is implemented in this patch. Signed-off-by: Mario Six Cc: York Sun Cc: Simon Glass --- arch/powerpc/cpu/mpc85xx/cpu_init_early.c | 8 arch/powerpc/cpu/mpc85

Re: [U-Boot] [RFC v1 PATCH 1/1] mpc85xx: Enable pre-relocation malloc for MPC85xx

2016-03-30 Thread York Sun
On 03/29/2016 11:53 PM, Mario Six wrote: > To enable DM on MPC85xx, we need pre-relocation malloc, which is > implemented in this patch. > > Signed-off-by: Mario Six > Cc: York Sun > Cc: Simon Glass > --- > arch/powerpc/cpu/mpc85xx/cpu_init_early.c | 8 > arch/powerpc/cpu/mpc85xx/sta

[U-Boot] [RFC v1 PATCH 1/1] mpc85xx: Enable pre-relocation malloc for MPC85xx

2016-03-29 Thread Mario Six
To enable DM on MPC85xx, we need pre-relocation malloc, which is implemented in this patch. Signed-off-by: Mario Six Cc: York Sun Cc: Simon Glass --- arch/powerpc/cpu/mpc85xx/cpu_init_early.c | 8 arch/powerpc/cpu/mpc85xx/start.S | 28 2 files ch