That's not going to be an issue. The Buck controller has a table of voltages that are encoded with a binary voltage ID (VID). The syscon reads the eFuse value from the RSX istelf, which is found in the RSX info of the LV1 dump - 1st value in the 2nd bracket. It converts that from Hex to binary and then sends the 6-bit or 8-bit VID equivalent to the Buck controller, depending on whether it's a mullion or sherwood syscon. I actually need to confirm there aren't more buck controllers out there using different VID tables. So far I know the COK-00X use the NCP5318, which uses the 6-bit binary VRD10 table, and the ISL6326 which uses the 8-Bit VRD11 table. If there are other's, I'm assuming they would use one or the other and not a completely different VID scheme...but that's probably TMI.
Point is, the Buck controller will not be able to output more than it can handle. It simply will not allow any voltages outside that table. Which is like 0.5v to 1.6v.
CORE Voltage UPDATE: Sherwood now figured out
Again thanks to
@M4j0r I was able to confirm the location of the SYSCON EEPROM address that selects the RSX CORE VID. I was able to change it from the default 0.966v to 1.358v and 1.363 initially. I wasn't expecting it to jump that high! So I shut it down quick and went back to the VID table to figure out why my predictions were off. I found an explanation and created a new table to map the VID's to HEX and tried again. This time I got 0.947v, 0.953v, & 0.992v. And the correct 8-bit Binary my table said they should be! So tentatively, I now have the Sherwood VID table mapped.
I am a bit concerned because a few of the LV1 dumps I have from 40nm RSX have a Hex VID value that falls into the rang of 1.5v! But I'm quite sure they do not actually operate at that voltage. Which means there's still something going on in the conversion I don't understand and because of that I feel apprehensive to release these tables into the wild for people to begin VID hacking. We need to be able to predict the resulting voltage increase and while it seems to be working in the limited testing I'v done, I haven't triedall of the possable VID combinations to proove my table is correct.
I'm going to do more testing, try achieving some over/under clocks and get good sense of whether or not the table is working as expected. My goal is to achieve a 1GHz PS3, but to do that I think I would need a golden goose. Perhaps one of those January 2011 RSX
@Tanzu15 keeps raving about.
The TL;DR
We can volt mod the RSX now, but it requires soldering and changing a byte in SYSCON EEPROM. That chnages the checksum and has to be fixed before each voltage change is applied. That makes this less accessable to the masses (a good thing IMO).
However,
@M4j0r thinks there are places in the LV1 that can do it as well, and if so, then they can be built into MFW and applied with an update.