[Skiboot] [PATCH v3 01/11] libflash/mbox-flash: Add v2 error codes

Cyril Bur cyril.bur at au1.ibm.com
Tue Dec 5 12:01:03 AEDT 2017


Signed-off-by: Cyril Bur <cyril.bur at au1.ibm.com>
---
 include/lpc-mbox.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/lpc-mbox.h b/include/lpc-mbox.h
index ca5e50c0..c4b1015b 100644
--- a/include/lpc-mbox.h
+++ b/include/lpc-mbox.h
@@ -41,6 +41,9 @@
 #define MBOX_R_WRITE_ERROR 0x03
 #define MBOX_R_SYSTEM_ERROR 0x04
 #define MBOX_R_TIMEOUT 0x05
+#define MBOX_R_BUSY 0x06
+#define MBOX_R_WINDOW_ERROR 0x07
+#define MBOX_R_SEQ_ERROR 0x08
 
 #define MBOX_ATTN_ACK_MASK 0x3
 #define MBOX_ATTN_BMC_REBOOT (1 << 0)
-- 
2.15.1



More information about the Skiboot mailing list