Re: [edk2-devel] [PATCH] BaseTools/VolInfo: Correct alignment attributes display

2022-07-23 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Konstantin Aladyshev Sent: Wednesday, July 13, 2022 9:11 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming ; Chen, Christine ; Konstantin Aladyshev Subject: [PATCH] BaseTools/VolInfo: Correct alignment attributes display

Re: [edk2-devel] [PATCH] BaseTools/VolInfo: Correct alignment attributes display

2022-07-22 Thread Yuwei Chen
ubject: [edk2-devel] [PATCH] BaseTools/VolInfo: Correct alignment > attributes display > > Alignment attribute is not a bitmask, therefore we need to compare field > value with all alignment defines. > Remove duplicate print statements. Unify indent with other attribute print &g

[edk2-devel] [PATCH] BaseTools/VolInfo: Correct alignment attributes display

2022-07-13 Thread Konstantin Aladyshev
Alignment attribute is not a bitmask, therefore we need to compare field value with all alignment defines. Remove duplicate print statements. Unify indent with other attribute print statements. Signed-off-by: Konstantin Aladyshev --- BaseTools/Source/C/VolInfo/VolInfo.c | 198