blob: 4df41446879442a862807b0b5f0dae64b614770f [file] [log] [blame]
Lionel Debieve13a668d2022-10-05 16:47:03 +02001/*
Yann Gautier63932e82023-01-10 16:58:56 +01002 * Copyright (c) 2022-2023, STMicroelectronics - All Rights Reserved
Lionel Debieve13a668d2022-10-05 16:47:03 +02003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Yann Gautier63932e82023-01-10 16:58:56 +01007#include <stddef.h>
8
Lionel Debieve13a668d2022-10-05 16:47:03 +02009#include <firmware_image_package.h>
10
11#include "tbbr_config.h"
12
13toc_entry_t plat_def_toc_entries[] = {
14 {
15 .name = "STM32MP CONFIG CERT",
16 .uuid = UUID_STM32MP_CONFIG_CERT,
17 .cmdline_name = "stm32mp-cfg-cert"
Yann Gautier63932e82023-01-10 16:58:56 +010018 },
19
20 {
21 .name = NULL,
22 .uuid = { {0} },
23 .cmdline_name = NULL,
Lionel Debieve13a668d2022-10-05 16:47:03 +020024 }
25};