<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-hostboot/src/sys/prof, 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>2016-10-24T14:19:12+00:00</updated>
<entry>
<title>Remove nap for HW BU</title>
<updated>2016-10-24T14:19:12+00:00</updated>
<author>
<name>Dean Sanner</name>
<email>dsanner@us.ibm.com</email>
</author>
<published>2016-10-17T22:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=64c297da4009225d915b2afa812e20bbaab80d3d'/>
<id>urn:sha1:64c297da4009225d915b2afa812e20bbaab80d3d</id>
<content type='text'>
Temporarily remove nap, otherwise can't look at core state

Change-Id: Ieb83e703f02c3cb12b35ac9f185c0d42f6b82721
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31376
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<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>Update makefiles &amp; included .mk files to use += convention.</title>
<updated>2014-05-21T22:32:37+00:00</updated>
<author>
<name>Brian Silver</name>
<email>bsilver@us.ibm.com</email>
</author>
<published>2014-05-20T19:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=42e2de679d889a35d67ff0be4f5433ef3b495ff7'/>
<id>urn:sha1:42e2de679d889a35d67ff0be4f5433ef3b495ff7</id>
<content type='text'>
Change-Id: I4148bc4c770b7c3c10fe25aa18d57d1a4301e5a9
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11194
Tested-by: Jenkins Server
Reviewed-by: Christopher T. Phan &lt;cphan@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Modify init file processor to reduce maximum allocation size.</title>
<updated>2012-11-14T21:48:28+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2012-11-13T23:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=b8d95068b788c0f1b1587996ef2852df7d338f37'/>
<id>urn:sha1:b8d95068b788c0f1b1587996ef2852df7d338f37</id>
<content type='text'>
   This is a fix for multi-chip.  The init file processor was
   allocating an array that was 9 pages in size and we did not
   have enough contiguous memory to satisfy this.  Changed to
   allocate pointers to scom objects rather then an array of
   scom objects directly.

Change-Id: I84ca4d71375cb6b69d6b517178d04cc14d7b46e2
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2320
Tested-by: Jenkins Server
Reviewed-by: CAMVAN T. NGUYEN &lt;ctnguyen@us.ibm.com&gt;
Reviewed-by: Andrew J. Geissler &lt;andrewg@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Skip vbu.pnor build when profiling is enabled.</title>
<updated>2012-11-13T21:45:58+00:00</updated>
<author>
<name>Adam Muhle</name>
<email>armuhle@us.ibm.com</email>
</author>
<published>2012-11-08T15:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=b5b71b2423fade6a3d60bb309996877720b1de4e'/>
<id>urn:sha1:b5b71b2423fade6a3d60bb309996877720b1de4e</id>
<content type='text'>
Enabling profiling causes the hostboot extended image to be
to big to fit in the VBU pnor layout.  Since there's little need
to profile in VBU, I'm just disabling building of the image
in that environment.

Change-Id: If173715b42862230443187c05766826c1a02e919
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2266
Tested-by: Jenkins Server
Reviewed-by: Van H. Lee &lt;vanlee@us.ibm.com&gt;
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>Initial port of PRD to Hostboot</title>
<updated>2012-11-07T22:13:29+00:00</updated>
<author>
<name>Zane Shelley</name>
<email>zshelle@us.ibm.com</email>
</author>
<published>2012-09-20T17:18:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=63aca27a47a3b60ca107c12cad8d132a0cfeb64c'/>
<id>urn:sha1:63aca27a47a3b60ca107c12cad8d132a0cfeb64c</id>
<content type='text'>
Change-Id: I7ee2673131d4891d482e99a403a36300b79e547e
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1853
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Memory Leak task_end</title>
<updated>2012-10-12T21:29:17+00:00</updated>
<author>
<name>Bill Schwartz</name>
<email>whs@us.ibm.com</email>
</author>
<published>2012-10-10T15:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=b201169eeae76a7697f4f207dd583d40a2f07f66'/>
<id>urn:sha1:b201169eeae76a7697f4f207dd583d40a2f07f66</id>
<content type='text'>
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 &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Nap instruction sometimes executed with wrong permissions.</title>
<updated>2012-09-06T13:30:05+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2012-08-20T17:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=4af5b97526d99ecb9e232b1933c804858a298876'/>
<id>urn:sha1:4af5b97526d99ecb9e232b1933c804858a298876</id>
<content type='text'>
    When executing the nap instruction, all thread state can be
    lost.  This was causing r0 to be lost, which contained the
    system-call number for the idle thread to request permission
    to execute nap and as a result 'task-yield' was executed
    instead of 'cpu-nap' after the idle thread took its first
    nap.

    Re-arranged the sreset code that handles nap-wakeup to deal
    with thread-state being lost when entering nap and instead
    using the previously saved task-state from the 'cpu-nap'
    system call.

Change-Id: Id7468a8577c4d7b273b23bc97e7dd040555e7b67
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1567
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Support for master winkle.</title>
<updated>2012-08-10T16:38:42+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2012-07-31T15:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=99f217daf307b3cd963bcbce8eb7b025d58f734e'/>
<id>urn:sha1:99f217daf307b3cd963bcbce8eb7b025d58f734e</id>
<content type='text'>
RTC: 44730
Change-Id: Ifaeecc659e1bfd8ded4744dc591fc993471519ba
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1471
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>Execute 'doze' in idle loop.</title>
<updated>2012-07-28T18:04:48+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2012-07-18T02:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=b866f4173f605d8dcdf83b3239dd7fb9a5a8768b'/>
<id>urn:sha1:b866f4173f605d8dcdf83b3239dd7fb9a5a8768b</id>
<content type='text'>
Change-Id: Ifd611129c2d7173b5e0dec36c870e06a4d851009
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1384
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;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
</feed>
