Software APIs
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/silicon_creator/lib/base/boot_measurements.h"
6 
8 
9 // This symbol is declared as weak so that the ROM and ROM_EXT may
10 // override its location.