[oe-commits] org.oe.dev linux-rp: Add xscale_cache_workaround patch to fix segfaults until we find a better solution

rpurdie commit openembedded-commits at lists.openembedded.org
Thu Dec 28 15:38:38 UTC 2006


linux-rp: Add xscale_cache_workaround patch to fix segfaults until we find a better solution

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 34a5a68b1a5babf18deee9d016a0a8c54dc75a40
ViewMTN: http://monotone.openembedded.org/revision.psp?id=34a5a68b1a5babf18deee9d016a0a8c54dc75a40
Files:
1
packages/linux/linux-rp_2.6.17.bb
packages/linux/linux-rp_2.6.18.bb
packages/linux/linux-rp_2.6.19+git.bb
packages/linux/linux-rp_2.6.19.bb
Diffs:

#
# mt diff -r7f3e4e4b673d55d27ea70c09699c29ae8871a6f5 -r34a5a68b1a5babf18deee9d016a0a8c54dc75a40
#
# 
# 
# patch "packages/linux/linux-rp_2.6.17.bb"
#  from [8ae293b4525828b8c89c2a3d4b32d9e89c0d7d33]
#    to [c912bb276e15d4d7c372051c7fdeb459820c5b63]
# 
# patch "packages/linux/linux-rp_2.6.18.bb"
#  from [b3b2e883d6baba78bfb60715db50e29a43e05f4c]
#    to [cd35853968008ca8477adc5a46c8e2abd5ca7f7e]
# 
# patch "packages/linux/linux-rp_2.6.19+git.bb"
#  from [c941afa3a4bd31df04ee7c8b67ace6194654bfd1]
#    to [afc80d45821120b2205c71543539bc6c224504f6]
# 
# patch "packages/linux/linux-rp_2.6.19.bb"
#  from [2f74b5217d8fef2e0c449898db001ec6e842fef9]
#    to [0e9706450d84364ba7dde7090e0b5e8ffcd81bc2]
# 
============================================================
--- packages/linux/linux-rp_2.6.17.bb	8ae293b4525828b8c89c2a3d4b32d9e89c0d7d33
+++ packages/linux/linux-rp_2.6.17.bb	c912bb276e15d4d7c372051c7fdeb459820c5b63
@@ -1,6 +1,6 @@ require linux-rp.inc
 require linux-rp.inc
 
-PR = "r31"
+PR = "r32"
 
 # Handy URLs
 # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \
@@ -48,6 +48,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux
            ${RPSRC}/poodle_audio-r7.patch;patch=1 \
            ${RPSRC}/pxa27x_overlay-r2.patch;patch=1 \
            ${RPSRC}/w100_extaccel-r0.patch;patch=1 \
+           ${RPSRC}/xscale_cache_workaround-r0.patch;patch=1 \
            file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \
            file://hrw-pcmcia-ids-r5.patch;patch=1 \
            ${RPSRC}/logo_oh-r0.patch.bz2;patch=1;status=unmergable \
============================================================
--- packages/linux/linux-rp_2.6.18.bb	b3b2e883d6baba78bfb60715db50e29a43e05f4c
+++ packages/linux/linux-rp_2.6.18.bb	cd35853968008ca8477adc5a46c8e2abd5ca7f7e
@@ -1,6 +1,6 @@ require linux-rp.inc
 require linux-rp.inc
 
-PR = "r6"
+PR = "r7"
 
 # Handy URLs
 # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
@@ -34,6 +34,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux
            ${RPSRC}/pxafb_changeres-r2.patch;patch=1 \
            ${RPSRC}/pxa27x_overlay-r2.patch;patch=1 \
            ${RPSRC}/w100_extaccel-r0.patch;patch=1 \
+           ${RPSRC}/xscale_cache_workaround-r0.patch;patch=1 \
            file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \
            file://hrw-pcmcia-ids-r5.patch;patch=1 \
            ${RPSRC}/logo_oh-r0.patch.bz2;patch=1;status=unmergable \
============================================================
--- packages/linux/linux-rp_2.6.19+git.bb	c941afa3a4bd31df04ee7c8b67ace6194654bfd1
+++ packages/linux/linux-rp_2.6.19+git.bb	afc80d45821120b2205c71543539bc6c224504f6
@@ -1,6 +1,6 @@ require linux-rp.inc
 require linux-rp.inc
 
-PR = "r1"
+PR = "r2"
 
 DEFAULT_PREFERENCE = "-1"
 
@@ -35,6 +35,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/
            ${RPSRC}/poodle_pm-r3.patch;patch=1 \
            ${RPSRC}/pxa27x_overlay-r5.patch;patch=1 \
            ${RPSRC}/w100_extaccel-r0.patch;patch=1 \
+           ${RPSRC}/xscale_cache_workaround-r0.patch;patch=1 \
            file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \
            ${RPSRC}/logo_oh-r0.patch.bz2;patch=1;status=unmergable \
            ${RPSRC}/logo_oz-r2.patch.bz2;patch=1;status=unmergable \
============================================================
--- packages/linux/linux-rp_2.6.19.bb	2f74b5217d8fef2e0c449898db001ec6e842fef9
+++ packages/linux/linux-rp_2.6.19.bb	0e9706450d84364ba7dde7090e0b5e8ffcd81bc2
@@ -1,6 +1,6 @@ require linux-rp.inc
 require linux-rp.inc
 
-PR = "r2"
+PR = "r3"
 
 DEFAULT_PREFERENCE = "-1"
 
@@ -36,6 +36,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux
            ${RPSRC}/poodle_pm-r3.patch;patch=1 \
            ${RPSRC}/pxa27x_overlay-r4.patch;patch=1 \
            ${RPSRC}/w100_extaccel-r0.patch;patch=1 \
+           ${RPSRC}/xscale_cache_workaround-r0.patch;patch=1 \
            file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \
            ${RPSRC}/logo_oh-r0.patch.bz2;patch=1;status=unmergable \
            ${RPSRC}/logo_oz-r2.patch.bz2;patch=1;status=unmergable \






More information about the Openembedded-commits mailing list