
Originally Posted by
kyosen
North Bridge multiplier
Target register is F3x0D4.
We can observe the value like C331F024 on F3x0D4 with MchbarEdit,
and last digit (4 in the above case) is NbFid, i.e. NorthBridge Frequency ID.
NB clock is defined as "200 x (NbFid + 4) / (2^NbDid)"
NbDid, i.e. NorthBridge Divisor ID is defined at MSRC001_00[68:64], and it's 0 in default.
2^0=1, so we can think simply NB clock = 200 x (NbFid + 4).
We need to reboot to give effect to changing F3x0D4[NbFid].
# Oppositely, NbDid is changeable without reboot, so the system can reduce NB clock dynamically.
Bookmarks