diff options
Diffstat (limited to 'src/include/usr/secureboot/smf_utils.H')
| -rw-r--r-- | src/include/usr/secureboot/smf_utils.H | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/usr/secureboot/smf_utils.H b/src/include/usr/secureboot/smf_utils.H index 554f8affe..4c059eb08 100644 --- a/src/include/usr/secureboot/smf_utils.H +++ b/src/include/usr/secureboot/smf_utils.H @@ -35,9 +35,13 @@ namespace SMF { // HW limitations dictate that SMF memory needs to be a power-of-two -// multiple of 256MB starting with 256MB. +// multiple of 256MB starting with 256MB (amount in bytes). extern const uint64_t MIN_SMF_MEMORY_AMT; +// The minimum amount of memory, in bytes, required for hostboot to run on +// master proc. +extern const uint64_t MIN_MEM_RESERVED_FOR_HB; + /** * @brief Checks whether SMF mode is enabled on the system * |

