Re: [U-Boot] [PATCH 1/2] fdt: Allow indicating a node is for U-Boot proper only

2019-05-20 Thread Patrick DELAUNAY
Hi Simon, > > Hi Patrick, > > On Mon, 11 Feb 2019 at 07:34, Patrick DELAUNAY > wrote: > > > > Hi Marek, > > > > > From: Marek Vasut > > > Sent: lundi 11 février 2019 12:58 > > > > > > On 2/11/19 12:56 PM, Patrick DELAUNAY wrote: > > > > Hi Marek and Simon > > > > > > > >> From: Patrick DELAUN

Re: [U-Boot] [PATCH 1/2] fdt: Allow indicating a node is for U-Boot proper only

2019-05-18 Thread Simon Glass
Hi Patrick, On Mon, 11 Feb 2019 at 07:34, Patrick DELAUNAY wrote: > > Hi Marek, > > > From: Marek Vasut > > Sent: lundi 11 février 2019 12:58 > > > > On 2/11/19 12:56 PM, Patrick DELAUNAY wrote: > > > Hi Marek and Simon > > > > > >> From: Patrick DELAUNAY > > >> Sent: vendredi 8 février 2019 13:

Re: [U-Boot] [PATCH 1/2] fdt: Allow indicating a node is for U-Boot proper only

2019-02-11 Thread Patrick DELAUNAY
Hi Marek, > From: Marek Vasut > Sent: lundi 11 février 2019 12:58 > > On 2/11/19 12:56 PM, Patrick DELAUNAY wrote: > > Hi Marek and Simon > > > >> From: Patrick DELAUNAY > >> Sent: vendredi 8 février 2019 13:47 > >> > >> Hi Marek, > >> > >>> From: Marek Vasut > >>> Sent: jeudi 7 février 2019 18

Re: [U-Boot] [PATCH 1/2] fdt: Allow indicating a node is for U-Boot proper only

2019-02-11 Thread Marek Vasut
On 2/11/19 12:56 PM, Patrick DELAUNAY wrote: > Hi Marek and Simon > >> From: Patrick DELAUNAY >> Sent: vendredi 8 février 2019 13:47 >> >> Hi Marek, >> >>> From: Marek Vasut >>> Sent: jeudi 7 février 2019 18:48 >>> >>> On 2/7/19 6:40 PM, Patrick DELAUNAY wrote: Hi Marek, > From: Mar

Re: [U-Boot] [PATCH 1/2] fdt: Allow indicating a node is for U-Boot proper only

2019-02-11 Thread Patrick DELAUNAY
Hi Marek and Simon > From: Patrick DELAUNAY > Sent: vendredi 8 février 2019 13:47 > > Hi Marek, > > > From: Marek Vasut > > Sent: jeudi 7 février 2019 18:48 > > > > On 2/7/19 6:40 PM, Patrick DELAUNAY wrote: > > > Hi Marek, > > > > > >> From: Marek Vasut > > >> Sent: mardi 5 février 2019 09:55

Re: [U-Boot] [PATCH 1/2] fdt: Allow indicating a node is for U-Boot proper only

2019-02-08 Thread Patrick DELAUNAY
Hi Marek, > From: Marek Vasut > Sent: jeudi 7 février 2019 18:48 > > On 2/7/19 6:40 PM, Patrick DELAUNAY wrote: > > Hi Marek, > > > >> From: Marek Vasut > >> Sent: mardi 5 février 2019 09:55 > >> > >> On 2/4/19 3:40 PM, Simon Glass wrote: > >>> On Mon, 4 Feb 2019 at 03:15, Patrick Delaunay > >>

Re: [U-Boot] [PATCH 1/2] fdt: Allow indicating a node is for U-Boot proper only

2019-02-07 Thread Marek Vasut
On 2/7/19 6:40 PM, Patrick DELAUNAY wrote: > Hi Marek, > >> From: Marek Vasut >> Sent: mardi 5 février 2019 09:55 >> >> On 2/4/19 3:40 PM, Simon Glass wrote: >>> On Mon, 4 Feb 2019 at 03:15, Patrick Delaunay >> wrote: This add missing parts for previous commit 06f94461a9f4 ("fdt:

Re: [U-Boot] [PATCH 1/2] fdt: Allow indicating a node is for U-Boot proper only

2019-02-07 Thread Patrick DELAUNAY
Hi Marek, > From: Marek Vasut > Sent: mardi 5 février 2019 09:55 > > On 2/4/19 3:40 PM, Simon Glass wrote: > > On Mon, 4 Feb 2019 at 03:15, Patrick Delaunay > wrote: > >> > >> This add missing parts for previous commit 06f94461a9f4 > >> ("fdt: Allow indicating a node is for U-Boot proper only")

Re: [U-Boot] [PATCH 1/2] fdt: Allow indicating a node is for U-Boot proper only

2019-02-05 Thread Marek Vasut
On 2/4/19 3:40 PM, Simon Glass wrote: > On Mon, 4 Feb 2019 at 03:15, Patrick Delaunay wrote: >> >> This add missing parts for previous commit 06f94461a9f4 >> ("fdt: Allow indicating a node is for U-Boot proper only") >> >> At present it is not possible to specify that a node should be used before

Re: [U-Boot] [PATCH 1/2] fdt: Allow indicating a node is for U-Boot proper only

2019-02-04 Thread Simon Glass
On Mon, 4 Feb 2019 at 03:15, Patrick Delaunay wrote: > > This add missing parts for previous commit 06f94461a9f4 > ("fdt: Allow indicating a node is for U-Boot proper only") > > At present it is not possible to specify that a node should be used before > relocation (in U-Boot proper) without it al

[U-Boot] [PATCH 1/2] fdt: Allow indicating a node is for U-Boot proper only

2019-02-04 Thread Patrick Delaunay
This add missing parts for previous commit 06f94461a9f4 ("fdt: Allow indicating a node is for U-Boot proper only") At present it is not possible to specify that a node should be used before relocation (in U-Boot proper) without it also ending up in SPL and TPL device trees. Add a new "u-boot,dm-pr