summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/sbe_xip_image.h
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2013-02-16 12:15:55 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-02-22 11:53:46 -0600
commit5535a79cbab37d06d898076f9e2e87a40dc52ea7 (patch)
tree7d6813764dc001db5a19b84f568f62d726b54051 /src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/sbe_xip_image.h
parent60483517d931115eddf157b35fd7055df930cdfa (diff)
downloadtalos-hostboot-5535a79cbab37d06d898076f9e2e87a40dc52ea7.tar.gz
talos-hostboot-5535a79cbab37d06d898076f9e2e87a40dc52ea7.zip
TULETA PON - Winkle HW procedures update 02/16/2013
Change-Id: Ia7336fbe51e0293815dc47fe21cab360260a3f9a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3220 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/sbe_xip_image.h')
-rw-r--r--src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/sbe_xip_image.h18
1 files changed, 11 insertions, 7 deletions
diff --git a/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/sbe_xip_image.h b/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/sbe_xip_image.h
index 200277d39..3bf222ade 100644
--- a/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/sbe_xip_image.h
+++ b/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/sbe_xip_image.h
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012 */
+/* COPYRIGHT International Business Machines Corp. 2012,2013 */
/* */
/* p1 */
/* */
@@ -23,7 +23,7 @@
#ifndef __SBE_XIP_IMAGE_H
#define __SBE_XIP_IMAGE_H
-// $Id: sbe_xip_image.h,v 1.18 2012/07/06 20:03:09 bcbrock Exp $
+// $Id: sbe_xip_image.h,v 1.20 2013/02/06 04:48:45 bcbrock Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/sbe/sbe_xip_image.h,v $
//-----------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2011
@@ -74,7 +74,7 @@
/// @{
// -*- DO NOT REORDER OR EDIT THIS SET OF CONSTANTS WITHOUT ALSO EDITING -*-
-// -*- THE ASSEMBLER LAYOUT IN sbe_xip_header.S. -*-
+// -*- THE ASSEMBLER LAYOUT IN sbe_xip_header.H. -*-
#define SBE_XIP_SECTION_HEADER 0
#define SBE_XIP_SECTION_FIXED 1
@@ -90,8 +90,8 @@
#define SBE_XIP_SECTION_PIBMEM1 11
#define SBE_XIP_SECTION_RINGS 12
#define SBE_XIP_SECTION_SLW 13
-#define SBE_XIP_SECTION_RESERVED_1 14
-#define SBE_XIP_SECTION_RESERVED_0 15
+#define SBE_XIP_SECTION_FIT 14
+#define SBE_XIP_SECTION_FFDC 15
#define SBE_XIP_SECTIONS 16
@@ -116,8 +116,8 @@
".pibmem1", \
".rings", \
".slw", \
- ".reserved_1", \
- ".reserved_0" \
+ ".fit", \
+ ".ffdc", \
}
/// Applications can use this macro to safely index the array of section
@@ -1091,6 +1091,8 @@ int
sbe_xip_delete_section(void* io_image, const int i_sectionId);
+#ifndef PPC_HYP
+
/// Duplicate a section from an SBE-XIP image in host memory
///
/// \param[in,out] i_image A pointer to an SBE-XIP image in host memory. The
@@ -1123,6 +1125,8 @@ sbe_xip_duplicate_section(const void* i_image,
void** o_duplicate,
uint32_t* o_size);
+#endif // PPC_HYP
+
/// Append binary data to an SBE-XIP image held in host memory
///
OpenPOWER on IntegriCloud