summaryrefslogtreecommitdiffstats
path: root/src/build/tools/listdeps.pl
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2015-11-03 17:06:20 -0600
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 13:58:44 -0600
commitbbfa0e336430e911eb4ebeab5c8aa7abedd54d50 (patch)
treef8932b62cdf396882d24ba7bc4a3f1fff78ec3a9 /src/build/tools/listdeps.pl
parente183bcb0e1d176dd3c3b0776b44407e781a8168e (diff)
downloadtalos-hostboot-bbfa0e336430e911eb4ebeab5c8aa7abedd54d50.tar.gz
talos-hostboot-bbfa0e336430e911eb4ebeab5c8aa7abedd54d50.zip
listdeps.pl used deprecated perl syntax.
Change-Id: Iecf7d9e0a1ffadf730686a9b61d971167f1d5683 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21793 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/tools/listdeps.pl')
-rwxr-xr-xsrc/build/tools/listdeps.pl69
1 files changed, 35 insertions, 34 deletions
diff --git a/src/build/tools/listdeps.pl b/src/build/tools/listdeps.pl
index 02e7bcf57..34d5cda67 100755
--- a/src/build/tools/listdeps.pl
+++ b/src/build/tools/listdeps.pl
@@ -179,42 +179,43 @@ else
# list of libs which are not unloaded
my $resident_modules = {
- "libtargeting.so" => '1',
- "libhwas.so" => '1' ,
- "libdevicefw.so" => '1',
- "liberrl.so" => '1',
- "libtrace.so" => '1',
- "libvfs.so" => '1',
- "libfapi.so" => '1',
- "libecmddatabuffer.so" => '1',
- "libpnor.so" => '1',
- "libmbox.so" => '1',
- "libinitservice.so" => '1',
- "libistepdisp.so" => '1',
- "libextinitsvc.so" => '1',
- "libplat.so" => '1',
- "libhwp.so" => '1',
- "libbus_training.so" => '1',
- "libintr.so" => '1',
- "libprdf.so" => '1',
- "libmdia.so" => '1',
- "libattn.so" => '1',
- "libi2c.so" => '1',
- "libutil.so" => '1',
- "libibscom.so" => '1',
- "libfsiscom.so" => '1',
- "libfsi.so" => '1',
- "libscan.so" => '1',
- "libgpio.so" => '1',
- "liblpc.so" => '1',
- "libconsole.so" => '1',
- "liberrldisplay.so" => '1',
- "libipmi.so" => '1',
- "libvpd.so" => '1',
- "libsecureboot_trusted.so" => '1',
+ "libtargeting.so" => '1',
+ "libhwas.so" => '1' ,
+ "libdevicefw.so" => '1',
+ "liberrl.so" => '1',
+ "libtrace.so" => '1',
+ "libvfs.so" => '1',
+ "libfapi.so" => '1',
+ "libecmddatabuffer.so" => '1',
+ "libpnor.so" => '1',
+ "libmbox.so" => '1',
+ "libinitservice.so" => '1',
+ "libistepdisp.so" => '1',
+ "libextinitsvc.so" => '1',
+ "libplat.so" => '1',
+ "libhwp.so" => '1',
+ "libbus_training.so" => '1',
+ "libintr.so" => '1',
+ "libprdf.so" => '1',
+ "libmdia.so" => '1',
+ "libattn.so" => '1',
+ "libi2c.so" => '1',
+ "libutil.so" => '1',
+ "libibscom.so" => '1',
+ "libfsiscom.so" => '1',
+ "libfsi.so" => '1',
+ "libscan.so" => '1',
+ "libgpio.so" => '1',
+ "liblpc.so" => '1',
+ "libconsole.so" => '1',
+ "liberrldisplay.so" => '1',
+ "libipmi.so" => '1',
+ "libvpd.so" => '1',
+ "libsecureboot_trusted.so" => '1',
};
-# has with library to istep list file were the DepMod array is kept
+# A list of the dependent libraries in each istep.
+# These must be included in the istep file as a dependency.
my $istepFiles = {
"libslave_sbe.so" => "istep06list.H" ,
"libmc_config.so" => "istep07list.H" ,
OpenPOWER on IntegriCloud