HomeSort by relevance Sort by last modified time
    Searched refs:Microcode (Results 1 - 12 of 12) 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.
  /external/u-boot/tools/
microcode-tool.py 6 # Intel microcode update tool
14 MICROCODE_DIR = 'arch/x86/dts/microcode'
16 class Microcode:
17 """Holds information about the microcode for a particular model of CPU.
20 name: Name of the CPU this microcode is for, including any version
23 words: List of hex words containing the microcode. The first 16 words
47 microcodes: List of Microcode objects from the file
65 microcodes[name] = Microcode(name, data)
75 microcodes[name] = Microcode(name, data)
86 microcodes: List of Microcode objects from the fil
    [all...]
microcode-tool 6 # Intel microcode update tool
14 MICROCODE_DIR = 'arch/x86/dts/microcode'
16 class Microcode:
17 """Holds information about the microcode for a particular model of CPU.
20 name: Name of the CPU this microcode is for, including any version
23 words: List of hex words containing the microcode. The first 16 words
47 microcodes: List of Microcode objects from the file
65 microcodes[name] = Microcode(name, data)
75 microcodes[name] = Microcode(name, data)
86 microcodes: List of Microcode objects from the fil
    [all...]
  /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.
  /external/u-boot/doc/
README.x86 168 cpu_microcode_blob.bin 0x711540 microcode 70720
219 * ./Microcode/C0_22211.BIN
531 CPU Microcode
533 Modern CPUs usually require a special bit stream called microcode [8] to be
956 microcode tool: label
    [all...]

Completed in 1319 milliseconds