<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/nds32, branch v2018.01</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=v2018.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/nds32?h=v2018.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-11-30T02:04:21Z</updated>
<entry>
<title>nds32: dts: Support ftsdc010 DM.</title>
<updated>2017-11-30T02:04:21Z</updated>
<author>
<name>Rick Chen</name>
<email>rick@andestech.com</email>
</author>
<published>2017-06-01T07:09:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=febcd97699e7cdd7904c98a8993c619972557125'/>
<id>urn:sha1:febcd97699e7cdd7904c98a8993c619972557125</id>
<content type='text'>
Add dts to support ftsdc010 dm flow on AG101P/AE3XX platform.

Signed-off-by: Rick Chen &lt;rick@andestech.com&gt;
</content>
</entry>
<entry>
<title>nds32: Use asm-generic/io.h</title>
<updated>2017-10-03T01:52:21Z</updated>
<author>
<name>Paul Burton</name>
<email>paul.burton@imgtec.com</email>
</author>
<published>2017-09-14T22:05:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b3666a693adbe13e3cecdb7648d490e8dd42a936'/>
<id>urn:sha1:b3666a693adbe13e3cecdb7648d490e8dd42a936</id>
<content type='text'>
Convert the nds32 architecture to make use of the new asm-generic/io.h
to provide address mapping functions. As the generic implementations are
suitable for nds32 this is primarily a matter of removing code.

Feedback from architecture maintainers is welcome.

Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;
Cc: Macpaul Lin &lt;macpaul@andestech.com&gt;
</content>
</entry>
<entry>
<title>nds32: Fix io.h warning message about readb</title>
<updated>2017-09-28T05:16:54Z</updated>
<author>
<name>rick</name>
<email>rick@andestech.com</email>
</author>
<published>2017-09-21T02:14:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9c7ffc94dce3d7438a19576a833d96956ca7f3eb'/>
<id>urn:sha1:9c7ffc94dce3d7438a19576a833d96956ca7f3eb</id>
<content type='text'>
It is caused from asm/io.h declare different input type.

Signed-off-by: rick &lt;rick@andestech.com&gt;
</content>
</entry>
<entry>
<title>nds32: board: Support SPI driver.</title>
<updated>2017-09-21T02:30:22Z</updated>
<author>
<name>rick</name>
<email>rick@andestech.com</email>
</author>
<published>2017-08-28T07:13:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7b1a50b7b660232196a5250ccaf6aa560944865d'/>
<id>urn:sha1:7b1a50b7b660232196a5250ccaf6aa560944865d</id>
<content type='text'>
Add spi dts node and enable spi dm flash config.

Signed-off-by: rick &lt;rick@andestech.com&gt;
</content>
</entry>
<entry>
<title>nds32: ftmac100 support cache enable.</title>
<updated>2017-09-21T02:30:22Z</updated>
<author>
<name>rick</name>
<email>rick@andestech.com</email>
</author>
<published>2017-08-29T02:12:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e336b73d8ae06dbcc532d1833d7a5567babecca8'/>
<id>urn:sha1:e336b73d8ae06dbcc532d1833d7a5567babecca8</id>
<content type='text'>
Enable cache and ftmac100 performance can be improved.

Signed-off-by: rick &lt;rick@andestech.com&gt;
</content>
</entry>
<entry>
<title>nds32: bootm: Fix warning of struct tag_serialnr declared</title>
<updated>2017-09-21T02:30:22Z</updated>
<author>
<name>rick</name>
<email>rick@andestech.com</email>
</author>
<published>2017-08-28T05:31:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=19fc21fb4af34dea1150e1cfbd64f5ccfc88a2b5'/>
<id>urn:sha1:19fc21fb4af34dea1150e1cfbd64f5ccfc88a2b5</id>
<content type='text'>
move #include &lt;asm/setup.h&gt; from bootm.c to bootm.h

Signed-off-by: rick &lt;rick@andestech.com&gt;
</content>
</entry>
<entry>
<title>dma: import linux/dma-direction.h to consolidate enum dma_data_direction</title>
<updated>2017-09-12T22:02:23Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2017-08-25T15:50:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b27af39935855c88ef2203dcfc1ff54e013237c4'/>
<id>urn:sha1:b27af39935855c88ef2203dcfc1ff54e013237c4</id>
<content type='text'>
Import include/linux/dma-direction.h from Linux 4.13-rc7 and delete
duplicated definitions of enum dma_data_direction.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>env: Rename getenv/_f() to env_get()</title>
<updated>2017-08-16T12:30:24Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-08-03T18:22:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=00caae6d47645e68d6e5277aceb69592b49381a6'/>
<id>urn:sha1:00caae6d47645e68d6e5277aceb69592b49381a6</id>
<content type='text'>
We are now using an env_ prefix for environment functions. Rename these
two functions for consistency. Also add function comments in common.h.

Quite a few places use getenv() in a condition context, provoking a
warning from checkpatch. These are fixed up in this patch also.

Suggested-by: Wolfgang Denk &lt;wd@denx.de&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>nds32: Remove include files from common.h</title>
<updated>2017-06-05T15:02:36Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-05-17T14:22:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3a53e99c7de155d8c5e057d9fda1939b60e18a2f'/>
<id>urn:sha1:3a53e99c7de155d8c5e057d9fda1939b60e18a2f</id>
<content type='text'>
With a few tweaks we can avoid including these files, which are only
needed by two C files.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>nds32: Make u-boot-nds32.h a private header</title>
<updated>2017-06-05T15:02:33Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-05-17T14:22:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e8d4fa9057c4d121d3c4c9f2f49cf07e22fb9ee2'/>
<id>urn:sha1:e8d4fa9057c4d121d3c4c9f2f49cf07e22fb9ee2</id>
<content type='text'>
Rather than including this arch-specific header file in common.h, include
it from within nds32's u-boot.h header.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
