Processors
Intel® Processors, Tools, and Utilities
14530 Discussions

Did intel's cpu have the only cpu serial number of identity attributes?

idata
Employee
1,482 Views

Did intel's cpu have the only cpu serial number of identity attributes?

How can I access it through the programming?

0 Kudos
2 Replies
idata
Employee
607 Views

Hi there,

Intel processors can be identified by their serial number but most precisely by the SL number.

Each model of Intel processor has a specific SL number (Silicon Layer) and you can identify an Intel processor model by just the SL number.

However apart from the serial and the SL number, there are also the FPO number and ATPO number,but these ones are unique to the the processor, hence each processor will have a unique FPO and ATPO conbination.

I think if you use the SL number you should be able to identify the correct processor model including it's specific stepping.

I assume these details (not FPO and ATPO) can generally be retrieved by using thrid party application.

FYI: All these information are found on the markings on the metallic plate on the processor as well.

 

Processor information can also be found on the two links below:

 

Link1: http://processorfinder.intel.com/

 

Link2: http://ark.intel.com/

Hope this will be helpful to you.

Cheers

0 Kudos
HERBERT_H_Intel
Employee
607 Views

in a programming sense, this is what you need http://www.intel.com/assets/pdf/appnote/241618.pdf

the serial number won't tell you much.

OJ

0 Kudos
Reply