]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Update the FV Space Information to display decimal and Hex
authorfengyunhua <fengyunhua@byosoft.com.cn>
Fri, 30 Oct 2020 00:09:25 +0000 (08:09 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 3 Nov 2020 01:40:43 +0000 (01:40 +0000)
commit0166dad49698fbe263759755382006d64a0ac825
tree2d6b9244ec63bbca2ee9609121ac08f51d4e6d19
parentffddac3e0f2e0af54b48a86848193a5ad30def10
BaseTools: Update the FV Space Information to display decimal and Hex

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3009

Update the FV Space Information to display decimal and Hex

FV Space Information
before format:
SECFV [13%Full] 212992 total, 28400 used, 184592 free
Updated format:
SECFV [13%Full] 212992 (0x34000) total, 28400 (0x6ef0) used,
184592 (0x2d110) free

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Signed-off-by: Yunhua Feng <fengyunhua@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
BaseTools/Source/Python/GenFds/GenFds.py