Initially 'BfSbStatus' EFI variable is created using the EFI Global Variable GUID which is not platform specific and might cause confusions among variables managed by common drivers and variables managed by the platform drivers. Thus, a platform GUID has been introduced and as a result the EFI Variable file name in efivar file system must match the current GUID used to create the variable.
This commit also re-implements 'GetPlatformName()' function to run on LiveFish devices.
Initially 'BfSbStatus' EFI variable is created using the EFI Global Variable GUID which is not platform specific and might cause confusions among variables managed by common drivers and variables managed by the platform drivers. Thus, a platform GUID has been introduced and as a result the EFI Variable file name in efivar file system must match the current GUID used to create the variable.
This commit also re-implements 'GetPlatformName()' function to run on LiveFish devices.