Firmware Interface Table
BIOS Specification
CPU Processing Rules
CPU will scan iteratively Type 2 records:
- Legacy CPU supporting only record version 0x100 will process it and will load ACM pointed by the address field.
- Modern CPU supporting only records version 0x200 will skip record version 0x100 and will continue scanning.
- CPU will read Extended Family, Extended Model, Type, Family and Model values from record version 0x200 and will construct full FMS_Target value supported by this record. It will assume Stepping value equal 0.
- CPU will read Extended Family, Extended Model, Type, Family and Model Mask values from record version 0x200 and will construct full FMS_Mask value supported by this record. It will assume SteppingMask value equal 0
- CPU will read own FMS value and apply the check:
IF (bitwise (FMS & FMS_Mask) equals FMS_Target)
it will load ACM pointed to by the address field.
ELSE
it will continue scanning.