summaryrefslogtreecommitdiffstats
path: root/sbe/image/linkseeprom.cmd
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2016-05-31 11:28:09 -0500
committerAMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>2016-06-15 06:04:22 -0400
commit93526d05f7d71f6e542fc32fd05b0d520110ac25 (patch)
treec725d0f19a466ba68e069f8b3d1908d364a17fb3 /sbe/image/linkseeprom.cmd
parent5a7134ca3d20ab5731dff666e00f2059c53a20d0 (diff)
downloadtalos-sbe-93526d05f7d71f6e542fc32fd05b0d520110ac25.tar.gz
talos-sbe-93526d05f7d71f6e542fc32fd05b0d520110ac25.zip
Move prevasive procedures to SEEPROM
Change-Id: Ifc930b6b27f73e9dc44a5c03037e7c8a0192364e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25190 Tested-by: Jenkins Server Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'sbe/image/linkseeprom.cmd')
-rw-r--r--sbe/image/linkseeprom.cmd26
1 files changed, 25 insertions, 1 deletions
diff --git a/sbe/image/linkseeprom.cmd b/sbe/image/linkseeprom.cmd
index 43e7c406..04f5acb1 100644
--- a/sbe/image/linkseeprom.cmd
+++ b/sbe/image/linkseeprom.cmd
@@ -1,3 +1,27 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: sbe/image/linkseeprom.cmd $ */
+/* */
+/* OpenPOWER sbe Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* Licensed under the Apache License, Version 2.0 (the "License"); */
+/* you may not use this file except in compliance with the License. */
+/* You may obtain a copy of the License at */
+/* */
+/* http://www.apache.org/licenses/LICENSE-2.0 */
+/* */
+/* Unless required by applicable law or agreed to in writing, software */
+/* distributed under the License is distributed on an "AS IS" BASIS, */
+/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
+/* implied. See the License for the specific language governing */
+/* permissions and limitations under the License. */
+/* */
+/* IBM_PROLOG_END_TAG */
// Need to do this so that elf32-powerpc is not modified!
#undef powerpc
#include <sbe_link.H>
@@ -95,7 +119,7 @@ SECTIONS
.text ALIGN(8): {
_text_origin = .; _text_offset = . - _seeprom_origin;
- *\libcore.a:(.text* ) *\libcache.a:(.text* ) } > seeprom
+ *\libcore.a:(.text* ) *\libcache.a:(.text* ) *\libperv.a:(.text* )} > seeprom
_text_size = . - _text_origin;
_seeprom_size = . - _seeprom_origin;
OpenPOWER on IntegriCloud