Skip to content

Tags: Quanta-YangChen/OpenBIC

Tags

oby35-cl-2022.04.01

Toggle oby35-cl-2022.04.01's commit message
fby3.5: cl:Added support command in PECI access util (facebook#147)

Summary:
- Added GetDIB, Gettemp, RdIAMSR, WrIAMSR, RdPCIConfigLocal, WrPCIConfigLocal, RdPCIConfig, WrPCIConfig, RdEndPointConfig command.

Pull Request resolved: facebook#147

Test Plan:
- Build code: Pass

Log:
[Ping]
root@bmc-oob:~# bic-util slot1 0xe0 0x29 0x9c 0x9c 0 0x30 0 0
9C 9C 00 00

[GetDIB]
root@bmc-oob:~# bic-util slot1 0xe0 0x29 0x9c 0x9c 0 0x30 0x01 0x08 0xF7
9C 9C 00 00 41 00 00 00 00 00 00

[Gettemp]
root@bmc-oob:~# bic-util slot1 0xe0 0x29 0x9c 0x9c 0 0x30 0x01 0x02 0x01
9C 9C 00 0D F5

[RdPCIConfig]
root@bmc-oob:~# bic-util slot1 0xE0 0x29 0x9C 0x9C 0x0 0x30 0x05 0x05 0xA1 0x00 0x22 0x00 0x00
9C 9C 00 40 00 00 00 00

[WrPCIConfig]
root@bmc-oob:~# bic-util slot1 0xE0 0x29 0x9C 0x9C 0x0 0x30 0x05 0x05 0xA1 0x00 0x21 0x00 0x00
9C 9C 00 40 00 00 00 00
root@bmc-oob:~# bic-util slot1 0xE0 0x29 0x9C 0x9C 0x0 0x30 0x0A 0x01 0xA5 0x00 0x21 0x00 0x00 0xBB 0x00 0x00 0x00
9C 9C 00 40
root@bmc-oob:~# bic-util slot1 0xE0 0x29 0x9C 0x9C 0x0 0x30 0x05 0x05 0xA1 0x00 0x21 0x00 0x00
9C 9C 00 40 BB 00 00 00

[RdIAMSR]
root@bmc-oob:~# bic-util slot1 0xe0 0x29 0x9c 0x9c 0 0x30 0x05 0x05 0xB1 0x00 0x00 0x18 0x04
9C 9C 00 40 0F 00 00 00

[WrIAMSR]
root@bmc-oob:~# bic-util slot1 0xe0 0x29 0x9c 0x9c 0 0x30 0x07 0x01 0xB5 0x00 0x0F 0x18 0x04 0x00
9C 9C 00 90

[RdPCIConfigLocal]
root@bmc-oob:~# bic-util slot1 0xe0 0x29 0x9c 0x9c 0 0x30 0x05 0x05 0xE1 0x00 0x48 0x01 0x00
9C 9C 00 90 FF FF FF FF

[WrPCIConfigLocal]
root@bmc-oob:~# bic-util slot1 0xe0 0x29 0x9c 0x9c 0 0x30 0x07 0x01 0xE5 0x00 0x48 0x01 0x00 0x00
9C 9C 00 90

[RdPCIConfig]
root@bmc-oob:~# bic-util slot1 0xe0 0x29 0x9c 0x9c 0 0x30 0x06 0x05 0x61 0x00 0x48 0x01 0x00 0x00
9C 9C 00 40 06 00 00 00

[WrPCIConfig]
root@bmc-oob:~# bic-util slot1 0xe0 0x29 0x9c 0x9c 0 0x30 0x06 0x05 0x61 0x00 0x48 0x80 0x30 0x0b
9C 9C 00 40 47 51 00 00
root@bmc-oob:~# bic-util slot1 0xe0 0x29 0x9c 0x9c 0 0x30 0x08 0x01 0x65 0x00 0x48 0x80 0x30 0x0b 0x26
9C 9C 00 40
root@bmc-oob:~# bic-util slot1 0xe0 0x29 0x9c 0x9c 0 0x30 0x06 0x05 0x61 0x00 0x48 0x80 0x30 0x0b
9C 9C 00 40 26 51 00 00

[RdEndPointConfig]
root@bmc-oob:~# bic-util slot1 0xe0 0x29 0x9c 0x9c 0 0x30 0x0C 0x02 0xC1 0x00 0x03 0x00 0x00 0x00 0x04 0x00 0x48 0x01 0x00 0x00
9C 9C 00 40 06

Reviewed By: zhdaniel12

Differential Revision: D33831980

Pulled By: GoldenBug

fbshipit-source-id: 3e4440d

oby35-cl-2022.02.01

Toggle oby35-cl-2022.02.01's commit message
fby3.5: cl: Version commit for oby35-cl-2022.02.01 (facebook#129)

Summary:
- Version commit for Yv3.5 Craterlake BIC oby35-cl-2022.02.01.

Pull Request resolved: facebook#129

Reviewed By: garnermic

Differential Revision: D33575481

Pulled By: GoldenBug

fbshipit-source-id: b73354b

oby35-cl-2021.50.01

Toggle oby35-cl-2021.50.01's commit message
fby3.5: cl:Fixed PCH reading function (facebook#87)

Summary:
- Added the judgment condition of completion code to confirm return value is valid.
- Added PCH retry read feature while getting invalid response case.

Pull Request resolved: facebook#87

Test Plan:
- Build code: Pass
- Test 600 times reset without PCH temperature read NA: Pass

Reviewed By: garnermic

Differential Revision: D33182148

Pulled By: GoldenBug

fbshipit-source-id: fe1fe6d

oby35-cl-2021.48.01

Toggle oby35-cl-2021.48.01's commit message
fby3.5: cl:Modified I2C frequency (facebook#71)

Summary:
- Modified I2C frequency according to EVT hardware change.

Pull Request resolved: facebook#71

Test Plan: - Build code: Pass

Reviewed By: GoldenBug

Differential Revision: D32797071

Pulled By: garnermic

fbshipit-source-id: cc170a1