Skip to content

Commit

Permalink
Fixes maintenance pattern load bug
Browse files Browse the repository at this point in the history
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 <mark.pizzutillo@ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: ANDRE A MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81913
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
  • Loading branch information
sglancy6 authored and RAJA DAS committed Aug 12, 2019
1 parent 94f9bc2 commit 09fdf35
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
Expand Up @@ -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
Expand Down

0 comments on commit 09fdf35

Please sign in to comment.