summaryrefslogtreecommitdiff
path: root/Board/CPU/Microcode/MPDTableBB.asm
blob: f143f6e4a6b2a8ff5ffd45edddadeef13766aabf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include token.equ

ifndef EFIx64 
.model small
endif

.data
    db 'MPDT'   ;Microcode Patch Description Table
    db 0        ;Revision
    db 1        ;[0] = 0 Non boot block, [0] = 1 boot block
    db 0        ;CPU Manufacture: 0 = Intel
    db 0        ;Reserved
    dd MKF_MICROCODE_ALIGNMENT  ;Alignment - Include token .equ
    dw 0        ;Reserved
    dw 16       ;size of Table
END