<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/nds32, branch v2012.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/nds32?h=v2012.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/nds32?h=v2012.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-03-19T07:53:14Z</updated>
<entry>
<title>nds32/n1213: correct vector table in start.S</title>
<updated>2012-03-19T07:53:14Z</updated>
<author>
<name>Macpaul Lin</name>
<email>macpaul@gmail.com</email>
</author>
<published>2012-03-11T08:53:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1a05bb3c2804980fa4fbcd2b7a05a2203308af55'/>
<id>urn:sha1:1a05bb3c2804980fa4fbcd2b7a05a2203308af55</id>
<content type='text'>
Correct definition of vector table in start.S

Signed-off-by: Macpaul Lin &lt;macpaul@gmail.com&gt;
</content>
</entry>
<entry>
<title>nds32: fix ptrace and interrupt register overflow</title>
<updated>2012-03-19T07:53:07Z</updated>
<author>
<name>Macpaul Lin</name>
<email>macpaul@gmail.com</email>
</author>
<published>2012-03-11T08:30:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b0c4fae44a549074e08d7f81779c7f3d9dcb1eb2'/>
<id>urn:sha1:b0c4fae44a549074e08d7f81779c7f3d9dcb1eb2</id>
<content type='text'>
Fix ptrace and interrupt register overflow warning.
Add missing P0 and P1 (r26 and r27) into register lists.
These register are usually used in OS.

Signed-off-by: Macpaul Lin &lt;macpaul@gmail.com&gt;
</content>
</entry>
<entry>
<title>bootstage: Replace show_boot_progress/error() with bootstage_...()</title>
<updated>2012-03-18T20:41:39Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2012-02-13T13:51:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=770605e4f9874230728f5a592820c619b1565ebc'/>
<id>urn:sha1:770605e4f9874230728f5a592820c619b1565ebc</id>
<content type='text'>
These calls should not be made directly any more, since bootstage
will call the show_boot_...() functions as needed.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()</title>
<updated>2012-03-18T19:45:57Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2011-12-10T11:07:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=578ac1e9ba4c79175e69becb28e7157a84eff241'/>
<id>urn:sha1:578ac1e9ba4c79175e69becb28e7157a84eff241</id>
<content type='text'>
This changes the number 15 as used in boot_stage_progress() to use the
new name provided for it. This is a separate patch because it touches
so many files.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>nds32/board.c: add PCI prompt at boot up</title>
<updated>2012-02-28T05:21:40Z</updated>
<author>
<name>Macpaul Lin</name>
<email>macpaul@andestech.com</email>
</author>
<published>2011-11-25T09:14:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4ef806794a165252d69c519d868a746e4cfa9729'/>
<id>urn:sha1:4ef806794a165252d69c519d868a746e4cfa9729</id>
<content type='text'>
add PCI prompt at boot up for probing PCI device

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
</content>
</entry>
<entry>
<title>nds32/ag101/watchdog.S: add linkage support</title>
<updated>2012-02-28T05:09:23Z</updated>
<author>
<name>Macpaul Lin</name>
<email>macpaul@andestech.com</email>
</author>
<published>2011-11-30T08:01:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3998586bce1efbd2534d78be2c6af341c5659f12'/>
<id>urn:sha1:3998586bce1efbd2534d78be2c6af341c5659f12</id>
<content type='text'>
Add linkage support to watchdog.S.

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
</content>
</entry>
<entry>
<title>nds32: add linkage support</title>
<updated>2012-02-28T05:09:23Z</updated>
<author>
<name>Macpaul Lin</name>
<email>macpaul@andestech.com</email>
</author>
<published>2011-11-30T07:33:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=184e6f7db9babfd694ada5eb1cd11a84d671c691'/>
<id>urn:sha1:184e6f7db9babfd694ada5eb1cd11a84d671c691</id>
<content type='text'>
Add linkage support.

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
</content>
</entry>
<entry>
<title>nds32/ag101: clean up for SoC related code</title>
<updated>2011-11-23T06:05:51Z</updated>
<author>
<name>Macpaul Lin</name>
<email>macpaul@andestech.com</email>
</author>
<published>2011-11-23T05:56:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=39c87743bb23ea0d102b1386f6fd0d120438a9c6'/>
<id>urn:sha1:39c87743bb23ea0d102b1386f6fd0d120438a9c6</id>
<content type='text'>
Remove unneccessary codes.
1. Clean up for cpu related code.
2. Clean up for timer related code.

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
</content>
</entry>
<entry>
<title>nds32/lib: add ide generic support</title>
<updated>2011-11-18T09:27:12Z</updated>
<author>
<name>Macpaul Lin</name>
<email>macpaul@andestech.com</email>
</author>
<published>2011-11-18T09:01:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a2308547d15c0c678a3ce06ac81850f809147142'/>
<id>urn:sha1:a2308547d15c0c678a3ce06ac81850f809147142</id>
<content type='text'>
Add ide generic support.

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
</content>
</entry>
<entry>
<title>nds32: enhance io.h for compatibility with periphals</title>
<updated>2011-11-18T09:26:26Z</updated>
<author>
<name>Macpaul Lin</name>
<email>macpaul@andestech.com</email>
</author>
<published>2011-09-23T10:00:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d21f6e583bfaae9ca8b19c5d4baccdc3be3b8b56'/>
<id>urn:sha1:d21f6e583bfaae9ca8b19c5d4baccdc3be3b8b56</id>
<content type='text'>
Enhance io.h for periphals origin design on x86 systems.
For example, pci, ide, etc.

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
</content>
</entry>
</feed>
