<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/logbuff.h, branch v2011.09-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/'/>
<entry>
<title>Avoid initrd and logbuffer area overlaps</title>
<updated>2008-06-03T17:34:19+00:00</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2008-05-13T13:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=95d449ad4de79dd32b1705b8a4d3550f1e9081e3'/>
<id>95d449ad4de79dd32b1705b8a4d3550f1e9081e3</id>
<content type='text'>
Add logbuffer to reserved LMB areas to prevent initrd allocation
from overlaping with it.

Make sure to use correct logbuffer base address.

Signed-off-by: Marian Balakowicz &lt;m8@semihalf.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add logbuffer to reserved LMB areas to prevent initrd allocation
from overlaping with it.

Make sure to use correct logbuffer base address.

Signed-off-by: Marian Balakowicz &lt;m8@semihalf.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>POST: replace the LOGBUFF_INITIALIZED flag in gd-&gt;post_log_word (1 &lt;&lt; 31) with the GD_FLG_LOGINIT flag in gd-&gt;flags.</title>
<updated>2008-05-20T21:24:38+00:00</updated>
<author>
<name>Yuri Tikhonov</name>
<email>yur@emcraft.com</email>
</author>
<published>2008-05-08T13:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=0e15ddd11f1a84c465e434eb051d2ef08ef02b9b'/>
<id>0e15ddd11f1a84c465e434eb051d2ef08ef02b9b</id>
<content type='text'>
This way we become able to utilize the full post_log_word for POST
activities (overwise, POST ECC, which has 0x8000 ID, could be
erroneously treated as started in post_output_backlog() even if there
was actually no POST ECC run (because of OCM POST failure, for
example).

Signed-off-by: Yuri Tikhonov &lt;yur@emcraft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we become able to utilize the full post_log_word for POST
activities (overwise, POST ECC, which has 0x8000 ID, could be
erroneously treated as started in post_output_backlog() even if there
was actually no POST ECC run (because of OCM POST failure, for
example).

Signed-off-by: Yuri Tikhonov &lt;yur@emcraft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Avoid initrd and logbuffer area overlaps"</title>
<updated>2008-05-11T22:56:28+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-05-11T22:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=ee0cfa70803a3e629ea581a9b216f8ecef402bfc'/>
<id>ee0cfa70803a3e629ea581a9b216f8ecef402bfc</id>
<content type='text'>
This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
which breaks building on all PPC boards that don't use a log buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
which breaks building on all PPC boards that don't use a log buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid initrd and logbuffer area overlaps</title>
<updated>2008-05-09T22:16:13+00:00</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2008-05-07T11:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=1b5605ca57fbb364f4d78eeee28b974ed875e888'/>
<id>1b5605ca57fbb364f4d78eeee28b974ed875e888</id>
<content type='text'>
Add logbuffer to reserved LMB areas to prevent initrd allocation
from overlaping with it.

Make sure to use correct logbuffer base address.

Signed-off-by: Marian Balakowicz &lt;m8@semihalf.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add logbuffer to reserved LMB areas to prevent initrd allocation
from overlaping with it.

Make sure to use correct logbuffer base address.

Signed-off-by: Marian Balakowicz &lt;m8@semihalf.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt log buffer code to support Linux 2.6</title>
<updated>2007-06-22T21:25:25+00:00</updated>
<author>
<name>Igor Lisitsin</name>
<email>igor@emcraft.com</email>
</author>
<published>2007-04-18T10:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=2dc64451b4c08ffd619372abfdc2506a2e2363b9'/>
<id>2dc64451b4c08ffd619372abfdc2506a2e2363b9</id>
<content type='text'>
A new environment variable, "logversion", selects the log buffer
behaviour. If it is not set or set to a value other than 2, then the
old, Linux 2.4.4, behaviour is selected.

Signed-off-by: Igor Lisitsin &lt;igor@emcraft.com&gt;
--
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new environment variable, "logversion", selects the log buffer
behaviour. If it is not set or set to a value other than 2, then the
old, Linux 2.4.4, behaviour is selected.

Signed-off-by: Igor Lisitsin &lt;igor@emcraft.com&gt;
--
</pre>
</div>
</content>
</entry>
<entry>
<title>* Improve log buffer code; use "loglevel" to decide which messages</title>
<updated>2002-12-08T09:53:23+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2002-12-08T09:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=228f29ac6e0026e596b3a6fbb640118b9944cdd8'/>
<id>228f29ac6e0026e596b3a6fbb640118b9944cdd8</id>
<content type='text'>
  to log on the console, too (like in Linux); get rid of "logstart"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  to log on the console, too (like in Linux); get rid of "logstart"
</pre>
</div>
</content>
</entry>
<entry>
<title>* Add support for log buffer which can be passed to Linux kernel's</title>
<updated>2002-11-05T16:35:14+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2002-11-05T16:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=56f94be3ef63732384063e110277ed89701b6471'/>
<id>56f94be3ef63732384063e110277ed89701b6471</id>
<content type='text'>
  syslog mechanism; used especially for POST results.

* Patch by Klaus Heydeck, 31 Oct 2002:
  Add initial support for kup4k board
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  syslog mechanism; used especially for POST results.

* Patch by Klaus Heydeck, 31 Oct 2002:
  Add initial support for kup4k board
</pre>
</div>
</content>
</entry>
</feed>
