HomeSort by relevance Sort by last modified time
    Searched refs:Microcode (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsuleTxt/Microcode/
Microcode.inf 2 # Microcode text file to binary
4 # Convert text format microcode to binary format.
18 BASE_NAME = Microcode
20 COMPONENT_TYPE = Microcode
25 # Uncomment the following line and update with name of Microcode TXT file
27 #Microcode.txt
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
PeiMpInitLib.inf 42 Microcode.c
DxeMpInitLib.inf 42 Microcode.c
MpLib.h 23 #include <Register/Microcode.h>
524 Detect whether specified processor can find matching microcode patch and load it.
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeUpdate.h 2 Microcode update header file.
41 #include <Register/Microcode.h>
46 // Microcode FMP private data structure.
114 Get Microcode Region.
116 @param[out] MicrocodePatchAddress The address of Microcode
117 @param[out] MicrocodePatchRegionSize The region size of Microcode
119 @retval TRUE The Microcode region is returned.
120 @retval FALSE No Microcode region.
141 Get current Microcode information.
149 @param[in] MicrocodeFmpPrivate The Microcode driver private data
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
IFWIStitch.bat 212 echo This Script is used to Stitch together BIOS, GOP Driver, Microcode Patch and TXE FW
222 echo /nM Do NOT update the Microcode. (applies to all ROM files for this run)
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.asm 112 ; Beginning of microcode update region starts on paragraph boundary
153 ; esi -> microcode update to check
157 ; Check for valid microcode header
209 ; Advance just after end of this microcode
224 ; Is valid Microcode start point ?
233 ; Address >= microcode region address + microcode region size?
236 jae done ;Jif address is outside of microcode region
241 ; Get the revision of the current microcode update loaded
250 rdmsr ; Get current microcode signature
    [all...]
FspApiEntry.s 264 # Beginning of microcode update region starts on paragraph boundary
308 # esi -> microcode update to check
314 # Check for valid microcode header
384 # Advance just after end of this microcode
403 # Is valid Microcode start point ?
414 # Address >= microcode region address + microcode region size?
419 jae Done #Jif address is outside of microcode region
425 # Get the revision of the current microcode update loaded
435 rdmsr # Get current microcode signature
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.asm 223 cmp eax, 8000000Eh ;Check if EFI_NOT_FOUND returned. Error code for Microcode Update not found.
224 je CallSecFspInit ;If microcode not found, don't hang, but continue.

Completed in 200 milliseconds