No not Bootcamp drivers but a fix as posted on
https://discussions.apple.com/thread/4035733?start=15&tstart=0
My turboboost now works exactly as it should (albeit triggered by batch file on the startup folder, exactly as instructed below)
--- THIS WORKAROUND IS FOR THE MACBOOK AIR 2012 with i7 CPU ONLY ---
This is a scripted (one-click) approach to implement the MSR fix that tori10love found.
1. Download and install the latest version of the program RW-Everything, v1.4.9 at this time:
http://jacky5488.myweb.hinet.net/download.html
By default it installs to C:\Program Files (x86)\RW-Everything\
2. Create a text file which is the script, that has this:
>cpu 1
>wrmsr 0x00000199 0 0x00002000
>cpu 2
>wrmsr 0x00000199 0 0x00002000
>cpu 3
>wrmsr 0x00000199 0 0x00002000
>cpu 4
>wrmsr 0x00000199 0 0x00002000
>rwexit
For example, I created this file as C:\Temp\MacbookAir2012_i7_Fix.rw
3. Create a CMD/DOS batch file which runs this script:
cd C:\Temp\
"C:\Program Files (x86)\RW-Everything\RW" /Command=MacbookAir2012_i7_Fix.rw /Logfile=rw-logfile.txt
--- DONE ---
Note that the MSR value is reset to the default (wrong) values after every SLEEP or BOOT. So if you want this to be always fixed, it has to be run after every wakeup or boot.