summaryrefslogtreecommitdiff
path: root/Board/CPU/Microcode/MPDTableBB.asm
diff options
context:
space:
mode:
Diffstat (limited to 'Board/CPU/Microcode/MPDTableBB.asm')
-rw-r--r--Board/CPU/Microcode/MPDTableBB.asm16
1 files changed, 16 insertions, 0 deletions
diff --git a/Board/CPU/Microcode/MPDTableBB.asm b/Board/CPU/Microcode/MPDTableBB.asm
new file mode 100644
index 0000000..f143f6e
--- /dev/null
+++ b/Board/CPU/Microcode/MPDTableBB.asm
@@ -0,0 +1,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 \ No newline at end of file