Software APIs
sw
device
silicon_creator
lib
base
static_dice_cdi_0.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/silicon_creator/lib/base/static_dice_cdi_0.h"
6
7
#include "
sw/device/lib/base/macros.h
"
8
9
// CDI 0 cert signed by immutable ROM_EXT.
10
//
11
// This is placed at a fixed location in memory within the
12
// .static_dice section. It will be populated by the immutable
13
// ROM_EXT before the jump to mutable ROM_EXT.
14
OT_SET_BSS_SECTION
(
".static_dice.cdi_0"
,
15
OT_USED
static_dice_cdi_0_t
static_dice_cdi_0;)
Return to
OpenTitan Documentation