Re: [U-Boot] [PATCH 4/9] armv8: layerscape: Rewrite memory reservation

2017-02-15 Thread Alexander Graf
On 15/02/2017 19:52, york sun wrote: Reduce CC list. On 02/14/2017 11:56 AM, Alexander Graf wrote: On 14/02/2017 18:38, york sun wrote: On 02/14/2017 09:00 AM, york@nxp.com wrote: On 02/14/2017 07:31 AM, Alexander Graf wrote: On 14/02/2017 04:45, York Sun wrote: For ARMv8

Re: [U-Boot] [PATCH 4/9] armv8: layerscape: Rewrite memory reservation

2017-02-15 Thread york sun
Reduce CC list. On 02/14/2017 11:56 AM, Alexander Graf wrote: > > > On 14/02/2017 18:38, york sun wrote: >> On 02/14/2017 09:00 AM, york@nxp.com wrote: >>> On 02/14/2017 07:31 AM, Alexander Graf wrote: On 14/02/2017 04:45, York Sun wrote: > For ARMv8 Layerscape SoCs, secure

Re: [U-Boot] [PATCH 4/9] armv8: layerscape: Rewrite memory reservation

2017-02-14 Thread york sun
On 02/14/2017 11:56 AM, Alexander Graf wrote: > > > On 14/02/2017 18:38, york sun wrote: >> On 02/14/2017 09:00 AM, york@nxp.com wrote: >>> On 02/14/2017 07:31 AM, Alexander Graf wrote: On 14/02/2017 04:45, York Sun wrote: > For ARMv8 Layerscape SoCs, secure memory and MC

Re: [U-Boot] [PATCH 4/9] armv8: layerscape: Rewrite memory reservation

2017-02-14 Thread Alexander Graf
On 14/02/2017 18:38, york sun wrote: On 02/14/2017 09:00 AM, york@nxp.com wrote: On 02/14/2017 07:31 AM, Alexander Graf wrote: On 14/02/2017 04:45, York Sun wrote: For ARMv8 Layerscape SoCs, secure memory and MC memorey are reserved at the end of DDR. DDR is spit into two or three

Re: [U-Boot] [PATCH 4/9] armv8: layerscape: Rewrite memory reservation

2017-02-14 Thread york sun
On 02/14/2017 09:00 AM, york@nxp.com wrote: > On 02/14/2017 07:31 AM, Alexander Graf wrote: >> >> >> On 14/02/2017 04:45, York Sun wrote: >>> For ARMv8 Layerscape SoCs, secure memory and MC memorey are reserved >>> at the end of DDR. DDR is spit into two or three banks. This patch >>> reverts

Re: [U-Boot] [PATCH 4/9] armv8: layerscape: Rewrite memory reservation

2017-02-14 Thread york sun
On 02/14/2017 07:31 AM, Alexander Graf wrote: > > > On 14/02/2017 04:45, York Sun wrote: >> For ARMv8 Layerscape SoCs, secure memory and MC memorey are reserved >> at the end of DDR. DDR is spit into two or three banks. This patch >> reverts commit aabd7ddb and simplifies the calculation of

Re: [U-Boot] [PATCH 4/9] armv8: layerscape: Rewrite memory reservation

2017-02-14 Thread Alexander Graf
On 14/02/2017 04:45, York Sun wrote: For ARMv8 Layerscape SoCs, secure memory and MC memorey are reserved at the end of DDR. DDR is spit into two or three banks. This patch reverts commit aabd7ddb and simplifies the calculation of reserved memory, and moves the code into common SoC file.