]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/VolInfo: Increase define for highest section value
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Mon, 18 Jul 2022 12:55:53 +0000 (20:55 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sun, 24 Jul 2022 14:03:47 +0000 (14:03 +0000)
commitc0b7679aac90ab6c757bbc61ac4ccfa293ab14df
tree9f82e1387f2130ad30cbd5c7dfc41d3fd95d0c4f
parent8ee26529d1b554a31c1041f0b9ed4e2dd250bd7a
BaseTools/VolInfo: Increase define for highest section value

Currently sections with unknown types are displayed as
`EFI_SECTION_SMM_DEPEX` which is wrong.
Increase the highest value for the section type to 0x1C
for correct parsing.

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