Re: [u-boot-test-hooks PATCH v3 1/2] Create a common file for test scripts

2024-08-23 Thread Tom Rini
On Fri, Aug 23, 2024 at 03:31:22PM -0600, Simon Glass wrote: > The top part of each of the u-boot-test-* files is common. Put it in > a common script file to avoid duplication and to allow it to be > replaced for the Labgrid integration. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini --

Re: [PATCH v2 26/35] global_data: Reduce size of early-malloc vars

2024-08-23 Thread Simon Glass
Hi Tom, On Fri, 23 Aug 2024 at 15:07, Tom Rini wrote: > > On Fri, Aug 23, 2024 at 02:30:04PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Fri, 23 Aug 2024 at 07:34, Tom Rini wrote: > > > > > > On Wed, Aug 21, 2024 at 10:19:18AM -0600, Simon Glass wrote: > > > > > > > The early malloc region

Re: [PATCH v2 26/35] global_data: Reduce size of early-malloc vars

2024-08-23 Thread Tom Rini
On Fri, Aug 23, 2024 at 03:44:45PM -0600, Simon Glass wrote: > Hi Tom, > > On Fri, 23 Aug 2024 at 15:07, Tom Rini wrote: > > > > On Fri, Aug 23, 2024 at 02:30:04PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Fri, 23 Aug 2024 at 07:34, Tom Rini wrote: > > > > > > > > On Wed, Aug 21, 20

Re: [PATCH 0/6] bootstd: sunxi: Migrate to standard boot

2024-08-23 Thread Simon Glass
Hi Andre, On Tue, 13 Aug 2024 at 06:35, Andre Przywara wrote: > > On Tue, 13 Aug 2024 06:17:17 -0600 > Simon Glass wrote: > > Hi Simon, > > I had a bit deeper look yesterday. Thanks for digging into this. > > > Hi Andre, > > > > On Mon, 12 Aug 2024 at 10:00, Andre Przywara wrote: > > > > > >

[PATCH v2 0/8] bootstd: sunxi: Migrate to standard boot

2024-08-23 Thread Simon Glass
This series attempts to migrate all sunxi boards to use standard boot, along with a text environment. Changes in v2: - Add new patch to resolve BOOTSTD->BLK recursion with Kconfig - Put the FEL bootmeth before all other global bootmeths - Convert the other DISTRO_DEFAULTS in the Kconfig too - Keep

Re: [GIT PULL v2] Please pull u-boot-imx-next-20240823

2024-08-23 Thread Tom Rini
oot/custodians/u-boot-samsung into next (2024-08-22 > 08:15:04 -0600) > > are available in the Git repository at: > > https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git > tags/u-boot-imx-next-20240823 > > for you to fetch changes up to dda8444832ce32e0bdb9a05e2e90

Re: [PATCH v2 26/35] global_data: Reduce size of early-malloc vars

2024-08-23 Thread Simon Glass
Hi Tom, On Fri, 23 Aug 2024 at 15:49, Tom Rini wrote: > > On Fri, Aug 23, 2024 at 03:44:45PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Fri, 23 Aug 2024 at 15:07, Tom Rini wrote: > > > > > > On Fri, Aug 23, 2024 at 02:30:04PM -0600, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Fri

Re: [PATCH v3 17/27] lmb: do away with arch_lmb_reserve()

2024-08-23 Thread Sughosh Ganu
On Sat, 24 Aug 2024 at 02:17, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 21 Aug 2024 at 05:00, Sughosh Ganu wrote: > > > > All of the current definitions of arch_lmb_reserve() are doing the > > same thing -- reserve the region of memory occupied by U-Boot, > > starting from the current stack

<    1   2