diff options
| author | Adam Muhle <armuhle@us.ibm.com> | 2012-12-13 13:21:57 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-12-15 08:12:47 -0600 |
| commit | f448a9337fa31ff7b83a5b00330818c54a495e73 (patch) | |
| tree | 7642b526a20428811d820e88020e804ba31ca023 /src/include/usr/mvpd/mvpdenums.H | |
| parent | 324f861e17b03b087e9b413bed2bc7180e7cb862 (diff) | |
| download | blackbird-hostboot-f448a9337fa31ff7b83a5b00330818c54a495e73.tar.gz blackbird-hostboot-f448a9337fa31ff7b83a5b00330818c54a495e73.zip | |
Full support for 8MB and 4MB cache sizes
Updating activate_thread to check if we're using fakePNOR
and if any of the L3 Cache is deconfigured. If all
8MB are available, it will make a call to extend Hostboot
memory to all 8MB.
Change-Id: Ib32c9aa02e643228382e2a72dcb780d2f78989fe
RTC: 49137
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2683
Tested-by: Jenkins Server
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/mvpd/mvpdenums.H')
| -rw-r--r-- | src/include/usr/mvpd/mvpdenums.H | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/src/include/usr/mvpd/mvpdenums.H b/src/include/usr/mvpd/mvpdenums.H index 5f2fa4319..00fbfafe5 100644 --- a/src/include/usr/mvpd/mvpdenums.H +++ b/src/include/usr/mvpd/mvpdenums.H @@ -54,19 +54,25 @@ enum mvpdRecord LRP9 = 0x0c, LRPA = 0x0d, LRPB = 0x0e, - LWP0 = 0x0f, - LWP1 = 0x10, - LWP2 = 0x11, - LWP3 = 0x12, - LWP4 = 0x13, - LWP5 = 0x14, - LWP6 = 0x15, - LWP7 = 0x16, - LWP8 = 0x17, - LWP9 = 0x18, - LWPA = 0x19, - LWPB = 0x1a, - VWML = 0x1b, + LRPC = 0x0f, + LRPD = 0x10, + LRPE = 0x11, + LWP0 = 0x12, + LWP1 = 0x13, + LWP2 = 0x14, + LWP3 = 0x15, + LWP4 = 0x16, + LWP5 = 0x17, + LWP6 = 0x18, + LWP7 = 0x19, + LWP8 = 0x1a, + LWP9 = 0x1b, + LWPA = 0x1c, + LWPB = 0x1d, + LWPC = 0x1e, + LWPD = 0x1f, + LWPE = 0x20, + VWML = 0x21, // Last Record MVPD_LAST_RECORD, @@ -115,6 +121,7 @@ enum mvpdKeyword pdG = 0x1f, MK = 0x20, PB = 0x21, + CH = 0x22, // Last Keyword MVPD_LAST_KEYWORD, |

