I wonder how we can decode what the PL NVRAM script is doing, i.e. make it human readable?
That way we maybe able to fix whatever is going wrong on the Mini.
I know it's not enough just to change the " name" and " cpu-version" properties, OS X is wise to PVR hacks and reading the PVR directly from the CPU, it knows when you just change the PVR in the device-tree.
Oddly, on a side note, Mac OS 9 just takes whatever property you give the CPU in the device-tree and runs with that, but PCI devices, OS 9 is wise to device ID hacks in Open Firmware, tools and drivers poll the PCI Register of the hardware, they don't care what is in the device tree.
OS X just reads whatever in in the device-tree for PCI devices and doesn't poll the PCI registers.
So things flip-flop on us, OS 9 is none the wiser for PVR hacks, and OS X is none the wiser for Device ID hacks.