Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2017-01-16 Thread Andreas Färber
Am 16.01.2017 um 11:26 schrieb Neil Armstrong: > On 01/15/2017 04:44 PM, Andreas Färber wrote: >> Am 23.12.2016 um 10:42 schrieb Heinrich Schuchardt: >>> it really makes a difference if we write >>> >>> memory@0 { >>> device_type = "memory"; >>> linux,usable-memory =

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2017-01-16 Thread Andreas Färber
Am 16.01.2017 um 11:26 schrieb Neil Armstrong: > On 01/15/2017 04:44 PM, Andreas Färber wrote: >> Am 23.12.2016 um 10:42 schrieb Heinrich Schuchardt: >>> it really makes a difference if we write >>> >>> memory@0 { >>> device_type = "memory"; >>> linux,usable-memory =

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2017-01-16 Thread Neil Armstrong
On 01/15/2017 04:44 PM, Andreas Färber wrote: > Am 23.12.2016 um 10:42 schrieb Heinrich Schuchardt: >> it really makes a difference if we write >> >> memory@0 { >> device_type = "memory"; >> linux,usable-memory = <0x0 0x100 0x0 0x7f00>; >> }; >> >> or >>

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2017-01-16 Thread Neil Armstrong
On 01/15/2017 04:44 PM, Andreas Färber wrote: > Am 23.12.2016 um 10:42 schrieb Heinrich Schuchardt: >> it really makes a difference if we write >> >> memory@0 { >> device_type = "memory"; >> linux,usable-memory = <0x0 0x100 0x0 0x7f00>; >> }; >> >> or >>

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2017-01-15 Thread Andreas Färber
Am 23.12.2016 um 10:42 schrieb Heinrich Schuchardt: > it really makes a difference if we write > > memory@0 { > device_type = "memory"; > linux,usable-memory = <0x0 0x100 0x0 0x7f00>; > }; > > or > > memory@0 { > device_type =

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2017-01-15 Thread Andreas Färber
Am 23.12.2016 um 10:42 schrieb Heinrich Schuchardt: > it really makes a difference if we write > > memory@0 { > device_type = "memory"; > linux,usable-memory = <0x0 0x100 0x0 0x7f00>; > }; > > or > > memory@0 { > device_type =

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-23 Thread Heinrich Schuchardt
On 12/22/2016 11:02 AM, Heinrich Schuchardt wrote: > On 12/14/2016 10:52 AM, Neil Armstrong wrote: > >> Hi Heinrich, >> >> Thanks for testing and for the report, >> we are still struggling into finding what are these zones and how to label >> them correctly. >> >> We need to identify the zones

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-23 Thread Heinrich Schuchardt
On 12/22/2016 11:02 AM, Heinrich Schuchardt wrote: > On 12/14/2016 10:52 AM, Neil Armstrong wrote: > >> Hi Heinrich, >> >> Thanks for testing and for the report, >> we are still struggling into finding what are these zones and how to label >> them correctly. >> >> We need to identify the zones

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-22 Thread Heinrich Schuchardt
On 12/14/2016 10:52 AM, Neil Armstrong wrote: > Hi Heinrich, > > Thanks for testing and for the report, > we are still struggling into finding what are these zones and how to label > them correctly. > > We need to identify the zones on all boards, the patch I provided works on a >

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-22 Thread Heinrich Schuchardt
On 12/14/2016 10:52 AM, Neil Armstrong wrote: > Hi Heinrich, > > Thanks for testing and for the report, > we are still struggling into finding what are these zones and how to label > them correctly. > > We need to identify the zones on all boards, the patch I provided works on a >

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-14 Thread Heinrich Schuchardt
On 12/14/2016 10:52 AM, Neil Armstrong wrote: > On 12/12/2016 10:22 PM, Heinrich Schuchardt wrote: >> On 12/12/2016 11:18 AM, Neil Armstrong wrote: >>> The Amlogic Meson GXBB secure monitor uses part of the memory space, this >>> patch adds these reserved zones and redefines the usable memory

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-14 Thread Heinrich Schuchardt
On 12/14/2016 10:52 AM, Neil Armstrong wrote: > On 12/12/2016 10:22 PM, Heinrich Schuchardt wrote: >> On 12/12/2016 11:18 AM, Neil Armstrong wrote: >>> The Amlogic Meson GXBB secure monitor uses part of the memory space, this >>> patch adds these reserved zones and redefines the usable memory

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-14 Thread Neil Armstrong
On 12/12/2016 10:22 PM, Heinrich Schuchardt wrote: > On 12/12/2016 11:18 AM, Neil Armstrong wrote: >> The Amlogic Meson GXBB secure monitor uses part of the memory space, this >> patch adds these reserved zones and redefines the usable memory range for >> each boards. >> >> Signed-off-by: Neil

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-14 Thread Neil Armstrong
On 12/12/2016 10:22 PM, Heinrich Schuchardt wrote: > On 12/12/2016 11:18 AM, Neil Armstrong wrote: >> The Amlogic Meson GXBB secure monitor uses part of the memory space, this >> patch adds these reserved zones and redefines the usable memory range for >> each boards. >> >> Signed-off-by: Neil

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-12 Thread Heinrich Schuchardt
On 12/12/2016 11:18 AM, Neil Armstrong wrote: > The Amlogic Meson GXBB secure monitor uses part of the memory space, this > patch adds these reserved zones and redefines the usable memory range for > each boards. > > Signed-off-by: Neil Armstrong > --- >

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-12 Thread Heinrich Schuchardt
On 12/12/2016 11:18 AM, Neil Armstrong wrote: > The Amlogic Meson GXBB secure monitor uses part of the memory space, this > patch adds these reserved zones and redefines the usable memory range for > each boards. > > Signed-off-by: Neil Armstrong > --- >

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-12 Thread Heinrich Schuchardt
On 12/12/2016 11:18 AM, Neil Armstrong wrote: > The Amlogic Meson GXBB secure monitor uses part of the memory space, this > patch adds these reserved zones and redefines the usable memory range for > each boards. > > Signed-off-by: Neil Armstrong > --- >

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-12 Thread Heinrich Schuchardt
On 12/12/2016 11:18 AM, Neil Armstrong wrote: > The Amlogic Meson GXBB secure monitor uses part of the memory space, this > patch adds these reserved zones and redefines the usable memory range for > each boards. > > Signed-off-by: Neil Armstrong > --- >

[RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-12 Thread Neil Armstrong
The Amlogic Meson GXBB secure monitor uses part of the memory space, this patch adds these reserved zones and redefines the usable memory range for each boards. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi | 2 +-

[RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-12 Thread Neil Armstrong
The Amlogic Meson GXBB secure monitor uses part of the memory space, this patch adds these reserved zones and redefines the usable memory range for each boards. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi | 2 +-