<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc/README.rockchip, branch v2020.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/doc/README.rockchip?h=v2020.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/doc/README.rockchip?h=v2020.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2019-12-27T07:17:07Z</updated>
<entry>
<title>doc: rockchip: document packing second level loader with mkimage</title>
<updated>2019-12-27T07:17:07Z</updated>
<author>
<name>Jeffy Chen</name>
<email>jeffy.chen@rock-chips.com</email>
</author>
<published>2019-12-05T10:58:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bcfb05cac81b8cc818e035fc33c495714737102f'/>
<id>urn:sha1:bcfb05cac81b8cc818e035fc33c495714737102f</id>
<content type='text'>
Add documentation about packing optional second level boot-loader with
mkimage tool.

Signed-off-by: Jeffy Chen &lt;jeffy.chen@rock-chips.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>doc: rockchip: Fix reference the wrong defconfig name of ROC-CC-RK3308</title>
<updated>2019-12-27T06:26:13Z</updated>
<author>
<name>Andy Yan</name>
<email>andy.yan@rock-chips.com</email>
</author>
<published>2019-12-26T07:20:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dcdea292d9f3434bf5940338cfacc64cd5bd4444'/>
<id>urn:sha1:dcdea292d9f3434bf5940338cfacc64cd5bd4444</id>
<content type='text'>
The defconfig file for ROC-CC-RK3308 is roc-cc-rk3308_defconfig.

Fixes: 7f08bfb74f04 ("doc: rockchip: Add documentation for rk3308 based
boards")

Signed-off-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>doc: rockchip: Update build instruction for rk3308</title>
<updated>2019-12-05T15:53:07Z</updated>
<author>
<name>Andy Yan</name>
<email>andy.yan@rock-chips.com</email>
</author>
<published>2019-11-26T13:15:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bbc8457ae0be51c09fa4d13767a1365d82fd1154'/>
<id>urn:sha1:bbc8457ae0be51c09fa4d13767a1365d82fd1154</id>
<content type='text'>
After commit d8765e2422cd ("Enable building of u-boot.itb
on Rockchip platform"), u-boot.itb will automatically
generated by "make all" command, manually command
"make u-boot.itb" is no longer needed.

Signed-off-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>doc: rockchip: Add documentation for rk3308 based boards</title>
<updated>2019-11-17T09:22:53Z</updated>
<author>
<name>Andy Yan</name>
<email>andy.yan@rock-chips.com</email>
</author>
<published>2019-11-14T03:23:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7f08bfb74f0417c5791787c8adb7c7d2217d8492'/>
<id>urn:sha1:7f08bfb74f0417c5791787c8adb7c7d2217d8492</id>
<content type='text'>
Add build documentation for rk3308 based boards.

Signed-off-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>doc: rockchip: use idbloader.img for rk3288, rk3328, rk3399</title>
<updated>2019-09-11T08:16:12Z</updated>
<author>
<name>Matwey V. Kornilov</name>
<email>matwey.kornilov@gmail.com</email>
</author>
<published>2019-09-03T16:29:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=78af73efa0c67bcbc438ef1c75b22dc2090d1258'/>
<id>urn:sha1:78af73efa0c67bcbc438ef1c75b22dc2090d1258</id>
<content type='text'>
Makefile now produces ready-to-deploy idbloader.img file.

Signed-off-by: Matwey V. Kornilov &lt;matwey.kornilov@gmail.com&gt;
Reviewed-by: Kever Yang&lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>moveconfig: prepare moving CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig step 1</title>
<updated>2019-08-26T00:58:58Z</updated>
<author>
<name>Hannes Schmelzer</name>
<email>hannes.schmelzer@br-automation.com</email>
</author>
<published>2019-08-22T13:41:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=015287919fb8243c6a539fdc70638c1bf4ca6cc7'/>
<id>urn:sha1:015287919fb8243c6a539fdc70638c1bf4ca6cc7</id>
<content type='text'>
Some boards have coded this offset with formula or bitshifts in their
board-config. Manually convert these things into hex-values to be able
using moveconfig.py afterwards.

Signed-off-by: Hannes Schmelzer &lt;hannes.schmelzer@br-automation.com&gt;
</content>
</entry>
<entry>
<title>rockchip: rk3288: remove fennec board support</title>
<updated>2019-08-23T07:27:40Z</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2019-08-20T10:01:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cb8c492f2016d137c6ed887f4f3eff5df98b865c'/>
<id>urn:sha1:cb8c492f2016d137c6ed887f4f3eff5df98b865c</id>
<content type='text'>
Since there is no one using this board, remove it.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>doc: rockchip: Adapt Pine64 Rock64 board instructions</title>
<updated>2019-08-05T13:18:35Z</updated>
<author>
<name>Matwey V. Kornilov</name>
<email>matwey.kornilov@gmail.com</email>
</author>
<published>2019-08-02T07:40:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6a452e5bd33cf8f4e851445f29ab94b66485700a'/>
<id>urn:sha1:6a452e5bd33cf8f4e851445f29ab94b66485700a</id>
<content type='text'>
Now we have our own TPL implementation. Remove obsolete notes.

Signed-off-by: Matwey V. Kornilov &lt;matwey.kornilov@gmail.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>rockchip: Remove obsolete references to pyelftools</title>
<updated>2019-07-20T15:59:44Z</updated>
<author>
<name>Chris Webb</name>
<email>chris@arachsys.com</email>
</author>
<published>2019-07-16T19:53:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8b1ceb0ac1aa1746c6751d698ce7a012a236fa65'/>
<id>urn:sha1:8b1ceb0ac1aa1746c6751d698ce7a012a236fa65</id>
<content type='text'>
make_fit_atf.py no longer requires pyelftools, and nothing else in the
rockchip build requires it either, so remove references to installing it
from the documentation.

Signed-off-by: Chris Webb &lt;chris@arachsys.com&gt;
Reviewed-by: Kever Yang &lt;Kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>Kconfig: Add u-boot.itb BUILD_TARGET for Rockchip</title>
<updated>2019-06-26T13:11:27Z</updated>
<author>
<name>Jagan Teki</name>
<email>jagan@amarulasolutions.com</email>
</author>
<published>2019-06-20T10:07:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1c281dc2baf1615baae91783801665bfa70fb767'/>
<id>urn:sha1:1c281dc2baf1615baae91783801665bfa70fb767</id>
<content type='text'>
Add u-boot.itb BUILD_TARGET for Rockchip platform when SPL_LOAD_FIT
is being used.

This can get rid of building itb explicitly with 'make u-boot.itb'
so, from now all required images will build just by make.

Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
</feed>
