From 44345d3ce100f7e4840b4f5495d6a12c2f48ce1d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 4 Jun 2013 13:45:16 -0500 Subject: add patch to include panel-tfp410 module on arm systems --- ...el-tfp410-module-on-arm-systems-in-the-in.patch | 26 ++++++++++++++++++++++ dracut.spec | 7 ++++-- 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch diff --git a/0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch b/0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch new file mode 100644 index 0000000..8b1fdb4 --- /dev/null +++ b/0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch @@ -0,0 +1,26 @@ +From bbed67be116c7bee8b08b029bbda039cabed3c8e Mon Sep 17 00:00:00 2001 +From: Dennis Gilmore +Date: Tue, 4 Jun 2013 13:39:23 -0500 +Subject: [PATCH] include panel-tfp410 module on arm systems in the initramfs + needed for framebuffer on omap systems + +--- + modules.d/90kernel-modules/module-setup.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh +index ed7a19e..8388a08 100755 +--- a/modules.d/90kernel-modules/module-setup.sh ++++ b/modules.d/90kernel-modules/module-setup.sh +@@ -47,7 +47,7 @@ installkernel() { + if [[ "$(uname -p)" == arm* ]]; then + # arm specific modules + hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm \ +- omap_hsmmc sdhci_dove ahci_platform pata_imx sata_mv ++ omap_hsmmc panel-tfp410 sdhci_dove ahci_platform pata_imx sata_mv + fi + + # install virtual machine support +-- +1.8.2.1 + diff --git a/dracut.spec b/dracut.spec index 086e7a3..5139745 100644 --- a/dracut.spec +++ b/dracut.spec @@ -10,7 +10,7 @@ Name: dracut Version: 027 -Release: 81.git20130531%{?dist} +Release: 82.git20130531%{?dist} Summary: Initramfs generator using udev %if 0%{?fedora} || 0%{?rhel} @@ -109,7 +109,7 @@ Patch77: 0077-lvm-add-tools-for-thin-provisioning.patch Patch78: 0078-ifcfg-write-ifcfg.sh-fixed-logic.patch Patch79: 0079-dracut-functions.sh-get_persistent_dev-fix-case-for-.patch Patch80: 0080-dmsquash-live-dmsquash-live-root.sh-fixup-32214acb3a.patch - +Patch81: 0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch BuildRequires: dash bash git @@ -516,6 +516,9 @@ rm -rf $RPM_BUILD_ROOT %{dracutlibdir}/dracut.conf.d/02-norescue.conf %changelog +* Tue Jun 04 2013 Dennis Gilmore 027-82.git20130531 +- add patch to include panel-tfp410 module on arm systems + * Fri May 31 2013 Harald Hoyer 027-81.git20130531 - fix btrfs mount flags for /usr - degrade message about missing tools for stripping -- cgit