summaryrefslogtreecommitdiffstats
path: root/src/include/arch/ppc.H
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-06-11 11:36:37 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-30 20:18:29 -0500
commit6280a104a07a5d7d78efb971b822307b2f786fe1 (patch)
tree57e0ff8fa70ecff00818a47485dbd75194b9be3f /src/include/arch/ppc.H
parent282ae28559bddf466d21c40ae75faaaacf1785c9 (diff)
downloadtalos-hostboot-6280a104a07a5d7d78efb971b822307b2f786fe1.tar.gz
talos-hostboot-6280a104a07a5d7d78efb971b822307b2f786fe1.zip
Load PAYLOAD from FFS partition.
Change-Id: Ib4f3b0631a9afb92fd5950b1636b8a3077684dbc Origin: Google Shared Technology Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11553 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/arch/ppc.H')
-rw-r--r--src/include/arch/ppc.H6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/arch/ppc.H b/src/include/arch/ppc.H
index 722771ff6..8d22c0790 100644
--- a/src/include/arch/ppc.H
+++ b/src/include/arch/ppc.H
@@ -5,7 +5,10 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2014 */
+/* [+] Google Inc. */
+/* [+] 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. */
@@ -413,6 +416,7 @@ enum
MAGIC_MEMORYLEAK_FUNCTION = 7009, // A memory was function called.
MAGIC_FAKEPAYLOAD_ENTER = 7010, // Entered the fake payload.
MAGIC_SIMICS_CHECK = 7011, // Check if system is running on simics
+ MAGIC_LOAD_PAYLOAD = 7012, // load payload from flash
MAGIC_CONTINUOUS_TRACE = 7055, // extract mixed trace buffer
};
OpenPOWER on IntegriCloud