]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/VolInfo: Show FV section boundaries
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Tue, 19 Jul 2022 15:45:52 +0000 (23:45 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sat, 6 Aug 2022 15:12:28 +0000 (15:12 +0000)
commitf5f8c08db92d15c7a359a5eb3b0cc2545c945942
tree370cce871f7baa70bc017d06bbeb3da53b0ea429
parenta0a03b51548e6fc7524b5aa9f8042cbabce6da1c
BaseTools/VolInfo: Show FV section boundaries

Currently there is no labels for start and end of the
EFI_SECTION_FIRMWARE_VOLUME_IMAGE type section. Therefore it is not
possible to see where the FV section ends and another section starts.
Add labels for start and end of the FV sections to fix the issue.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/C/VolInfo/VolInfo.c