RE: [jornada] Problems with CyaCE-YACH

From: Christopher Hoover <ch.a.t.murgatroid.com>
Date: Sat Apr 06 2002 - 16:06:48 EST

It is really straightforward ---

diff -X ../dontdiff.txt -Naur
linux-2.4.17-rc2-rmk1/arch/arm/boot/compressed/head-sa1100.S
linux-2.4.17-rc2-rmk1-jornada720/arch/arm/boot/compressed/head-sa1100.S
--- linux-2.4.17-rc2-rmk1/arch/arm/boot/compressed/head-sa1100.S
Thu Oct 11 09:04:57 2001
+++
linux-2.4.17-rc2-rmk1-jornada720/arch/arm/boot/compressed/head-sa1100.S
Wed Jan 2 14:42:29 2002
@@ -49,6 +49,10 @@
                 bne 1b
 10:
 #endif
+#if defined(CONFIG_SA1100_JORNADA720)
+ mov r7, #MACH_TYPE_JORNADA720
+ mov r8, #0
+#endif
 
                 @ Data cache might be active.
                 @ Be sure to flush kernel binary out of the cache,

> -----Original Message-----
> From: jornada-admin@handhelds.org
> [mailto:jornada-admin@handhelds.org] On Behalf Of Michael Eddington
> Sent: Sunday, April 07, 2002 3:34 AM
> To: Christopher Hoover
> Cc: jornada@handhelds.org
> Subject: RE: [jornada] Problems with CyaCE-YACH
>
>
>
> Quoting Christopher Hoover <ch@murgatroid.com>:
>
> >
> > > comment out the architecture check in arch/arm/kernel/head-armv.S
> >
> > A better solution is to load r0 and r1 with the proper
> values right at
> > the beginning. This is supposed to be done by the bootloader so we
> > have to improvise.
>
> Could you post the the proper values/code for this?
>
> Thanks!
>
> mike
> _______________________________________________
> jornada mailing list
> jornada.a.t.handhelds.org http://handhelds.org/mailman/listinfo/jornada
>
Received on Sat Apr 06 21:06:48 2002

This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:46:00 EDT