Re: [U-Boot] [PATCH v1] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server

2015-11-18 Thread York Sun
On 11/16/2015 09:29 AM, York Sun wrote: > > > On 11/16/2015 09:21 AM, Joakim Tjernlund wrote: >> On Mon, 2015-11-16 at 09:03 -0800, York Sun wrote: >>> >>> On 11/12/2015 02:54 PM, Joakim Tjernlund wrote: On Thu, 2015-11-12 at 14:20 -0800, York Sun wrote: > Introduce a new function to

Re: [U-Boot] [PATCH v1] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server

2015-11-16 Thread York Sun
On 11/12/2015 02:54 PM, Joakim Tjernlund wrote: > On Thu, 2015-11-12 at 14:20 -0800, York Sun wrote: >> Introduce a new function to calculate reserved memory to replace macro >> CONFIG_SYS_MEM_TOP_HIDE for more flexibility. Legacy use of this macro is >> still supported. MC and debug server are

Re: [U-Boot] [PATCH v1] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server

2015-11-16 Thread York Sun
On 11/16/2015 09:21 AM, Joakim Tjernlund wrote: > On Mon, 2015-11-16 at 09:03 -0800, York Sun wrote: >> >> On 11/12/2015 02:54 PM, Joakim Tjernlund wrote: >>> On Thu, 2015-11-12 at 14:20 -0800, York Sun wrote: Introduce a new function to calculate reserved memory to replace macro

Re: [U-Boot] [PATCH v1] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server

2015-11-16 Thread Joakim Tjernlund
On Mon, 2015-11-16 at 09:03 -0800, York Sun wrote: > > On 11/12/2015 02:54 PM, Joakim Tjernlund wrote: > > On Thu, 2015-11-12 at 14:20 -0800, York Sun wrote: > > > Introduce a new function to calculate reserved memory to replace macro > > > CONFIG_SYS_MEM_TOP_HIDE for more flexibility. Legacy use

Re: [U-Boot] [PATCH v1] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server

2015-11-12 Thread York Sun
: Re: [U-Boot] [PATCH v1] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server On Thu, 2015-11-12 at 14:20 -0800, York Sun wrote: > Introduce a new function to calculate reserved memory to replace macro > CONFIG_SYS_MEM_TOP_HIDE for more flexibility. Legacy use of this

Re: [U-Boot] [PATCH v1] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server

2015-11-12 Thread Joakim Tjernlund
On Thu, 2015-11-12 at 14:20 -0800, York Sun wrote: > Introduce a new function to calculate reserved memory to replace macro > CONFIG_SYS_MEM_TOP_HIDE for more flexibility. Legacy use of this macro is > still supported. MC and debug server are not board-specific. Move the > reservation function to

[U-Boot] [PATCH v1] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server

2015-11-12 Thread York Sun
Introduce a new function to calculate reserved memory to replace macro CONFIG_SYS_MEM_TOP_HIDE for more flexibility. Legacy use of this macro is still supported. MC and debug server are not board-specific. Move the reservation function to SoC file. Reduce debug server memory by 2MB to make room