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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspaceBuild.py 90 # Check whether pcds are the same
92 # @retval False The two pcds are different
93 # @retval True The two pcds are the same
165 # @var Pcds: To store value for Pcds, it is a set structure as
199 self.Pcds = {}
251 # @var Pcds: To store value for Pcds, it is a set structure as
266 self.Pcds = {}
319 # @var Pcds: To store value for Pcds, it is a set structure as
    [all...]
DscClassObject.py 176 # Generate Pcds
462 ## Gen Pcds
470 Pcds = {}
485 # Get all Pcds
500 MergeArches(Pcds, (TokenName, TokenGuidCName, Value, DatumType, MaxDatumSize, Type), Arch)
506 MergeArches(Pcds, (TokenName, TokenGuidCName, Value, DatumType, MaxDatumSize, Type), Arch)
509 for Key in Pcds:
511 Pcd.SupArchList = Pcds[Key]
522 Pcds = {}
550 MergeArches(Pcds, (TokenName, TokenGuidCName, Value, Type), Arch)
    [all...]
DecClassObject.py 291 # Generate Pcds
447 # Gen Pcds of Dec
454 Pcds = {}
472 MergeArches(Pcds, (TokenGuidCName, TokenName, Value, DatumType, Token, Type), Arch)
477 MergeArches(Pcds, (TokenGuidCName, TokenName, Value, DatumType, Token, Type), Arch)
482 MergeArches(Pcds, (TokenGuidCName, TokenName, Value, DatumType, Token, Type), Arch)
487 MergeArches(Pcds, (TokenGuidCName, TokenName, Value, DatumType, Token, Type), Arch)
492 MergeArches(Pcds, (TokenGuidCName, TokenName, Value, DatumType, Token, Type), Arch)
502 for Key in Pcds.keys():
510 Pcd.SupArchList = Pcds[Key]
    [all...]
VpdInfoFile.py 49 # This file contains an ordered (based on position in the DSC file) list of the PCDs specified in the platform description file (DSC). The Value field that will be assigned to the PCD comes from the DSC file, INF file (if not defined in the DSC file) or the DEC file (if not defined in the INF file). This file is used as an input to the BPDG tool.
131 Pcds = self._VpdArray.keys()
132 Pcds.sort()
133 for Pcd in Pcds:
InfClassObject.py 257 # Generate Pcds
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py 289 # parse FDF file to get PCDs in it, if any
384 # apply SKU and inject PCDs from Flash Definition file
410 for key in package.Pcds:
411 PcdItem = package.Pcds[key]
446 for key in BuildData.Pcds:
447 PcdItem = BuildData.Pcds[key]
464 for key in BuildData.Pcds:
465 if BuildData.Pcds[key].Pending:
466 if key in Platform.Pcds:
467 PcdInPlatform = Platform.Pcds[key]
    [all...]
GenC.py 771 ## Create code for module PCDs
782 # Write PCDs
802 # Add TokenSpaceGuidValue value to PcdTokenName to discriminate the DynamicEx PCDs with
853 # If only PcdToken and PcdGet/Set used in all Pcds with different CName, it should succeed to build.
854 # If PcdToken and PcdGet/Set used in the Pcds with different Guids but same CName, it should failed to build.
856 AutoGenH.Append('// Disabled the macros, as PcdToken and PcdGet/Set are not allowed in the case that more than one DynamicEx Pcds are different Guids but same CName.\n')
885 EdkLogger.error("build", AUTOGEN_ERROR, "More than one Dynamic Pcds [%s] are different Guids but same CName. They need to be changed to DynamicEx type to avoid the confliction.\n" % (TokenCName), ExtraData="[%s]" % str(Info.MetaFile.Path))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
BuildClassObject.py 89 # Check whether pcds are the same
91 # @retval False The two pcds are different
92 # @retval True The two pcds are the same
164 # @var Pcds: To store value for Pcds, it is a set structure as
199 self.Pcds = {}
251 # @var Pcds: To store value for Pcds, it is a set structure as
266 self.Pcds = {}
319 # @var Pcds: To store value for Pcds, it is a set structure as
    [all...]
WorkspaceDatabase.py 622 Module.Pcds[PcdCName, TokenSpaceGuid] = Pcd
    [all...]
WorkspaceCommon.py 50 for Pcd in Pkg.Pcds:
59 DecPcds[PcdCName, PcdTokenName] = Pkg.Pcds[Pcd]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfPcdObject.py 2 # This file is used to define class objects of INF file [Pcds] section.
308 self.Pcds = Sdict()
414 if self.Pcds.has_key((PcdTypeItem, PcdItemObj)):
415 PcdsList = self.Pcds[PcdTypeItem, PcdItemObj]
417 self.Pcds[PcdTypeItem, PcdItemObj] = PcdsList
421 self.Pcds[PcdTypeItem, PcdItemObj] = PcdsList
459 if self.Pcds.has_key((PcdTypeItem, PcdItemObj)):
460 PcdsList = self.Pcds[PcdTypeItem, PcdItemObj]
462 self.Pcds[PcdTypeItem, PcdItemObj] = PcdsList
466 self.Pcds[PcdTypeItem, PcdItemObj] = PcdsList
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
SecEntry.S 25 # Pcds
SecEntry.asm 30 ; Pcds
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py 726 # Collect all platform referenced PCDs and grouped them by PCD token space
739 for item in Pa.Platform.Pcds:
740 Pcd = Pa.Platform.Pcds[item]
745 if (Pcd.TokenCName, Pcd.TokenSpaceGuidCName, T) in package.Pcds:
749 Pcd.DatumType = package.Pcds[(Pcd.TokenCName, Pcd.TokenSpaceGuidCName, T)].DatumType
761 if (Pcd.TokenCName, Pcd.TokenSpaceGuidCName, PcdType) in package.Pcds:
762 Pcd.DatumType = package.Pcds[(Pcd.TokenCName, Pcd.TokenSpaceGuidCName, PcdType)].DatumType
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FfsInfStatement.py 231 InfPcds = Inf.Pcds
237 # Try to convert the path to lower case to see if PCDs value are override by DSC.
249 if InfLowerPath in DscModules and PcdKey in DscModules[InfLowerPath].Pcds:
250 PatchPcd = DscModules[InfLowerPath].Pcds[PcdKey]
251 elif PcdKey in Platform.Pcds:
252 PatchPcd = Platform.Pcds[PcdKey]
    [all...]
GenFds.py 367 for key in package.Pcds:
368 PcdItem = package.Pcds[key]
    [all...]
GenFdsGlobalVariable.py 697 PcdDict = Platform.Pcds
713 PcdDict = Package.Pcds
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.asm 32 ; Pcds
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
SecEntry.asm 31 ; Pcds
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 553 # Gen Pcds of Inf
562 # Get all Pcds
564 PcdObj = self.Parser.InfPcdSection.Pcds
    [all...]

Completed in 340 milliseconds