Skip to content

Commit

Permalink
Mark OB1 and OB2 present for Axone
Browse files Browse the repository at this point in the history
Change-Id: Idf3b3d8099d06987e60d4e22bb5be45114761ee4
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69550
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
Santosh Puranik authored and sgupta2m committed Jan 11, 2019
1 parent 32acc42 commit 8fd3e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hwpf/target.C
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,8 @@ fapi_try_exit:
if((OBUS1 == i_chiplet_target.getChipletNumber()) ||
(OBUS2 == i_chiplet_target.getChipletNumber()))
{
if(fapi2::ENUM_ATTR_NAME_CUMULUS == l_chipName)
if((fapi2::ENUM_ATTR_NAME_CUMULUS == l_chipName) ||
(fapi2::ENUM_ATTR_NAME_AXONE == l_chipName))
{
static_cast<plat_target_handle_t&>((i_chiplet_target.operator()())).setPresent();
}
Expand Down

0 comments on commit 8fd3e3a

Please sign in to comment.