From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v2 03/20] mg-debian-installer-update: Add more modules when creating initrd overlay Date: Wed, 29 Oct 2014 10:41:25 +0000 Message-ID: <1414579302-6692-3-git-send-email-ian.campbell@citrix.com> References: <1414579268.29975.13.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1414579268.29975.13.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org The arndale platform has a usb network device. In addition both the SATA and NIC/USB hardware on this platform requires additional regulator (power), clk and phy modules, which in turn require i2c support. Add everything which is needed on this platform. Sort the list of drivers while here. Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- mg-debian-installer-update | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/mg-debian-installer-update b/mg-debian-installer-update index 4e1da8a..4af4a42 100755 --- a/mg-debian-installer-update +++ b/mg-debian-installer-update @@ -123,10 +123,18 @@ if [ $arch = armhf ]; then -path \*/kernel/fs/mbcache.ko -o \ -path \*/kernel/fs/ext\* -o \ -path \*/kernel/fs/jbd\* -o \ - -path \*/kernel/drivers/net/\* -o \ + -path \*/kernel/drivers/clk/\* -o \ + -path \*/kernel/drivers/mmc/\* -o \ + -path \*/kernel/drivers/phy/\* -o \ + -path \*/kernel/drivers/usb/misc/\* -o \ -path \*/kernel/drivers/ata/\* -o \ + -path \*/kernel/drivers/i2c/busses/\* -o \ + -path \*/kernel/drivers/md/\* -o \ + -path \*/kernel/drivers/net/\* -o \ + -path \*/kernel/drivers/regulator/\* -o \ -path \*/kernel/drivers/scsi/\* -o \ - -path \*/kernel/drivers/md/\* \) \ + -path \*/kernel/drivers/usb/dwc3/\* -o \ + -path \*/kernel/drivers/usb/host/\* \) \ |pax -x sv4cpio -s '%lib%/lib%' -d -w >../cpio; cd .. gzip -9f cpio mv cpio.gz armmp.cpio.gz -- 2.1.1