diff options
Diffstat (limited to 'drivers/platform/mellanox/mlxbf-bootctl.h')
| -rw-r--r-- | drivers/platform/mellanox/mlxbf-bootctl.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/platform/mellanox/mlxbf-bootctl.h b/drivers/platform/mellanox/mlxbf-bootctl.h index 613963d448f2..1299750a8661 100644 --- a/drivers/platform/mellanox/mlxbf-bootctl.h +++ b/drivers/platform/mellanox/mlxbf-bootctl.h @@ -82,6 +82,14 @@ #define MLXBF_BOOTCTL_FW_RESET 0x8200000D /* + * SMC function IDs to set, get and lock the manufacturing information + * stored within the eeprom. + */ +#define MLXBF_BOOTCTL_SET_MFG_INFO 0x8200000E +#define MLXBF_BOOTCTL_GET_MFG_INFO 0x8200000F +#define MLXBF_BOOTCTL_LOCK_MFG_INFO 0x82000011 + +/* * SMC function IDs to set and get the large ICM carveout size * stored in the eeprom. */ |