diff options
author | Marty Gloff <mgloff@us.ibm.com> | 2016-12-08 11:50:38 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-12-12 16:56:20 -0500 |
commit | 8f2f91b900739efa6acf737f720dfeb7059b30ba (patch) | |
tree | 22fb9a12855053f3a2ea1322308aa07fe58289bb /src/usr/sbe/makefile | |
parent | c300a66e41231fc3b86373526328a0c6edb5576e (diff) | |
download | talos-hostboot-8f2f91b900739efa6acf737f720dfeb7059b30ba.tar.gz talos-hostboot-8f2f91b900739efa6acf737f720dfeb7059b30ba.zip |
Access of p9_ringId array gets Storage Exception
Need to add the p9_ringId.mk to the makefile for the sbe module so
that p9_ringId arrays can be accessed by code in this module.
Change-Id: I078f7217a9a0f0a78fde64a82e1a5d2529e94eb4
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33731
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbe/makefile')
-rw-r--r-- | src/usr/sbe/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/sbe/makefile b/src/usr/sbe/makefile index 4bf557b46..173f8d1f6 100644 --- a/src/usr/sbe/makefile +++ b/src/usr/sbe/makefile @@ -60,6 +60,7 @@ include ${HWP_ACCESSORS_PATH}/p9_get_mvpd_ring.mk include ${HWP_ACCESSORS_PATH}/p9_mvpd_ring_funcs.mk include ${HWP_XIP_PATH}/p9_xip_image.mk include ${UTILS_PATH}/p9_ring_identification.mk +include ${UTILS_PATH}/p9_ringId.mk include ${UTILS_PATH}/p9_scan_compression.mk include ${UTILS_PATH}/p9_tor.mk |