aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/fsp-mdst-table.h5
-rw-r--r--include/opal.h5
2 files changed, 5 insertions, 5 deletions
diff --git a/include/fsp-mdst-table.h b/include/fsp-mdst-table.h
index a88a086..21cb88c 100644
--- a/include/fsp-mdst-table.h
+++ b/include/fsp-mdst-table.h
@@ -24,12 +24,11 @@
* 0x01 - 0x7F : OPAL
* 0x80 - 0xFF : Kernel
*
- * Some of those IDs are duplicated in opal.h
*/
#define DUMP_REGION_OPAL_START 0x01
#define DUMP_REGION_OPAL_END 0x7F
-#define DUMP_REGION_HOST_START 0x80
-#define DUMP_REGION_HOST_END 0xFF
+#define DUMP_REGION_HOST_START OPAL_DUMP_REGION_HOST_START
+#define DUMP_REGION_HOST_END OPAL_DUMP_REGION_HOST_END
#define DUMP_REGION_CONSOLE 0x01
#define DUMP_REGION_HBRT_LOG 0x02
diff --git a/include/opal.h b/include/opal.h
index 2e13f77..73e56b4 100644
--- a/include/opal.h
+++ b/include/opal.h
@@ -807,8 +807,9 @@ struct opal_sg_list {
/*
* Dump region ID range usable by the OS
*/
-#define OPAL_DUMP_REGION_OS_START 0x80
-#define OPAL_DUMP_REGION_OS_END 0xFF
+#define OPAL_DUMP_REGION_HOST_START 0x80
+#define OPAL_DUMP_REGION_LOG_BUF 0x80
+#define OPAL_DUMP_REGION_HOST_END 0xFF
/* CAPI modes for PHB */
enum {