public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/12] head.S changes to CPU ID
@ 2007-06-14  5:00 Syed Mohammed, Khasim
  2007-06-14 11:40 ` Tony Lindgren
  2007-06-22 22:31 ` Syed Mohammed, Khasim
  0 siblings, 2 replies; 4+ messages in thread
From: Syed Mohammed, Khasim @ 2007-06-14  5:00 UTC (permalink / raw)
  To: Linux OMAP

Updated head.S CPU ID to consider OMAP3 ARCH Cortex processor.

Signed-off-by: Syed Mohammed Khasim  <x0khasim@ti.com>

Files:
 arch/arm/boot/compressed/head.S

=======================================================================
diff -purN linux-omap/arch/arm/boot/compressed/head.S val_3430_GIT/arch/arm/boot/compressed/head.S
--- linux-omap/arch/arm/boot/compressed/head.S	2007-06-12 15:08:45.000000000 -0500
+++ val_3430_GIT/arch/arm/boot/compressed/head.S	2007-06-12 17:06:57.000000000 -0500
@@ -646,8 +646,8 @@ proc_types:
 		b	__armv4_mmu_cache_off
 		b	__armv6_mmu_cache_flush
 
-		.word	0x000f0000		@ new CPU Id
-		.word	0x000f0000
+		.word	0x000fc000		@ new CPU Id
+		.word	0x000ff000
 		b	__armv7_mmu_cache_on
 		b	__armv7_mmu_cache_off
 		b	__armv7_mmu_cache_flush

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/12] head.S changes to CPU ID
  2007-06-14  5:00 [PATCH 2/12] head.S changes to CPU ID Syed Mohammed, Khasim
@ 2007-06-14 11:40 ` Tony Lindgren
  2007-06-14 19:38   ` Syed Mohammed, Khasim
  2007-06-22 22:31 ` Syed Mohammed, Khasim
  1 sibling, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2007-06-14 11:40 UTC (permalink / raw)
  To: Syed Mohammed, Khasim; +Cc: Linux OMAP

* Syed Mohammed, Khasim <x0khasim@ti.com> [070613 22:01]:
> Updated head.S CPU ID to consider OMAP3 ARCH Cortex processor.
> 
> Signed-off-by: Syed Mohammed Khasim  <x0khasim@ti.com>
> 
> Files:
>  arch/arm/boot/compressed/head.S
> 
> =======================================================================
> diff -purN linux-omap/arch/arm/boot/compressed/head.S val_3430_GIT/arch/arm/boot/compressed/head.S
> --- linux-omap/arch/arm/boot/compressed/head.S	2007-06-12 15:08:45.000000000 -0500
> +++ val_3430_GIT/arch/arm/boot/compressed/head.S	2007-06-12 17:06:57.000000000 -0500
> @@ -646,8 +646,8 @@ proc_types:
>  		b	__armv4_mmu_cache_off
>  		b	__armv6_mmu_cache_flush
>  
> -		.word	0x000f0000		@ new CPU Id
> -		.word	0x000f0000
> +		.word	0x000fc000		@ new CPU Id
> +		.word	0x000ff000
>  		b	__armv7_mmu_cache_on
>  		b	__armv7_mmu_cache_off
>  		b	__armv7_mmu_cache_flush

This you should also send to linux-arm-kernel list.

Should the comment above be changed to ARMv7 from "new CPU Id"?

Tony

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH 2/12] head.S changes to CPU ID
  2007-06-14 11:40 ` Tony Lindgren
@ 2007-06-14 19:38   ` Syed Mohammed, Khasim
  0 siblings, 0 replies; 4+ messages in thread
From: Syed Mohammed, Khasim @ 2007-06-14 19:38 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Linux OMAP

Hi Tony,
>> -		.word	0x000f0000		@ new CPU Id
>> -		.word	0x000f0000
>> +		.word	0x000fc000		@ new CPU Id
>> +		.word	0x000ff000
>>  		b	__armv7_mmu_cache_on
>>  		b	__armv7_mmu_cache_off
>>  		b	__armv7_mmu_cache_flush
>
>This you should also send to linux-arm-kernel list.
OK, I will post them after getting it on OMAP GIT.

>Should the comment above be changed to ARMv7 from "new CPU Id"?
>
I have to revisit this file as merge from ARM GIT has broken kernel based Un-compressing for ARMV7. I will think about proper comment along with this.

Regards,
Khasim

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH 2/12] head.S changes to CPU ID
  2007-06-14  5:00 [PATCH 2/12] head.S changes to CPU ID Syed Mohammed, Khasim
  2007-06-14 11:40 ` Tony Lindgren
@ 2007-06-22 22:31 ` Syed Mohammed, Khasim
  1 sibling, 0 replies; 4+ messages in thread
From: Syed Mohammed, Khasim @ 2007-06-22 22:31 UTC (permalink / raw)
  To: Linux OMAP

Hi Tony,

>-----Original Message-----
>From: linux-omap-open-source-bounces+x0khasim=ti.com@linux.omap.com
>[mailto:linux-omap-open-source-bounces+x0khasim=ti.com@linux.omap.com] On
>Behalf Of Syed Mohammed, Khasim
>Sent: Thursday, June 14, 2007 12:00 AM
>To: Linux OMAP
>Subject: [PATCH 2/12] head.S changes to CPU ID
>
>Updated head.S CPU ID to consider OMAP3 ARCH Cortex processor.
>
>Signed-off-by: Syed Mohammed Khasim  <x0khasim@ti.com>
>
>Files:
> arch/arm/boot/compressed/head.S
>
>=======================================================================
>diff -purN linux-omap/arch/arm/boot/compressed/head.S
>val_3430_GIT/arch/arm/boot/compressed/head.S
>--- linux-omap/arch/arm/boot/compressed/head.S	2007-06-12
>15:08:45.000000000 -0500
>+++ val_3430_GIT/arch/arm/boot/compressed/head.S	2007-06-12
>17:06:57.000000000 -0500
>@@ -646,8 +646,8 @@ proc_types:
> 		b	__armv4_mmu_cache_off
> 		b	__armv6_mmu_cache_flush
>
>-		.word	0x000f0000		@ new CPU Id
>-		.word	0x000f0000
>+		.word	0x000fc000		@ new CPU Id
>+		.word	0x000ff000
> 		b	__armv7_mmu_cache_on
> 		b	__armv7_mmu_cache_off
> 		b	__armv7_mmu_cache_flush

Please discard this patch. I found these changes were actually not required to get kernel booting on OMAP3430.

Please consider the one posted before this (today).
	Subject: [PATCH] Enable Kernel based uncompressing for OMAP3

Regards,
Khasim

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-06-22 22:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-14  5:00 [PATCH 2/12] head.S changes to CPU ID Syed Mohammed, Khasim
2007-06-14 11:40 ` Tony Lindgren
2007-06-14 19:38   ` Syed Mohammed, Khasim
2007-06-22 22:31 ` Syed Mohammed, Khasim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox