]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/MigrationUtilities.py
Sync BaseTool trunk (version r2599) into EDKII BaseTools.
[mirror_edk2.git] / BaseTools / Source / Python / Common / MigrationUtilities.py
index b15daa8448167a6a30e129da0621e3caa32040fa..7c69704596333faf5909cc1da6b738bd140c7fbd 100644 (file)
@@ -360,7 +360,7 @@ def StoreTextFile(TextFile, Content):
 # The possible duplication is ensured to be removed.\r
 #\r
 # @param  Section            Section dictionary indexed by CPU architecture.\r
-# @param  Arch               CPU architecture: Ia32, X64, Ipf, ARM, Ebc or Common.\r
+# @param  Arch               CPU architecture: Ia32, X64, Ipf, ARM, AARCH64, Ebc or Common.\r
 # @param  Item               The Item to be added to section dictionary.\r
 #\r
 def AddToSection(Section, Arch, Item):\r
@@ -382,7 +382,7 @@ def AddToSection(Section, Arch, Item):
 # @retval Section            The string content of a section.\r
 #\r
 def GetSection(SectionName, Method, ObjectList):\r
-    SupportedArches = ["common", "Ia32", "X64", "Ipf", "Ebc", "ARM"]\r
+    SupportedArches = ["common", "Ia32", "X64", "Ipf", "Ebc", "ARM", "AARCH64"]\r
     SectionDict = {}\r
     for Object in ObjectList:\r
         Item = Method(Object)\r