Skip to content

Commit

Permalink
Fix bugs in debug tools introduced when adding Axone targets
Browse files Browse the repository at this point in the history
Found some bugs that was causing simics to fail loading the tools

Change-Id: I2fe1b02a6661975ea297141a4bb9bf81e026ed79
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67374
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
crgeddes authored and dcrowell77 committed Oct 16, 2018
1 parent 8fb031b commit ce1ebd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/debug/Hostboot/FapiAttr.pm
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ sub cronusTargetStr()
"02000000" => "pu.omi",
"04000000" => "pu.omic",
"08000000" => "pu.mcc",
"10000000" => "ocmb"
"10000000" => "ocmb",
"20000000" => "ocmb.mp"
);

Expand Down
1 change: 1 addition & 0 deletions src/build/debug/Hostboot/HwpfAttrOverride.pm
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ use constant TARGET_TYPE_L4 => 0x00000200;
use constant TARGET_TYPE_MC => 0x01000000;
use constant TARGET_TYPE_MCC => 0x08000000;
use constant TARGET_TYPE_OMI => 0x02000000;
use constant TARGET_TYPE_OMIC => 0x04000000;
use constant TARGET_TYPE_OCMB => 0x10000000;
use constant TARGET_TYPE_MEM_PORT => 0x20000000;

Expand Down

0 comments on commit ce1ebd1

Please sign in to comment.