Re: [PATCH] cmd: fdt: use U-Boot's FDT by default

2024-09-06 Thread Tom Rini
On Fri, Sep 06, 2024 at 09:02:25AM -0600, Simon Glass wrote: > Hi Caleb, > > On Fri, 6 Sept 2024 at 03:31, Caleb Connolly > wrote: > > > > > > > > On 03/09/2024 20:14, Tom Rini wrote: > > > On Sat, Aug 31, 2024 at 05:46:19PM +0100, Caleb Connolly wrote: > > > > > >> When using the FDT command to

Re: [PATCH] cmd: fdt: use U-Boot's FDT by default

2024-09-06 Thread Simon Glass
Hi Caleb, On Fri, 6 Sept 2024 at 03:31, Caleb Connolly wrote: > > > > On 03/09/2024 20:14, Tom Rini wrote: > > On Sat, Aug 31, 2024 at 05:46:19PM +0100, Caleb Connolly wrote: > > > >> When using the FDT command to inspect an arbitrary FDT in memory, it > >> will always be necessary to explicitly

Re: [PATCH] cmd: fdt: use U-Boot's FDT by default

2024-09-06 Thread Caleb Connolly
On 03/09/2024 20:14, Tom Rini wrote: On Sat, Aug 31, 2024 at 05:46:19PM +0100, Caleb Connolly wrote: When using the FDT command to inspect an arbitrary FDT in memory, it will always be necessary to explicitly set the FDT address. However it is also quite likely that the command is being used

Re: [PATCH] cmd: fdt: use U-Boot's FDT by default

2024-09-06 Thread Caleb Connolly
On 03/09/2024 20:29, Tom Rini wrote: On Mon, Sep 02, 2024 at 03:07:44PM +0200, Caleb Connolly wrote: Hi Simon, On 01/09/2024 21:10, Simon Glass wrote: Hi Caleb, On Sun, 1 Sept 2024 at 08:21, Caleb Connolly wrote: Hi, On 31/08/2024 23:22, E Shattow wrote: Hi Caleb, the problem here is

Re: [PATCH] cmd: fdt: use U-Boot's FDT by default

2024-09-03 Thread Tom Rini
On Mon, Sep 02, 2024 at 03:07:44PM +0200, Caleb Connolly wrote: > Hi Simon, > > On 01/09/2024 21:10, Simon Glass wrote: > > Hi Caleb, > > > > On Sun, 1 Sept 2024 at 08:21, Caleb Connolly > > wrote: > >> > >> Hi, > >> > >> On 31/08/2024 23:22, E Shattow wrote: > >>> Hi Caleb, the problem here is

Re: [PATCH] cmd: fdt: use U-Boot's FDT by default

2024-09-03 Thread Tom Rini
On Sat, Aug 31, 2024 at 05:46:19PM +0100, Caleb Connolly wrote: > When using the FDT command to inspect an arbitrary FDT in memory, it > will always be necessary to explicitly set the FDT address. However it > is also quite likely that the command is being used to inspect U-Boot's > own FDT. Simpl

Re: [PATCH] cmd: fdt: use U-Boot's FDT by default

2024-09-02 Thread Caleb Connolly
Hi Simon, On 01/09/2024 21:10, Simon Glass wrote: > Hi Caleb, > > On Sun, 1 Sept 2024 at 08:21, Caleb Connolly > wrote: >> >> Hi, >> >> On 31/08/2024 23:22, E Shattow wrote: >>> Hi Caleb, the problem here is hidden conditional behavior. >>> >>> On Sat, Aug 31, 2024 at 9:56 AM Caleb Connolly >>>

Re: [PATCH] cmd: fdt: use U-Boot's FDT by default

2024-09-01 Thread Simon Glass
Hi Caleb, On Sun, 1 Sept 2024 at 08:21, Caleb Connolly wrote: > > Hi, > > On 31/08/2024 23:22, E Shattow wrote: > > Hi Caleb, the problem here is hidden conditional behavior. > > > > On Sat, Aug 31, 2024 at 9:56 AM Caleb Connolly > > wrote: > >> > >> When using the FDT command to inspect an arbi

Re: [PATCH] cmd: fdt: use U-Boot's FDT by default

2024-09-01 Thread Caleb Connolly
Hi, On 31/08/2024 23:22, E Shattow wrote: Hi Caleb, the problem here is hidden conditional behavior. On Sat, Aug 31, 2024 at 9:56 AM Caleb Connolly wrote: When using the FDT command to inspect an arbitrary FDT in memory, it will always be necessary to explicitly set the FDT address. However

Re: [PATCH] cmd: fdt: use U-Boot's FDT by default

2024-08-31 Thread E Shattow
Hi Caleb, the problem here is hidden conditional behavior. On Sat, Aug 31, 2024 at 9:56 AM Caleb Connolly wrote: > > When using the FDT command to inspect an arbitrary FDT in memory, it > will always be necessary to explicitly set the FDT address. However it > is also quite likely that the comman

[PATCH] cmd: fdt: use U-Boot's FDT by default

2024-08-31 Thread Caleb Connolly
When using the FDT command to inspect an arbitrary FDT in memory, it will always be necessary to explicitly set the FDT address. However it is also quite likely that the command is being used to inspect U-Boot's own FDT. Simplify that common workflow of running "fdt addr -c" to get the control addr