commit | e22e8231c49d3a7fa4ea24d57e48be072e1d7e16 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Jun 08 03:34:34 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Jun 08 10:30:41 2021 -0500 |
tree | 913f2070b9ee88a085e4a634743bfbb7e9becb5e | |
parent | c4831812bb1ce91b66f51beecdf6c9201d082cef [diff] |
set CLK NE termination site based on HW VPD keyword. VINI Record "HW" keyword Byte 0's MSB bit indicates proc or planar type. This type value is used for choosing termination site attribute. Reads the HW level VPD keyword planar VINI records, compute SYS_CLK_NE_TERMINATION_SITE and set the present processors ATTR_SYS_CLK_NE_TERMINATION_SITE value. This attribute initialisation should be happened prior to set_ref_clock istep. Added this function before istep execution in startHost procedure. Tested: manually verified attribute values Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I56f88f92df2e5db9d204b7b3cc87f15d6759d07d
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.