summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/mss.H
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-06-14 08:16:32 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-17 12:54:54 -0400
commit27779f1753216739e39dc35373a205f4637b4403 (patch)
tree79423f5be7f89226b5613fe46b610c0b568ccbef /src/import/chips/p9/procedures/hwp/memory/mss.H
parentcd84d00d206b794da8fb98769427aa58636ae6b1 (diff)
downloadtalos-hostboot-27779f1753216739e39dc35373a205f4637b4403.tar.gz
talos-hostboot-27779f1753216739e39dc35373a205f4637b4403.zip
Change mss build to account for double free in wrappers
Change-Id: I5e12e328d31a1db63b82aa6014775b02e6afefe6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25785 Tested-by: Jenkins Server Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Tested-by: Hostboot CI Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25787 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/mss.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/mss.H70
1 files changed, 70 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/mss.H b/src/import/chips/p9/procedures/hwp/memory/mss.H
new file mode 100644
index 000000000..7682f20b3
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/memory/mss.H
@@ -0,0 +1,70 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: chips/p9/procedures/hwp/memory/mss.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* EKB Project */
+/* */
+/* COPYRIGHT 2015,2016 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* IBM_PROLOG_END_TAG */
+
+///
+/// @file mss.H
+/// @brief Main include file for the Memory Subsystem
+///
+// *HWP HWP Owner: Brian Silver <bsilver@us.ibm.com>
+// *HWP HWP Backup: Andre Marin <aamarin@us.ibm.com>
+// *HWP Team: Memory
+// *HWP Level: 2
+// *HWP Consumed by: HB:FSP
+
+#ifndef _MSS_H_
+#define _MSS_H_
+
+#include <fapi2.H>
+#include <lib/utils/scom.H>
+
+#include <p9_mc_scom_addresses.H>
+#include <p9_mc_scom_addresses_fld.H>
+
+#include <lib/shared/mss_const.H>
+#include <lib/shared/mss_kind.H>
+
+#include <lib/utils/index.H>
+#include <lib/utils/c_str.H>
+
+#include <lib/utils/pos.H>
+#include <lib/utils/swizzle.H>
+#include <lib/utils/conversions.H>
+#include <lib/utils/find.H>
+#include <lib/utils/poll.H>
+#include <lib/utils/checker.H>
+#include <lib/utils/dump_regs.H>
+
+#include <lib/ccs/ccs.H>
+#include <lib/mcbist/mcbist.H>
+
+#include <lib/dimm/rcd_load.H>
+#include <lib/dimm/mrs_load.H>
+#include <lib/dimm/rank.H>
+#include <lib/dimm/kind.H>
+
+#include <lib/phy/ddr_phy.H>
+#include <lib/phy/dp16.H>
+#include <lib/phy/cal_timers.H>
+#include <lib/phy/write_cntrl.H>
+#include <lib/phy/read_cntrl.H>
+
+#include <lib/mc/mc.H>
+#include <lib/mc/port.H>
+
+#endif
OpenPOWER on IntegriCloud