<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/rockchip, branch v2016.11</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.11</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/rockchip?h=v2016.11'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-10-02T00:36:55Z</updated>
<entry>
<title>rockchip: add boot-mode support for rk3288, rk3036</title>
<updated>2016-10-02T00:36:55Z</updated>
<author>
<name>Jacob Chen</name>
<email>jacob2.chen@rock-chips.com</email>
</author>
<published>2016-09-19T10:46:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=67171e13a3e0665b18c657a6704a22ca7900f4c3'/>
<id>urn:sha1:67171e13a3e0665b18c657a6704a22ca7900f4c3</id>
<content type='text'>
rockchip platform have a protocol to pass the the kernel reboot mode to bootloader
by some special registers when system reboot. In bootloader we should read it and take action.

We can only setup boot_mode in board_late_init becasue "setenv" need env setuped.
So add CONFIG_BOARD_LATE_INIT to common header and use a entry "rk_board_late_init"
to replace "board_late_init" in board file.

Signed-off-by: Jacob Chen &lt;jacob2.chen@rock-chips.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>rockchip: move common function from board-file to rk3036-board.c</title>
<updated>2016-10-02T00:36:55Z</updated>
<author>
<name>Jacob Chen</name>
<email>jacob2.chen@rock-chips.com</email>
</author>
<published>2016-09-19T10:46:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f48f2b729bf891aa6c1f752d5f8e06e44dd8b0b4'/>
<id>urn:sha1:f48f2b729bf891aa6c1f752d5f8e06e44dd8b0b4</id>
<content type='text'>
To keep it same with 3288

Signed-off-by: Jacob Chen &lt;jacob2.chen@rock-chips.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>rockchip: miniarm: remove eMMC support</title>
<updated>2016-10-02T00:35:01Z</updated>
<author>
<name>Xu Ziyuan</name>
<email>xzy.xu@rock-chips.com</email>
</author>
<published>2016-09-09T13:44:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c12777a625544a6ac19c4496d255ff6010f3a8a8'/>
<id>urn:sha1:c12777a625544a6ac19c4496d255ff6010f3a8a8</id>
<content type='text'>
The latest rk3288-miniarm board doesn't have eMMC device, so remove it.

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: evb_rk3399: init vdd_center regulator</title>
<updated>2016-10-02T00:35:01Z</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2016-09-23T07:57:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=be3fcd0fe8218b699ed1d783221727a76d9b388b'/>
<id>urn:sha1:be3fcd0fe8218b699ed1d783221727a76d9b388b</id>
<content type='text'>
Add vdd_center pwm regulator get_device to
enable this regulator.

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: evb-rk3399: enable usb 2.0 host vbus power on board_init</title>
<updated>2016-09-22T13:56:51Z</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2016-08-24T04:02:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=05c6e30c57b6c599771c669a80fb127cc9f8d9c3'/>
<id>urn:sha1:05c6e30c57b6c599771c669a80fb127cc9f8d9c3</id>
<content type='text'>
rk3399 using one gpio control signal for two usb 2.0 host port,
it's better to enable the power in board file instead of in usb driver.

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>rk3399: enable the pwm2/3 pinctrl in board init</title>
<updated>2016-09-22T13:32:22Z</updated>
<author>
<name>Kever Yang</name>
<email>kever.yang@rock-chips.com</email>
</author>
<published>2016-08-16T09:58:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ad0513828e30210450a43526eccbd98bfd232953'/>
<id>urn:sha1:ad0513828e30210450a43526eccbd98bfd232953</id>
<content type='text'>
There is no interrupt line for each PWM which used by pinctrl to get the
periph_id, so it's not able to enable the default pinctrl setting by pinctrl
framework, let's enable it at board_init().

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: 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>
</feed>
