From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Board/CPU/Microcode/MPDTable.asm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Board/CPU/Microcode/MPDTable.asm (limited to 'Board/CPU/Microcode/MPDTable.asm') diff --git a/Board/CPU/Microcode/MPDTable.asm b/Board/CPU/Microcode/MPDTable.asm new file mode 100644 index 0000000..42bbef1 --- /dev/null +++ b/Board/CPU/Microcode/MPDTable.asm @@ -0,0 +1,16 @@ +include token.equ + +ifndef EFIx64 +.model small +endif + +.data + db 'MPDT' ;Microcode Patch Description Table + db 0 ;Revision + db 0 ;[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 -- cgit v1.2.3