aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/include')
-rw-r--r--src/soc/intel/common/block/include/intelblocks/ebda.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/ebda.h b/src/soc/intel/common/block/include/intelblocks/ebda.h
index 031cf1973d..16124df7e0 100644
--- a/src/soc/intel/common/block/include/intelblocks/ebda.h
+++ b/src/soc/intel/common/block/include/intelblocks/ebda.h
@@ -18,7 +18,7 @@
#include <soc/ebda.h>
-#define EBDA_SIGNATURE 0xebda
+#define EBDA_SIGNATURE 0xebdaebda
/*
* Mainboard Override function
@@ -45,6 +45,10 @@ void fill_soc_memmap_ebda(struct ebda_config *cfg);
*/
void fill_ebda_area(void);
+/* Fill the ebda object pointed to by cfg. Object will be zero filled
+ * if signature check fails. */
+void retrieve_ebda_object(struct ebda_config *cfg);
+
/*
* EBDA structure
*