X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Ffsl_secboot_err.h;h=bc9dab230bc449ed7a1d15291cdcb33b2c609631;hb=69bbdd112bd3d2d6650cb2d81cd583400cef49c7;hp=afc50a80cafbd538f89b7324ccb46f5c8c1ee1cc;hpb=47151e4bcc10d87247e0a4809e6761b4477aa80b;p=oweals%2Fu-boot.git diff --git a/include/fsl_secboot_err.h b/include/fsl_secboot_err.h index afc50a80ca..bc9dab230b 100644 --- a/include/fsl_secboot_err.h +++ b/include/fsl_secboot_err.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2015 Freescale Semiconductor, Inc. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _FSL_SECBOOT_ERR_H @@ -29,6 +28,7 @@ #define ERROR_ESBC_CLIENT_HEADER_INV_IE_ENTRY_KEYLEN 0x18 #define ERROR_IE_TABLE_NOT_FOUND 0x19 #define ERROR_ESBC_CLIENT_HEADER_KEY_LEN_NOT_TWICE_SIG_LEN 0x20 +#define ERROR_KEY_TABLE_NOT_FOUND 0x21 #define ERROR_ESBC_CLIENT_HEADER_KEY_MOD_1 0x40 #define ERROR_ESBC_CLIENT_HEADER_KEY_MOD_2 0x80 #define ERROR_ESBC_CLIENT_HEADER_SIG_KEY_MOD 0x100 @@ -121,6 +121,8 @@ static const struct fsl_secboot_errcode fsl_secboot_errcodes[] = { "Wrong IE public key len in header" }, { ERROR_IE_TABLE_NOT_FOUND, "Information about IE Table missing" }, + { ERROR_KEY_TABLE_NOT_FOUND, + "No Key/ Key Table Found in header"}, { ERROR_ESBC_CLIENT_MAX, "NULL" } };