<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/rockchip, branch v2016.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/rockchip?h=v2016.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/rockchip?h=v2016.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-08-27T14:48:23Z</updated>
<entry>
<title>rockchip: rk3399: update MAINTAINER file</title>
<updated>2016-08-27T14:48:23Z</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2016-08-09T07:29:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bc2f8a5406350def670bb2dbfd1111fd83e4b495'/>
<id>urn:sha1:bc2f8a5406350def670bb2dbfd1111fd83e4b495</id>
<content type='text'>
This patch add maintainer information for rk3399 evb.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Andreas Färber &lt;afaerber@suse.de&gt;
</content>
</entry>
<entry>
<title>rockchip: add support for rk3288 miniarm board</title>
<updated>2016-08-05T23:56:08Z</updated>
<author>
<name>Xu Ziyuan</name>
<email>xzy.xu@rock-chips.com</email>
</author>
<published>2016-08-01T00:46:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1c62d999528da1f052cb4b07cbb540b148c52537'/>
<id>urn:sha1:1c62d999528da1f052cb4b07cbb540b148c52537</id>
<content type='text'>
Miniarm is a rockchip rk3288 based development board, which has lots of
interface such as HDMI, USB, micro-SD card, Audio etc.

Signed-off-by: Ziyuan Xu &lt;xzy.xu@rock-chips.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>rockchip: add fastboot support for rk3036 board</title>
<updated>2016-08-05T23:56:07Z</updated>
<author>
<name>Xu Ziyuan</name>
<email>xzy.xu@rock-chips.com</email>
</author>
<published>2016-07-28T03:42:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d2d763fa837e7f1d769fd00bb730c3abc6650667'/>
<id>urn:sha1:d2d763fa837e7f1d769fd00bb730c3abc6650667</id>
<content type='text'>
Enable fastboot feature on rk3036, please refer to doc/README.rockchip
for more detailed usage.

Signed-off-by: Ziyuan Xu &lt;xzy.xu@rock-chips.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>rockchip: add basic support for fennec-rk3288 board</title>
<updated>2016-07-31T13:24:20Z</updated>
<author>
<name>jk.kernel@gmail.com</name>
<email>jk.kernel@gmail.com</email>
</author>
<published>2016-07-26T10:28:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d7ca67b7cdd67f79637a8a0097277a68294fa3d8'/>
<id>urn:sha1:d7ca67b7cdd67f79637a8a0097277a68294fa3d8</id>
<content type='text'>
Fennec is a RK3288-based development board with 2 USB ports, HDMI,
micro-SD card, audio and WiFi and Gigabit Ethernet. It also includes
on-board 8GB eMMC and 2GB of SDRAM. Expansion connectors provides access
to display pins, I2C, SPI, UART and GPIOs.

Signed-off-by: Ziyuan Xu &lt;xzy.xu@rock-chips.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>rockchip: rk3288: move evb board to rockchip folder</title>
<updated>2016-07-31T13:24:20Z</updated>
<author>
<name>jk.kernel@gmail.com</name>
<email>jk.kernel@gmail.com</email>
</author>
<published>2016-07-26T10:28:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cba6bb1b74133060207192fba55e650d5744ed39'/>
<id>urn:sha1:cba6bb1b74133060207192fba55e650d5744ed39</id>
<content type='text'>
The 'evb-rk3288' is not a vendor name, change it to 'rockchip' which is
the real vendor name.

Signed-off-by: Ziyuan Xu &lt;xzy.xu@rock-chips.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>rk3399: Reserve space for ARM Trust Firmware</title>
<updated>2016-07-31T13:24:20Z</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2016-07-25T03:45:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=633fdab0cb95a274a17108cd14ceafab1d4b7430'/>
<id>urn:sha1:633fdab0cb95a274a17108cd14ceafab1d4b7430</id>
<content type='text'>
RK3399 needs reserve 0x200000 at the beginning of DRAM, for ATF bl31.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>rockchip: rk3036: update MAINTAINER file</title>
<updated>2016-07-31T13:24:20Z</updated>
<author>
<name>Xu Ziyuan</name>
<email>xzy.xu@rock-chips.com</email>
</author>
<published>2016-07-23T07:09:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b357a7f7525160daa36b1814760ff57be9bb720d'/>
<id>urn:sha1:b357a7f7525160daa36b1814760ff57be9bb720d</id>
<content type='text'>
Update MAINTAINER files for kylin_rk3036, evb_rk3036.

Signed-off-by: Ziyuan Xu &lt;xzy.xu@rock-chips.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>ARM64: evb-rk3399: add a README for this board setup</title>
<updated>2016-07-26T02:46:46Z</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2016-07-19T13:17:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d26f375ae467ec633ac4f8ab31ad6337893c0fd3'/>
<id>urn:sha1:d26f375ae467ec633ac4f8ab31ad6337893c0fd3</id>
<content type='text'>
Add a README to guide people flash the ATF and U-Boot
with Rockchip tools to bring up to board.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>ARM64: rockchip: add support for rk3399 SoC based evb</title>
<updated>2016-07-26T02:46:45Z</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2016-07-19T13:16:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a381bcf529ff8c33867500cc9a68a100cfe6d22e'/>
<id>urn:sha1:a381bcf529ff8c33867500cc9a68a100cfe6d22e</id>
<content type='text'>
RK3399 is a SoC from Rockchip with dual-core Cortex-A72
and quad-core Cortex-A53 CPU. It supports two USB3.0
type-C ports and two USB2.0 EHCI ports. Other interfaces
are very much like RK3288, the DRAM are 32bit width address
and support address from 0 to 4GB-128MB range.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>board: move all the rockchip board in one folder</title>
<updated>2016-07-26T02:44:19Z</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2016-07-08T03:30:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c418addfa9e758b05531eb37498c6fa0317d2c64'/>
<id>urn:sha1:c418addfa9e758b05531eb37498c6fa0317d2c64</id>
<content type='text'>
The 'evb_rk3036' and 'kylin' is not a vendor name, let's replace them
to 'rockchip' which is a real _vendor_ name, and meet the architecure
'board/&lt;vendor&gt;/&lt;board-name&gt;/'.

More boards from rockchip like evb_rk3288, evb_rk3399 will comes later.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
Reviewed-by: Eddie Cai &lt;eddie.cai.kernel@gmail.com&gt;
</content>
</entry>
</feed>
