summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-03-12 12:07:36 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-13 10:01:19 -0500
commit5618f2f2b4321a8ccaf2e8603ff1271a56278dae (patch)
tree8556096a43676552b18cd25d36c180ae47e5327c /src/build/tools
parent63afd50c3393d4bf5d225cd281845f220952a3a1 (diff)
downloadtalos-hostboot-5618f2f2b4321a8ccaf2e8603ff1271a56278dae.tar.gz
talos-hostboot-5618f2f2b4321a8ccaf2e8603ff1271a56278dae.zip
Fix issues with how we were handling new .so added for Axone
This commit addresses two problems, one is that we were loading and unloading expaccess.so in the ocmbcomm tests when it is included in the extended image. Also we had mmio.so listed as a DEP lib in istep 12, this caused it to get unloaded after that step. This .so is also part of the extended image. To remove compile errors I added these new .so's to the listdeps.pl script. Change-Id: I83292a53e0021c05468605e62f9b00cefc2af268 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73182 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/tools')
-rwxr-xr-xsrc/build/tools/listdeps.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build/tools/listdeps.pl b/src/build/tools/listdeps.pl
index be7b3a4d6..b71a9e2bd 100755
--- a/src/build/tools/listdeps.pl
+++ b/src/build/tools/listdeps.pl
@@ -226,6 +226,8 @@ my $resident_modules = {
"libscom.so" => '1',
"libxscom.so" => '1',
"libnode_comm.so" => '1',
+ "libmmio.so" => '1',
+ "libexpaccess.so" => '1',
};
# A list of the dependent libraries in each istep.
OpenPOWER on IntegriCloud