commit | ccbfd01d95b9b35acb3e2ca5f25379ce8fa0ed1c | [log] [tgz] |
---|---|---|
author | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Fri Jul 19 08:31:51 2024 +0100 |
committer | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Thu Aug 29 17:31:25 2024 +0100 |
tree | 367b3fd5ca8f449b085819aa580d31366c764a4d | |
parent | 241ec3a5af2678983bd55fd03eb28df23c4ab246 [diff] [blame] |
fix(tools): update the fiptool and certtool to fix POSIX build This patch fixes below issue raised: https://github.com/TrustedFirmware-A/trusted-firmware-a/issues/8 https://github.com/TrustedFirmware-A/trusted-firmware-a/issues/9 https://github.com/TrustedFirmware-A/trusted-firmware-a/issues/10 Change-Id: I521bf7410535ffe49198789ba183cc401b3b88a0 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/tools/cert_create/src/dualroot/cot.c b/tools/cert_create/src/dualroot/cot.c index 81a7d75..d2c15bf 100644 --- a/tools/cert_create/src/dualroot/cot.c +++ b/tools/cert_create/src/dualroot/cot.c
@@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Arm Limited. All rights reserved. + * Copyright (c) 2020-2024, Arm Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -536,7 +536,7 @@ /* Keys used to establish the chain of trust. */ -static key_t cot_keys[] = { +static cert_key_t cot_keys[] = { [ROT_KEY] = { .id = ROT_KEY, .opt = "rot-key",