linux-oz-2.6: Upgrade dev kernel to 2.6.14-git3. Add in console rotation patches...
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 31 Oct 2005 16:27:46 +0000 (16:27 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 31 Oct 2005 16:27:46 +0000 (16:27 +0000)
14 files changed:
packages/linux/linux-openzaurus-2.6.14-git3/.mtn2git_empty [moved from packages/linux/linux-openzaurus-2.6.14-rc4/.mtn2git_empty with 100% similarity]
packages/linux/linux-openzaurus-2.6.14-git3/add-elpp-stuff.patch [moved from packages/linux/linux-openzaurus-2.6.14-rc4/add-elpp-stuff.patch with 100% similarity]
packages/linux/linux-openzaurus-2.6.14-git3/add-oz-release-string.patch [moved from packages/linux/linux-openzaurus-2.6.14-rc4/add-oz-release-string.patch with 100% similarity]
packages/linux/linux-openzaurus-2.6.14-git3/connectplus-remove-ide-HACK.patch [moved from packages/linux/linux-openzaurus-2.6.14-rc4/connectplus-remove-ide-HACK.patch with 100% similarity]
packages/linux/linux-openzaurus-2.6.14-git3/defconfig-c7x0 [moved from packages/linux/linux-openzaurus-2.6.14-rc4/defconfig-c7x0 with 100% similarity]
packages/linux/linux-openzaurus-2.6.14-git3/defconfig-collie [moved from packages/linux/linux-openzaurus-2.6.14-rc4/defconfig-collie with 100% similarity]
packages/linux/linux-openzaurus-2.6.14-git3/defconfig-cxx00 [moved from packages/linux/linux-openzaurus-2.6.14-rc4/defconfig-cxx00 with 99% similarity]
packages/linux/linux-openzaurus-2.6.14-git3/defconfig-ipaq-pxa270 [moved from packages/linux/linux-openzaurus-2.6.14-rc4/defconfig-ipaq-pxa270 with 100% similarity]
packages/linux/linux-openzaurus-2.6.14-git3/defconfig-poodle [moved from packages/linux/linux-openzaurus-2.6.14-rc4/defconfig-poodle with 100% similarity]
packages/linux/linux-openzaurus-2.6.14-git3/defconfig-tosa [moved from packages/linux/linux-openzaurus-2.6.14-rc4/defconfig-tosa with 100% similarity]
packages/linux/linux-openzaurus-2.6.14-git3/dtl1_cs-add-socket-revE.patch [moved from packages/linux/linux-openzaurus-2.6.14-rc4/dtl1_cs-add-socket-revE.patch with 100% similarity]
packages/linux/linux-openzaurus-2.6.14-git3/pxa-serial-hack.patch [moved from packages/linux/linux-openzaurus-2.6.14-rc4/pxa-serial-hack.patch with 100% similarity]
packages/linux/linux-openzaurus.inc
packages/linux/linux-openzaurus_2.6.14-git3.bb [moved from packages/linux/linux-openzaurus_2.6.14-rc4.bb with 74% similarity]

@@ -990,6 +990,7 @@ CONFIG_FB_PXA=y
 # CONFIG_VGA_CONSOLE is not set
 CONFIG_DUMMY_CONSOLE=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
+CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
 CONFIG_FONTS=y
 CONFIG_FONT_8x8=y
 CONFIG_FONT_8x16=y
index 907801a..cb43f5a 100644 (file)
@@ -31,7 +31,10 @@ export mem = ${@bb.data.getVar("COLLIE_MEMORY_SIZE",d,1) or "32"}
 export rd  = ${@bb.data.getVar("COLLIE_RAMDISK_SIZE",d,1) or "32"}
 
 CMDLINE_MEM_collie = "mem=${mem}M"
-CMDLINE = "${CMDLINE_CON} ${CMDLINE_ROOT} ${CMDLINE_MEM} debug"
+CMDLINE_ROTATE_spitz = "fbcon=rotate:1"
+CMDLINE_ROTATE_akita = "fbcon=rotate:1"
+CMDLINE_ROTATE_borzoi = "fbcon=rotate:1"
+CMDLINE = "${CMDLINE_CON} ${CMDLINE_ROOT} ${CMDLINE_MEM} ${CMDLINE_ROTATE} debug"
 
 ###############################################################
 # Enable or disable ELPP via local.conf - default is "no"
@@ -1,6 +1,6 @@
 include linux-openzaurus.inc
 
-PR = "r4"
+PR = "r0"
 
 DEFAULT_PREFERENCE = "-1"
 
@@ -9,32 +9,26 @@ DEFAULT_PREFERENCE = "-1"
 # http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.12-rc4-git1.bz2;patch=1 \
 # ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.14-rc1.bz2;patch=1 \
 # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \
+# ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.14-rc4.bz2;patch=1 \
+# ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 \    
 
 # Patches submitted upstream are towards top of this list 
 # Hacks should clearly named and at the bottom
-#           ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 \          
-SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \
-           ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.14-rc4.bz2;patch=1 \
-           ${RPSRC}/spitz_pxafb_cleanup-r1.patch;patch=1 \
-           ${RPSRC}/pxafb_add_parent-r1.patch;patch=1 \
-           ${RPSRC}/spitz_compilefix-r0.patch;patch=1 \
-           ${RPSRC}/spitz_kbd_fix1-r0.patch;patch=1 \
+SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.14.tar.gz \
+           http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.14-git3.bz2;patch=1 \
            ${RPSRC}/pxa_pmops_static-r1.patch;patch=1 \
-           ${RPSRC}/pxa_i2c_fixes-r1.patch;patch=1 \
-           ${RPSRC}/pxa_ohci_platform-r1.patch;patch=1 \
-           ${RPSRC}/pxa_ohci_suspend-r0.patch;patch=1 \           
+           ${RPSRC}/pxa_i2c_fixes-r3.patch;patch=1 \
+           ${RPSRC}/pxa_ohci_platform-r2.patch;patch=1 \
+           ${RPSRC}/pxa_ohci_suspend-r2.patch;patch=1 \
            ${RPSRC}/ide_not_removable-r0.patch;patch=1 \
-           ${RPSRC}/sharpsl_pm-r9.patch;patch=1 \
+           ${RPSRC}/sharpsl_pm-r10.patch;patch=1 \
            ${RPSRC}/corgi_pm-r4.patch;patch=1 \
-           ${RPSRC}/spitz_base_extras-r5.patch;patch=1 \
+           ${RPSRC}/spitz_base_extras-r7.patch;patch=1 \
            ${RPSRC}/spitz_pm-r5.patch;patch=1 \
-           ${RPSRC}/spitz_cf-r4.patch;patch=1 \
+           ${RPSRC}/spitz_cf-r5.patch;patch=1 \
            ${RPSRC}/akita_mtd_fix-r0.patch;patch=1 \
            ${RPSRC}/max7310-r1.patch;patch=1 \
            ${RPSRC}/pxa_timerfix-r0.patch;patch=1 \
-           ${RPSRC}/pxa_irda-r5.patch;patch=1 \
-           ${RPSRC}/corgi_irda-r3.patch;patch=1 \
-           ${RPSRC}/poodle_irda-r0.patch;patch=1 \        
            ${RPSRC}/pxa_rtc-r1.patch;patch=1 \
            ${RPSRC}/input_power-r2.patch;patch=1 \
            ${RPSRC}/jffs2_longfilename-r0.patch;patch=1 \
@@ -42,18 +36,22 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \
            ${RPSRC}/corgi_snd-r11.patch;patch=1 \
            ${RPSRC}/export_scoop-r0.patch;patch=1 \
            ${RPSRC}/pxa25x_cpufreq-r0.patch;patch=1 \
-           ${RPSRC}/ipaq/hx2750_base-r21.patch;patch=1 \
+           ${RPSRC}/fbdev/fbdev-r0.patch;patch=1 \
+           ${RPSRC}/fbdev/fbdev1-r0.patch;patch=1 \
+           ${RPSRC}/fbdev/fbdev2-r0.patch;patch=1 \
+           ${RPSRC}/fbdev/fbdev3-r0.patch;patch=1 \
+           ${RPSRC}/fbdev/con_rotate-r0.patch;patch=1 \
+           ${RPSRC}/fbdev/con_rotate1-r1.patch;patch=1 \
+           ${RPSRC}/ipaq/hx2750_base-r22.patch;patch=1 \
            ${RPSRC}/ipaq/hx2750_bl-r2.patch;patch=1 \
            ${RPSRC}/ipaq/hx2750_pcmcia-r1.patch;patch=1 \
            ${RPSRC}/ipaq/pxa_keys-r2.patch;patch=1 \
            ${RPSRC}/ipaq/tsc2101-r8.patch;patch=1 \
            ${RPSRC}/ipaq/hx2750_test1-r2.patch;patch=1 \
-           ${DOSRC}/pxa2xx-ir-dma-r0.patch;patch=1 \
            ${DOSRC}/tc6393-device-r5.patch;patch=1 \
            ${DOSRC}/tc6393_nand-r6.patch;patch=1 \
            ${DOSRC}/tosa-machine-base-r12.patch;patch=1 \
            ${DOSRC}/tosa-keyboard-r6.patch;patch=1 \
-           ${RPSRC}/temp/tc6393fb-r7.patch;patch=1 \
            ${DOSRC}/tosa-power-r6.patch;patch=1 \
            ${DOSRC}/tosa-mmc-r5.patch;patch=1 \
            ${DOSRC}/tosa-udc-r4.patch;patch=1 \
@@ -65,10 +63,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \
            ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1 \
            ${RPSRC}/alsa/alsa_soc-r3.patch;patch=1 \
            ${RPSRC}/alsa/alsa_soc-r3_1.patch;patch=1 \
-           ${RPSRC}/alsa/ssp_pxa_regs-r0.patch;patch=1 \
-           ${RPSRC}/wm8731-r5.patch;patch=1 \
+           ${RPSRC}/wm8731-r6.patch;patch=1 \
            file://add-oz-release-string.patch;patch=1 \
-           file://add-elpp-stuff.patch;patch=1 \
            file://pxa-serial-hack.patch;patch=1 \
            ${RPSRC}/jl1/pxa-linking-bug.patch;patch=1 \
            file://dtl1_cs-add-socket-revE.patch;patch=1 \
@@ -79,6 +75,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \
            file://defconfig-poodle \
            file://defconfig-cxx00 \
            file://defconfig-tosa "
+#           file://add-elpp-stuff.patch;patch=1 
 
 # These patches would really help collie/poodle but we 
 # need someone to maintain them
@@ -91,10 +88,11 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \
 # ${JLSRC}/zaurus-leds-2.6.11.diff.gz;patch=1 \
 
 SRC_URI_append_tosa = "${DOSRC}/nand-readid-r1.patch;patch=1 \
+                       ${RPSRC}/temp/tc6393fb-r7.patch;patch=1 \
                        ${DOSRC}/pxa-ac97-suspend-r0.patch;patch=1 \
                       ${DOSRC}/ac97codec-rename-revert-r0.patch;patch=1 \
                        ${DOSRC}/wm9712-ts-r3.patch;patch=1 \
                        ${DOSRC}/tosa-pxaac97-r4.patch;patch=1 \
                       ${DOSRC}/tosa-bluetooth-r0.patch;patch=1 "
 
-S = "${WORKDIR}/linux-2.6.13"
+S = "${WORKDIR}/linux-2.6.14"