summaryrefslogtreecommitdiffstats
path: root/src/build/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix listdeps.pl.Patrick Williams2013-10-111-6/+14
| | | | | | | | Change-Id: I881607a7cfed7531c159e484cf0205f1cce3c0f0 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6628 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Updates to devtree for Stradale BUDean Sanner2013-10-101-0/+18
| | | | | | | Change-Id: I5d38b819d50e2f68e2d3b0de5ec3f020c49a9fc6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6559 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* add .attributes filetype to hwp_id.pl output for hostboot and fsp.Brian Horton2013-10-101-1/+2
| | | | | | | | Change-Id: I10f3131471017bb6671d574e3ecc0de565eee263 RTC: 88028 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6574 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support CQ tag in tools.Patrick Williams2013-09-182-4/+78
| | | | | | | | | Change-Id: I403ddc4dae11daaf1758daf9c525ed539635f3b4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6160 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hostboot - Updated HWPs from defect SW222043 (Power Management Significant)Thi Tran2013-09-121-0/+2
| | | | | | | | Change-Id: I2054d8de283fa65fa4aa79b5dce344a726067408 CQ: SW218817 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6129 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Workaround bug in 'file' for XML copyright prolog.Patrick Williams2013-07-301-4/+8
| | | | | | | | | Change-Id: Iac89083b88546a3c4b59350e98c42893f320e71d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5597 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Convert genlist to C++Patrick Williams2013-07-301-242/+0
| | | | | | | | | | Change-Id: Ib35acf9e151d39fd9f1ce310e138f447aae51302 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5550 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Convert gensyms to C++Patrick Williams2013-07-301-158/+0
| | | | | | | | | Change-Id: I435996d29ca6c7ad4ce892302729089a2767e643 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5549 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Make libs smaller by overlapping text and rodata sections.Patrick Williams2013-07-122-78/+82
| | | | | | | | | Change-Id: I0f3b9a941c19040635752b2648ef51c50dba849b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5135 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Enhance hb-dump to support full memory extraction.Patrick Williams2013-07-101-495/+0
| | | | | | | | | | Change-Id: I74823572a4935d3c8c4d7999d8c00c0286de1523 RTC: 50233 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5170 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Updates to I2C and EEPROM Device Drivers to work for P8Mike Baiocchi2013-07-021-0/+1
| | | | | | | | | | | | | | | There were several changes required for successful operation of the I2C and EEPROM Device Drivers based on HW Testing. There was also a need to upddate the attribute files and various testcases for processor support. Change-Id: Idd9351ffb01a992c835f99d06ef1246709eceb8b RTC: 64765 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4678 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* fix minor bug that would incorrectly drop files as redundant.Brian Horton2013-07-021-1/+1
| | | | | | | | | | Change-Id: Ic45b4c362e45dcbf7ac30a0c8fb0e367a69fdecc RTC: 76585 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5223 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add option to specify HBDIRMark Wenning2013-07-011-43/+95
| | | | | | | | | | | This will be used to check HWP versions in fsp sandboxes. Change-Id: Id6af5817a8506e262f1f59830191c759f805800f RTC: 73596 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5066 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* update hwp_id.pl scriptBrian Horton2013-06-061-25/+47
| | | | | | | | | | | | | | . add .xml and .define files to the report generator. . support colon separated -D list Change-Id: Id6c4b8581032558deddaaa3da5b8ce69f0cde918 RTC: 68690 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4724 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update bbuild to b0521a_1321.810Adam Muhle2013-06-031-0/+6
| | | | | | | | | | | | | Updated bbuild to b0521a_1321.810. Fixed bug in hb script so workarounds.presimsetup will work if/when needed. Change-Id: I53926c94c0494cc5189b1268d85539708cb6f246 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4610 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* AVP OCC Enable & Procedure RefreshAdam Muhle2013-05-151-1/+1
| | | | | | | | | | | | Refreshed OCC Procedures Enabled OCC in AVP mode for all processors Merged SLW and OCC to common HOMER image RTC:50987 Change-Id: I08d9128dfcb572367c145ee0296a48292584a480 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4340 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Port FSP TOD service module to Hostboot for SPless systemvanlee2013-05-081-1/+1
| | | | | | | | | Change-Id: I9f61df4b8ea05c5634578cc8e27f5ffa7dadf8da RTC: 67846 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4250 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* IBSCOM error path supportAdam Muhle2013-05-081-0/+2
| | | | | | | | | | | | | | | This commit updates IBSCOM to have error path support. It also updates the good-path test cases since there is limited good path support in simics. Full enablement will be done later. Change-Id: I5f9d66165db119473f606303a1026c8c71988785 RTC: 34743 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3972 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update execute_in_sandbox to exit when sb command hits errorRichard J. Knight2013-04-291-0/+6
| | | | | | | | | | Change-Id: Ideb1cefc6f2f2134db11da36a00692ab198f59d5 RTC:69928 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4131 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support for new and custom fakeroots.Patrick Williams2013-04-184-50/+54
| | | | | | | Change-Id: I94de98109b28434050030af824dd6ca50f7a18dc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4042 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* verify-commit: Misc improvements.Patrick Williams2013-04-091-2/+9
| | | | | | | | | | | | - Fix line numbers in code. - Allow C++ :: token in commit messages as not a commit msg tag. Change-Id: I6f9ef6e09e3fac586ad87eac690074cb1eda32be Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3952 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove deprecated array operation for new perl in hbReleasePatrick Williams2013-04-081-5/+1
| | | | | | | | Change-Id: I010833091ee52a30aae41b260586ba8d7d03f08c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3833 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* add PNOR support to prcd_compileBrian Horton2013-04-081-8/+35
| | | | | | | | | | | | | | | . update prcd_server.tcl script to create PNOR files and ship them back to the client. . added option to prcd_compile.tcl for user to specifiy the fips level/build separatly from the hostboot build . add 'fipssetup' option to the hb tool, so that sandbox is created, but simics patches are processed. Change-Id: Ie720d820d61435954085395525e77d276ff5bbd0 RTC: 34097 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3075 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add commit verification tool.Patrick Williams2013-04-083-0/+306
| | | | | | | | | Change-Id: Ie14cb4b2e01686403c215500efa8b39689ff077e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3852 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* hbRelease: Add 'project' option to query-gerritPatrick Williams2013-03-131-15/+24
| | | | | | | Change-Id: I808d0d41334fa5d5eab8e0b3bfe33a70a3195252 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3531 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Refactoring of the build system.Patrick Williams2013-03-011-16/+16
| | | | | | | | | | | | | | | | | | | | | | - Remove unused files for generating LIDs. - Reduce the overall verbosity of the build. - Separate 'config.mk' into a number of smaller, topic-centric files and comment better. - Generalize the 'passes' concept and added an IMAGES pass. - Deprecate most "magic" make variables like EXTRAFOO. - Overall performance improvements. I've tried to reduce the impact of these changes on component-level makefiles. There will be follow-up commit(s) to improve those and decrease the verbosity of some component-owned commands. Change-Id: I6d319f5338eb3946f56b281c3cdd5f341a016fcc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3368 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hook pre-applypatch fails due to missing git-sh-setup.Patrick Williams2013-03-011-14/+15
| | | | | | | | | Change-Id: I2477136d9ce56c590c5f189fbac19337b85e812e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3382 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support ERRL UD and SRC parsing in hostboot standaloneRichard J. Knight2013-02-281-112/+33
| | | | | | | | | | | Change-Id: I16ec13f87d9a71c3e0248bf4776e9f3402be6285 RTC:49967 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3138 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Run copyright script from pre-applypatchBrad Bishop2013-02-221-14/+16
| | | | | | | | Change-Id: Ifeea5f2828b5f1933ccbc6bffd1563e2b9228c91 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3275 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Unload unused modules - simple versionRichard J. Knight2013-02-161-0/+389
| | | | | | | | | | | | | | | Created a list of dependant modules for each istep. modules for previous step are unloaded before loading the modules for new step Added perl script to validate istep dependancies during the build. Change-Id: Ia916814328ac37c24e4275ec42827520dada8686 RTC:51709 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2979 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* change path.dump() calls to trace HUIDBrian Horton2013-02-041-18/+18
| | | | | | | | | | | | | | also, some other general cleanup - replace loop counters with iterators - made more code consistant - fixed bug where errl wasn't getting committed Change-Id: I7acdda17b1b116675ce84de8c22f87395e0fee91 RTC: 59413 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2949 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* FSP support to List HWPs and Initfiles in buildBrian Horton2013-01-141-137/+193
| | | | | | | | | | | | | . update hwp_id.pl tool to understand a list of files as input . add hwp_id.pl script to fsp.tar file Change-Id: I5c4dd4f4f5e9fbd21deee35b88e7faf5e9f48714 RTC: 48650 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2900 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add --lookuponly option to find_EKB.plMark Wenning2013-01-141-10/+30
| | | | | | | | | | | | | Add the ability to list the versions of a group of HWP files, whether they exist in the HB codebase or not. This is useful for looking up HWP's in the FSP codebase. Change-Id: I87347380311ea62a6d96f1edd88b0795e100734a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2909 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* find_EKB.plMark Wenning2012-11-071-0/+572
| | | | | | | | | | | | | | | | | Tool to compare versions between HostBoot and HWP dirs Will take a vanilla file of files, or: - a file generated by "hwp_id.pl -s -m" - a ProcRevisionList file from cronus archives Also calls out duplicate and/or missing files. Change-Id: I0238ffd9b6d301dc63fbf6dd6d026b7a47136ce0 RTC: 52275 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1940 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Return error when procedures fail during istepRichard J. Knight2012-11-031-2/+10
| | | | | | | | | | | Change-Id: I65686d261583ea84c7908f819071bd751fdb0e06 RTC: 39876 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1627 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Paul Nguyen <nguyenp@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Memory Leak task_endBill Schwartz2012-10-121-2/+2
| | | | | | | | Change-Id: Idb7a2d8d72a55f644efd0b2548eca5df5d062e6d RTC: 47491 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2011 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Tool to analyze HWP filesBrian Horton2012-09-262-0/+406
| | | | | | | | | | | | | | | | | | Scan hardware procedure files and look for: . if file has special IGNORE string, ignore (ie, initservice files) . if file doesn't have '$Id:' tag - report it (if -m option used) . if file has '$Id:' tag, print filename and version Several different reporting options are supported. In addition, make target added for obj/genfiles/hwp_id.html and this file is now in the fsp.tar file that will be shipped. Change-Id: Iac56d4a2a839fac0c4522ceaa9eb11f16ca9c199 RTC: 35726 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1651 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fixed addCopyright.pl so does not add trailing whitespaceZane Shelley2012-09-241-31/+37
| | | | | | | | Change-Id: I75827ed028d7273b1ef590779df23fc89a65f567 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1735 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fixed bugs in addCopyright.plZane Shelley2012-09-101-12/+21
| | | | | | | | | | | Removed extra space at the end of inline comments. Fixed bug when matching COPYRIGHT line. Added support for .inl, .y, and .lex files. Change-Id: I760bb0f46ad9d28b7d935d6d0b10b46cc292eedb Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1648 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Added support in addCopyright.pl for PRD rule filesZane Shelley2012-08-221-3/+10
| | | | | | | Change-Id: Id99d42632fe7a9259e6ab3e8474b0aa3caa3a059 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1511 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Changed addCopyright.pl to mimic CMVC prologs.Zane Shelley2012-08-221-99/+122
| | | | | | | | | | | | | Each line in a prolog is now wrapped in block comment tags, for each file that requires block comments. This mimics how the prologs are created in CMVC. Also, some spacing issues where fixed to also match how CMVC generates prologs. Also, fixes a couple of bugs that removed blank lines after the prolog. Change-Id: Ia80f772db1ddfbf7d893f5156f9399d68c74b924 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1510 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Verify sandbox build during hb prime before proceeding.Adam Muhle2012-08-221-8/+18
| | | | | | | | | | | | | | | hb prime was not comparing the sandbox driver to bbuild value before runing hbDistribute. This can lead to confusing errors if the hostboot content has requirements on what FSP drivers can be used. I've made the hb prime checking the same as hb startsimics to avoid this confusion. Change-Id: If491900fe944537deed93957527a6cb939a6c86e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1568 Tested-by: Jenkins Server Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Updates to IPL flow v1.08CamVan Nguyen2012-08-161-1/+1
| | | | | | | | | | Change-Id: I496b5739f625dd5111a5cdd144e89dcd43ad1986 RTC: 45712 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1533 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Improve distribution mechanism for FSP delivery.Patrick Williams2012-06-083-459/+118
| | | | | | | | | | | | | | | | | | | | | | Replaced 'cpfiles' with a set of makefiles that does all of the old function and also allows more complex behaviors such as creating a TAR file of all our common code. Moved the delivery location of our content into a simics sandbox to match the locations in an FSP build. Updated debug tools to handle living in a different location. Removed 'post_model_hook.simics' and replaced with the {startup,standalone,combined}.simics files. Updated various scripts that were calling 'cpfiles' to instead call 'hbDistribute' (which in turn calls the makefiles). RTC: 41640 Change-Id: I10d1782ae89a397725e880c44ba44d01b0e4b011 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1173 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Tool changes to load hostboot files to new locations for simicsAdam Muhle2012-05-302-8/+30
| | | | | | | | | | | | Tweaked our various scripts to put the hostboot images in $sb/../images/ppc/lab/flash as that is where simics looks for them now. Change-Id: I3b019a460a6f5f03ad666d93724ec1d6fe1ff3c9 RTC: 35728 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1095 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix Copyright block scriptMark Wenning2012-05-301-268/+676
| | | | | | | | | | | | | | | | | | | | Task 37468, fixes defect 36864 - The prolog tags in hostboot are: IBM_PROLOG_BEGIN_TAG IBM_PROLOG_END If these are supposed to be consistent with the FSP prolog tags, "_TAG" is missing from the end tag. - Need to update old Copyright strings to end in "2012" (i.e. latest year) - Need a way to push new addCopyright.pl script to users - Check filename and compare with $Source: string, if filenames don't match, fix. - Need to add copyright dates from existing copyright blocks (i.e. FSP files.) - Fixes to comments RTC: 36864 Change-Id: I4842da42d3ba9abd454f19d1f25e5a8014c7addc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/937 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add proc_exit_cache_contained HWP stubMark Wenning2012-05-151-4/+4
| | | | | | | | | | | RTC: 41355 Change-Id: I99653a294d9e544452cb3ffa4e6d2a8cbd74ec5b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1045 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Call the Sleep/Winkle build HWPMark Wenning2012-05-081-2/+3
| | | | | | | | | RTC: 39785 Change-Id: I0e07c0f2a7827ee33bc0488e993734157b1850e1 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/910 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Improve visual aspects of releaseNotes.htmlPatrick Williams2012-05-021-3/+29
| | | | | | | | | | | Task 40000 Change-Id: Id8793ca3736f1bbd2136e52d476ee4934a3973c7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/968 Tested-by: Jenkins Server Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support targeting code commonalityNick Bofferding2012-04-241-8/+1
| | | | | | | | | | | | | | | - Moved common targeting code to own subtrees - Updated many components with header file changes - Implemented abstract pointer class - Implemented Hostboot specific support for targeting commonality - Changed attribute VMM base address to 4 GB (From 3 GB) - Removed tabs, fixed > 80 character lines Change-Id: Ie5a6956670bfa4f262f7691b4f0ce5a20ed289fe RTC: 35569 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/909 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud