<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/asm-nios2, branch v1.3.0</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>[PATCH v3] Add sync to ensure flash_write_cmd is fully finished</title>
<updated>2007-02-21T15:52:31+00:00</updated>
<author>
<name>Haiying Wang</name>
<email>Haiying.Wang@freescale.com</email>
</author>
<published>2007-02-21T15:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=3a197b2fe49d6fa03978e60af2394efe9c70b527'/>
<id>3a197b2fe49d6fa03978e60af2394efe9c70b527</id>
<content type='text'>
Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
is fully finished. The sync() is defined in each CPU's io.h file. For
those CPUs which do not need sync for now, a dummy sync() is defined in
their io.h as well.

Signed-off-by: Haiying Wang &lt;Haiying.Wang@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
is fully finished. The sync() is defined in each CPU's io.h file. For
those CPUs which do not need sync for now, a dummy sync() is defined in
their io.h as well.

Signed-off-by: Haiying Wang &lt;Haiying.Wang@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Nios II - Fix I/O Macros and mini-app stubs</title>
<updated>2006-06-08T15:59:57+00:00</updated>
<author>
<name>Scott McNutt</name>
<email>smcnutt@psyent.com</email>
</author>
<published>2006-06-08T15:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=c2ced000f4f18361feb36ea257fabbb46913e1d4'/>
<id>c2ced000f4f18361feb36ea257fabbb46913e1d4</id>
<content type='text'>
  -Fix asm/io.h macros
  -Eliminate use of CACHE_BYPASS in cpu code
  -Eliminate assembler warnings
  -Fix mini-app stubs and force no small data
  Patch by Scott McNutt, 08 Jun 2006
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  -Fix asm/io.h macros
  -Eliminate use of CACHE_BYPASS in cpu code
  -Eliminate assembler warnings
  -Fix mini-app stubs and force no small data
  Patch by Scott McNutt, 08 Jun 2006
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnnecessary #include &lt;linux/types.h&gt; from include/asm-*/u-boot.h</title>
<updated>2005-11-25T15:38:03+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-11-25T15:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=f08abe311b41633b550520de50d4c0ff1fbf2800'/>
<id>f08abe311b41633b550520de50d4c0ff1fbf2800</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Scott McNutt, 21 Oct 2004:</title>
<updated>2005-03-30T23:28:18+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-03-30T23:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=0c1c117cf18ffa3fdc0342dfc47c6003fc5fc5a0'/>
<id>0c1c117cf18ffa3fdc0342dfc47c6003fc5fc5a0</id>
<content type='text'>
  Add support for Nios-II EPCS Controller core.

* Patch by Scott McNutt, 20 Oct 2004:
  Nios-II cleanups:
  - Add sysid command (Nios-II only).
  - Locate default exception trampoline at proper offset.
  - Implement I/O routines (readb, writeb, etc)
  - Implement do_bootm_linux
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add support for Nios-II EPCS Controller core.

* Patch by Scott McNutt, 20 Oct 2004:
  Nios-II cleanups:
  - Add sysid command (Nios-II only).
  - Locate default exception trampoline at proper offset.
  - Implement I/O routines (readb, writeb, etc)
  - Implement do_bootm_linux
</pre>
</div>
</content>
</entry>
<entry>
<title>Patches by Scott McNutt, 24 Aug 2004:</title>
<updated>2004-10-10T21:27:30+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-10-10T21:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=5c952cf0245421feb4644f2e71487c0b2e1dbd13'/>
<id>5c952cf0245421feb4644f2e71487c0b2e1dbd13</id>
<content type='text'>
- Add support for Altera Nios-II processors.
- Add support for Psyent PCI-5441 board.
- Add support for Psyent PK1C20 board.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add support for Altera Nios-II processors.
- Add support for Psyent PCI-5441 board.
- Add support for Psyent PK1C20 board.
</pre>
</div>
</content>
</entry>
</feed>
