summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/arch/ppc.H6
-rw-r--r--src/include/usr/pnor/pnorif.H11
2 files changed, 13 insertions, 4 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
};
diff --git a/src/include/usr/pnor/pnorif.H b/src/include/usr/pnor/pnorif.H
index 6593be1e8..94a9632b6 100644
--- a/src/include/usr/pnor/pnorif.H
+++ b/src/include/usr/pnor/pnorif.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. */
@@ -67,14 +70,16 @@ struct SectionInfo_t
{
SectionId id; /**< Identifier for this section */
const char* name; /**< Name of the section */
-
uint64_t vaddr; /**< Virtual address for the start of the section */
- uint64_t size; /**< Actual size of content in bytes */
+ uint64_t size; /**< Size of partition in bytes */
bool eccProtected; /**< Section is ECC protected */
bool sha512Version; /**< Version Checking */
bool sha512perEC; /**< Version Checking perEC */
};
+
+
+
/**
* @brief Return the size and address of a given section of PNOR data
*
OpenPOWER on IntegriCloud