<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blackbird-hostboot/src/build/tocgen, branch 07-25-2019</title>
<subtitle>Blackbird™ hostboot sources</subtitle>
<id>https://git.raptorcs.com/git/blackbird-hostboot/atom?h=07-25-2019</id>
<link rel='self' href='https://git.raptorcs.com/git/blackbird-hostboot/atom?h=07-25-2019'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/'/>
<updated>2012-04-05T01:41:11+00:00</updated>
<entry>
<title>Automating creation of PNOR image with TOC and Section data.</title>
<updated>2012-04-05T01:41:11+00:00</updated>
<author>
<name>Adam Muhle</name>
<email>armuhle@us.ibm.com</email>
</author>
<published>2012-04-03T18:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=4e29fbf87555f7d1b4c9923203f091bde397e2a6'/>
<id>urn:sha1:4e29fbf87555f7d1b4c9923203f091bde397e2a6</id>
<content type='text'>
Wrote buildpnor.pl which builds PNOR image based on pnorLayout.xml file
and input binary files.  Setup makefiles to create PNOR if input
files change and to handle make clean.

Updated PNORRP to support new section offsets and new MVPD and
DIMM VPD sections.  Also updated PNORDD to use 4 MB of L3 Cache
as fake-PNOR.

Change-Id: Ic40670a45a53211a2414570d7fe5632e19bd44ed
RTC: 35043
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/819
Reviewed-by: Terry J. Opie &lt;opiet@us.ibm.com&gt;
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Make Hostboot-Extended 1MB in size.</title>
<updated>2012-02-01T22:13:29+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2012-01-11T00:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=3537d669cce337e37790cf7be62a817cbc88c811'/>
<id>urn:sha1:3537d669cce337e37790cf7be62a817cbc88c811</id>
<content type='text'>
Change-Id: I2e59c8bab9d848a5ca0395e993fd405851a44d06
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/634
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Interrupt presenter implementation</title>
<updated>2012-01-05T17:06:04+00:00</updated>
<author>
<name>Doug Gilbert</name>
<email>dgilbert@us.ibm.com</email>
</author>
<published>2011-11-04T17:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=7de0708eac63bb81786c2a5e794c5d6fbef069c4'/>
<id>urn:sha1:7de0708eac63bb81786c2a5e794c5d6fbef069c4</id>
<content type='text'>
Change-Id: If6b499d819b71298b8a64e096e1eb83c639ad645
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/517
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Adding support for remote FSI accesses</title>
<updated>2011-10-27T17:58:59+00:00</updated>
<author>
<name>Dan Crowell</name>
<email>dcrowell@us.ibm.com</email>
</author>
<published>2011-10-18T20:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=71564141e3a6c7f023a9484549baf319f0e1807e'/>
<id>urn:sha1:71564141e3a6c7f023a9484549baf319f0e1807e</id>
<content type='text'>
RTC Story 3792
- Added 7 more Venice targets and 7 more Centaur targets to the
     simics_VENICE.system.xml to match the latest simics config
     Note: remove Centaurs are currently disabled due to SW107421
- Modified testcases to be more tolerant of system config differences
- Changes to initialization flow to be more tolerant of missing
     chips
- Expanded the size of the HB_DATA section of PNOR to hold the
     additional targets (up to 128KB space now, actual is 36KB)

Change-Id: Ic92708ccb147fb18bf992ef3ac318a287d32fafe
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/445
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Implement support for generating the PNOR targeting image</title>
<updated>2011-09-19T18:18:30+00:00</updated>
<author>
<name>Nick Bofferding</name>
<email>bofferdn@us.ibm.com</email>
</author>
<published>2011-09-08T05:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=b08159eb20f2a0ccfe2d654f56a6fe2079bec98e'/>
<id>urn:sha1:b08159eb20f2a0ccfe2d654f56a6fe2079bec98e</id>
<content type='text'>
- Generate PNOR targeting image as part of the build process
- Load it into SIMICS physical memory
- Access image from targeting service at correct virtual address
- Bridge fapi attributes to host boot attributes using direct macro
- Support multidimensional arrays for simple attributes
- Removed support for fake PNOR image

Change-Id: I45d986d69397940a165c850d0db0fdeccd137d4d
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/341
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
Reviewed-by: CAMVAN T. NGUYEN &lt;ctnguyen@us.ibm.com&gt;
Reviewed-by: Nicholas E. Bofferding &lt;bofferdn@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Revert "Support generating the PNOR targeting image"</title>
<updated>2011-09-13T17:41:16+00:00</updated>
<author>
<name>A. Patrick Williams III</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2011-09-13T17:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=89dc4c2dc72a77bc278b388d66681e943fb6d539'/>
<id>urn:sha1:89dc4c2dc72a77bc278b388d66681e943fb6d539</id>
<content type='text'>
This reverts commit c82ba14ada9c80565b95ad9d3d05c678591ae328

Change-Id: Ifd9a62779b13d237c9e4c5d2818df6e433f17021
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/338
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
Tested-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Support generating the PNOR targeting image</title>
<updated>2011-09-13T17:38:28+00:00</updated>
<author>
<name>Nick Bofferding</name>
<email>bofferdn@us.ibm.com</email>
</author>
<published>2011-09-08T05:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=676d7cd4e04309c1f3a5118805b50fade66716c4'/>
<id>urn:sha1:676d7cd4e04309c1f3a5118805b50fade66716c4</id>
<content type='text'>
Change-Id: I5233ea017d61d629da26aa63b628bb36187d63dd
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/335
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>update mkpnortoc.pl to handle new XML text node name (#text) in perl 5.10.1 and newer</title>
<updated>2011-08-16T13:04:53+00:00</updated>
<author>
<name>Adam Muhle</name>
<email>armuhle@us.ibm.com</email>
</author>
<published>2011-08-15T16:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=ab9e15e2e44eb52d4d0aa3602498a62db0cc0c37'/>
<id>urn:sha1:ab9e15e2e44eb52d4d0aa3602498a62db0cc0c37</id>
<content type='text'>
Change-Id: Ib8cfd322dbeed97cb68850c8f59833d4e1000919
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/256
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Move fakePNOR to 5MB, copy fakeext image to sandbox, load fakeext/TOC into phys_mem</title>
<updated>2011-08-15T13:53:32+00:00</updated>
<author>
<name>Adam Muhle</name>
<email>armuhle@us.ibm.com</email>
</author>
<published>2011-08-10T21:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=c7b83cbaf5b18e72846e24e26f990babc5b02708'/>
<id>urn:sha1:c7b83cbaf5b18e72846e24e26f990babc5b02708</id>
<content type='text'>
Change-Id: Ie9243f22f7afbfd2d3112fa17fe74999467d2dd6
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/251
Tested-by: Jenkins Server
Reviewed-by: Douglas R. Gilbert &lt;dgilbert@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
</feed>
