Skip to content

Commit

Permalink
Add c_str generic API and update makefiles
Browse files Browse the repository at this point in the history
Change-Id: I0813cc538db01856d36f7a81fb51e08ab5203b60
Original-Change-Id: I95e3b9013d3ab0c352d3614c12ee4ef0d26965d0
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35924
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Brian R. Silver <bsilver@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37416
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
aamarin authored and dcrowell77 committed Mar 3, 2017
1 parent 4aa5857 commit 2ccacdf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -41,7 +41,7 @@

#include <p9_mc_scom_addresses.H>

#include <lib/utils/c_str.H>
#include <c_str.H>
#include <lib/ccs/ccs.H>

namespace mss
Expand Down
Expand Up @@ -38,7 +38,7 @@

#include <vector>
#include <fapi2.H>
#include <lib/utils/c_str.H>
#include <c_str.H>
#include <lib/shared/mss_const.H>
#include <lib/dimm/bcw_load_ddr4.H>
#include <lib/phy/dp16.H>
Expand Down
2 changes: 1 addition & 1 deletion src/import/chips/p9/procedures/hwp/memory/lib/mc/xlate.H
Expand Up @@ -43,7 +43,7 @@

#include <lib/shared/mss_const.H>
#include <lib/utils/scom.H>
#include <lib/utils/c_str.H>
#include <c_str.H>
#include <lib/dimm/kind.H>

namespace mss
Expand Down
Expand Up @@ -47,7 +47,7 @@
#include <lib/spd/rdimm/rdimm_raw_cards.H>
#include <lib/spd/lrdimm/lrdimm_raw_cards.H>
#include <lib/utils/checker.H>
#include <lib/utils/c_str.H>
#include <c_str.H>
#include <lib/utils/conversions.H>
#include <lib/utils/find.H>

Expand Down

0 comments on commit 2ccacdf

Please sign in to comment.