summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/filter_out_unwanted_attributes.pl
Commit message (Collapse)AuthorAgeFilesLines
* Remove annoying traces from target generation codeChristian Geddes2018-01-251-8/+25
| | | | | | | | | | | | | | | | | | When building the targeting code it has been notoriously difficult to see what is going on. A large part of this has been due to these trace. This commit comments out some traces from the script filter_out_unwanted_attrributes.pl which will help debuging target build problems in the future Change-Id: I4c50c8b486a217140366ec6404b20619897d7dbb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52376 Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Fix in filter Unwanted Attribute scriptAlpana Kumari2017-11-171-1/+10
| | | | | | | | | | | | | | | | | New generated target_types_sp.xml has differnt pattern than target_types.xml, so it is failing to parse the values. Fixed it by changing the way of parsing Change-Id: I521e820bd32ceb5d213a36b6efbe1c6531a24bef CQ: SW404369 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48091 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Fix empty targets from filter scriptSantosh Puranik2017-09-061-0/+8
| | | | | | | | | | | | | | Do not output target to the output XML if the target type is not found in input filter XMLs. Change-Id: I668145528b0128ce134b0fcfe2e9f9f623297ded Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45691 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Sakethan R. Kotta <sakkotta@in.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Removed buildroot/merged_target_types.xm fileRaja Das2017-09-041-0/+1
| | | | | | | | | | | Change-Id: Id52bdac7b805f10b743e157028e63900ea818f1d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44942 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Fixes for ZeppelinSantosh Puranik2017-08-291-2/+3
| | | | | | | | | | | | | | | -- Fix HUID calculation for NX chiplet -- Append PID to temporary merged XML in filter_out_unwanted_attributes script Change-Id: Ic9a04b8ec81e33127c65c20a3a4d7d32e7b6b0d1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45160 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Sakethan R. Kotta <sakkotta@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Added FSP support in processMrwAlpana Kumari2017-08-071-50/+162
| | | | | | | | | | | | | | | | | Support for fsp targets apss, dpss, pnor fsi psi and clocks merged all target_types files to create a single xml and use that as a reference in filter_out_unwanted_attributes script Change-Id: I3f61aef0268b45952b94c8bd9ae547718a4fc779 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44205 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Douglas Schwanke <dschwank@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* adding IPMI_SENSOR to p9 occ targetPrachi Gupta2017-05-121-9/+23
| | | | | | | | | | | Change-Id: I7f86236f2ca4189c028ed30382db0045ee5c81e3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40426 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* filter_out_unwanted_attributes:initial check-inPrachi Gupta2016-12-221-0/+204
script to remove any unwanted attributes from mrw xml based on target_types Change-Id: Ic8965134a122a2561383481128036245ce158c02 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33507 Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
OpenPOWER on IntegriCloud