From: Marc Kleine-Budde <mkl@pengutronix.de>
To: barebox@lists.infradead.org
Cc: kernel@pengutronix.de
Subject: [PATCH 2/2] i.MX habv3: add some more status codes
Date: Mon, 8 Feb 2016 11:15:24 +0100 [thread overview]
Message-ID: <1454926524-6210-2-git-send-email-mkl@pengutronix.de> (raw)
In-Reply-To: <1454926524-6210-1-git-send-email-mkl@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
drivers/hab/habv3.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/hab/habv3.c b/drivers/hab/habv3.c
index 204b9095b393..82ae245f8a03 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" },
--
2.7.0.rc3
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2016-02-08 10:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-08 10:15 [PATCH 1/2] i.MX habv3: sort hab status codes numerically Marc Kleine-Budde
2016-02-08 10:15 ` Marc Kleine-Budde [this message]
2016-02-09 8:17 ` [PATCH 2/2] i.MX habv3: add some more status codes Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1454926524-6210-2-git-send-email-mkl@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=kernel@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox