Re: [U-Boot] [PATCH] ARM: Update mach-types

2011-02-17 Thread Albert ARIBAUD
Le 17/02/2011 23:47, Wolfgang Denk a écrit :
> Dear Albert ARIBAUD,
>
> In message<4d5da3d7.6030...@free.fr>  you wrote:
>>
>> Because the merge window is closed and thus, only patches that were
>> submitted initially before closure, or bug fixes, can go into master
>> right now.
>
> I think we should make sure that the upcoming release uses a somewhat
> recent version of the mach-types.h file.  So please make here an
> exception and apply these changes.

As you wish. Only I'll have to re-send a pull request :) -- do I re-send 
a full one or just a delta wrt the previous one?

> Actually I think it might be a good idea if we could always re-sync
> mach-types.h agaist the current Linux kernel version before we publish
> any release candidates and releases.  What do you think?

The only risk that I can see is renamings like the three ones I've 
noted; these will break the corresponding boards I think -- but 
admittedly the fix is trivial.

> Best regards,
>
> Wolfgang Denk

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] ARM: Update mach-types

2011-02-17 Thread Wolfgang Denk
Dear Albert ARIBAUD,

In message <4d5da3d7.6030...@free.fr> you wrote:
>
> Because the merge window is closed and thus, only patches that were 
> submitted initially before closure, or bug fixes, can go into master 
> right now.

I think we should make sure that the upcoming release uses a somewhat
recent version of the mach-types.h file.  So please make here an
exception and apply these changes.

Actually I think it might be a good idea if we could always re-sync
mach-types.h agaist the current Linux kernel version before we publish
any release candidates and releases.  What do you think?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
"Deliver yesterday, code today, think tomorrow."
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] ARM: Update mach-types

2011-02-17 Thread Albert ARIBAUD
Le 17/02/2011 23:28, Paulraj, Sandeep a écrit :
>
>
>>>
>>>

 Hi Sandeep,

 Le 16/02/2011 22:15, s-paul...@ti.com a écrit :
> From: Sandeep Paulraj
>
> This commit updates the mach-types based on the latest
> in linus's head

 Ah, telepathy at last! :)

> -#define MACH_TYPE_SUEN32255
> +#define MACH_TYPE_KM_KIRKWOOD  2255

> -#define MACH_TYPE_TEGRA_SEABOARD   3005
> +#define MACH_TYPE_SEABOARD 3005

> -#define MACH_TYPE_SBC_NT2503209
> +#define MACH_TYPE_TRIMSLICE3209

 I don't follow the Linux tree closely. Are these renames normal?
>>>
>>> Yes absolutely normal.
>>> WE have done this several times in U-Boot
>>
>> Fine, then. :)
>>
 Won't
 that break something for us?
>>>
>>> Even if it does, The name change occurred because the appropriate
>> maintainer changed it. The change will have to be made in U-boot if
>> required.
>>
>> All right. I'll add this in u-boot-arm/next later today, with a Cc: to
>> board maintainers of the three renamed machines.
>>
> This is reasonably important. Why can't it goto master

Because the merge window is closed and thus, only patches that were 
submitted initially before closure, or bug fixes, can go into master 
right now.

> Regards,
> Sandeep

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] ARM: Update mach-types

2011-02-17 Thread Paulraj, Sandeep


> >
> >
> >>
> >> Hi Sandeep,
> >>
> >> Le 16/02/2011 22:15, s-paul...@ti.com a écrit :
> >>> From: Sandeep Paulraj
> >>>
> >>> This commit updates the mach-types based on the latest
> >>> in linus's head
> >>
> >> Ah, telepathy at last! :)
> >>
> >>> -#define MACH_TYPE_SUEN32255
> >>> +#define MACH_TYPE_KM_KIRKWOOD  2255
> >>
> >>> -#define MACH_TYPE_TEGRA_SEABOARD   3005
> >>> +#define MACH_TYPE_SEABOARD 3005
> >>
> >>> -#define MACH_TYPE_SBC_NT2503209
> >>> +#define MACH_TYPE_TRIMSLICE3209
> >>
> >> I don't follow the Linux tree closely. Are these renames normal?
> >
> > Yes absolutely normal.
> > WE have done this several times in U-Boot
> 
> Fine, then. :)
> 
> >> Won't
> >> that break something for us?
> >
> > Even if it does, The name change occurred because the appropriate
> maintainer changed it. The change will have to be made in U-boot if
> required.
> 
> All right. I'll add this in u-boot-arm/next later today, with a Cc: to
> board maintainers of the three renamed machines.
> 
This is reasonably important. Why can't it goto master

Regards,
Sandeep
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] ARM: Update mach-types

