From 09fdf35a59b8432ae700fb91047f8bb87968c58b Mon Sep 17 00:00:00 2001 From: Stephen Glancy Date: Tue, 6 Aug 2019 13:04:44 -0400 Subject: Fixes maintenance pattern load bug Explorer and Nimbus have different locations within the buffers for the maintenance patterns. This commit fixes a bug where only the Nimbus locations were used. Change-Id: Id8f617191b1ae9a4b09b893a1507d299f240c50f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81774 Reviewed-by: Mark Pizzutillo Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Dev-Ready: STEPHEN GLANCY Tested-by: Hostboot CI Tested-by: HWSV CI Tested-by: PPE CI Reviewed-by: ANDRE A MARIN Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81913 Reviewed-by: RAJA DAS --- .../memory/lib/utils/shared/mss_generic_consts.H | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/import') diff --git a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H index 68311146..b30fe321 100644 --- a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H +++ b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H @@ -397,27 +397,6 @@ enum broadcast_timebase TB_COUNT_128 = 0b1111111, }; -enum rmw_address -{ - // 32B block addresses into the maint portion of the rmw buffer - DW0 = 0b111110000, - DW1 = 0b111110001, - DW2 = 0b111110010, - DW3 = 0b111110011, - DW4 = 0b111110100, - DW5 = 0b111110101, - DW6 = 0b111110110, - DW7 = 0b111110111, - DW8 = 0b111111000, - DW9 = 0b111111001, - DWA = 0b111111010, - DWB = 0b111111011, - DWC = 0b111111100, - DWD = 0b111111101, - DWE = 0b111111110, - DWF = 0b111111111, -}; - enum data_rotate_mode { // MCBIST data rotate modes refer to register MCBDRCR bits 0:3 -- cgit v1.2.1