summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/common
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2015-12-27 23:03:05 -0600
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 15:59:50 -0500
commita3505318aac85a42691744c98d66e93b94be79fe (patch)
tree37a9dc7e65649e0b518039bad9d9c79050ba2617 /import/chips/p9/common
parent96d5fbad729c0970bd07a42e661829ad36c4f2a2 (diff)
downloadtalos-hcode-a3505318aac85a42691744c98d66e93b94be79fe.tar.gz
talos-hcode-a3505318aac85a42691744c98d66e93b94be79fe.zip
PM: Added code for CME Boot
Added code in SGPE and CME code base to enable booting of CME. SGPE initiates first block copy. It copies CME Hcode, common scan rings and Pstate parameter block to CME's SRAM. Once this block copy is done, SGPE kicks off CME. Once CME starts, during its initialization, it triggers second block copy which copies instance specific scan rings to CME's SRAM. Change-Id: I02097e55e319a15c5c4d1540cf41ce240db3d6a6 RTC:136957 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/10674 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common')
-rw-r--r--import/chips/p9/common/pmlib/common/libcommonfiles.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/common/pmlib/common/libcommonfiles.mk b/import/chips/p9/common/pmlib/common/libcommonfiles.mk
index deb8ed7c..b8028ccf 100644
--- a/import/chips/p9/common/pmlib/common/libcommonfiles.mk
+++ b/import/chips/p9/common/pmlib/common/libcommonfiles.mk
@@ -46,7 +46,7 @@ C-SOURCES = \
memset.c \
rand32.c \
string.c \
- sync.c
+ sync.c
S-SOURCES =
OpenPOWER on IntegriCloud