summaryrefslogtreecommitdiffstats
path: root/src/include/usr/vmmconst.h
diff options
context:
space:
mode:
authorMissy Connell <missyc@us.ibm.com>2013-02-20 16:30:51 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-04-09 14:33:13 -0500
commit63b344dd0fcbd2318a8fd46978970a08f3eb9ca9 (patch)
treeac68337341709cee0a5ccc54936c0557b2238170 /src/include/usr/vmmconst.h
parent84d81bdda49213dcde23c604a2d6ab7ace90f1d6 (diff)
downloadtalos-hostboot-63b344dd0fcbd2318a8fd46978970a08f3eb9ca9.tar.gz
talos-hostboot-63b344dd0fcbd2318a8fd46978970a08f3eb9ca9.zip
Call Dump Collect from call_host_mpipl_service
Change-Id: I4c449177618f00d64b90b81403144649d0df756f RTC:46996 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3339 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/vmmconst.h')
-rw-r--r--src/include/usr/vmmconst.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/include/usr/vmmconst.h b/src/include/usr/vmmconst.h
index d3b29415e..1c5ae6d01 100644
--- a/src/include/usr/vmmconst.h
+++ b/src/include/usr/vmmconst.h
@@ -130,41 +130,8 @@ enum BlockPriority
#define HSVC_TEST_MEMORY_SIZE (2*MEGABYTE)
/* Chunk of physical memory used for Dump Source Table */
-//#define DUMP_TEST_SRC_MEM_ADDR (VMM_MEMORY_SIZE + 64*MEGABYTE)
#define DUMP_TEST_MEMORY_ADDR (HSVC_TEST_MEMORY_ADDR + HSVC_TEST_MEMORY_SIZE)
#define DUMP_TEST_MEMORY_SIZE (4*MEGABYTE)
-// The rest of these #defines will be moved to dumpif.H.
-
-#define DUMP_TEST_SRC_MEM_ADDR (HSVC_TEST_MEMORY_ADDR + HSVC_TEST_MEMORY_SIZE)
-#define DUMP_TEST_SRC_MEM_SIZE (MEGABYTE)
-
-/* Chunk of physical memory used for Dump Destination Table */
-#define DUMP_TEST_DST_MEM_ADDR (DUMP_TEST_SRC_MEM_ADDR + DUMP_TEST_SRC_MEM_SIZE)
-#define DUMP_TEST_DST_MEM_SIZE (MEGABYTE)
-
-/* Chunk of physical memory used for Dump Results Table */
-#define DUMP_TEST_RESULTS_MEM_ADDR (DUMP_TEST_DST_MEM_ADDR + DUMP_TEST_DST_MEM_SIZE)
-#define DUMP_TEST_RESULTS_MEM_SIZE (MEGABYTE)
-
-// Data location where the src, destination tables point to.
-#define DUMP_TEST_SRC_DATA_AREA DUMP_TEST_RESULTS_MEM_ADDR + DUMP_TEST_RESULTS_MEM_SIZE
-#define DUMP_TEST_DST_DATA_AREA DUMP_TEST_SRC_DATA_AREA + DUMP_TEST_DATA_SIZE
-#define DUMP_TEST_DATA_SIZE MEGABYTE
-
-// default enums to point out the start and end of the DUMP Tables in memory
-#define DUMP_TEST_TABLE_START DUMP_TEST_SRC_MEM_ADDR
-#define DUMP_TEST_TABLE_SIZE DUMP_TEST_SRC_MEM_SIZE + DUMP_TEST_DST_MEM_SIZE + DUMP_TEST_RESULTS_MEM_SIZE
-#define DUMP_TEST_TABLE_END DUMP_TEST_TABLE_START + DUMP_TEST_TABLE_SIZE
-
-// In addition to the dump table locations we have scratch data area that is used
-// to put the SRC data that the MDST will point to.
-
-// This is the size of all the Data used for Dump testing
-#define DUMP_TEST_ALL_SIZE = DUMP_TEST_TABLE_SIZE + (2*MEGABYTE)
-// This is the ending address of test Data area
-#define DUMP_TEST_ALL_END = DUMP_TEST_TABLE_START + DUMP_TEST_ALL_SIZE
-
-
#endif /* _VMMCONST_H */
OpenPOWER on IntegriCloud