From e275751a409c4f05519700089f30d137b773c1b5 Mon Sep 17 00:00:00 2001 From: Luke Mulkey Date: Thu, 2 Feb 2017 14:34:02 -0600 Subject: Existing code changes for ddr_phy_reset HB mirror Change-Id: Ia4c701d93f0736b10ab7b5c2aa7859c2668f8706 Original-Change-Id: I45015e2967f719d2fd53be9faaf5cef0cd8457f5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35842 Tested-by: PPE CI Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Louis Stermole Reviewed-by: Thi N. Tran Reviewed-by: LUCAS W. MULKEY Reviewed-by: STEPHEN GLANCY Reviewed-by: Matt K. Light Reviewed-by: Daniel M. Crowell Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55830 Reviewed-by: Sachin Gupta Tested-by: Sachin Gupta --- .../fapi2/xml/attribute_info/system_attributes.xml | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'src/import/hwpf') diff --git a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml index 8fd0d110..5cde3050 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml @@ -46,4 +46,52 @@ + + ATTR_MNFG_FLAGS + TARGET_TYPE_SYSTEM + + The manufacturing flags. + This is a bitfield. Each bit is a flag and multiple flags can be set + + uint64 + + MNFG_NO_FLAG = 0x0000000000000000, + MNFG_DISABLE_DRAM_REPAIRS = 0x0000000000000080, + + + + + + ATTR_RECONFIGURE_LOOP + TARGET_TYPE_SYSTEM + + Used to inidicate if a reconfigure loop is needed + + uint8 + + DECONFIGURE = 0x1, + BAD_DQ_BIT_SET = 0x2 + + + + + -- cgit v1.2.1