Software APIs
sw
device
silicon_creator
lib
base
static_critical_boot_measurements.c
1
// Copyright lowRISC contributors (OpenTitan project).
2
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3
// SPDX-License-Identifier: Apache-2.0
4
5
#include "
sw/device/lib/base/macros.h
"
6
#include "sw/device/silicon_creator/lib/base/boot_measurements.h"
7
8
// Boot measurements.
9
//
10
// This is placed at a fixed location in memory within the .static_critical
11
// section. It will be populated by the ROM before the jump to ROM_EXT.
12
OT_SET_BSS_SECTION
(
".static_critical.boot_measurements"
,
13
OT_USED
boot_measurements_t
boot_measurements
;)
Return to
OpenTitan Documentation