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


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

2011-02-16 Thread s-paulraj
From: Sandeep Paulraj 

This commit updates the mach-types based on the latest
in linus's head


Signed-off-by: Sandeep Paulraj 
---
 arch/arm/include/asm/mach-types.h | 1291 -
 1 files changed, 1276 insertions(+), 15 deletions(-)

diff --git a/arch/arm/include/asm/mach-types.h 
b/arch/arm/include/asm/mach-types.h
index d95e6d6..a1fd03a 100644
--- a/arch/arm/include/asm/mach-types.h
+++ b/arch/arm/include/asm/mach-types.h
@@ -2236,7 +2236,7 @@ extern unsigned int __machine_arch_type;
 #define MACH_TYPE_VS_V210  2252
 #define MACH_TYPE_VS_V212  2253
 #define MACH_TYPE_HMT  2254
-#define MACH_TYPE_SUEN32255
+#define MACH_TYPE_KM_KIRKWOOD  2255
 #define MACH_TYPE_VESPER   2256
 #define MACH_TYPE_STR9 2257
 #define MACH_TYPE_OMAP3_WL_FF  2258
@@ -2983,7 +2983,7 @@ extern unsigned int __machine_arch_type;
 #define MACH_TYPE_EA20 3002
 #define MACH_TYPE_AWM2 3003
 #define MACH_TYPE_TI8148EVM3004
-#define MACH_TYPE_TEGRA_SEABOARD   3005
+#define MACH_TYPE_SEABOARD 3005
 #define MACH_TYPE_LINKSTATION_CHLV23006
 #define MACH_TYPE_TERA_PRO2_RACK   3007
 #define MACH_TYPE_RUBYS3008
@@ -3186,7 +3186,7 @@ extern unsigned int __machine_arch_type;
 #define MACH_TYPE_ICS_IF_VOIP  3206
 #define MACH_TYPE_WLF_CRAGG_6410   3207
 #define MACH_TYPE_PUNICA   3208
-#define MACH_TYPE_SBC_NT2503209
+#define MACH_TYPE_TRIMSLICE3209
 #define MACH_TYPE_MX27_WMULTRA 3210
 #define MACH_TYPE_MACKEREL 3211
 #define MACH_TYPE_FA9X27   3213
@@ -3215,6 +3215,103 @@ extern unsigned int __machine_arch_type;
 #define MACH_TYPE_PCM048   3236
 #define MACH_TYPE_DDS  3237
 #define MACH_TYPE_CHALTEN_XA1  3238
+#define MACH_TYPE_TS48XX   3239
+#define MACH_TYPE_TONGA2_TFTTIMER  3240
+#define MACH_TYPE_WHISTLER 3241
+#define MACH_TYPE_ASL_PHOENIX  3242
+#define MACH_TYPE_AT91SAM9263OTLITE3243
+#define MACH_TYPE_DDPLUG   3244
+#define MACH_TYPE_D2PLUG   3245
+#define MACH_TYPE_KZM9D3246
+#define MACH_TYPE_VERDI_LTE3247
+#define MACH_TYPE_NANOZOOM 3248
+#define MACH_TYPE_DM3730_SOM_LV3249
+#define MACH_TYPE_DM3730_TORPEDO   3250
+#define MACH_TYPE_ANCHOVY  3251
+#define MACH_TYPE_RE2REV20 3253
+#define MACH_TYPE_RE2REV21 3254
+#define MACH_TYPE_CNS21XX  3255
+#define MACH_TYPE_RIDER3257
+#define MACH_TYPE_NSK330   3258
+#define MACH_TYPE_CNS2133EVB   3259
+#define MACH_TYPE_Z3_816X_MOD  3260
+#define MACH_TYPE_Z3_814X_MOD  3261
+#define MACH_TYPE_BEECT3262
+#define MACH_TYPE_DMA_THUNDERBUG   3263
+#define MACH_TYPE_OMN_AT91SAM9G20  3264
+#define MACH_TYPE_MX25_E2S_UC  3265
+#define MACH_TYPE_MIONE3266
+#define MACH_TYPE_TOP9000_TCU  3267
+#define MACH_TYPE_TOP9000_BSL  3268
+#define MACH_TYPE_KINGDOM  3269
+#define MACH_TYPE_ARMADILLO460 3270
+#define MACH_TYPE_LQ2  3271
+#define MACH_TYPE_SWEDA_TMS2   3272
+#define MACH_TYPE_MX53_LOCO3273
+#define MACH_TYPE_ACER_A8  3275
+#define MACH_TYPE_ACER_GAUGUIN 3276
+#define MACH_TYPE_GUPPY3277
+#define MACH_TYPE_MX61_ARD 3278
+#define MACH_TYPE_TX53 3279
+#define MACH_TYPE_OMAPL138_CASE_A3 3280
+#define MACH_TYPE_UEMD 3281
+#define MACH_TYPE_CCWMX51MUT   3282
+#define MACH_TYPE_ROCKHOPPER   3283
+#define MACH_TYPE_NOOKCOLOR3284
+#define MACH_TYPE_HKDKC100 3285
+#define MACH_TYPE_TS42XX   3286
+#define MACH_TYPE_AEBL 3287
+#define MACH_TYPE_WARIO3288
+#define MACH_TYPE_GFS_SPM  3289
+#define MACH_TYPE_CM_T3730 3290
+#define MACH_TYPE_ISC3 3291
+#define MACH_TYPE_RASCAL   3292
+#define MACH_TYPE_HREFV60  3293
+#define MACH_TYPE_TPT_2_0  3294
+#define MACH_TYPE_PYRAMID_TD   3295
+#define MACH_TYPE_SPLENDOR 3296
+#define MACH_TYPE_GUF_PLANET   3297
+#define MACH_TYPE_MSM8X60_QT   3298
+#define MACH_TYPE_HTC_HD_MINI  3299
+#define MACH_TYPE_ATHENE   3300
+#define MACH_TYPE_DEEP_R_EK_1  3301
+#define MACH_TYPE_VIVOW_CT 3302
+#define MACH_TYPE_NERY_10003303
+#define MACH_TYPE_RFL109145_SSRV   3304
+#define MACH_TYPE_NMH  3305
+#define MACH_TYPE_WN802T   3306
+#define MACH_TYPE_DRAGONET 3307
+#define MACH_TYPE_GENEVA_B 3308
+#define MACH_TYPE_AT91SAM9263DESK16L   3309
+#define

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