diff options
author | Dean Sanner <dsanner@us.ibm.com> | 2014-07-14 13:49:34 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-07-15 13:23:29 -0500 |
commit | e9e95f770b6a560bc9be83f6e1ccc19165ff22c8 (patch) | |
tree | 04a5e80ecbb4743e86d4ef3e4c56dd27f066d4ed /src | |
parent | b51cfed2de00e34236f2364bb89042900346fdc0 (diff) | |
download | talos-hostboot-e9e95f770b6a560bc9be83f6e1ccc19165ff22c8.tar.gz talos-hostboot-e9e95f770b6a560bc9be83f6e1ccc19165ff22c8.zip |
Change default location where SBE looks for HBB
Change-Id: I309c50f81732885f94e68e792ea4f71dbbe76ffb
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12209
Tested-by: Jenkins Server
Reviewed-by: Brian Silver <bsilver@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index dc3606fce..d4766c030 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -5,7 +5,9 @@ <!-- --> <!-- OpenPOWER HostBoot Project --> <!-- --> -<!-- COPYRIGHT International Business Machines Corp. 2011,2014 --> +<!-- Contributors Listed Below - COPYRIGHT 2012,2014 --> +<!-- [+] 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. --> @@ -6005,11 +6007,11 @@ firmware notes: Used as override attribute for pstate procedure <id>SBE_IMAGE_OFFSET</id> <description> HostBoot image for SBE, offset to account for ECC - Default is calculated from Hostboot base image of 0x3ece000 + Default is calculated from Hostboot base image of 0x03f67000 </description> <simpleType> <uint32_t> - <default>0xffef0000</default> + <default>0xfff78000</default> </uint32_t> </simpleType> <persistency>volatile</persistency> |