blob: b9723957765b7be2f11d29fbe9adb5208d0b3d70 [file] [log] [blame]
Harry Liebelf58ad362014-01-10 18:00:33 +00001/*
Yatharth Kochar4dd39b82015-08-10 11:57:41 +01002 * Copyright (c) 2014-2015, ARM Limited and Contributors. All rights reserved.
Harry Liebelf58ad362014-01-10 18:00:33 +00003 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 *
7 * Redistributions of source code must retain the above copyright notice, this
8 * list of conditions and the following disclaimer.
9 *
10 * Redistributions in binary form must reproduce the above copyright notice,
11 * this list of conditions and the following disclaimer in the documentation
12 * and/or other materials provided with the distribution.
13 *
14 * Neither the name of ARM nor the names of its contributors may be used
15 * to endorse or promote products derived from this software without specific
16 * prior written permission.
17 *
18 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
22 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 * POSSIBILITY OF SUCH DAMAGE.
29 */
30
31#ifndef __FIRMWARE_IMAGE_PACKAGE_H__
32#define __FIRMWARE_IMAGE_PACKAGE_H__
33
34#include <stdint.h>
35#include <uuid.h>
36
37/* This is used as a signature to validate the blob header */
38#define TOC_HEADER_NAME 0xAA640001
39
40
41/* ToC Entry UUIDs */
Yatharth Kochar4dd39b82015-08-10 11:57:41 +010042#define UUID_TRUSTED_UPDATE_FIRMWARE_SCP_BL2U \
43 {0x03279265, 0x742f, 0x44e6, 0x8d, 0xff, {0x57, 0x9a, 0xc1, 0xff, 0x06, 0x10} }
44#define UUID_TRUSTED_UPDATE_FIRMWARE_BL2U \
45 {0x37ebb360, 0xe5c1, 0x41ea, 0x9d, 0xf3, {0x19, 0xed, 0xa1, 0x1f, 0x68, 0x01} }
46#define UUID_TRUSTED_UPDATE_FIRMWARE_NS_BL2U \
47 {0x111d514f, 0xe52b, 0x494e, 0xb4, 0xc5, {0x83, 0xc2, 0xf7, 0x15, 0x84, 0x0a} }
48#define UUID_TRUSTED_FWU_CERT \
49 {0xb28a4071, 0xd618, 0x4c87, 0x8b, 0x2e, {0xc6, 0xdc, 0xcd, 0x50, 0xf0, 0x96} }
Harry Liebelf58ad362014-01-10 18:00:33 +000050#define UUID_TRUSTED_BOOT_FIRMWARE_BL2 \
51 {0x0becf95f, 0x224d, 0x4d3e, 0xa5, 0x44, {0xc3, 0x9d, 0x81, 0xc7, 0x3f, 0x0a} }
Juan Castilloa72b6472015-12-10 15:49:17 +000052#define UUID_SCP_FIRMWARE_SCP_BL2 \
Harry Liebelf58ad362014-01-10 18:00:33 +000053 {0x3dfd6697, 0xbe89, 0x49e8, 0xae, 0x5d, {0x78, 0xa1, 0x40, 0x60, 0x82, 0x13} }
54#define UUID_EL3_RUNTIME_FIRMWARE_BL31 \
55 {0x6d08d447, 0xfe4c, 0x4698, 0x9b, 0x95, {0x29, 0x50, 0xcb, 0xbd, 0x5a, 0x00} }
56#define UUID_SECURE_PAYLOAD_BL32 \
57 {0x89e1d005, 0xdc53, 0x4713, 0x8d, 0x2b, {0x50, 0x0a, 0x4b, 0x7a, 0x3e, 0x38} }
58#define UUID_NON_TRUSTED_FIRMWARE_BL33 \
59 {0xa7eed0d6, 0xeafc, 0x4bd5, 0x97, 0x82, {0x99, 0x34, 0xf2, 0x34, 0xb6, 0xe4} }
Juan Castillo379954c2014-11-04 17:36:40 +000060/* Key certificates */
61#define UUID_ROT_KEY_CERT \
62 {0x721d2d86, 0x60f8, 0x11e4, 0x92, 0x0b, {0x8b, 0xe7, 0x62, 0x16, 0x0f, 0x24} }
63#define UUID_TRUSTED_KEY_CERT \
64 {0x90e87e82, 0x60f8, 0x11e4, 0xa1, 0xb4, {0x77, 0x7a, 0x21, 0xb4, 0xf9, 0x4c} }
65#define UUID_NON_TRUSTED_WORLD_KEY_CERT \
66 {0x3d87671c, 0x635f, 0x11e4, 0x97, 0x8d, {0x27, 0xc0, 0xc7, 0x14, 0x8a, 0xbd} }
Juan Castillobe801202015-12-03 10:19:21 +000067#define UUID_SCP_FW_KEY_CERT \
Juan Castillo379954c2014-11-04 17:36:40 +000068 {0xa1214202, 0x60f8, 0x11e4, 0x8d, 0x9b, {0xf3, 0x3c, 0x0e, 0x15, 0xa0, 0x14} }
Juan Castillobe801202015-12-03 10:19:21 +000069#define UUID_SOC_FW_KEY_CERT \
Juan Castillo379954c2014-11-04 17:36:40 +000070 {0xccbeb88a, 0x60f9, 0x11e4, 0x9a, 0xd0, {0xeb, 0x48, 0x22, 0xd8, 0xdc, 0xf8} }
Juan Castillobe801202015-12-03 10:19:21 +000071#define UUID_TRUSTED_OS_FW_KEY_CERT \
Juan Castillo379954c2014-11-04 17:36:40 +000072 {0x03d67794, 0x60fb, 0x11e4, 0x85, 0xdd, {0xb7, 0x10, 0x5b, 0x8c, 0xee, 0x04} }
Juan Castillobe801202015-12-03 10:19:21 +000073#define UUID_NON_TRUSTED_FW_KEY_CERT \
Juan Castillo379954c2014-11-04 17:36:40 +000074 {0x2a83d58a, 0x60fb, 0x11e4, 0x8a, 0xaf, {0xdf, 0x30, 0xbb, 0xc4, 0x98, 0x59} }
75/* Content certificates */
Juan Castillobe801202015-12-03 10:19:21 +000076#define UUID_TRUSTED_BOOT_FW_CERT \
Juan Castillo379954c2014-11-04 17:36:40 +000077 {0xea69e2d6, 0x635d, 0x11e4, 0x8d, 0x8c, {0x9f, 0xba, 0xbe, 0x99, 0x56, 0xa5} }
Juan Castillobe801202015-12-03 10:19:21 +000078#define UUID_SCP_FW_CONTENT_CERT \
Juan Castillo379954c2014-11-04 17:36:40 +000079 {0x046fbe44, 0x635e, 0x11e4, 0xb2, 0x8b, {0x73, 0xd8, 0xea, 0xae, 0x96, 0x56} }
Juan Castillobe801202015-12-03 10:19:21 +000080#define UUID_SOC_FW_CONTENT_CERT \
Juan Castillo379954c2014-11-04 17:36:40 +000081 {0x200cb2e2, 0x635e, 0x11e4, 0x9c, 0xe8, {0xab, 0xcc, 0xf9, 0x2b, 0xb6, 0x66} }
Juan Castillobe801202015-12-03 10:19:21 +000082#define UUID_TRUSTED_OS_FW_CONTENT_CERT \
Juan Castillo379954c2014-11-04 17:36:40 +000083 {0x11449fa4, 0x635e, 0x11e4, 0x87, 0x28, {0x3f, 0x05, 0x72, 0x2a, 0xf3, 0x3d} }
Juan Castillobe801202015-12-03 10:19:21 +000084#define UUID_NON_TRUSTED_FW_CONTENT_CERT \
Juan Castillo379954c2014-11-04 17:36:40 +000085 {0xf3c1c48e, 0x635d, 0x11e4, 0xa7, 0xa9, {0x87, 0xee, 0x40, 0xb2, 0x3f, 0xa7} }
Harry Liebelf58ad362014-01-10 18:00:33 +000086
Dan Handleye2712bc2014-04-10 15:37:22 +010087typedef struct fip_toc_header {
Harry Liebelf58ad362014-01-10 18:00:33 +000088 uint32_t name;
89 uint32_t serial_number;
90 uint64_t flags;
Dan Handleye2712bc2014-04-10 15:37:22 +010091} fip_toc_header_t;
Harry Liebelf58ad362014-01-10 18:00:33 +000092
Dan Handleye2712bc2014-04-10 15:37:22 +010093typedef struct fip_toc_entry {
Harry Liebelf58ad362014-01-10 18:00:33 +000094 uuid_t uuid;
95 uint64_t offset_address;
96 uint64_t size;
97 uint64_t flags;
Dan Handleye2712bc2014-04-10 15:37:22 +010098} fip_toc_entry_t;
Harry Liebelf58ad362014-01-10 18:00:33 +000099
100#endif /* __FIRMWARE_IMAGE_PACKAGE_H__ */