summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2013-08-15 17:22:58 +0100
committerPeter Robinson <pbrobinson@gmail.com>2013-08-15 17:22:58 +0100
commitfe4e95043c34a4505388ec3b13264a4f22a47542 (patch)
treeeb50caabecebe6264674ff1e90dd6a769068ab52 /kernel.spec
parent4c2389c30159c2525c5b6b87f25c7947a676c859 (diff)
downloadkernel-fe4e95043c34a4505388ec3b13264a4f22a47542.tar.gz
kernel-fe4e95043c34a4505388ec3b13264a4f22a47542.tar.xz
kernel-fe4e95043c34a4505388ec3b13264a4f22a47542.zip
- Major cleanup of arm64 config
- Add patch to enable build exynos5 as multi platform for lpae - Minor cleanup of ARMv7 configs
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 5ebe9f28e..0db387abe 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -695,6 +695,7 @@ Patch15000: nowatchdog-on-virt.patch
Patch21001: arm-lpae-ax88796.patch
Patch21003: arm-dma-amba_pl08x-avoid-64bit-division.patch
Patch21004: arm-sound-soc-samsung-dma-avoid-another-64bit-division.patch
+Patch21005: arm-exynos-mp.patch
# ARM omap
Patch21010: arm-omap-load-tfp410.patch
@@ -1306,6 +1307,7 @@ ApplyPatch debug-bad-pte-modules.patch
ApplyPatch arm-lpae-ax88796.patch
ApplyPatch arm-dma-amba_pl08x-avoid-64bit-division.patch
ApplyPatch arm-sound-soc-samsung-dma-avoid-another-64bit-division.patch
+ApplyPatch arm-exynos-mp.patch
ApplyPatch arm-omap-load-tfp410.patch
ApplyPatch arm-tegra-usb-no-reset-linux33.patch
ApplyPatch arm-tegra-remove-direct-vbus-regulator-control.patch
@@ -2251,6 +2253,11 @@ fi
# ||----w |
# || ||
%changelog
+* Thu Aug 15 2013 Peter Robinson <pbrobinson@fedoraproject.org>
+- Major cleanup of arm64 config
+- Add patch to enable build exynos5 as multi platform for lpae
+- Minor cleanup of ARMv7 configs
+
* Thu Aug 15 2013 Josh Boyer <jwboyer@redhat.com> - 3.11.0-0.rc5.git3.1
- Enable CONFIG_HID_SENSOR_HUB (rhbz 995510)
- Add patch to fix regression on TeVII S471 devices (rhbz 963715)