Mellanox / bfscripts

Collection of scripts used for BlueField SoC system management.
BSD 2-Clause "Simplified" License
19 stars 27 forks source link

bfsbdump: add new filename of 'BfSbStatus' EFI variable #190

Closed kblaiech closed 1 year ago

kblaiech commented 1 year ago

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.