xref: /rk3399_ARM-atf/plat/arm/board/tc/plat_def_fip_uuid.h (revision a1901c7d0d05ac02b254bf215fb889b9c0a9bc7d)
16ef63af6SRaef Coles /*
26ef63af6SRaef Coles  * Copyright (c) 2022, Arm Limited. All rights reserved.
36ef63af6SRaef Coles  *
46ef63af6SRaef Coles  * SPDX-License-Identifier: BSD-3-Clause
56ef63af6SRaef Coles  *
66ef63af6SRaef Coles  */
76ef63af6SRaef Coles 
86ef63af6SRaef Coles #ifndef __PLAT_DEF_FIP_UUID__
96ef63af6SRaef Coles #define __PLAT_DEF_FIP_UUID__
106ef63af6SRaef Coles 
116ef63af6SRaef Coles #include "uuid.h"
126ef63af6SRaef Coles 
13*7f8589cdSTamas Ban #define UUID_RSE_FIRMWARE_BL1_2 \
146ef63af6SRaef Coles 	{{0x0a, 0xa5, 0xb1, 0xbe}, {0xe7, 0x84}, {0x41, 0xc5}, 0x81, 0xb8, {0x4a, 0x41, 0xcb, 0x4a, 0xd2, 0xdf}}
156ef63af6SRaef Coles 
16*7f8589cdSTamas Ban #define UUID_RSE_FIRMWARE_BL2 \
176ef63af6SRaef Coles 	{{0xa3, 0xb3, 0xb3, 0x0d}, {0xeb, 0xc9}, {0x40, 0x48}, 0xb4, 0x80, {0x15, 0x53, 0x61, 0xc1, 0x70, 0x48}}
186ef63af6SRaef Coles 
19*7f8589cdSTamas Ban #define UUID_RSE_FIRMWARE_SCP_BL1 \
206ef63af6SRaef Coles 	{{0xbf, 0xd5, 0x09, 0x8d}, {0xa7, 0x07}, {0x4f, 0x15}, 0x89, 0x1c, {0x37, 0x22, 0x10, 0xcb, 0x51, 0xe2}}
216ef63af6SRaef Coles 
22*7f8589cdSTamas Ban #define UUID_RSE_FIRMWARE_AP_BL1 \
236ef63af6SRaef Coles 	{{0x12, 0x4c, 0x50, 0xe0}, {0xf2, 0xda}, {0x45, 0xe9}, 0x85, 0xc8, {0xda, 0xd9, 0x60, 0x9b, 0x7a, 0x11}}
246ef63af6SRaef Coles 
25*7f8589cdSTamas Ban #define UUID_RSE_FIRMWARE_NS \
266ef63af6SRaef Coles 	{{0x8d, 0x95, 0x9f, 0x72}, {0xb8, 0xb1}, {0x42, 0x11}, 0x9a, 0xe6, {0x4b, 0x80, 0x97, 0x47, 0x5a, 0xd9}}
276ef63af6SRaef Coles 
28*7f8589cdSTamas Ban #define UUID_RSE_FIRMWARE_S \
296ef63af6SRaef Coles 	{{0x22, 0xea, 0x33, 0x85}, {0xf8, 0x6e}, {0x47, 0x93}, 0x96, 0x8a, {0x2f, 0xe3, 0xdd, 0x50, 0x33, 0xcc}}
306ef63af6SRaef Coles 
31*7f8589cdSTamas Ban #define UUID_RSE_SIC_TABLES_NS \
326ef63af6SRaef Coles 	{{0xd9, 0x10, 0x00, 0x72}, {0x6a, 0x28}, {0x4b, 0xec}, 0xb0, 0xd6, {0x8c, 0xed, 0xc4, 0x15, 0x7c, 0xe0}}
336ef63af6SRaef Coles 
34*7f8589cdSTamas Ban #define UUID_RSE_SIC_TABLES_S \
356ef63af6SRaef Coles 	{{0xc7, 0x38, 0xd0, 0xde}, {0x8c, 0x26}, {0x48, 0x51}, 0x93, 0x36, {0xf3, 0xdb, 0xe2, 0x96, 0x65, 0x18}}
366ef63af6SRaef Coles 
376ef63af6SRaef Coles #endif /* __PLAT_DEF_FIP_UUID__ */
38