<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/nios2, branch v2010.06</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/nios2?h=v2010.06</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/nios2?h=v2010.06'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2010-05-28T14:56:04Z</updated>
<entry>
<title>nios2: allow STANDALONE_LOAD_ADDR overriding</title>
<updated>2010-05-28T14:56:04Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2010-05-21T03:08:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6803336c9f21ba428f5c1b1cf825bbbac0a762e5'/>
<id>urn:sha1:6803336c9f21ba428f5c1b1cf825bbbac0a762e5</id>
<content type='text'>
This patch allows users to override default STANDALONE_LOAD_ADDR.
The gcclibdir path was duplicated in the standalone Makefile and
can be removed.

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Signed-off-by: Scott McNutt &lt;smcnutt@psyent.com&gt;
</content>
</entry>
<entry>
<title>nios2: fix div64 issue for gcc4</title>
<updated>2010-05-28T14:56:03Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2010-05-14T22:00:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8d52ea6db484c689a75ef8a36a4e525753b8f078'/>
<id>urn:sha1:8d52ea6db484c689a75ef8a36a4e525753b8f078</id>
<content type='text'>
This patch fixes the run-time error on div64 when built with
gcc4, which was reported by jhwu0625 on nios forum. It merges
math support from libgcc of gcc4. This patch is copied from
nios2-linux.

It works with both gcc3 and gcc4. The old mult.c, divmod.c and
math.h are removed.

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Signed-off-by: Scott McNutt &lt;smcnutt@psyent.com&gt;
</content>
</entry>
<entry>
<title>nios2: fix r15 issue for gcc4</title>
<updated>2010-05-28T14:56:03Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2010-05-21T03:08:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0df01fd3d71481b5cc7aeea6a741b9fc3be15178'/>
<id>urn:sha1:0df01fd3d71481b5cc7aeea6a741b9fc3be15178</id>
<content type='text'>
The "-ffixed-r15" option doesn't work well for gcc4. Since we
don't use gp for small data with option "-G0", we can use gp
as global data pointer. This allows compiler to use r15. It
is necessary for gcc4 to work properly.

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Signed-off-by: Scott McNutt &lt;smcnutt@psyent.com&gt;
</content>
</entry>
<entry>
<title>nios2: add gpio support</title>
<updated>2010-05-28T14:56:03Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2010-04-30T03:34:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cedd341d551b6b705e97ab1953a87575b9ff9ef9'/>
<id>urn:sha1:cedd341d551b6b705e97ab1953a87575b9ff9ef9</id>
<content type='text'>
This patch adds driver for a trivial gpio core, which is described
in http://nioswiki.com/GPIO. It is used for gpio led and nand flash
interface in u-boot.

When CONFIG_SYS_GPIO_BASE is not defined, board may provide
its own driver.

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Tested-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Signed-off-by: Scott McNutt &lt;smcnutt@psyent.com&gt;
</content>
</entry>
<entry>
<title>nios2: fix no flash, add nand and mmc init in board.c</title>
<updated>2010-04-24T22:21:23Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2010-04-22T09:27:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=441cac10d8a9438b144ab0ad46280780b58f638b'/>
<id>urn:sha1:441cac10d8a9438b144ab0ad46280780b58f638b</id>
<content type='text'>
This patch fixes error when CONFIG_SYS_NO_FLASH. And adds
nand flash and mmc initialization, which should go before
env initialization.

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Signed-off-by: Scott McNutt &lt;smcnutt@psyent.com&gt;
</content>
</entry>
<entry>
<title>nios2: consolidate reset initialization</title>
<updated>2010-04-24T22:21:23Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2010-04-20T03:01:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fd2712d0b1d4c1624bef35b784ee64451ee5a017'/>
<id>urn:sha1:fd2712d0b1d4c1624bef35b784ee64451ee5a017</id>
<content type='text'>
Global interrupt should be disabled from the beginning.

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Signed-off-by: Scott McNutt &lt;smcnutt@psyent.com&gt;
</content>
</entry>
<entry>
<title>nios2: add dma_alloc_coherent</title>
<updated>2010-04-24T22:21:22Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2010-04-17T15:34:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7e812f2e9cdac80f6287d4aee5deb434597c4f8b'/>
<id>urn:sha1:7e812f2e9cdac80f6287d4aee5deb434597c4f8b</id>
<content type='text'>
This function return cache-line aligned allocation which is mapped
to uncached io region.

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Signed-off-by: Scott McNutt &lt;smcnutt@psyent.com&gt;
</content>
</entry>
<entry>
<title>nios2: add 64 bits swab support</title>
<updated>2010-04-24T22:21:22Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2010-04-17T15:10:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0dc1c7f692c15fe1745e3eeab918e98ee6126677'/>
<id>urn:sha1:0dc1c7f692c15fe1745e3eeab918e98ee6126677</id>
<content type='text'>
This patch adds 64 bits swab support. Most 32 bits processors use
this. We need 64 bits swab for UBI.

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Signed-off-by: Scott McNutt &lt;smcnutt@psyent.com&gt;
</content>
</entry>
<entry>
<title>nios2: allow link script overriding from boards</title>
<updated>2010-04-24T22:21:22Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2010-04-17T09:39:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dd168ef5b82255401e46a27faae09e39c66967fe'/>
<id>urn:sha1:dd168ef5b82255401e46a27faae09e39c66967fe</id>
<content type='text'>
This patch allow boards to override the default link script.

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Signed-off-by: Scott McNutt &lt;smcnutt@psyent.com&gt;
</content>
</entry>
<entry>
<title>nios2: Move individual board linker scripts to common script in cpu tree.</title>
<updated>2010-04-16T20:12:39Z</updated>
<author>
<name>Scott McNutt</name>
<email>smcnutt@psyent.com</email>
</author>
<published>2010-04-16T20:12:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=254ab7bd464657600aba69d840406f9358f3e116'/>
<id>urn:sha1:254ab7bd464657600aba69d840406f9358f3e116</id>
<content type='text'>
Signed-off-by: Scott McNutt &lt;smcnutt@psyent.com&gt;
</content>
</entry>
</feed>
