K 10 svn:author V 2 mw K 8 svn:date V 27 2019-05-30T12:27:55.167200Z K 7 svn:log V 523 Update ena-com for the ENAv2 version The new ena-com is required for the ENAv2 release of the driver. Genmask macro was fixed in the platform file. The GENMASK macro is intended to work on 32-bit values. Before this patch the, calling GENMASK(31, 0) would cause 32-bit value to be shifted by 32. This could lead to unexpected behavior, as shifting by the number greater or equal to word length is undefined operation. Submitted by: Michal Krawczyk Obtained from: Semihalf Sponsored by: Amazon, Inc. END