Skip to content

Commit

Permalink
P9 Cumulus InitCompiler supportis - Part 3
Browse files Browse the repository at this point in the history
  - Update *.mk files to support p9c chip ID
  - Workaround some spy issues p9c 10 engd issues
  - Fix bug to allow compilation without ENGD

Change-Id: Ibb55f04e682f86fecb31d4c512848352a188f946
Original-Change-Id: Ie94b55c93081108668725d3ee9b88bd34eaa794f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40904
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Benjamin Gass <bgass@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
  • Loading branch information
ibmthi authored and Shakeebbk committed Sep 12, 2017
1 parent 28f741b commit 4ce41e0
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -3674,16 +3674,17 @@
</chip>
</chipEcFeature>
</attribute>
<!-- ********************************************************************* -->
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HAS_DMI</id>
<id>ATTR_CHIP_EC_FEATURE_RTC_174656_SKIP_CUMULUS</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Returns if a chip has a DMI link
Only apply spy to Nimbus, skip for Cumulus.
This is because p9c_10.spydef doesn't have the spy yet.
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x10</value>
<test>GREATER_THAN_OR_EQUAL</test>
Expand Down

0 comments on commit 4ce41e0

Please sign in to comment.