<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git, branch v2018.09-rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/?h=v2018.09-rc3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/?h=v2018.09-rc3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-09-03T19:36:33Z</updated>
<entry>
<title>Prepare v2018.09-rc3</title>
<updated>2018-09-03T19:36:33Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-09-03T19:36:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3005162a43adcfd9cbb524960ad9ff44e809980c'/>
<id>urn:sha1:3005162a43adcfd9cbb524960ad9ff44e809980c</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2018-09-03T19:26:12Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-09-03T19:26:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8c5cad05c97122b33ef8de981b56f701d6bfb6ea'/>
<id>urn:sha1:8c5cad05c97122b33ef8de981b56f701d6bfb6ea</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>spl: Kconfig: Fix typo in 'Upgrade'</title>
<updated>2018-08-31T15:59:44Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2018-08-31T13:02:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c3c19c27437390681b708c9b25d98d3c9eedf568'/>
<id>urn:sha1:c3c19c27437390681b708c9b25d98d3c9eedf568</id>
<content type='text'>
Correct the spelling of 'Upgrade'.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
</content>
</entry>
<entry>
<title>Make kmalloc'ed memory really DMA-safe</title>
<updated>2018-08-31T15:59:44Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2018-08-24T10:30:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e3332e1a1a04534225801c2710c6faef4809641c'/>
<id>urn:sha1:e3332e1a1a04534225801c2710c6faef4809641c</id>
<content type='text'>
In Linux, the memory returned by kmalloc() is DMA-capable.
However, it is not true in U-Boot.

At a glance, kmalloc() in U-Boot returns address aligned with
ARCH_DMA_MINALIGN.  However, it never pads the allocated memory.
This half-way house is completely useless because calling kmalloc()
and malloc() in this order causes a cache sharing problem.

Change the implementation to call malloc_cache_aligned(), which
allocates really DMA-capable memory.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>test: fix typo in cmd_ut_category() description</title>
<updated>2018-08-31T15:59:44Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2018-08-27T20:04:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4b0a2d3aabeba4df186113ef0c5edc25cec6001b'/>
<id>urn:sha1:4b0a2d3aabeba4df186113ef0c5edc25cec6001b</id>
<content type='text'>
argc = 1: all tests are run
argc &gt; 1: only argv[1] is run

So we need argc &gt;= 1.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>hisilicon: hikey: Update instructions based on latest source</title>
<updated>2018-08-31T15:59:44Z</updated>
<author>
<name>Manivannan Sadhasivam</name>
<email>manivannan.sadhasivam@linaro.org</email>
</author>
<published>2018-08-29T04:37:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a81f663ff77f2e9c5938e9f1514807b8f96c93cd'/>
<id>urn:sha1:a81f663ff77f2e9c5938e9f1514807b8f96c93cd</id>
<content type='text'>
Update the HiKey board instructions based on the latest source
available. These instructions are derived from the ATF platform doc.
While updating the instructions, some comments on ATF issue has been
removed since it is fixed in latest ATF source.

Signed-off-by: Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-sh</title>
<updated>2018-08-30T14:15:03Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-08-30T14:15:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=26b068280f83e44680356cd96ffcccb0a06b317e'/>
<id>urn:sha1:26b068280f83e44680356cd96ffcccb0a06b317e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-usb</title>
<updated>2018-08-30T14:06:29Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-08-30T14:06:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1b74e9ce50361bbcffad4cc0272895c7ef58b0a7'/>
<id>urn:sha1:1b74e9ce50361bbcffad4cc0272895c7ef58b0a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-rockchip</title>
<updated>2018-08-30T14:06:19Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-08-30T14:06:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4b69e870e94c8db9915e218037529289c27625b3'/>
<id>urn:sha1:4b69e870e94c8db9915e218037529289c27625b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge git://git.denx.de/u-boot-x86</title>
<updated>2018-08-30T14:06:11Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-08-30T14:06:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=284d201b4d9c17bc92044f825ce44550d66841cd'/>
<id>urn:sha1:284d201b4d9c17bc92044f825ce44550d66841cd</id>
<content type='text'>
</content>
</entry>
</feed>
