VRM modify ICC_MAX to run high TDC OEM cpu

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

RolloZ170

Well-Known Member
Apr 24, 2016
9,502
3,066
113
germany
For the HPE DL380/ML350 (I imagine they are close enough) G10 does the server need to be on for detection to work? With it just plugged in I get nothing and when I tried to start it up something showed up on address 62, but nothing on 64 (only 1 cpu installed),
some systems just need standby power(e.g. intel S2600xxx) those who need to be powered need a CPU installed in order to get the VRM controller powered and alive.
 

Andreiva

New Member
Aug 9, 2024
7
1
3
That's what I ended up doing, it did work but it felt hella sketchy.
Thanks for the great tutorial and software!
I may have spoken too soon, when it gets to Proxmox it takes a long time to boot (after POST) and it gives some errors that boil down to udev timeout and the networking doesn't work, anyone else ran into this with 8259CLs?
 

whitelilis

New Member
Jan 22, 2026
11
1
3
1770735513723.png

1770735569202.png
Does that mean: It already support 255 ?

But when I put 8259cl on the board, I620-g30 can't load into BIOS, and the BMC show the following :
1770735705352.png
 

exition

New Member
Jun 25, 2025
4
1
3
  • Like
Reactions: RolloZ170

spacesaver

New Member
Apr 26, 2023
10
0
1
Mountain View, CA, USA
I've successfully applied the mod to a X11DPI-NT v2.00 and can run 2x 8259CL. Phenomenal work @RolloZ170 !

I want to buy and mod more dual socket, EATX boards, but am afraid of limitations that preclude using high power CPUs, especially like
But the X11DPi-N Rev. 1.2 has old buggy VRM stage. and no mounting holes for CPU1 VRM Heatsinks, it will blow up, sorry.
https://forums.servethehome.com/index.php?threads/xeon-8259cl.33334/post-342553

Does anyone know if there are any revisions to avoid for these dual socket boards?
X11DPH
X11DAI
EP2C621D16-4LP
EP2C622D16-2T

I noticed the 2 Supermicro ones don't have mounting holes for VRM heatsink, while Asrock does. But that's not a big issue, especially in servers where air flow is stronger at the front. According to RolloZ170, the bug is random short circuits that causes Intel Agent's power stage (on the CPU ? :oops: ) to receive the full 12V.

@jbhoodatt do you know what version of X11DPH you modded? It should be reported by dmidecode.
@RZSN @xiaguanbo what version of X11DAI you used?
 
Last edited:

RolloZ170

Well-Known Member
Apr 24, 2016
9,502
3,066
113
germany
Does anyone know if there are any revisions to avoid for these dual socket boards?
X11DPH
X11DAI
all X11DPH have 6+1 power stages for first CPU, you are fine with it.
if the X11DAi does NOT have no VRM heatsink holes, should not happen because 'A' = WS class motherboard, don't buy old rev.
I noticed the 2 Supermicro ones don't have mounting holes for VRM heatsink, while Asrock does. But that's not a big issue, especially in servers where air flow is stronger at the front. According to RolloZ170, the bug is random short circuits that causes Intel Agent's power stage (on the CPU ?
only X11DPi up to vev. 1.21 is affected by that VRM bug. if you run the baord in a server chassis you are fine with cooling
(most want to run them in PC/WS case without continous VRM cooling)
 

spacesaver

New Member
Apr 26, 2023
10
0
1
Mountain View, CA, USA
X11DAi does NOT have no VRM heatsink holes
Whoops, I was looking at a blurry ebay stock photo that didn't have VRM holes.

I've taken a sample of board revisions I see from pictures. It could be biased due to many ebay listings using generic photos.
I don't see any major version change so that seems to rule out a grievous mistake like sending 12V to the CPU. Thanks for confirming they're OK @RolloZ170

x11dai
1.02 USED - Supermicro X11DAi‑N LGA3647 DDR4 E‑ATX Motherboard w/ IO Shield | eBay
1.01 ONE New X11DAI-N Via DHL or FedEX | eBay
1.02 1PCS used X11DAi-N Via DHL or Fedex | eBay

x11dph:
1.1 Supermicro X11DPH-i LGA3647 C621 Server +2x Intel Xeon Gold 6138 1.8Ghz 20c/40t | eBay
1.1 DEFECTIVE Supermicro X11DPHT LGA 3647 EATX Server Motherboard 2x 4114 10 G3D | eBay
1.1 Supermicro X11DPH-i LGA3647 C621 Server +Intel Xeon Gold 6138 1.8Ghz 20c/40t | eBay
 

whitelilis

New Member
Jan 22, 2026
11
1
3
there should be a restistor in line from VRM IC to I2C header. if so don't connect direct to VRM IC.
resistor is mostly 20...30 ohm and located close to the VRM IC.
edit:
i found I2C VR header on A620-G30 Server Motherboard (EPYC)
I620-G30 should have similar.
I found the I2C VR header on I620-G30 too. There are 3 pins, so how to connect them?
1771831727814.png

And the voltages from right to left and middle to left are both around 3.5V.
 
Last edited:

spacesaver

New Member
Apr 26, 2023
10
0
1
Mountain View, CA, USA
1st, find which pin is ground with a multimeter - the clock and data lines float high. Then just use trial and error (try both ways) for the clock and data line. There's no risk of a short circuit because the maximum current an I2C master or device can sink is limited by the resistors.

But you need to check if the idle voltage on the clock and data lines is between the allowable ranges of the I2C master you use (e.g. 3 to 5.5V for MCP2221A). If it's less, then it won't work. If it's more, then the I2C master will be destroyed.
 
Last edited:

whitelilis

New Member
Jan 22, 2026
11
1
3
1st, find which pin is ground with a multimeter - the clock and data lines float high. Then just use trial and error (try both ways) for the clock and data line. There's no risk of a short circuit because the maximum current an I2C master or device can sink is limited by the resistors.

But you need to check if the idle voltage on the clock and data lines is between the allowable ranges of the I2C master you use (e.g. 3 to 5.5V for MCP2221A). If it's less, then it won't work. If it's more, then the I2C master will be destroyed.
The voltages from right to left and middle to left are both around 3.5V.
 

spacesaver

New Member
Apr 26, 2023
10
0
1
Mountain View, CA, USA
The voltages from right to left and middle to left are both around 3.5V.
OK, then that means the left pin is ground. On my X11DAI, SDA & SCL are 3.3V and so is SCL & SDA on my MCP2221A. Hmm, that's unexpected. I was expecting only 1 of them to be pulled up. Then I guess it's only safe if the idle voltage are within ~0.5V of each other. The I2C voltage must not exceed the supply voltage of any device on the I2C bus, or you could get either temporary or permanent latch up - a short circuit that makes the device very hot.
 
Last edited: