* apply chip ID
@ 2010-02-14 16:14 杨城
2010-02-14 16:36 ` Stefan Schmidt
2010-02-14 19:40 ` Russell King - ARM Linux
0 siblings, 2 replies; 6+ messages in thread
From: 杨城 @ 2010-02-14 16:14 UTC (permalink / raw)
To: linux-arm-kernel
Hello everybody,
My English very weak, can read don't write. My apply add new arm
chips ID, patch file in appendix. TKS
^ permalink raw reply [flat|nested] 6+ messages in thread* apply chip ID
2010-02-14 16:14 apply chip ID 杨城
@ 2010-02-14 16:36 ` Stefan Schmidt
2010-02-14 19:40 ` Russell King - ARM Linux
1 sibling, 0 replies; 6+ messages in thread
From: Stefan Schmidt @ 2010-02-14 16:36 UTC (permalink / raw)
To: linux-arm-kernel
Hello.
On Mon, 2010-02-15 at 00:14, ?? wrote:
>
> My English very weak, can read don't write. My apply add new arm
> chips ID, patch file in appendix. TKS
The file you want to patch is auto generated. The right place to add your
machine to the ARM machine registry is over this website:
http://www.arm.linux.org.uk/developer/machines/
regards
Stefan Schmidt
^ permalink raw reply [flat|nested] 6+ messages in thread
* apply chip ID
2010-02-14 16:14 apply chip ID 杨城
2010-02-14 16:36 ` Stefan Schmidt
@ 2010-02-14 19:40 ` Russell King - ARM Linux
2010-02-15 0:58 ` 杨城
1 sibling, 1 reply; 6+ messages in thread
From: Russell King - ARM Linux @ 2010-02-14 19:40 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Feb 15, 2010 at 12:14:08AM +0800, ?? wrote:
> diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types
> index 07b976d..629b858 100644
> --- a/arch/arm/tools/mach-types
> +++ b/arch/arm/tools/mach-types
> @@ -2635,3 +2635,4 @@ hw90240 MACH_HW90240 HW90240 2648
> dm365_leopard MACH_DM365_LEOPARD DM365_LEOPARD 2649
> mityomapl138 MACH_MITYOMAPL138 MITYOMAPL138 2650
> scat110 MACH_SCAT110 SCAT110 2651
> +ak780x MACH_AK780X AK780X 2557
> +ak880x MACH_AK880X AK880X 2558
This file is periodically replaced; as such taking patches for the file is
senseless.
Moreover, your two additions refer to a number which is already allocated
and in use for bcmring_evm_jazz and bcmring_sp - you can not use these
numbers.
^ permalink raw reply [flat|nested] 6+ messages in thread
* apply chip ID
2010-02-14 19:40 ` Russell King - ARM Linux
@ 2010-02-15 0:58 ` 杨城
2010-02-15 2:13 ` Haojian Zhuang
0 siblings, 1 reply; 6+ messages in thread
From: 杨城 @ 2010-02-15 0:58 UTC (permalink / raw)
To: linux-arm-kernel
2010/2/15 Russell King - ARM Linux <linux@arm.linux.org.uk>:
> On Mon, Feb 15, 2010 at 12:14:08AM +0800, ?? wrote:
>> diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types
>> index 07b976d..629b858 100644
>> --- a/arch/arm/tools/mach-types
>> +++ b/arch/arm/tools/mach-types
>> @@ -2635,3 +2635,4 @@ hw90240 MACH_HW90240 HW90240 2648
>> dm365_leopard MACH_DM365_LEOPARD DM365_LEOPARD 2649
>> mityomapl138 MACH_MITYOMAPL138 MITYOMAPL138 2650
>> scat110 MACH_SCAT110 SCAT110 2651
>> +ak780x MACH_AK780X AK780X 2557
>> +ak880x MACH_AK880X AK880X 2558
>
> This file is periodically replaced; as such taking patches for the file is
> senseless.
>
> Moreover, your two additions refer to a number which is already allocated
> and in use for bcmring_evm_jazz and bcmring_sp - you can not use these
> numbers.
>
Hello Russell, sorry, i mean that get to obtain two ID. so I modify the patch.
^ permalink raw reply [flat|nested] 6+ messages in thread
* apply chip ID
2010-02-15 0:58 ` 杨城
@ 2010-02-15 2:13 ` Haojian Zhuang
2010-02-15 3:25 ` 杨城
0 siblings, 1 reply; 6+ messages in thread
From: Haojian Zhuang @ 2010-02-15 2:13 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Feb 15, 2010 at 8:58 AM, ?? <gump.yang@gmail.com> wrote:
> 2010/2/15 Russell King - ARM Linux <linux@arm.linux.org.uk>:
>> This file is periodically replaced; as such taking patches for the file is
>> senseless.
>>
>> Moreover, your two additions refer to a number which is already allocated
>> and in use for bcmring_evm_jazz and bcmring_sp - you can not use these
>> numbers.
>>
>
> Hello Russell, sorry, i mean that get to obtain two ID. so I modify the patch.
>
>
> diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types
> index 07b976d..629b858 100644
> --- a/arch/arm/tools/mach-types
> +++ b/arch/arm/tools/mach-types
> @@ -2635,3 +2635,4 @@ hw90240 ? ? ? ? ? ? ? ? ? MACH_HW90240 ? ? ? ? ? ?HW90240 ? ? ? ? ? ? ? ? 2648
> dm365_leopard ? ? ? ? ? MACH_DM365_LEOPARD ? ? ?DM365_LEOPARD ? ? ? ? ? 2649
> mityomapl138 ? ? ? ? ? ?MACH_MITYOMAPL138 ? ? ? MITYOMAPL138 ? ? ? ? ? ?2650
> scat110 ? ? ? ? ? ? ? ? MACH_SCAT110 ? ? ? ? ? ?SCAT110 ? ? ? ? ? ? ? ? 2651
> +ak780x ? ? ? ? ? ? ? ? MACH_AK780X ? ? ? ? ? ? AK780X ? ? ? ? ? ? ? ? ?2652
> +ak880x ? ? ? ? ? ? ? ? MACH_AK880X ? ? ? ? ? ? AK880X ? ? ? ? ? ? ? ? ?2653
> \ No newline at end of file
> --
> 1.6.6.1
>
Hi Yang,
Please follow the steps provided by Stefan. Append your machine ID at here (
http://www.arm.linux.org.uk/developer/machines/). It's the only right
way to register machine ID in arm tree. Don't generate any patch on
ID. It's generated by scripts.
Thanks
Haojian
^ permalink raw reply [flat|nested] 6+ messages in thread
* apply chip ID
2010-02-15 2:13 ` Haojian Zhuang
@ 2010-02-15 3:25 ` 杨城
0 siblings, 0 replies; 6+ messages in thread
From: 杨城 @ 2010-02-15 3:25 UTC (permalink / raw)
To: linux-arm-kernel
2010/2/15 Haojian Zhuang <haojian.zhuang@gmail.com>:
> On Mon, Feb 15, 2010 at 8:58 AM, ?? <gump.yang@gmail.com> wrote:
>> 2010/2/15 Russell King - ARM Linux <linux@arm.linux.org.uk>:
>>> This file is periodically replaced; as such taking patches for the file is
>>> senseless.
>>>
>>> Moreover, your two additions refer to a number which is already allocated
>>> and in use for bcmring_evm_jazz and bcmring_sp - you can not use these
>>> numbers.
>>>
>>
>> Hello Russell, sorry, i mean that get to obtain two ID. so I modify the patch.
>>
>>
>> diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types
>> index 07b976d..629b858 100644
>> --- a/arch/arm/tools/mach-types
>> +++ b/arch/arm/tools/mach-types
>> @@ -2635,3 +2635,4 @@ hw90240 MACH_HW90240 HW90240 2648
>> dm365_leopard MACH_DM365_LEOPARD DM365_LEOPARD 2649
>> mityomapl138 MACH_MITYOMAPL138 MITYOMAPL138 2650
>> scat110 MACH_SCAT110 SCAT110 2651
>> +ak780x MACH_AK780X AK780X 2652
>> +ak880x MACH_AK880X AK880X 2653
>> \ No newline at end of file
>> --
>> 1.6.6.1
>>
>
> Hi Yang,
>
> Please follow the steps provided by Stefan. Append your machine ID at here (
> http://www.arm.linux.org.uk/developer/machines/). It's the only right
> way to register machine ID in arm tree. Don't generate any patch on
> ID. It's generated by scripts.
>
> Thanks
> Haojian
>
Haojian, Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-02-15 3:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-14 16:14 apply chip ID 杨城
2010-02-14 16:36 ` Stefan Schmidt
2010-02-14 19:40 ` Russell King - ARM Linux
2010-02-15 0:58 ` 杨城
2010-02-15 2:13 ` Haojian Zhuang
2010-02-15 3:25 ` 杨城
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox