#-- $Id: p8.psi.scom.initfile,v 1.6 2014/04/23 13:47:41 jmcgill Exp $ #------------------------------------------------------------------------------- #-- #-- (C) Copyright International Business Machines Corp. 2011 #-- All Rights Reserved -- Property of IBM #-- *** IBM Confidential *** #-- #-- TITLE : p8.psi.scom.initfile #-- DESCRIPTION : Perform PSI configuration #-- #-- OWNER NAME : Joe McGill Email: jmcgill@us.ibm.com #-- #-------------------------------------------------------------------------------- SyntaxVersion = 1 #-------------------------------------------------------------------------------- #-- Includes #-------------------------------------------------------------------------------- #-------------------------------------------------------------------------------- #-- SCOM initializations #-------------------------------------------------------------------------------- # PSI Host Bridge Error Mask Register scom 0x0201090F { bits, scom_data; 16:27, 0x000; 48:52, 0b00000; } # PSI Host Bridge FIR Action0 Register scom 0x02010906 { bits, scom_data; 0:63, 0x0000000000000000; } # PSI Host Bridge FIR Action1 Register scom 0x02010907 { bits, scom_data; 0:63, 0xC629000000000000; } # PSI Host Bridge FIR Mask Register scom 0x02010903 { bits, scom_data; 0:63, 0x3902FFF800000000; }