2011-02-17 Thread Albert ARIBAUD
Le 17/02/2011 17:27, Paulraj, Sandeep a écrit :
>
>
>>
>> Hi Sandeep,
>>
>> Le 16/02/2011 22:15, s-paul...@ti.com a écrit :
>>> From: Sandeep Paulraj
>>>
>>> This commit updates the mach-types based on the latest
>>> in linus's head
>>
>> Ah, telepathy at last! :)
>>
>>> -#define MACH_TYPE_SUEN32255
>>> +#define MACH_TYPE_KM_KIRKWOOD  2255
>>
>>> -#define MACH_TYPE_TEGRA_SEABOARD   3005
>>> +#define MACH_TYPE_SEABOARD 3005
>>
>>> -#define MACH_TYPE_SBC_NT2503209
>>> +#define MACH_TYPE_TRIMSLICE3209
>>
>> I don't follow the Linux tree closely. Are these renames normal?
>
> Yes absolutely normal.
> WE have done this several times in U-Boot

Fine, then. :)

>> Won't
>> that break something for us?
>
> Even if it does, The name change occurred because the appropriate maintainer 
> changed it. The change will have to be made in U-boot if required.

All right. I'll add this in u-boot-arm/next later today, with a Cc: to 
board maintainers of the three renamed machines.

> Regards,
> Sandeep

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] ARM: Update mach-types

2011-02-17 Thread Paulraj, Sandeep


> 
> Hi Sandeep,
> 
> Le 16/02/2011 22:15, s-paul...@ti.com a écrit :
> > From: Sandeep Paulraj
> >
> > This commit updates the mach-types based on the latest
> > in linus's head
> 
> Ah, telepathy at last! :)
> 
> > -#define MACH_TYPE_SUEN32255
> > +#define MACH_TYPE_KM_KIRKWOOD  2255
> 
> > -#define MACH_TYPE_TEGRA_SEABOARD   3005
> > +#define MACH_TYPE_SEABOARD 3005
> 
> > -#define MACH_TYPE_SBC_NT2503209
> > +#define MACH_TYPE_TRIMSLICE3209
> 
> I don't follow the Linux tree closely. Are these renames normal? 

Yes absolutely normal.
WE have done this several times in U-Boot

> Won't
> that break something for us?

Even if it does, The name change occurred because the appropriate maintainer 
changed it. The change will have to be made in U-boot if required.

Regards,
Sandeep
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] ARM: Update mach-types

2011-02-17 Thread Albert ARIBAUD
Hi Sandeep,

Le 16/02/2011 22:15, s-paul...@ti.com a écrit :
> From: Sandeep Paulraj
>
> This commit updates the mach-types based on the latest
> in linus's head

Ah, telepathy at last! :)

> -#define MACH_TYPE_SUEN32255
> +#define MACH_TYPE_KM_KIRKWOOD  2255

> -#define MACH_TYPE_TEGRA_SEABOARD   3005
> +#define MACH_TYPE_SEABOARD 3005

> -#define MACH_TYPE_SBC_NT2503209
> +#define MACH_TYPE_TRIMSLICE3209

I don't follow the Linux tree closely. Are these renames normal? Won't 
that break something for us?

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] ARM: Update mach types

2010-12-29 Thread Wolfgang Denk
Dear Albert ARIBAUD,

In message <4d1a5d75.4090...@free.fr> you wrote:
> 
> > This commit updates the mach-types for ARM
> 
> I assume these come straight from the ARM linux kernel sources?

The reference for mach-types is not the ARM kernel, but always the
mainline (Linus) kernel tree.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
If I can have honesty, it's easier to overlook mistakes.
-- Kirk, "Space Seed", stardate 3141.9
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] ARM: Update mach types

2010-12-28 Thread Albert ARIBAUD
Le 28/12/2010 23:17, Paulraj, Sandeep a écrit :
>
>
>>
>> Hi Sandeep,
>>
>> Le 28/12/2010 22:43, s-paul...@ti.com a écrit :
>>> From: Sandeep Paulraj
>>>
>>> This commit updates the mach-types for ARM
>>
>> I assume these come straight from the ARM linux kernel sources?
>>
>> Amicalement,
>
>
> These are straight from the latest in Linus's tree.

Ok, I'll pull it in u-boot-arm, then.

> --Sandeep

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] ARM: Update mach types

2010-12-28 Thread Paulraj, Sandeep


> 
> Hi Sandeep,
> 
> Le 28/12/2010 22:43, s-paul...@ti.com a écrit :
> > From: Sandeep Paulraj
> >
> > This commit updates the mach-types for ARM
> 
> I assume these come straight from the ARM linux kernel sources?
> 
> Amicalement,


These are straight from the latest in Linus's tree.

--Sandeep
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] ARM: Update mach types

2010-12-28 Thread Albert ARIBAUD
Hi Sandeep,

Le 28/12/2010 22:43, s-paul...@ti.com a écrit :
> From: Sandeep Paulraj
>
> This commit updates the mach-types for ARM

I assume these come straight from the ARM linux kernel sources?

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot