summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2017-10-12 02:11:52 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-10-25 09:44:49 -0400
commitdb75522b35091a395bc911712c487a87a0debb61 (patch)
tree43392c9011631bfc1cbb4c80dff3ac6445a90359
parentdc1c0cce63c04998459563a99ca74d6816bd3fea (diff)
downloadtalos-sbe-db75522b35091a395bc911712c487a87a0debb61.tar.gz
talos-sbe-db75522b35091a395bc911712c487a87a0debb61.zip
Move fastarray procedures to seeprom
Saving 1888bytes Change-Id: I21fb94b0f7cb39a0e371a6f2abefe46c1e63deba Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48285 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
-rw-r--r--src/build/import_hwp_mk/arrayaccess/arrayaccessfiles.mk4
-rw-r--r--src/build/import_hwp_mk/istepmpipl/istepmpiplfiles.mk4
-rw-r--r--src/sbefw/sbefwfiles.mk1
-rw-r--r--src/sbefw/sbefwseepromfiles.mk1
4 files changed, 6 insertions, 4 deletions
diff --git a/src/build/import_hwp_mk/arrayaccess/arrayaccessfiles.mk b/src/build/import_hwp_mk/arrayaccess/arrayaccessfiles.mk
index aa2023af..6fa77bcb 100644
--- a/src/build/import_hwp_mk/arrayaccess/arrayaccessfiles.mk
+++ b/src/build/import_hwp_mk/arrayaccess/arrayaccessfiles.mk
@@ -6,6 +6,7 @@
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016,2017
+# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -30,9 +31,6 @@
##########################################################################
ARRAYACCESS-CPP-SOURCES = p9_sbe_tracearray.C
-ARRAYACCESS-CPP-SOURCES += p9_sbe_fastarray_abist_catchup.C
-ARRAYACCESS-CPP-SOURCES += p9_sbe_fastarray_cleanup.C
-ARRAYACCESS-CPP-SOURCES += p9_sbe_fastarray_setup.C
ARRAYACCESS-C-SOURCES =
ARRAYACCESS-S-SOURCES =
diff --git a/src/build/import_hwp_mk/istepmpipl/istepmpiplfiles.mk b/src/build/import_hwp_mk/istepmpipl/istepmpiplfiles.mk
index 7058dc7b..d4e07107 100644
--- a/src/build/import_hwp_mk/istepmpipl/istepmpiplfiles.mk
+++ b/src/build/import_hwp_mk/istepmpipl/istepmpiplfiles.mk
@@ -53,6 +53,10 @@ ISTEPMPIPL-CPP-SOURCES +=p9_perv_sbe_cmn.C
ISTEPMPIPL-CPP-SOURCES +=p9_suspend_powman.C
ISTEPMPIPL-CPP-SOURCES +=p9_collect_suspend_ffdc.C
ISTEPMPIPL-CPP-SOURCES +=p9_eq_clear_atomic_lock.C
+# Fast array procedures are moved here to locate it on seeprom
+ISTEPMPIPL-CPP-SOURCES += p9_sbe_fastarray_abist_catchup.C
+ISTEPMPIPL-CPP-SOURCES += p9_sbe_fastarray_cleanup.C
+ISTEPMPIPL-CPP-SOURCES += p9_sbe_fastarray_setup.C
ISTEPMPIPL-C-SOURCES =
ISTEPMPIPL-S-SOURCES =
diff --git a/src/sbefw/sbefwfiles.mk b/src/sbefw/sbefwfiles.mk
index dbfb7678..fbf9c3cd 100644
--- a/src/sbefw/sbefwfiles.mk
+++ b/src/sbefw/sbefwfiles.mk
@@ -48,7 +48,6 @@ SBEFW-CPP-SOURCES += sbeutil.C
SBEFW-CPP-SOURCES += sbecmdtracearray.C
SBEFW-CPP-SOURCES += sbeTimerSvc.C
SBEFW-CPP-SOURCES += sbecmdCntrlTimer.C
-SBEFW-CPP-SOURCES += sbecmdfastarray.C
SBEFW-CPP-SOURCES += sbeHostMsg.C
SBEFW-CPP-SOURCES += sbeSpMsg.C
SBEFW-CPP-SOURCES += sbeglobals.C
diff --git a/src/sbefw/sbefwseepromfiles.mk b/src/sbefw/sbefwseepromfiles.mk
index 2e194a72..b2e72382 100644
--- a/src/sbefw/sbefwseepromfiles.mk
+++ b/src/sbefw/sbefwseepromfiles.mk
@@ -27,6 +27,7 @@ SBEFWSEEPROM-CPP-SOURCES += sbecmdmpipl.C
SBEFWSEEPROM-CPP-SOURCES += sbecmdmemaccess.C
SBEFWSEEPROM-CPP-SOURCES += sbeSecureMemRegionManager.C
SBEFWSEEPROM-CPP-SOURCES += sbecmdiplcontrol.C
+SBEFWSEEPROM-CPP-SOURCES += sbecmdfastarray.C
SBEFWSEEPROM-C-SOURCES =
SBEFWSEEPROM-S-SOURCES =
OpenPOWER on IntegriCloud