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

  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/
FindPeiCore.c 82 if (File->Type != EFI_FV_FILETYPE_SECURITY_CORE &&
120 if (File->Type == EFI_FV_FILETYPE_SECURITY_CORE) {
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
FindPeiCore.c 82 if (File->Type != EFI_FV_FILETYPE_SECURITY_CORE &&
120 if (File->Type == EFI_FV_FILETYPE_SECURITY_CORE) {
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
FindPeiCore.c 82 if (File->Type != EFI_FV_FILETYPE_SECURITY_CORE &&
120 if (File->Type == EFI_FV_FILETYPE_SECURITY_CORE) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
FindPeiCore.c 82 if (File->Type != EFI_FV_FILETYPE_SECURITY_CORE &&
120 if (File->Type == EFI_FV_FILETYPE_SECURITY_CORE) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiImageFormat.h 42 #define EFI_FV_FILETYPE_SECURITY_CORE 0x03
  /external/syslinux/gpxe/src/include/gpxe/efi/Pi/
PiFirmwareFile.h 46 #define EFI_FV_FILETYPE_SECURITY_CORE 0x03
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/
DebugAgentSymbolsBaseLib.c 299 Status = GetFfsFile ((EFI_FIRMWARE_VOLUME_HEADER*)(UINTN)PcdGet64 (PcdSecureFvBaseAddress), EFI_FV_FILETYPE_SECURITY_CORE, &FfsHeader);
310 Status = GetFfsFile ((EFI_FIRMWARE_VOLUME_HEADER*)(UINTN)PcdGet64 (PcdFvBaseAddress), EFI_FV_FILETYPE_SECURITY_CORE, &FfsHeader);
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiFirmwareFile.h 67 #define EFI_FV_FILETYPE_SECURITY_CORE 0x03
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
SearchForSecEntry.asm 18 %define EFI_FV_FILETYPE_SECURITY_CORE 0x03
81 cmp byte [eax + 0x12], EFI_FV_FILETYPE_SECURITY_CORE ; Check File Type
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
PiFirmwareFile.h 44 #define EFI_FV_FILETYPE_SECURITY_CORE 0x03
  /device/linaro/bootloader/edk2/OvmfPkg/Sec/
SecMain.c 616 if (File->Type != EFI_FV_FILETYPE_SECURITY_CORE) {
642 if (File->Type == EFI_FV_FILETYPE_SECURITY_CORE) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFvInternalLib.c 840 if (FfsFile->Type != EFI_FV_FILETYPE_SECURITY_CORE && pImageContext->Machine == EFI_IMAGE_MACHINE_IA64) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
firmware_volume.py 173 EFI_FV_FILETYPE_SECURITY_CORE = 0x03
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
GenFfs.c 36 "EFI_FV_FILETYPE_SECURITY_CORE", // 0x03
128 EFI_FV_FILETYPE_SECURITY_CORE, EFI_FV_FILETYPE_PEIM,\n\
807 if ((FfsFiletype == EFI_FV_FILETYPE_SECURITY_CORE ||
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.c 275 EFI_FV_FILETYPE_SECURITY_CORE,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 1115 case EFI_FV_FILETYPE_SECURITY_CORE:
1116 printf ("EFI_FV_FILETYPE_SECURITY_CORE\n");
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
GenFvImageLib.c     [all...]

Completed in 578 milliseconds