Re: [U-Boot] [PATCH v2] global_data: unify global flag defines

2012-03-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1331010031-11171-1-git-send-email-vap...@gentoo.org> you wrote: > All the global flag defines are the same across all arches. So unify them > in one place, and add a simple way for arches to extend for their needs. > > Signed-off-by: Mike Frysinger > --- > v2 >

[U-Boot] [PATCH v2] global_data: unify global flag defines

2012-03-05 Thread Mike Frysinger
All the global flag defines are the same across all arches. So unify them in one place, and add a simple way for arches to extend for their needs. Signed-off-by: Mike Frysinger --- v2 - rebase onto mainline - include openrisc arch/arm/include/asm/global_data.h| 14 +--

Re: [U-Boot] [PATCH v2] global_data: unify global flag defines

2011-12-05 Thread Graeme Russ
Hi Mike, On Dec 6, 2011 3:44 AM, "Mike Frysinger" wrote: > > On Monday 05 December 2011 00:47:12 Graeme Russ wrote: > > Hi Mike, > > > > On Mon, Dec 5, 2011 at 5:39 PM, Mike Frysinger wrote: > > > On Sunday 04 December 2011 22:47:59 Graeme Russ wrote: > > >> On Mon, Dec 5, 2011 at 2:43 PM, Mike

Re: [U-Boot] [PATCH v2] global_data: unify global flag defines

2011-12-05 Thread Mike Frysinger
On Monday 05 December 2011 00:47:12 Graeme Russ wrote: > Hi Mike, > > On Mon, Dec 5, 2011 at 5:39 PM, Mike Frysinger wrote: > > On Sunday 04 December 2011 22:47:59 Graeme Russ wrote: > >> On Mon, Dec 5, 2011 at 2:43 PM, Mike Frysinger wrote: > >> > +/* > >> > + * Base for arches to start adding t

Re: [U-Boot] [PATCH v2] global_data: unify global flag defines

2011-12-04 Thread Graeme Russ
Hi Mike, On Mon, Dec 5, 2011 at 5:39 PM, Mike Frysinger wrote: > On Sunday 04 December 2011 22:47:59 Graeme Russ wrote: >> On Mon, Dec 5, 2011 at 2:43 PM, Mike Frysinger wrote: >> > +/* >> > + * Base for arches to start adding their own: >> > + * #define GD_FLG_FOO  (GD_FLG_ARCH_BASE << 0) >> > +

Re: [U-Boot] [PATCH v2] global_data: unify global flag defines

2011-12-04 Thread Mike Frysinger
On Sunday 04 December 2011 22:47:59 Graeme Russ wrote: > On Mon, Dec 5, 2011 at 2:43 PM, Mike Frysinger wrote: > > +/* > > + * Base for arches to start adding their own: > > + * #define GD_FLG_FOO (GD_FLG_ARCH_BASE << 0) > > + * #define GD_FLG_BAR (GD_FLG_ARCH_BASE << 1) > > + * #define GD_FLG_CO

Re: [U-Boot] [PATCH v2] global_data: unify global flag defines

2011-12-04 Thread Graeme Russ
Hi Mike, On Mon, Dec 5, 2011 at 2:43 PM, Mike Frysinger wrote: > All the global flag defines are the same across all arches.  So unify them > in one place, and add a simple way for arches to extend for their needs. > > Signed-off-by: Mike Frysinger > --- > v2 >        - rebased onto head after x

[U-Boot] [PATCH v2] global_data: unify global flag defines

2011-12-04 Thread Mike Frysinger
All the global flag defines are the same across all arches. So unify them in one place, and add a simple way for arches to extend for their needs. Signed-off-by: Mike Frysinger --- v2 - rebased onto head after x86 patch has been merged arch/arm/include/asm/global_data.h| 14 +