diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2011-08-11 13:30:16 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2011-08-17 12:28:02 -0500 |
| commit | 20b03fdaeb7414fdf9d43634976ca1ab5fbac7f1 (patch) | |
| tree | 68944cdfb04e9468eeffe81e9b1ab71cf4475d2f /src/include/sys | |
| parent | eede7fac946b94294433c675a6ed6c135a53b4fc (diff) | |
| download | talos-hostboot-20b03fdaeb7414fdf9d43634976ca1ab5fbac7f1.tar.gz talos-hostboot-20b03fdaeb7414fdf9d43634976ca1ab5fbac7f1.zip | |
Finishing up PNOR RP code (RTC Task 3440)
-Add calls to mm_alloc_block
-Fix error responses to message
-Cleanup some error handling
-Code review updates
Final piece of the PNOR puzzle - Task 3389
-Also added a check to autocitest that will catch initialization fails.
-Added some error printks to message interface
-Disabled test_messageReadWrite testcase
Change-Id: I4f1207138a6cf4f86cf2b6f3f81fc5885b02699d
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/252
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/sys')
| -rw-r--r-- | src/include/sys/rp.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/include/sys/rp.h b/src/include/sys/rp.h deleted file mode 100644 index d3ec0c772..000000000 --- a/src/include/sys/rp.h +++ /dev/null @@ -1,27 +0,0 @@ -/** - * Contains constants needed for the Resource Providers - */ -namespace RP -{ - /** - * Message IDs - */ - enum Messages - { - /** - * Read 1 page of data from the RP - * data[0] = address to copy into (user buffer) - * data[1] = address to copy from (effective address) - */ - READ_PAGE, - - /** - * Write 1 page of data from the RP - * data[0] = address to copy from (user buffer) - * data[1] = address to copy into (effective address) - */ - WRITE_PAGE, - }; - - -}; |

