diff options
author | Mike Jones <mjjones@us.ibm.com> | 2012-08-08 12:06:50 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-08-15 12:21:15 -0500 |
commit | b37ad3eba6e5d9334e4b35a1b32742fde4dff646 (patch) | |
tree | 4fa56935651383b6cf3d1ca089f0afc3f32bdeab /src/usr/hwpf/hwp/dram_initialization/mss_extent_setup | |
parent | 1d72de9b758ef67192924bfb4a0d3aac119fa3b4 (diff) | |
download | blackbird-hostboot-b37ad3eba6e5d9334e4b35a1b32742fde4dff646.tar.gz blackbird-hostboot-b37ad3eba6e5d9334e4b35a1b32742fde4dff646.zip |
HWP: Update HWPs with latest good versions
The selection of HWPs to pull into Hostboot was due to either:
1/ Thi needed to pull into Hostboot build for VPO to match Cronus level.
2/ Mike saw that latest code in eKB is a trivial update to current reviewed
version (usually just adding the cvs version number)
These changes have all passed the "HWP Review"
RTC: 46573
Change-Id: I50031a19e5b4f7ad0531cd58df9ec24034207664
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1499
Tested-by: Jenkins Server
Reviewed-by: Van H. Lee <vanlee@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/dram_initialization/mss_extent_setup')
-rw-r--r-- | src/usr/hwpf/hwp/dram_initialization/mss_extent_setup/mss_extent_setup.C | 2 | ||||
-rwxr-xr-x | src/usr/hwpf/hwp/dram_initialization/mss_extent_setup/mss_extent_setup.H | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/dram_initialization/mss_extent_setup/mss_extent_setup.C b/src/usr/hwpf/hwp/dram_initialization/mss_extent_setup/mss_extent_setup.C index 08c817a92..30cc399b8 100644 --- a/src/usr/hwpf/hwp/dram_initialization/mss_extent_setup/mss_extent_setup.C +++ b/src/usr/hwpf/hwp/dram_initialization/mss_extent_setup/mss_extent_setup.C @@ -21,6 +21,7 @@ * * IBM_PROLOG_END_TAG */ +// $Id: mss_extent_setup.C,v 1.8 2012/07/17 13:24:10 bellows Exp $ //------------------------------------------------------------------------------ // Don't forget to create CVS comments when you check in your changes! //------------------------------------------------------------------------------ @@ -31,6 +32,7 @@ //------------------------------------------------------------------------------ // Version:| Author: | Date: | Comment: //---------|----------|---------|----------------------------------------------- +// 1.8 | bellows |16-Jul-12| added in Id tag // 1.7 | bellows |15-Jun-12| Updated for Firmware // 1.3 | gpaulraj |11-Nov-11| modified according HWPF format // 1.2 | gpaulraj |02-oct-11| supported for MCS loop - SIM model. compiled in the ecmd & FAPI calls included. diff --git a/src/usr/hwpf/hwp/dram_initialization/mss_extent_setup/mss_extent_setup.H b/src/usr/hwpf/hwp/dram_initialization/mss_extent_setup/mss_extent_setup.H index a2a131174..be03117f0 100755 --- a/src/usr/hwpf/hwp/dram_initialization/mss_extent_setup/mss_extent_setup.H +++ b/src/usr/hwpf/hwp/dram_initialization/mss_extent_setup/mss_extent_setup.H @@ -21,6 +21,7 @@ * * IBM_PROLOG_END_TAG */ +// $Id: mss_extent_setup.H,v 1.8 2012/07/17 13:22:51 bellows Exp $ //------------------------------------------------------------------------------ // *! (C) Copyright International Business Machines Corp. 2011 // *! All Rights Reserved -- Property of IBM @@ -41,6 +42,7 @@ //------------------------------------------------------------------------------ // Version:| Author: | Date: | Comment: //---------|----------|---------|----------------------------------------------- +// 1.8 | bellows |16-Jul-12| added in Id tag // 1.7 | bellows |15-Jun-12| Updated for Firmware // 1.2 | | | // 1.1 | gpaulraj |11-NOV-11| First Draft. @@ -54,6 +56,7 @@ typedef fapi::ReturnCode (*mss_extent_setup_FP_t)(); extern "C" { + /** * @brief extent setup procedure -- currently an open shell until extent functions are found t obe needed * |