diff options
author | dgilbert <dgilbert@us.ibm.com> | 2012-03-14 13:40:15 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-03-27 11:46:39 -0500 |
commit | 6a4e3754a25659758af50f8036f2642077166f15 (patch) | |
tree | 7fb151e1685dce40c408b90eda246b3a1ecf1e5f /src/include/usr/mbox | |
parent | 2b799ae5c3683fa7753bfe9527c517000c91a1d4 (diff) | |
download | talos-hostboot-6a4e3754a25659758af50f8036f2642077166f15.tar.gz talos-hostboot-6a4e3754a25659758af50f8036f2642077166f15.zip |
Move MBOX to extended image, make dd interface private
Change-Id: Ie1a94fb5f9f8da23c57af0cda2afaee88284fd2a
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/758
Tested-by: Jenkins Server
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/mbox')
-rw-r--r-- | src/include/usr/mbox/mboxif.H | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/include/usr/mbox/mboxif.H b/src/include/usr/mbox/mboxif.H index 214f73c37..cb6b23ffe 100644 --- a/src/include/usr/mbox/mboxif.H +++ b/src/include/usr/mbox/mboxif.H @@ -25,17 +25,6 @@ namespace MBOX { - static const uint32_t MBOX_MAX_DATA_BYTES = 64; //16 32-bit Data Registers - - enum MboxReadStatus { - MBOX_ABORT_LAST_MSG = 0x00000040, /* Cancel Timed Out Operation */ - MBOX_DOORBELL_ERROR = 0x00000010, /* Error Set In Error Register */ - MBOX_XDN_ACK = 0x00000004, /* LBUS Data Acknowledgment */ - MBOX_DATA_PENDING = 0x00000001, /* PIB Data Pending */ - MBOX_ILLEGAL_OP = 0x08000000, /* Illegal Operation Attempted */ - MBOX_DATA_WRITE_ERR = 0x04000000, /* Write Full LBUS Mailbox Error */ - MBOX_DATA_READ_ERR = 0x02000000, /* Read Empty LBUS Mailbox Error */ - MBOX_PARITY_ERR = 0x01000000, /* LBUS RAM Parity Error Detected */ - }; + // TODO add mailbox service interfaces }; #endif |