]> git.sur5r.net Git - u-boot/blobdiff - include/fsl_secboot_err.h
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / include / fsl_secboot_err.h
index afc50a80cafbd538f89b7324ccb46f5c8c1ee1cc..bc9dab230bc449ed7a1d15291cdcb33b2c609631 100644 (file)
@@ -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" }
 };