diff options
Diffstat (limited to 'src/security/intel/cbnt/cbnt.h')
-rw-r--r-- | src/security/intel/cbnt/cbnt.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/security/intel/cbnt/cbnt.h b/src/security/intel/cbnt/cbnt.h new file mode 100644 index 0000000000..08011f5965 --- /dev/null +++ b/src/security/intel/cbnt/cbnt.h @@ -0,0 +1,16 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef SECURITY_INTEL_CBNT_H_ +#define SECURITY_INTEL_CBNT_H_ + +#include <security/intel/txt/txt_register.h> + +#define CBNT_BASE_ADDRESS TXT_PUBLIC_SPACE + +#define CBNT_ERRORCODE (CBNT_BASE_ADDRESS + 0x30) +#define CBNT_BOOTSTATUS (CBNT_BASE_ADDRESS + 0xa0) +#define CBNT_BIOSACM_ERRORCODE (CBNT_BASE_ADDRESS + 0x328) + +void intel_cbnt_log_registers(void); + +#endif |