[edk2-buildtools] [Patch] String To Integer Overflow Detection

2014-06-05 Thread Aaron Pop
Attached is another patch for the VfrCompiler's string to integer functions (STOU8, STOU16, STOU32, STOU64). The functions were not detecting when overflow occurred while converting a string to an integer value. (i.e. when "256" was being converted into a UINT8, it would be allowed and would re

[edk2-buildtools] [Patch] Allow EFI_IFR_DISPLAY_INT_DEC flag for EFI_NUMERIC

2014-06-05 Thread Aaron Pop
I've attached a patch file to address an issue with the VfrCompiler's treatment of the display flags for VFR numeric statements. Prior to this patch, the vfrcompiler would never allow the IFR output to contain the flag to cause a numeric to be displayed as a signed integer. The CIfrNumeric clas