Here i paste some patches to OpenEZX old 2.6.24 kernel...But makes the rootfs images builded for A780 with graphicals parts runs on A1200....anybody can port it to news kernels..... Its named android-*.patch because is projected to run Android on A1200,but works in anothers rootfs.

I will paste one-by-one in my emails....


--- offical/linux-2.6.24/arch/arm/mach-pxa/ezx-a1200.c  2008-08-03 
14:10:26.981376264 +0800
+++ android/linux-2.6.24/arch/arm/mach-pxa/ezx-a1200.c  2008-08-03 
14:15:44.606089968 +0800
@@ -126,8 +126,8 @@
        .pixclock = 192308,
        .xres = 240,
        .yres = 320,
-       .bpp = 18,
-       .nonstd = 32,
+       .bpp = 16,
+       .nonstd = 0,
        .hsync_len = 10,
        .left_margin = 20,
        .right_margin = 10,
@@ -140,8 +140,8 @@
 static struct pxafb_mach_info a1200_fb_info = {
        .modes = &mode_a1200,
        .num_modes = 1,
-       .lccr0 = 0x022008B8,
-       .lccr3 = 0xC130FF13,
+       .lccr0 = 0x042008B8,
+       .lccr3 = 0xC430FF13,
        .pxafb_backlight_power = &ezx_backlight_power,
        .pxafb_lcd_power = &ezx_lcd_power,
 };

Reply via email to