kernelslacker / x86info

x86info : x86 processor register decoder.
GNU General Public License v2.0
40 stars 20 forks source link

Add exact steppings and complete list of all bloomfield cores. #3

Closed kostikbel closed 8 years ago

kostikbel commented 8 years ago

The information is taken from page 19 of the document 320836-036US "Intel CoreTM i7-900 Desktop Processor Extreme Edition Series and Intel CoreTM i7-900 Desktop Processor Series Specification Update". Tested on SLBKP (2.8Ghz variant). This should be a complete list of bloomfield CPUs.

The change removes the only use of the ONLYMHZ flag, but I kept the flag and the supporting code, since it might be useful in other situations.

kernelslacker commented 8 years ago

Looks good, thanks.