coreboot-libre-fam15h-rdimm/3rdparty/chromeec/include/tpm_nvmem.h

14 lines
367 B
C
Raw Normal View History

2024-03-04 11:14:53 +01:00
/* Copyright 2018 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
* TPM NVMEM definitions.
*/
#ifndef __CROS_EC_TPM_NVMEM_H
#define __CROS_EC_TPM_NVMEM_H
#define FIRMWARE_NV_INDEX 0x1007
#define FWMP_NV_INDEX 0x100a
#endif /* __CROS_EC_TPM_NVMEM_H */