ccd05dd NetworkPkg: Add warning message for PXE if failed to read system GUID from SMBIOS.

Authored and Committed by Fu Siyuan 6 years ago
    NetworkPkg: Add warning message for PXE if failed to read system GUID from SMBIOS.
    
    Current PXE driver uses zero GUID if failed to get the system GUID from smbios
    table, and some OS PXE boot may fail in such case. This patch is to add a warning
    message to inform user that smbios table is missed on the platform.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
    Reviewed-by: Yao Jiewen <jiewen.yao@intel.com>