Re: [edk2] [Patch 2/2] SecurityPkg: Update PlatformSecureLibNull with PCD to get physical presence.

2016-06-23 Thread Mudusuru, Giri P
bject: [edk2] [Patch 2/2] SecurityPkg: Update PlatformSecureLibNull with PCD > to get physical presence. > > This is an incompatible change. It uses PcdUserPhysicalPresence value instead > of hard code TRUE. Because PcdUserPhysicalPresence default value is FALSE, > this patch changes UserP

[edk2] [Patch 2/2] SecurityPkg: Update PlatformSecureLibNull with PCD to get physical presence.

2016-06-23 Thread Liming Gao
This is an incompatible change. It uses PcdUserPhysicalPresence value instead of hard code TRUE. Because PcdUserPhysicalPresence default value is FALSE, this patch changes UserPhysicalPresent() return value from TRUE to FALSE. >From Security point, it is not safe to always return TRUE. If user