Skip to content

fby3.5: cl: Modify ASDInit behavior#97

Closed
Yi-Shum wants to merge 1 commit into
facebook:mainfrom
Yi-Shum:fby3.5-Modify_ASDInit_behavior
Closed

fby3.5: cl: Modify ASDInit behavior#97
Yi-Shum wants to merge 1 commit into
facebook:mainfrom
Yi-Shum:fby3.5-Modify_ASDInit_behavior

Conversation

@Yi-Shum

@Yi-Shum Yi-Shum commented Dec 27, 2021

Copy link
Copy Markdown
Collaborator

Summary:

  • ASDInit command only enable/disable interrupt of H_BMC_PRDY_BUF_N.

Test plan:

  • Build code: Pass
  • Command test: Pass

Log:

// BIC console
uart:~$ md 7e780008 1
[7e780008] 00008006  // bit 26 is 0, interrupt of H_BMC_PRDY_BUF_N is disable.

// BMC console enable ASD
root@bmc-oob:~# bic-util slot1 0xe0 0x28 0x9c 0x9c 0x00 0x01
9C 9C 00

// BIC console
uart:~$ md 7e780008 1
[7e780008] 04008006  // bit 26 is 1, interrupt of H_BMC_PRDY_BUF_N is enable.

// BMC console disalbe ASD
root@bmc-oob:~# bic-util slot1 0xe0 0x28 0x9c 0x9c 0x00 0xff
9C 9C 00

// BIC console
uart:~$ md 7e780008 1
[7e780008] 00008006  // bit 26 is 0, interrupt of H_BMC_PRDY_BUF_N is disable.

Summary:
- ASDInit command only enable/disable interrupt of H_BMC_PRDY_BUF_N.

Test plan:
- Build code: Pass
- Command test: Pass

Log:
```
\\ BIC console
uart:~$ md 7e780008 1
[7e780008] 00008006  \\ bit 26 is 0, interrupt of H_BMC_PRDY_BUF_N is
disable.

\\ BMC console enable ASD
root@bmc-oob:~# bic-util slot1 0xe0 0x28 0x9c 0x9c 0x00 0x01
9C 9C 00

\\ BIC console
uart:~$ md 7e780008 1
[7e780008] 04008006  \\ bit 26 is 1, interrupt of H_BMC_PRDY_BUF_N is
enable.

\\BMC console disalbe ASD
root@bmc-oob:~# bic-util slot1 0xe0 0x28 0x9c 0x9c 0x00 0xff
9C 9C 00

\\ BIC console
uart:~$ md 7e780008 1
[7e780008] 00008006  \\ bit 26 is 0, interrupt of H_BMC_PRDY_BUF_N is
disable.

```
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 27, 2021
@facebook-github-bot

Copy link
Copy Markdown
Contributor

@GoldenBug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

khoung76642 pushed a commit to khoung76642/OpenBIC that referenced this pull request Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

2 participants