summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2016-02-08 11:15:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-09 09:17:37 +0100
commit41498ad7cf1ed77faf2681065c0fa3593f8a42b0 (patch)
tree5038b86ba57c2b6c3081f6601fc329e0f90b312a
parent9983b67f368fdf81a237c688a6d7469a98e92074 (diff)
downloadbarebox-41498ad7cf1ed77faf2681065c0fa3593f8a42b0.tar.gz
barebox-41498ad7cf1ed77faf2681065c0fa3593f8a42b0.tar.xz
i.MX habv3: add some more status codes
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--drivers/hab/habv3.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hab/habv3.c b/drivers/hab/habv3.c
index 204b9095b3..82ae245f8a 100644
--- a/drivers/hab/habv3.c
+++ b/drivers/hab/habv3.c
@@ -20,6 +20,7 @@ struct hab_status {
};
static struct hab_status hab_status[] = {
+ { 0x12, "Download code can't be executed, please check the HAB type" },
{ 0x17, "SCC unexpectedly not in secure state" },
{ 0x1b, "secureRAM self test failure" },
{ 0x1d, "secureRAM initialization failure" },
@@ -31,11 +32,14 @@ static struct hab_status hab_status[] = {
{ 0x33, "certificate parsing failed or the certificate contained an unsupported key" },
{ 0x35, "signature verification failed" },
{ 0x36, "hash verification failed" },
+ { 0x39, "Failure not matching any other description" },
{ 0x3a, "CSF customer/product code does not match processor customer/product code" },
+ { 0x47, "installation or comparison of SRKs failed" },
{ 0x4b, "CSF command sequence contains unsupported command identifier" },
{ 0x4d, "CSF length is unsupported" },
{ 0x4e, "absence of expected CSF header" },
{ 0x55, "error during assert verification" },
+ { 0x56, "Download code can't be executed, please check the HAB type" },
{ 0x63, "DCD invalid" },
{ 0x66, "write operation to register failed" },
{ 0x67, "INT_BOOT fuse is blown but BOOT pins are set for external boot" },