Attest: Refactor shared data TLV entry header
It was done to make easier the lookup of boot status
relatead entries, which belongs to the same SW module.
Change-Id: I753dc03a2373d1975245502288e10c507402b6d5
Signed-off-by: Tamas Ban <tamas.ban@arm.com>
diff --git a/bl2/include/boot_record.h b/bl2/include/boot_record.h
index ab71a48..f7a6308 100644
--- a/bl2/include/boot_record.h
+++ b/bl2/include/boot_record.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -43,7 +43,7 @@
*/
enum shared_memory_err_t
boot_add_data_to_shared_area(uint8_t major_type,
- uint8_t minor_type,
+ uint16_t minor_type,
size_t size,
const uint8_t *data);