Skip to content

Commit

Permalink
Move exp_inband to lib directory
Browse files Browse the repository at this point in the history
Change-Id: If494c330ce20f6ec96ded6194d705e908198cf8b
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81882
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: ANDRE A MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81886
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: Christian R Geddes <crgeddes@us.ibm.com>
  • Loading branch information
markypizz authored and crgeddes committed Aug 12, 2019
1 parent a690cdb commit 79c45f4
Show file tree
Hide file tree
Showing 22 changed files with 1,455 additions and 1,599 deletions.
Expand Up @@ -34,7 +34,7 @@
// *HWP Consumed by: FSP:HB

#include <lib/shared/exp_consts.H>
#include <exp_inband.H>
#include <lib/inband/exp_inband.H>
#include <generic/memory/lib/utils/c_str.H>
#include <generic/memory/lib/utils/mss_bad_bits.H>
#include <lib/exp_draminit_utils.H>
Expand Down
Expand Up @@ -28,5 +28,4 @@

PROCEDURE=exp_draminit
$(eval $(call ADD_EXP_MEMORY_INCDIRS,$(PROCEDURE)))
lib$(PROCEDURE)_DEPLIBS+=exp_inband
$(call BUILD_PROCEDURE)
Expand Up @@ -34,7 +34,7 @@
// *HWP Consumed by: FSP:HB

#include <fapi2.H>
#include <exp_inband.H>
#include <lib/inband/exp_inband.H>
#include <lib/shared/exp_consts.H>
#include <exp_data_structs.H>
#include <generic/memory/lib/utils/c_str.H>
Expand Down
1,020 changes: 0 additions & 1,020 deletions src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_inband.C

This file was deleted.

531 changes: 0 additions & 531 deletions src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_inband.H

This file was deleted.

32 changes: 0 additions & 32 deletions src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_inband.mk

This file was deleted.

Expand Up @@ -36,7 +36,7 @@
#include <fapi2.H>
#include <generic/memory/lib/utils/find.H>
#include <lib/exp_mss_thermal_init_utils.H>
#include <exp_inband.H>
#include <lib/inband/exp_inband.H>
#include <exp_mss_thermal_init.H>

extern "C"
Expand Down
Expand Up @@ -28,5 +28,4 @@

PROCEDURE=exp_mss_thermal_init
$(eval $(call ADD_EXP_MEMORY_INCDIRS,$(PROCEDURE)))
lib$(PROCEDURE)_DEPLIBS+=exp_inband
$(call BUILD_PROCEDURE)
Expand Up @@ -34,7 +34,7 @@

#include <exp_omi_init.H>
#include <exp_oc_regs.H>
#include <exp_inband.H>
#include <lib/inband/exp_inband.H>
#include <chips/common/utils/chipids.H>
#include <mss_explorer_attribute_getters.H>
#include <mss_p9a_attribute_getters.H>
Expand Down
Expand Up @@ -25,7 +25,6 @@
# Makefile for exp_omi_init HWP
PROCEDURE=exp_omi_init
$(eval $(call ADD_EXP_MEMORY_INCDIRS,$(PROCEDURE)))
lib$(PROCEDURE)_DEPLIBS+=exp_inband
$(call ADD_MODULE_INCDIR,$(PROCEDURE),$(ROOTPATH)/chips/ocmb/explorer/common/include)
$(call ADD_MODULE_INCDIR,$(PROCEDURE),$(ROOTPATH)/chips/ocmb/explorer/common/inband)
$(call ADD_MODULE_INCDIR,$(PROCEDURE),$(ROOTPATH)/chips/p9/procedures/hwp/nest)
Expand Down
Expand Up @@ -35,7 +35,7 @@

#include <fapi2.H>
#include <lib/exp_mss_thermal_init_utils.H>
#include <exp_inband.H>
#include <lib/inband/exp_inband.H>
#include <lib/shared/exp_consts.H>
#include <generic/memory/lib/utils/c_str.H>
#include <explorer_scom_addresses.H>
Expand Down

0 comments on commit 79c45f4

Please sign in to comment.