Re: [PATCH 2/2] env: point fdt address to the fdt in a bloblist

2025-04-05 Thread Raymond Mao
Hi Tom and Simon, On Fri, 28 Mar 2025 at 20:03, Tom Rini wrote: > > On Fri, Mar 28, 2025 at 11:39:13PM +, Simon Glass wrote: > > Hi Raymond, > > > > On Fri, 28 Mar 2025 at 09:06, Raymond Mao wrote: > > > > > > Hi Simon, > > > > > > On Fri, 28 Mar 2025 at 07:35, Simon Glass wrote: > > > > >

Re: [PATCH 2/2] env: point fdt address to the fdt in a bloblist

2025-03-31 Thread Tom Rini
On Mon, Mar 31, 2025 at 10:07:29AM -0400, Raymond Mao wrote: > Hi Tom, > > On Fri, 28 Mar 2025 at 19:51, Tom Rini wrote: > > > > On Thu, Mar 27, 2025 at 04:13:17PM -0700, Raymond Mao wrote: > > > > > Point fdt_addr to the fdt embedded in the bloblist since fdt_addr > > > is a default address for

Re: [PATCH 2/2] env: point fdt address to the fdt in a bloblist

2025-03-31 Thread Raymond Mao
Hi Tom, On Fri, 28 Mar 2025 at 19:51, Tom Rini wrote: > > On Thu, Mar 27, 2025 at 04:13:17PM -0700, Raymond Mao wrote: > > > Point fdt_addr to the fdt embedded in the bloblist since fdt_addr > > is a default address for bootefi, bootm and booti to look for the > > device tree when launching the k

Re: [PATCH 2/2] env: point fdt address to the fdt in a bloblist

2025-03-30 Thread Tom Rini
On Fri, Mar 28, 2025 at 05:35:04AM -0600, Simon Glass wrote: > Hi Raymond, > > On Thu, 27 Mar 2025 at 17:13, Raymond Mao wrote: > > > > Point fdt_addr to the fdt embedded in the bloblist since fdt_addr > > is a default address for bootefi, bootm and booti to look for the > > device tree when laun

Re: [PATCH 2/2] env: point fdt address to the fdt in a bloblist

2025-03-28 Thread Simon Glass
Hi Raymond, On Fri, 28 Mar 2025 at 09:06, Raymond Mao wrote: > > Hi Simon, > > On Fri, 28 Mar 2025 at 07:35, Simon Glass wrote: > > > > Hi Raymond, > > > > On Thu, 27 Mar 2025 at 17:13, Raymond Mao wrote: > > > > > > Point fdt_addr to the fdt embedded in the bloblist since fdt_addr > > > is a d

Re: [PATCH 2/2] env: point fdt address to the fdt in a bloblist

2025-03-28 Thread Tom Rini
On Fri, Mar 28, 2025 at 11:39:13PM +, Simon Glass wrote: > Hi Raymond, > > On Fri, 28 Mar 2025 at 09:06, Raymond Mao wrote: > > > > Hi Simon, > > > > On Fri, 28 Mar 2025 at 07:35, Simon Glass wrote: > > > > > > Hi Raymond, > > > > > > On Thu, 27 Mar 2025 at 17:13, Raymond Mao wrote: > > > >

Re: [PATCH 2/2] env: point fdt address to the fdt in a bloblist

2025-03-28 Thread Tom Rini
On Thu, Mar 27, 2025 at 04:13:17PM -0700, Raymond Mao wrote: > Point fdt_addr to the fdt embedded in the bloblist since fdt_addr > is a default address for bootefi, bootm and booti to look for the > device tree when launching the kernel. > > Signed-off-by: Raymond Mao > --- > env/common.c | 17

Re: [PATCH 2/2] env: point fdt address to the fdt in a bloblist

2025-03-28 Thread Raymond Mao
Hi Simon, On Fri, 28 Mar 2025 at 07:35, Simon Glass wrote: > > Hi Raymond, > > On Thu, 27 Mar 2025 at 17:13, Raymond Mao wrote: > > > > Point fdt_addr to the fdt embedded in the bloblist since fdt_addr > > is a default address for bootefi, bootm and booti to look for the > > device tree when lau

Re: [PATCH 2/2] env: point fdt address to the fdt in a bloblist

2025-03-28 Thread Simon Glass
Hi Raymond, On Thu, 27 Mar 2025 at 17:13, Raymond Mao wrote: > > Point fdt_addr to the fdt embedded in the bloblist since fdt_addr > is a default address for bootefi, bootm and booti to look for the > device tree when launching the kernel. I wonder if we can drop use of that environment variable