On Wed, 06 Feb 2008 10:22:29 -0800
Michael Shiloh <[EMAIL PROTECTED]> wrote:

> (Please help by adjusting subject as topic changes)
> 
> Marcel,
> 
> That is correct.
> 
> Michael
> 
> Marcel wrote:
> > So GTA02 would be:
> > Brand: Neo
> > Model: FreeRunner
> > Version: GTA02

To further add to this confusion let me just quote from
gta02-core.patch in
http://svn.openmoko.org/branches/src/target/kernel/2.6.24.x/patches/gta02-core.patch

+MACHINE_START(NEO1973_GTA02, "GTA02")
+       .phys_io        = S3C2410_PA_UART,
+       .io_pg_offst    = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
+       .boot_params    = S3C2410_SDRAM_PA + 0x100,
+       .map_io         = gta02_map_io,
+       .init_irq       = s3c24xx_init_irq,
+       .init_machine   = gta02_machine_init,
+       .timer          = &s3c24xx_timer,
+MACHINE_END

and

Index: linux-2.6.24/arch/arm/mach-s3c2440/Kconfig
===================================================================
--- linux-2.6.24.orig/arch/arm/mach-s3c2440/Kconfig
+++ linux-2.6.24/arch/arm/mach-s3c2440/Kconfig
@@ -74,5 +74,20 @@
        help
           Say Y here if you are using the FIC Neo1973 GSM Phone
 
+config MACH_NEO1973_GTA02
+       bool "FIC Neo1973 GSM Phone (GTA02 Hardware)"
+       select CPU_S3C2442
+       select SENSORS_PCF50633
+       help
+          Say Y here if you are using the FIC Neo1973 GSM Phone
+
+config NEO1973_GTA02_2440
+       bool "Old FIC Neo1973 GTA02 hardware using S3C2440 CPU"
+       depends on MACH_NEO1973_GTA02
+       select CPU_S3C2440
+       help
+          Say Y here if you are using an early hardware revision
+          of the FIC/OpenMoko Neo1973 GTA02 GSM Phone.
+
 endmenu

Regards,
Daniel *The code never lies* Willmann

Attachment: signature.asc
Description: PGP signature

_______________________________________________
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to