Re: [PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-12-13 Thread Simon Glass
Hi Tom, On Wed, 13 Dec 2023 at 13:59, Tom Rini wrote: > > On Wed, Dec 13, 2023 at 01:51:00PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 13 Dec 2023 at 13:42, Tom Rini wrote: > > > > > > On Wed, Dec 13, 2023 at 12:50:02PM -0700, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Sat

Re: [PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-12-13 Thread Tom Rini
On Wed, Dec 13, 2023 at 01:51:00PM -0700, Simon Glass wrote: > Hi Tom, > > On Wed, 13 Dec 2023 at 13:42, Tom Rini wrote: > > > > On Wed, Dec 13, 2023 at 12:50:02PM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Sat, 9 Dec 2023 at 08:48, Tom Rini wrote: > > > > > > > > On Sat, Dec 02, 202

Re: [PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-12-13 Thread Simon Glass
Hi Tom, On Wed, 13 Dec 2023 at 13:42, Tom Rini wrote: > > On Wed, Dec 13, 2023 at 12:50:02PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Sat, 9 Dec 2023 at 08:48, Tom Rini wrote: > > > > > > On Sat, Dec 02, 2023 at 08:33:48AM -0700, Simon Glass wrote: > > > > > > > The cyclic subsystem is c

Re: [PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-12-13 Thread Tom Rini
On Wed, Dec 13, 2023 at 12:50:02PM -0700, Simon Glass wrote: > Hi Tom, > > On Sat, 9 Dec 2023 at 08:48, Tom Rini wrote: > > > > On Sat, Dec 02, 2023 at 08:33:48AM -0700, Simon Glass wrote: > > > > > The cyclic subsystem is currently enabled either in all build phases > > > or none. For tools this

Re: [PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-12-13 Thread Simon Glass
Hi Tom, On Sat, 9 Dec 2023 at 08:48, Tom Rini wrote: > > On Sat, Dec 02, 2023 at 08:33:48AM -0700, Simon Glass wrote: > > > The cyclic subsystem is currently enabled either in all build phases > > or none. For tools this should not be enabled, but since lib/shc256.c > > and other files include wa

Re: [PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-12-09 Thread Tom Rini
On Sat, Dec 02, 2023 at 08:33:48AM -0700, Simon Glass wrote: > The cyclic subsystem is currently enabled either in all build phases > or none. For tools this should not be enabled, but since lib/shc256.c > and other files include watchdog.h in the host build, we must make > sure that it is not ena

Re: [PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-12-05 Thread Devarsh Thakkar
Hi Simon, On 02/12/23 21:03, Simon Glass wrote: > The cyclic subsystem is currently enabled either in all build phases > or none. For tools this should not be enabled, but since lib/shc256.c > and other files include watchdog.h in the host build, we must make > sure that it is not enabled there. >

Re: [PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-12-03 Thread Stefan Roese
On 12/2/23 16:33, Simon Glass wrote: The cyclic subsystem is currently enabled either in all build phases or none. For tools this should not be enabled, but since lib/shc256.c and other files include watchdog.h in the host build, we must make sure that it is not enabled there. Add an SPL symbol

[PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-12-02 Thread Simon Glass
The cyclic subsystem is currently enabled either in all build phases or none. For tools this should not be enabled, but since lib/shc256.c and other files include watchdog.h in the host build, we must make sure that it is not enabled there. Add an SPL symbol so that there is more control of this.

Re: [PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-11-21 Thread Tom Rini
On Tue, Nov 21, 2023 at 09:20:39AM -0700, Simon Glass wrote: > Hi Tom, > > On Tue, 21 Nov 2023 at 06:06, Tom Rini wrote: > > > > On Mon, Nov 20, 2023 at 07:09:25PM -0700, Simon Glass wrote: > > > > > The cyclic subsystem is currently enabled either in all build phases > > > or none. For tools thi

Re: [PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-11-21 Thread Simon Glass
Hi Tom, On Tue, 21 Nov 2023 at 06:06, Tom Rini wrote: > > On Mon, Nov 20, 2023 at 07:09:25PM -0700, Simon Glass wrote: > > > The cyclic subsystem is currently enabled either in all build phases > > or none. For tools this should not be enabled, but since lib/shc256.c > > and other files include w

Re: [PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-11-21 Thread Tom Rini
On Mon, Nov 20, 2023 at 07:09:25PM -0700, Simon Glass wrote: > The cyclic subsystem is currently enabled either in all build phases > or none. For tools this should not be enabled, but since lib/shc256.c > and other files include watchdog.h in the host build, we must make > sure that it is not ena

[PATCH v2 1/5] cyclic: Add a symbol for SPL

2023-11-20 Thread Simon Glass
The cyclic subsystem is currently enabled either in all build phases or none. For tools this should not be enabled, but since lib/shc256.c and other files include watchdog.h in the host build, we must make sure that it is not enabled there. Add an SPL symbol so that there is more control of this.