<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-hostboot/src/build/debug/hb-dump-debug, branch master</title>
<subtitle>Talos™ II hostboot sources</subtitle>
<id>https://git.raptorcs.com/git/talos-hostboot/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/talos-hostboot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/'/>
<updated>2014-05-22T03:16:32+00:00</updated>
<entry>
<title>Change copyright prolog for all files to Apache.</title>
<updated>2014-05-22T03:16:32+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2014-05-19T21:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=aa0446e9d1c2f0fb17a6ef40b689ec7281d65387'/>
<id>urn:sha1:aa0446e9d1c2f0fb17a6ef40b689ec7281d65387</id>
<content type='text'>
Change-Id: I5664587b4f889099290ef50d50fa9ce5e580e1eb
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11167
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Debug Framework fixes for HRMOR.</title>
<updated>2013-01-02T21:33:35+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2013-01-02T16:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=9ef1b3e1ce1958b8c58bba74a76085e9af1a8fc1'/>
<id>urn:sha1:9ef1b3e1ce1958b8c58bba74a76085e9af1a8fc1</id>
<content type='text'>
    There were conditions where the HRMOR was being applied twice
    during virtual memory translation.  Enhance the debug framework
    to handle both HRMOR-adjusted and physically-mapped addresses.

Change-Id: I620432deb0ce4115c284e7a996a97f2b46672a01
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2790
Reviewed-by: ADAM R. MUHLE &lt;armuhle@us.ibm.com&gt;
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Support code coverage in extended modules.</title>
<updated>2012-10-09T22:06:49+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2012-09-19T19:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=fb1836fd7b1b8839815595db08ae740ec7b86347'/>
<id>urn:sha1:fb1836fd7b1b8839815595db08ae740ec7b86347</id>
<content type='text'>
    - Reduce optimization (to -Os) to fit when doing coverage profile.
    - Remove errl storage area from base image.
    - Add GCC function attributes to sys library functions.

RTC: 36933
Change-Id: Ic83011a2444ef5b735db0446a14a0af34187eebf
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1908
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton &lt;brianh@linux.ibm.com&gt;
Reviewed-by: ADAM R. MUHLE &lt;armuhle@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
Reviewed-by: Melissa J. Connell &lt;missyc@us.ibm.com&gt;
Reviewed-by: Paul Nguyen &lt;nguyenp@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Update HB tool directories and VBU tool names</title>
<updated>2012-03-27T18:10:31+00:00</updated>
<author>
<name>Thi Tran</name>
<email>thi@us.ibm.com</email>
</author>
<published>2012-03-21T19:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=e365e2055da924ce134e2f8263d47a6afba23e98'/>
<id>urn:sha1:e365e2055da924ce134e2f8263d47a6afba23e98</id>
<content type='text'>
- mww branch hb-istep-notimeout
	patch 3 fix SeqNum

Change-Id: I1d676ae7d2a3f3e9114ea00f5d3542aa280fdd52
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/781
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Changes to VPO tools:</title>
<updated>2012-02-07T17:57:25+00:00</updated>
<author>
<name>CamVan Nguyen</name>
<email>ctnguyen@us.ibm.com</email>
</author>
<published>2012-02-03T18:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=cadd824189729c71542271e41460290ed7c5e961'/>
<id>urn:sha1:cadd824189729c71542271e41460290ed7c5e961</id>
<content type='text'>
Add tool's directory to perl's search path so tool modules can be found and tool can be invoked from anywhere.
Change to use Hostboot's own copies of external vbu tools.
Change to use common arguments for tools.

Change-Id: Ide6233df381e33e724c4b57bf5fdeb37ff7233bb
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/645
Tested-by: Jenkins Server
Reviewed-by: Mark W. Wenning &lt;wenning@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Simics implementation of debug framework.</title>
<updated>2011-11-16T18:56:42+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2011-11-07T22:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=032c54f4f03414618499a6717890a408e80acb77'/>
<id>urn:sha1:032c54f4f03414618499a6717890a408e80acb77</id>
<content type='text'>
Change-Id: Ie9f6963070ced0a39c2e62f685c79d6da01fdcdb
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/488
Tested-by: Jenkins Server
Reviewed-by: Andrew J. Geissler &lt;andrewg@us.ibm.com&gt;
Reviewed-by: Monte K. Copeland &lt;copelanm@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add Perl Debug-Framework.</title>
<updated>2011-11-02T18:27:29+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2011-10-07T16:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=8455f7a9f2e388c29abebc9bf18d657c11d5e27f'/>
<id>urn:sha1:8455f7a9f2e388c29abebc9bf18d657c11d5e27f</id>
<content type='text'>
Change-Id: Idc3ba97083a64616a2f3b9e73b4c4c9e1ee1c710
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/473
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
</feed>
