]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/GenFds.py
BaseTools: Update the FV Space Information to display decimal and Hex
[mirror_edk2.git] / BaseTools / Source / Python / GenFds / GenFds.py
index d5511f4c40e57172b289dfffd05957658d487ce0..ae3e776a5540607d4423164f7d617893d7e10f1f 100644 (file)
@@ -633,7 +633,10 @@ class GenFds(object):
             else:\r
                 Percentage = str((UsedSizeValue + 0.0) / TotalSizeValue)[0:4].lstrip('0.')\r
 \r
-            GenFdsGlobalVariable.InfLogger(Name + ' ' + '[' + Percentage + '%Full] ' + str(TotalSizeValue) + ' total, ' + str(UsedSizeValue) + ' used, ' + str(FreeSizeValue) + ' free')\r
+            GenFdsGlobalVariable.InfLogger(Name + ' ' + '[' + Percentage + '%Full] '\\r
+                                           + str(TotalSizeValue) + ' (' + hex(TotalSizeValue) + ')' + ' total, '\\r
+                                           + str(UsedSizeValue) + ' (' + hex(UsedSizeValue) + ')' + ' used, '\\r
+                                           + str(FreeSizeValue) + ' (' + hex(FreeSizeValue) + ')' + ' free')\r
 \r
     ## PreprocessImage()\r
     #\r