summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Change to genHwsvMrwXml.pl to include fips attributes and typesayma2012-08-081-6/+129
| | | | | | | | | | | | | | Added the fips attributes to the genHwsvMrwXml.pl script. The script is common between host boot and hwsv/fips so the changes specific to the fips environment are under checks to verify that the build is for fsp and not hb (hostboot) RTC: 44011 Change-Id: I9eaf56fdb0348c7fe1a51d049792d80c00484a2d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1457 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Integrate mss_maint_cmds HWPVan Lee2012-08-083-0/+3864
| | | | | | | | | Change-Id: Ic78bb9b5b2f530e687828e570dd6e0064859eee7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1474 Tested-by: Jenkins Server Reviewed-by: LARINA M. DSOUZA <larsouza@in.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PNOR Updates for VPOAdam Muhle2012-08-083-150/+171
| | | | | | | | | | | | | | | | Added some additional traces for VPO and a new vpoMode flag to cover some special cases in VPO. I chose to not use the real mode flag to avoid adding complication to the real code. RTC: 42487 Change-Id: Ib4f20bc27abb57e9f92d4679b4249d48dc43f505 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1450 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* hb errlparser build error - undefined constant HOSTBOOT_SRCPARSEBrian Horton2012-08-081-24/+24
| | | | | | | | | | | change to HBERRL_COMP_ID so that we don't see that error in hb errlparser. Change-Id: I75e728c735ee165c5fb9097691c589c54c1ec688 RTC: 45378 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1390 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support modified MSS_CACHE_ENABLE HWPF AttributeMike Jones2012-08-088-25/+12
| | | | | | | | | | | | | | | | | | | | | | | | The HW team changed memory_attributes.xml. The target-type of the MSS_CACHE_ENABLE attribute was changed from system to membuf-chip. This attribute is initialized by the platform (Hostboot) and indicates if a Centaur has its L4 cache enabled. The HW team wanted the ability to turn this off/on for a particular chip. I also changed from non-volatile/read-only to volatile/writeable (i.e. on the heap, initialized from PNOR) so that firmware has the ability to disable an L4 cache, but it is not remembered across a power cycle. How firmware will decide to actually disable an L4 cache is TBD and this decision may drive further changes to this attribute (e.g. it could be changed to non-volatile/writeable). The reason for doing this change now is that the current version of mss_scominit is accessing MSS_CACHE_ENABLE as a Centaur attribute and Hostboot fails because it thinks it is a system attribute Change-Id: Iacd774e482340d95b439579b76230026f38f0440 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1491 Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Resolve a race condition between VPO script and spless task daemonVan Lee2012-08-082-6/+10
| | | | | | | | | Change-Id: Ia338474246815fc1bcd1f3d1bd6ef00a6384234d RTC: 46098 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1481 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add attributes for PHYP Memory MapDan Crowell2012-08-039-391/+924
| | | | | | | | RTC: 34095 Change-Id: I33b4820490898744e9849a52457db37c735e396b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1429 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Compile Hostboot without -fshort-enumsNick Bofferding2012-08-034-80/+90
| | | | | | | | | | | | | | | | - Removed -fshort-enums from config.mk - Fixed incorrect buffer size calculation in target.C - Disabled short enums in targeting compiler - Removed unnecessary assert - Updated enum storage space Change-Id: Ia83f942b54bc5ee246ce8d69750081714d458dcf RTC: 35808 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1437 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* FSI fix for VPODan Crowell2012-08-038-10/+25
| | | | | | | | | | | A previous fix for Simics broke VPO. I had to add a new attribute to split the 2 halves of FSI initialization since Simics and VPO have different behaviors. Change-Id: Ib06a9969475e8033dff24b5083cdf411054e2b78 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1441 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix to proc_set_pore_bar to work in VPO.Mark Wenning2012-08-031-5/+2
| | | | | | | | | | Change-Id: I5c61f7b26f3bd637658b2a6a386767cc76e0692c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1456 Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Updates for FSP attached VPODean Sanner2012-08-032-12/+110
| | | | | | | | | | | | Update hb-istep to clock and extract continous trace Make VPO attribute writable (so FSP can look for presence of file and update) Change-Id: I71e66b06c7947373616e9f43d95a2b9c8973a6f4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1440 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update test cases to work for both Venice and Murano chipCamVan Nguyen2012-08-031-2/+22
| | | | | | | | | | Change-Id: I3344c9a8b5d3784d4bc64dc458e63d2435622023 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1445 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add updated MBA/MBS initfiles to Hostboot.Mike Jones2012-08-032-24/+34
| | | | | | | | | | | | Menlo Wuu requested that Hostboot pick up these updated initfiles Change-Id: I5586ee32f79321f53bb80f9bba6a1df17dd2a2c2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1419 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Implement proc_set_pore_bar HWPMark Wenning2012-07-3031-617/+4794
| | | | | | | | Change-Id: I95562f9c3bb85e3b283020f62beaf65752281167 RTC: 42150 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1393 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Update FAPI Module VPD field access functionMike Jones2012-07-308-169/+397
| | | | | | | | | | | | | In a design meeting, it was agreed that the FAPI Module VPD field access function would be changed to take a record and keyword enumerator, rather than having a separate function for each MVPD field. Change-Id: I0072f2010dbb85ca9edd390ebd5b3730826f3ed0 RTC: 43796 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1404 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Maintain correct sequence number of the two continuous buffers under VPOVan Lee2012-07-282-46/+76
| | | | | | | | | | | - Also add public function to flush continuous buffers under simics Change-Id: I913e817cf3a4fd4dd88482c8e53a34873081295b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1428 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove duplicate common HWP header filesMike Jones2012-07-282-1747/+0
| | | | | | | | | | | | | There are some common HWP files that are in 2 places in the Hostboot tree: Correct Location: src/usr/hwpf/hwp/include/ Incorrect Location: src/usr/hwpf/hwp/dram_initialization/proc_setup_bars/ Change-Id: I4c1ba1a65418c755a6931195d6a8acd3da837807 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1427 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fixed several recently integrated attributes showing incorrect attribute id tagVan Lee2012-07-282-43/+42
| | | | | | | | | Change-Id: I50c1783cd84fd6a26ca9b92971c520e8903b676b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1415 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Handle FSP initializing FSI slaves betterDan Crowell2012-07-282-5/+16
| | | | | | | | | | | | | | | Two minor changes: 1) Noticed a bug in the last update that will throw off our presence detection 2) Started checking the Port Enable register to see what ports FSP actually enabled Change-Id: I84b49f5d57007376eee7a96149a5dd0975de7658 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1416 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Rearrange VBU PNOR layoutAdam Muhle2012-07-281-11/+11
| | | | | | | | | | | | | | We ran out of space in the extended image partition of PNOR so I'm moving things around to squeeze out a little more space. I also stole some space from the Attribute partition since the Attribute data is very small for the VBU config. Change-Id: Ied81c02f6670593b1049ddd91c580b6a1a4d9b9c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1403 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>
* Avoid using seqNum 0 in hb-istep which may cause falsely istep completionVan Lee2012-07-281-1/+2
| | | | | | | | | | Change-Id: I5df0c989d8fd19a8c2276d5684a26bd7a6e57d6b RTC: 45560 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1409 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Execute 'doze' in idle loop.Patrick Williams2012-07-2810-132/+256
| | | | | | | | | Change-Id: Ifd611129c2d7173b5e0dec36c870e06a4d851009 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1384 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>
* Reduce timeslice for idle task based on wake time of sleeping tasksDoug Gilbert2012-07-285-226/+344
| | | | | | | | | RTC: 43738 Change-Id: I91c2bfe57bba04a02dd5169542de8e76e1654ae8 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1387 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Removing an old p8.act workaround fileAdam Muhle2012-07-282-315/+0
| | | | | | | | | | | | | Moving to driver b0729a meant a previous p8.act.patch was no longer neaded. Completing the cleanup by completely removing the file from git now. Change-Id: I0218a958de26abc359fdc8b506bde8559e40abd0 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1408 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Updating bbuild to b0719a_1229.810Adam Muhle2012-07-203-12/+1
| | | | | | | | | | | | | The previous Backing build pointed to by bbuild was deleted so I am moving to a more recent one. I also removed a couple workarounds from workarounds that don't seem to be needed anymore. Change-Id: I7c6ce8233810853b52d82648a89f84130dd683cc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1406 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* errors with UTIL errlog stanzas in utilmem.CBrian Horton2012-07-181-8/+8
| | | | | | | | | | | | | | incorrect errorlog stanzas resulting in 'hb errlparser' errors . Util:: not UTIL:: for namespace . constants are UTIL_MOD_MEM_[READ|WRITE] not MOD_MEM_[READ|WRITE] Change-Id: Iba642f2373b9ae8ef742b8b2357ed89a03e8aa0c RTC: 45244 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1377 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Need to update some HWPs to the latest version for 7/15 milestoneVan Lee2012-07-1812-1455/+2106
| | | | | | | Change-Id: Iac5a5ccbd6ba569fbca44e2a925aec67d20a1baa Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1389 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Stub function for master winkle.Patrick Williams2012-07-182-0/+17
| | | | | | | | | | | Task 45250 Change-Id: Icb27948fa68a58cf9ec79816c5ac76afc5b74e2a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1379 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* cpu_spr_value syscall for SLW image build.Patrick Williams2012-07-189-89/+258
| | | | | | | | | | | | Task 44887 Change-Id: If87b6e80b974bb4cbff13844d8a3f055a17282d2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1378 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove init of Master FSI logic when FSP is presentDan Crowell2012-07-171-23/+44
| | | | | | | | | | | New FSP or Simics code started locking up due to Hostboot re-initializing the master FSI logic. Change-Id: Id8810b37a5e86a23d467c1a7b7fac152c2af936b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1380 Tested-by: Jenkins Server Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Support for core_activate via IPI.Patrick Williams2012-07-1623-160/+396
| | | | | | | | RTC: 37009 Change-Id: I56669805c86d9659a20ad7c26e5e9860c7a248c7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1087 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SCOM Initfile: Support for "ANY"CamVan Nguyen2012-07-162-2/+3
| | | | | | | | | Change-Id: I35c3331f98f79852246ce1970e008e6051577931 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1344 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Add set-pulse option to FAPI Ring functionsMike Jones2012-07-164-15/+49
| | | | | | | | | | | | This feature was requested in the memory interlock meeting with the HW team. There is no story associated, the implementation is just a stub for now Change-Id: Ief4a34c18c95978bada347ba737c3889998922c5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1342 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Initial attention handler support.Brad Bishop2012-07-1631-4/+3592
| | | | | | | | RTC: 40764 Change-Id: Ic5b5b3e80915cb4f0ee543baa6fe4abc51e07ad2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1079 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove tests that rely on chipidDan Crowell2012-07-161-30/+24
| | | | | | | | | | | | | | Simics is going to start reporting the real chipid value for Murano. There were a few testcases that had the chipid hardcoded. Rather than trying to account for the differences I just removed the tests as other tests should be sufficient. Change-Id: I2b52d9883311ed6a1e1cb8a688b3583892119de5 RTC: 45071 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1367 Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add proc_scomoverride_chiplets stub to HostbootMike Jones2012-07-164-40/+151
| | | | | | | | | Change-Id: I561f168d7679dfb290f615eaade20493efc64695 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1340 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Minor fapi::Target fix and FAPI tracing tweaksMike Jones2012-07-165-126/+124
| | | | | | | | | | | | | | When fapi::Target::set(...) is called to set a Target Handle, the internal cached ecmd string needs to be deleted because it may no longer be correct for the new handle. Also some other minor tracing tweaks here that were requested by the HW team. There is no RTC story for this minor change. Change-Id: I20c6d99faf31c0d84938fb09af053ae1a698bafd Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1339 Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Improve user-space page allocator.Patrick Williams2012-07-165-31/+72
| | | | | | | | | | | | | | | | | * Allow page allocation system call to force coalesce if a contiguous block is unavailable. [long-term enhancement] * Workaround lack of large contiguous memory for PageTable test-cases, which require 256K, by allocating a VMM block. This should be removed when story 43401 is implemented. [short-term workaround] Change-Id: Idddb30eaa3aeac52d56b82a70355095f31d4a0cd Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1369 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>
* Attribute Support for proc_setup_bars and mss_setup_barsMark Wenning2012-07-1229-320/+10199
| | | | | | | | | | RTC: 42296 Change-Id: I9f470f9e41c22ed28bd0365aec23b91414258945 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1235 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
* Hostboot HWPF Attribute OverridesMike Jones2012-07-1217-77/+2004
| | | | | | | | | | | | This allows a user to override HWPF attributes on Hostboot from the Simics or VBU console using a FAPI Attribute Override text file. See the HWPF LLDD for details. Change-Id: Ia6d38906d266b38db084844513b11b30e25b7f97 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1244 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
* Istep sync point message supportTerry J. Opie2012-07-1216-955/+1327
| | | | | | | | | | | | | | | | - Refactor IStepDispatcher for more robust msg handling - Modify sptask to act like real Fsp - Move all Istep Mbox Msg handling to Initservice - Add send sync point interface - Add wait on sync point interface - Modify start_payload istep to use new interfaces - Fix for Istep.pm Change-Id: Ib28b89cd916b9c0a0d15016996dbf1b88a8f79eb RTC: 43554 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1255 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix for PHYP simics checkpoint issues.Patrick Williams2012-07-121-2/+2
| | | | | | | | | | | | | | | | | We were loading the VPD image files in a way that was causing checkpoints of the PNOR FPGA object to have references to the image files we create in the simics root. When PHYP tries to make checkpoints for their developers they don't keep these files around and so they cannot restore the checkpoints. Use load instead of add-diff-file to force the PNOR FPGA object to have the raw data instead of a reference to a file. Change-Id: I7c01499b80de74da436b7b9ae5b67b007a1110e3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1350 Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF Attribute Support: ATTR_FUNCTIONALMike Jones2012-07-127-26/+166
| | | | | | | | | | | This HWPF attribute was requested by the HW team in order to query if a Target is functional. The common_attributes.xml file will be checked into eKB. The other code is Hostboot support. Change-Id: I451344a2c68e5e799c3da50097f1826470c0f771 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1332 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* mboxdd setup ISRN and XIVR xscom registersDoug Gilbert2012-07-127-103/+230
| | | | | | | | | RTC: 44240 Change-Id: I8767265b5f5eccfda2c748c9b0d51027dffbb7eb Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1250 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Added endianness support to targeting image compilerNick Bofferding2012-07-121-55/+172
| | | | | | | | | | | | | | | | - Added new help text - Added --nobig-endian and --big-endian command line options - Added verbose dump of endianness configuration - Changed pack routines to pack based on endianness - Replaced existing uses of pack with new pack routines - Updated a few custom locations to switch endianness Change-Id: I09e9f2f1d6c853d072fe50ed441431aa9d06397b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1298 Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* VMM tools supportMissy Connell2012-07-123-0/+1166
| | | | | | | | | | | | | | Added Support for the following Debug VMM tools: VirtToPhys - given a virtual address will return physical addr There are options to get more debug info or display the SPTE PrintVMM - prints out all segments,and their blocks Change-Id: I9fb150804c91489e3c5d2ae2bfa129d534f198ba RTC: 35306 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1217 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* XSCOM Support to remote ProcessorMissy Connell2012-07-1211-225/+237
| | | | | | | | | | | | | | | Added support to XSCOM remote processor. Create testcase to perform an xscom on the remote processor Testing on a multip chip murano environment. Removed XSCOM_CHIP_INFO attribute. Now using FABRIC_NODE_ID and FABRIC_CHIP_ID RTC: 35529 Change-Id: I372740e817212361dfd7311d9b8c46a65ce52880 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1288 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* VPO tools update for model m_4_a (s1_e8032_c0400_cen1_cen077_unopt_1)Thi Tran2012-07-128-394/+373
| | | | | | | Change-Id: If1d0e4b8922bd1e12941c1722ecc25d819e89b29 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1334 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Integrate cen_sbe procedures for Grub milestoneVan Lee2012-07-1242-2406/+3493
| | | | | | | | | | | | | | - Enable calling istep 10 under simics with required action rules - Update Fapiporeve HWP per code review - Pick up latest poreve code and update per code review - change mba_startclocks to mem_startclocks in do_sprint to sync with HB Change-Id: Id8fb932dc8409b50d3bd04be8b99724d81c74904 RTC: 42926 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1267 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support building x86.nfp tree from hbfw component rootNick Bofferding2012-07-111-0/+9
| | | | | | | | | Change-Id: I3ab4f659355b2ee48454de692c794265c4f58f13 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1299 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud