Skip to content

Commit

Permalink
OCMB target type renamed to "OCMB"
Browse files Browse the repository at this point in the history
Context: GUI shows target type as OCMB, so to bring consistency
to fault log as well, changing the target type string to "OCMB"
from "SBE FIFO Chip-op based OCMB".

Tested
before
  {
      "MANUAL_ISOLATION": {
      "CURRENT_STATE": "DECONFIGURED",
      "LOCATION_CODE": "Ufcs-P0-C17",
      "PHYS_PATH": "physical:sys-0/node-0/ocmb_chip-9",
      "REASON_DESCRIPTION": "MANUAL",
      "TYPE": "SBE FIFO Chip-op based OCMB"
  }
after
  {
      "MANUAL_ISOLATION": {
      "CURRENT_STATE": "DECONFIGURED",
      "LOCATION_CODE": "Ufcs-P0-C17",
      "PHYS_PATH": "physical:sys-0/node-0/ocmb_chip-9",
      "REASON_DESCRIPTION": "MANUAL",
      "TYPE": "OCMB"
   }

Signed-off-by: Gopichand Paturi <[email protected]>
Change-Id: I4b7eb25a76968a435b78db858923b8a068ca225b
  • Loading branch information
gcpin committed Dec 12, 2023
1 parent c82f1d6 commit f5c4444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpdbg/ocmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static int sbefifo_ocmb_putscom(struct ocmb *ocmb, uint64_t addr, uint64_t value

static struct ocmb sbefifo_ocmb = {
.target = {
.name = "SBE FIFO Chip-op based OCMB",
.name = "OCMB",
.compatible = "ibm,power-ocmb",
.class = "ocmb",
},
Expand Down

0 comments on commit f5c4444

Please sign in to comment.