<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/nds32/include, branch v2018.05</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/nds32/include?h=v2018.05</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/nds32/include?h=v2018.05'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-05-07T13:34:12Z</updated>
<entry>
<title>SPDX: Convert all of our single license tags to Linux Kernel style</title>
<updated>2018-05-07T13:34:12Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=83d290c56fab2d38cd1ab4c4cc7099559c1d5046'/>
<id>urn:sha1:83d290c56fab2d38cd1ab4c4cc7099559c1d5046</id>
<content type='text'>
When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from.  So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry.  Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents.  There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Drop CONFIG_FTSDC010_BASE</title>
<updated>2018-03-30T05:13:45Z</updated>
<author>
<name>Rick Chen</name>
<email>rick@andestech.com</email>
</author>
<published>2018-03-20T06:06:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ebce73f0afe6efe926328c10316e54f3e43a33a1'/>
<id>urn:sha1:ebce73f0afe6efe926328c10316e54f3e43a33a1</id>
<content type='text'>
After drop non-dm code of ftsdc010, the sd register
base definition can be droppped now.

So CONFIG_FTSDC010_BASE and CONFIG_FTSDC010_BASE_LIST both
can be removed from config_whitelist.txt

Signed-off-by: Rick Chen &lt;rick@andestech.com&gt;
Signed-off-by: Rick Chen &lt;rickchen36@gmail.com&gt;
Cc: Greentime Hu &lt;green.hu@gmail.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: 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>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>
<entry>
<title>nds32: Support AE3XX platform.</title>
<updated>2017-05-22T06:05:46Z</updated>
<author>
<name>rick</name>
<email>rick@andestech.com</email>
</author>
<published>2017-05-18T06:37:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b841b6e94662b3b21a56d6ecaab64dcdfb0d311c'/>
<id>urn:sha1:b841b6e94662b3b21a56d6ecaab64dcdfb0d311c</id>
<content type='text'>
Support Andestech AE3xx platform: serial, timer device tree flow.

Signed-off-by: rick &lt;rick@andestech.com&gt;
</content>
</entry>
<entry>
<title>nds32: Support AG101P serial DM.</title>
<updated>2017-05-22T06:05:33Z</updated>
<author>
<name>rick</name>
<email>rick@andestech.com</email>
</author>
<published>2017-04-17T06:41:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=86132af799d51e8e94d87dc56a071f325f369e0c'/>
<id>urn:sha1:86132af799d51e8e94d87dc56a071f325f369e0c</id>
<content type='text'>
Support AG101P serial device tree flow.

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