~beagleboard-kernel/+junk/2.6-stable

6 by Robert Nelson
move patches into seperate file, getting ready for a make-kpkg sh file
1
#!/bin/bash
2
# Split out, so build_kernel.sh and build_deb.sh can share..
3
86 by Robert Nelson
merge 2.6.34-devel, early XM support, SGX 3.01.00.06 builtin
4
echo "Starting patch.sh"
33 by Robert Nelson
merge 2.6.32.4-x4.0 from 2.6-dev
5
157 by Robert Nelson
2.6.37 merge, IS_LUCID is now build by default, supports squeeze, sid, lucid, maverick, natty
6
function bugs_trivial {
7
echo "bugs and trivial stuff"
104 by Robert Nelson
2.6.34.2-x2 release
8
152 by Robert Nelson
2.6.35.8-x8 release
9
patch -s -p1 < "${DIR}/patches/trivial/0001-staging-add-airlink-awll7025-id-for-rt2860.patch"
174 by Robert Nelson
dss2: fix for monitor/lcds that worked in 2.6.35 but broke in 2.6.37
10
11
#Bisected from 2.6.35 -> 2.6.36 to find this..
12
#This commit breaks some lcd monitors..
13
#rcn-ee Feb 26, 2011...
201 by Robert Nelson
2.6.39-x0 release
14
#Still needs more work for 2.6.38, causes:
15
#[   14.962829] omapdss DISPC error: GFX_FIFO_UNDERFLOW, disabling GFX
174 by Robert Nelson
dss2: fix for monitor/lcds that worked in 2.6.35 but broke in 2.6.37
16
patch -s -p1 < "${DIR}/patches/trivial/0001-Revert-OMAP-DSS2-OMAPFB-swap-front-and-back-porches-.patch"
201 by Robert Nelson
2.6.39-x0 release
17
190 by Robert Nelson
testing: fix for *.deb generation from Robert Gordon
18
patch -s -p1 < "${DIR}/patches/trivial/0001-kbuild-deb-pkg-set-host-machine-after-dpkg-gencontro.patch"
187 by Robert Nelson
merge to 2.6.38.x
19
}
20
21
function dss2_next {
22
echo "dss2 from for-next"
23
24
patch -s -p1 < "${DIR}/patches/dss2_next/0001-OMAP4-DSS2-Register-configuration-changes-for-DSI.patch"
25
26
}
27
28
function dspbridge_next {
29
echo "dspbridge from for-next"
30
31
}
32
33
function omap_fixes {
34
echo "omap fixes"
35
36
}
37
194 by Robert Nelson
add patches from for_next 2.6.39-rc4, should help the pandaboard l3 irq issue on reboot
38
function for_next_40 {
39
echo "for_next from tmlind's tree.."
201 by Robert Nelson
2.6.39-x0 release
40
#patch -s -p1 < "${DIR}/patches/for_next_40/0003-OMAP3-voltage-remove-spurious-pr_notice-for-debugfs.patch"
41
#patch -s -p1 < "${DIR}/patches/for_next_40/0004-OMAP4-PM-remove-redundant-ifdef-CONFIG_PM.patch"
42
#patch -s -p1 < "${DIR}/patches/for_next_40/0005-OMAP3-smartreflex-fix-sr_late_init-error-path-in-pro.patch"
43
#patch -s -p1 < "${DIR}/patches/for_next_40/0006-OMAP3-smartreflex-request-the-memory-region.patch"
44
#patch -s -p1 < "${DIR}/patches/for_next_40/0007-OMAP3-smartreflex-fix-ioremap-leak-on-probe-error.patch"
45
#patch -s -p1 < "${DIR}/patches/for_next_40/0008-OMAP3-smartreflex-delete-instance-from-sr_list-on-pr.patch"
46
#patch -s -p1 < "${DIR}/patches/for_next_40/0009-OMAP3-smartreflex-delete-debugfs-entries-on-probe-er.patch"
194 by Robert Nelson
add patches from for_next 2.6.39-rc4, should help the pandaboard l3 irq issue on reboot
47
patch -s -p1 < "${DIR}/patches/for_next_40/0013-omap-gpmc-smsc911x-always-set-irq-flags-to-IORESOURC.patch"
48
patch -s -p1 < "${DIR}/patches/for_next_40/0014-omap-convert-boards-that-use-SMSC911x-to-use-gpmc-sm.patch"
49
patch -s -p1 < "${DIR}/patches/for_next_40/0015-OMAP3-4-l3-fix-omap3_l3_probe-error-path.patch"
50
patch -s -p1 < "${DIR}/patches/for_next_40/0016-OMAP3-4-l3-minor-cleanup-for-parenthesis-and-extra-s.patch"
51
}
52
53
187 by Robert Nelson
merge to 2.6.38.x
54
function wip_to_be_pushed_git  {
55
echo "wip patches for mainline"
56
57
git_add
58
git am "${DIR}/patches/wip_to_be_pushed/0001-omap3-beagle-convert-printk-KERN_INFO-to-pr_info.patch"
59
git am "${DIR}/patches/wip_to_be_pushed/0002-omap3-beagle-convert-printk-KERN_ERR-to-pr_err.patch"
60
git am "${DIR}/patches/wip_to_be_pushed/0003-omap3-beagle-detect-new-xM-revision-B.patch"
61
git am "${DIR}/patches/wip_to_be_pushed/0004-omap3-beagle-detect-new-xM-revision-C.patch"
62
git am "${DIR}/patches/wip_to_be_pushed/0005-omap3-beagle-if-rev-unknown-assume-xM-revision-C.patch"
63
git am "${DIR}/patches/wip_to_be_pushed/0006-omap3-beagle-add-i2c-bus2.patch"
64
git am "${DIR}/patches/wip_to_be_pushed/0007-omap3-beagle-add-initial-expansionboard-infrastructu.patch"
65
git am "${DIR}/patches/wip_to_be_pushed/0008-omap3-beagle-expansionboard-zippy.patch"
66
git am "${DIR}/patches/wip_to_be_pushed/0009-omap3-beagle-expansionboard-zippy2.patch"
67
68
}
69
70
function wip_to_be_pushed  {
71
echo "wip patches for mainline"
72
73
patch -s -p1 < "${DIR}/patches/wip_to_be_pushed/0001-omap3-beagle-convert-printk-KERN_INFO-to-pr_info.patch"
74
patch -s -p1 < "${DIR}/patches/wip_to_be_pushed/0002-omap3-beagle-convert-printk-KERN_ERR-to-pr_err.patch"
75
patch -s -p1 < "${DIR}/patches/wip_to_be_pushed/0003-omap3-beagle-detect-new-xM-revision-B.patch"
76
patch -s -p1 < "${DIR}/patches/wip_to_be_pushed/0004-omap3-beagle-detect-new-xM-revision-C.patch"
77
patch -s -p1 < "${DIR}/patches/wip_to_be_pushed/0005-omap3-beagle-if-rev-unknown-assume-xM-revision-C.patch"
78
patch -s -p1 < "${DIR}/patches/wip_to_be_pushed/0006-omap3-beagle-add-i2c-bus2.patch"
79
patch -s -p1 < "${DIR}/patches/wip_to_be_pushed/0007-omap3-beagle-add-initial-expansionboard-infrastructu.patch"
80
patch -s -p1 < "${DIR}/patches/wip_to_be_pushed/0008-omap3-beagle-expansionboard-zippy.patch"
81
patch -s -p1 < "${DIR}/patches/wip_to_be_pushed/0009-omap3-beagle-expansionboard-zippy2.patch"
82
83
}
84
118 by Robert Nelson
resync with sakoman git tree
85
function sakoman {
86
echo "sakoman's patches"
187 by Robert Nelson
merge to 2.6.38.x
87
201 by Robert Nelson
2.6.39-x0 release
88
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0001-OMAP-DSS2-DSI-fix-use_sys_clk-highfreq.patch"
89
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0002-OMAP-DSS2-DSI-fix-dsi_dump_clocks.patch"
90
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0003-OMAP2PLUS-DSS2-Fix-Return-correct-lcd-clock-source-f.patch"
91
92
patch -s -p1 < "${DIR}/patches/sakoman/2.6.40/0004-OMAP-DSS-DSI-Fix-DSI-PLL-power-bug.patch"
93
94
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0005-OMAP-DSS2-fix-panel-Kconfig-dependencies.patch"
95
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0006-OMAP-DSS2-add-bootarg-for-selecting-svideo-or-compos.patch"
96
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0007-video-add-timings-for-hd720.patch"
97
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0008-drivers-net-smsc911x-return-ENODEV-if-device-is-not-.patch"
98
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0009-drivers-input-touchscreen-ads7846-return-ENODEV-if-d.patch"
99
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0010-Revert-omap2_mcspi-Flush-posted-writes.patch"
100
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0011-Revert-omap_hsmmc-improve-interrupt-synchronisation.patch"
101
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0012-Don-t-turn-SDIO-cards-off-to-save-power.-Doing-so-wi.patch"
102
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0013-Enable-the-use-of-SDIO-card-interrupts.patch"
103
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0014-soc-codecs-Enable-audio-capture-by-default-for-twl40.patch"
104
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0015-soc-codecs-twl4030-Turn-on-mic-bias-by-default.patch"
105
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0016-RTC-add-support-for-backup-battery-recharge.patch"
106
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0017-ARM-OMAP2-mmc-twl4030-move-clock-input-selection-pri.patch"
107
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0018-Add-power-off-support-for-the-TWL4030-companion.patch"
108
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0019-ARM-OMAP-Add-twl4030-madc-support-to-Beagle.patch"
109
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0020-ARM-OMAP-Add-twl4030-madc-support-to-Overo.patch"
110
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0021-Enabling-Hwmon-driver-for-twl4030-madc.patch"
111
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0022-mfd-twl-core-enable-madc-clock.patch"
112
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0023-rtc-twl-Switch-to-using-threaded-irq.patch"
113
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0024-ARM-OMAP-automatically-set-musb-mode-in-platform-dat.patch"
114
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0025-omap-mmc-Adjust-dto-to-eliminate-timeout-errors.patch"
115
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0026-omap-Fix-mtd-subpage-read-alignment.patch"
116
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0027-mtd-nand-omap2-Force-all-buffer-reads-to-u32-alignme.patch"
117
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0028-omap-nand-fix-subpage-ecc-issue-with-prefetch.patch"
118
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0029-OMAP-Overo-Add-support-for-spidev.patch"
119
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0030-unionfs-Add-support-for-unionfs-2.5.9.patch"
120
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0031-OMAP3-beagle-add-support-for-beagleboard-xM-revision.patch"
121
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0032-OMAP3-beagle-add-support-for-expansionboards.patch"
122
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0033-omap-Change-omap_device-activate-dectivate-latency-m.patch"
123
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0034-omap-Add-omap3_defconfig.patch"
124
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0035-omap-overo-Add-opp-init.patch"
125
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0036-OMAP3-voltage-remove-spurious-pr_notice-for-debugfs.patch"
126
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0037-OMAP4-PM-remove-redundant-ifdef-CONFIG_PM.patch"
127
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0038-OMAP3-smartreflex-fix-sr_late_init-error-path-in-pro.patch"
128
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0039-OMAP3-smartreflex-request-the-memory-region.patch"
129
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0040-OMAP3-smartreflex-fix-ioremap-leak-on-probe-error.patch"
130
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0041-OMAP3-smartreflex-delete-instance-from-sr_list-on-pr.patch"
131
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0042-OMAP3-smartreflex-delete-debugfs-entries-on-probe-er.patch"
132
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0043-OMAP3-cpuidle-remove-useless-SDP-specific-timings.patch"
133
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0044-OMAP3-SR-make-notify-independent-of-class.patch"
134
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0045-OMAP3-SR-disable-interrupt-by-default.patch"
135
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0046-OMAP3-SR-enable-disable-SR-only-on-need.patch"
136
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0047-OMAP3-SR-fix-cosmetic-indentation.patch"
137
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0048-OMAP-CPUfreq-ensure-driver-initializes-after-cpufreq.patch"
138
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0049-OMAP-CPUfreq-ensure-policy-is-fully-initialized.patch"
139
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0050-OMAP3-PM-CPUFreq-driver-for-OMAP3.patch"
140
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0051-OMAP-PM-CPUFREQ-Fix-conditional-compilation.patch"
141
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0052-cpufreq-fixup-after-new-OPP-layer-merged.patch"
142
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0053-OMAP-cpufreq-Split-OMAP1-and-OMAP2PLUS-CPUfreq-drive.patch"
143
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0054-OMAP2PLUS-cpufreq-Add-SMP-support-to-cater-OMAP4430.patch"
144
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0055-OMAP2PLUS-cpufreq-Fix-typo-when-attempting-to-set-mp.patch"
145
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0056-cpufreq-helpers-for-walking-the-frequency-table.patch"
146
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0057-cpufreq-introduce-hotplug-governor.patch"
147
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0058-OMAP2-cpufreq-free-up-table-on-exit.patch"
148
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0059-OMAP2-cpufreq-handle-invalid-cpufreq-table.patch"
149
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0060-OMAP2-cpufreq-minor-comment-cleanup.patch"
150
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0061-OMAP2-cpufreq-use-clk_init_cpufreq_table-if-OPPs-not.patch"
151
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0062-OMAP2-cpufreq-use-cpufreq_frequency_table_target.patch"
152
patch -s -p1 < "${DIR}/patches/sakoman/2.6.39/0063-OMAP2-cpufreq-fix-freq_table-leak.patch"
118 by Robert Nelson
resync with sakoman git tree
153
86 by Robert Nelson
merge 2.6.34-devel, early XM support, SGX 3.01.00.06 builtin
154
}
155
156
function musb {
157
echo "musb patches"
187 by Robert Nelson
merge to 2.6.38.x
158
patch -s -p1 < "${DIR}/patches/musb/0001-default-to-fifo-mode-5-for-old-musb-beagles.patch"
33 by Robert Nelson
merge 2.6.32.4-x4.0 from 2.6-dev
159
}
160
86 by Robert Nelson
merge 2.6.34-devel, early XM support, SGX 3.01.00.06 builtin
161
function micrel {
162
echo "micrel patches"
111 by Robert Nelson
2.6.35.2-x0 release
163
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/01_eeprom_93cx6_2.6.35.patch"
164
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/02_eeprom_93cx6_2.6.35.patch"
165
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/03_ksz8851_2.6.35.patch"
187 by Robert Nelson
merge to 2.6.38.x
166
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.38/04_ksz8851_2.6.38.patch"
111 by Robert Nelson
2.6.35.2-x0 release
167
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/06_ksz8851_2.6.35.patch"
168
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/07_ksz8851_2.6.35.patch"
169
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/08_ksz8851_2.6.35.patch"
170
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/09_ksz8851_2.6.35.patch"
171
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/10_ksz8851_2.6.35.patch"
172
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/11_ksz8851_2.6.35.patch"
173
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/12_ksz8851_2.6.35.patch"
174
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/15_ksz8851_2.6.35.patch"
175
patch -s -p1 < "${DIR}/patches/micrel/linux-2.6.35/18_ksz8851_2.6.35.patch"
187 by Robert Nelson
merge to 2.6.38.x
176
78 by Robert Nelson
2.6.33.3-x1: thanks to koens excellent uboot and kernel zippy support, now this kernel supports runtime detection of zippy1/2 expansion boards add buddy=${buddy} to bootargs
177
}
178
157 by Robert Nelson
2.6.37 merge, IS_LUCID is now build by default, supports squeeze, sid, lucid, maverick, natty
179
function beagle {
180
echo "beagle patches"
111 by Robert Nelson
2.6.35.2-x0 release
181
patch -s -p1 < "${DIR}/patches/arago-project/0001-omap3-Increase-limit-on-bootarg-mpurate.patch"
201 by Robert Nelson
2.6.39-x0 release
182
#patch -s -p1 < "${DIR}/patches/beagle/0001-omap-mmc-Adjust-dto-to-eliminate-timeout-errors.patch"
189 by Robert Nelson
audio: the previous was still to restrictive, use latest patch
183
patch -s -p1 < "${DIR}/patches/beagle/0001-omap3-alsa-soc-Remove-restrictive-checks-for-cpu-typ.patch"
187 by Robert Nelson
merge to 2.6.38.x
184
patch -s -p1 < "${DIR}/patches/display/0001-meego-modedb-add-Toshiba-LTA070B220F-800x480-support.patch"
201 by Robert Nelson
2.6.39-x0 release
185
#patch -s -p1 < "${DIR}/patches/beagle/0001-omap3-beaglexm-fix-user-button.patch"
187 by Robert Nelson
merge to 2.6.38.x
186
187
}
188
189
function igepv2 {
190
echo "igepv2 board related patches"
191
}
192
193
function devkit8000 {
194
echo "devkit8000"
195
patch -s -p1 < "${DIR}/patches/devkit8000/0001-arm-omap-devkit8000-for-lcd-use-samsung_lte_panel-2.6.37-git10.patch"
196
}
197
198
function touchbook {
199
echo "touchbook patches"
200
patch -s -p1 < "${DIR}/patches/touchbook/0001-omap3-touchbook-remove-mmc-gpio_wp.patch"
201
patch -s -p1 < "${DIR}/patches/touchbook/0002-omap3-touchbook-drop-u-boot-readonly.patch"
202
}
203
204
function omap4 {
205
echo "omap4 related patches"
206
patch -s -p1 < "${DIR}/patches/panda/0001-OMAP4-DSS2-add-dss_dss_clk.patch"
86 by Robert Nelson
merge 2.6.34-devel, early XM support, SGX 3.01.00.06 builtin
207
}
208
209
function sgx {
210
echo "merge in ti sgx modules"
113 by Robert Nelson
sgx: cleanup patchset, no fundamental changes
211
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-Merge-TI-3.01.00.02-Kernel-Modules.patch"
212
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-enable-driver-building.patch"
213
103 by Robert Nelson
sgx: remove not ready message as these are used
214
#3.01.00.06
113 by Robert Nelson
sgx: cleanup patchset, no fundamental changes
215
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-Merge-TI-3.01.00.06-into-TI-3.01.00.02.patch"
116 by Robert Nelson
SGX modules: upgrade to TI: 3.01.00.07
216
217
#3.01.00.07 'the first wget-able release!!'
218
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-Merge-TI-3.01.00.07-into-TI-3.01.00.06.patch"
219
128 by Robert Nelson
sgx: merge in latest 4.00.00.01 drivers, tested on xM A
220
#4.00.00.01 adds ti8168 support, drops bc_cat.c patch
221
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-Merge-TI-4.00.00.01-into-TI-3.01.00.07.patch"
222
187 by Robert Nelson
merge to 2.6.38.x
223
#4.03.00.01
224
#Note: git am has problems with this patch...
225
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-Merge-TI-4.03.00.01-into-TI-4.00.00.01.patch"
226
227
#4.03.00.02 (main *.bin drops omap4)
228
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-Merge-TI-4.03.00.02-into-TI-4.03.00.01.patch"
229
230
#4.03.00.02
231
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-TI-4.03.00.02-2.6.32-PSP.patch"
232
233
#4.03.00.02 + 2.6.38-merge (2.6.37-git5)
234
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-TI-4.03.00.02-2.6.38-merge-AUTOCONF_INCLUD.patch"
235
236
#4.03.00.02 + 2.6.38-rc3
237
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-TI-4.03.00.02-2.6.38-rc3-_console_sem-to-c.patch"
238
239
#4.03.00.01
240
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-TI-4.03.00.01-add-outer_cache.clean_all.patch"
241
242
#4.03.00.02
243
#omap3 doesn't work on omap3630
244
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-TI-4.03.00.02-use-omap3630-as-TI_PLATFORM.patch"
201 by Robert Nelson
2.6.39-x0 release
245
246
#4.03.00.02 + 2.6.39 (2.6.38-git2)
247
patch -s -p1 < "${DIR}/patches/sgx/0001-OMAP3-SGX-TI-4.03.00.02-2.6.39-rc-SPIN_LOCK_UNLOCKED.patch"
248
157 by Robert Nelson
2.6.37 merge, IS_LUCID is now build by default, supports squeeze, sid, lucid, maverick, natty
249
}
250
251
bugs_trivial
187 by Robert Nelson
merge to 2.6.38.x
252
253
#for_next tree's
254
dss2_next
201 by Robert Nelson
2.6.39-x0 release
255
#omap_fixes
256
#dspbridge_next
194 by Robert Nelson
add patches from for_next 2.6.39-rc4, should help the pandaboard l3 irq issue on reboot
257
for_next_40
187 by Robert Nelson
merge to 2.6.38.x
258
259
#work in progress
260
#wip_to_be_pushed_git
201 by Robert Nelson
2.6.39-x0 release
261
#wip_to_be_pushed
187 by Robert Nelson
merge to 2.6.38.x
262
263
#external tree's
118 by Robert Nelson
resync with sakoman git tree
264
sakoman
33 by Robert Nelson
merge 2.6.32.4-x4.0 from 2.6-dev
265
musb
78 by Robert Nelson
2.6.33.3-x1: thanks to koens excellent uboot and kernel zippy support, now this kernel supports runtime detection of zippy1/2 expansion boards add buddy=${buddy} to bootargs
266
micrel
187 by Robert Nelson
merge to 2.6.38.x
267
268
#random board patches
269
beagle
111 by Robert Nelson
2.6.35.2-x0 release
270
igepv2
187 by Robert Nelson
merge to 2.6.38.x
271
devkit8000
272
touchbook
273
157 by Robert Nelson
2.6.37 merge, IS_LUCID is now build by default, supports squeeze, sid, lucid, maverick, natty
274
omap4
86 by Robert Nelson
merge 2.6.34-devel, early XM support, SGX 3.01.00.06 builtin
275
187 by Robert Nelson
merge to 2.6.38.x
276
#no chance of being pushed ever tree's
277
sgx
184 by Robert Nelson
mmc bug: setting up test for mmc
278
86 by Robert Nelson
merge 2.6.34-devel, early XM support, SGX 3.01.00.06 builtin
279
echo "patch.sh ran successful"
6 by Robert Nelson
move patches into seperate file, getting ready for a make-kpkg sh file
280