Lines Matching refs:platform

21 import platform
395 # @param GlobalDepexParser The platform global Dependency expression parser object
511 # a separate module in a platform build.
568 # in a platform build.
572 # @param GlobalPcdReport The platform global PCD report object
573 # @param GlobalPredictionReport The platform global Prediction report object
574 # @param GlobalDepexParser The platform global Dependency expression parser object
635 # Reports platform and module PCD information
637 # This class reports the platform PCD section and module PCD subsection
644 # This constructor function generates PcdReport object a platform build.
645 # It collects the whole PCD database from platform DSC files, platform
662 # Collect all platform referenced PCDs and grouped them by PCD token space
707 # in a platform build.
712 # platform PCD report
718 # For platform global PCD section
855 # Reports platform and module Prediction information
857 # This class reports the platform execution order prediction section and
864 # This constructor function generates PredictionReport object for the platform.
883 # Collect all platform reference source files and GUID C Name
929 # Collect platform firmware volume list as the input of EOT.
953 # Parse platform fixed address map files
955 # This function parses the platform final fixed address map file to get
1042 EdkLogger.quiet("(Python %s on %s\n%s)" % (platform.python_version(), sys.platform, traceback.format_exc()))
1047 # Generate platform execution order report
1131 # predicted module execution order for a platform.
1150 # It collects region information of platform flash device.
1363 # It collects flash device information for a platform.
1406 # Reports platform information
1408 # This class reports the whole platform information
1414 # This constructor function generates PlatformReport object a platform build.
1415 # It generates report for platform summary, flash, global PCDs and detailed
1416 # module information for modules involved in platform build.
1420 # @param MaList The list of modules in the platform build
1430 self.BuildEnvironment = platform.platform()
1463 # Generate report for the whole platform.
1465 # This function generates report for platform information.
1466 # It comprises of platform summary, global PCD, flash and
1510 # This constructor function generates BuildReport object a platform build.
1511 # It generates report for platform summary, flash, global PCDs and detailed
1512 # module information for modules involved in platform build.
1530 # Adds platform report to the list
1532 # This function adds a platform report to the final report list.
1536 # @param MaList The list of modules in the platform build
1545 # This function generates platform build report. It invokes GenerateReport()
1546 # method for every platform report in the list.
1564 EdkLogger.quiet("(Python %s on %s\n%s)" % (platform.python_version(), sys.platform, traceback.format_exc()))