Skip to content

Commit

Permalink
Silicon/Ampere: Bump IPMI SSIF speed from 100 to 400 kHz
Browse files Browse the repository at this point in the history
Bump the I2C bus speed used for the IPMI SSIF link to the BMC from
100 to 400 kHz to match the requirement listed in
Platform/Ampere/JadePkg/PlatformPortingGuide.md.

Signed-off-by: Rebecca Cran <[email protected]>
  • Loading branch information
Rebecca Cran committed Sep 30, 2024
1 parent 2b3fa97 commit 97ffe02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Silicon/Ampere/AmpereSiliconPkg/AmpereSiliconPkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
# I2C PCDs for SMBUS
#
gAmpereTokenSpaceGuid.PcdSmbusI2cBusNumber|0x02|UINT8|0x00000007
gAmpereTokenSpaceGuid.PcdSmbusI2cBusSpeed|100000|UINT32|0x00000008 # Hz
gAmpereTokenSpaceGuid.PcdSmbusI2cBusSpeed|400000|UINT32|0x00000008 # Hz

#
# GPIO pin to support BMC ready check
Expand Down

0 comments on commit 97ffe02

Please sign in to comment.