Re: [U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support

2015-07-14 Thread Simon Glass
Hi Ulrich, On 13 July 2015 at 15:05, Ulrich Prinz wrote: > > > Am 13.07.2015 um 00:10 schrieb Ulrich Prinz: >> >> Hi Simon, >> >> had to fixup my list account... >> >> Am 09.07.2015 um 20:10 schrieb Simon Glass: >>> >>> Hi Ulrich, >>> >>> Don't you mean this? >>> >>> ./firefly/tools/mkimage -T

Re: [U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support

2015-07-13 Thread Ulrich Prinz
Am 13.07.2015 um 00:10 schrieb Ulrich Prinz: Hi Simon, had to fixup my list account... Am 09.07.2015 um 20:10 schrieb Simon Glass: Hi Ulrich, Don't you mean this? ./firefly/tools/mkimage -T rkimage -d ./firefly/spl/u-boot-dtb.spl.bin You need to send U-Boot and its device tree. Perhaps

Re: [U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support

2015-07-12 Thread Paul Kocialkowski
> Support is also provided for the Haier Chromebook, which is based on the > same SoC. In this case it boots from SPI rather than an SD card. That's great work, but it looks like the matching between codenames and actual devices names at http://www.chromium.org/chromium-os/developer-information-fo

Re: [U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support

2015-07-10 Thread Simon Glass
Hi, On 10 July 2015 at 02:24, Sjoerd Simons wrote: > On Tue, 2015-06-23 at 17:28 -0600, Simon Glass wrote: >> >> Since much of the code is generic, this also supports the Radxa Rock >> Pro. > > Just to be sure as I happen to have a Rock Pro on the way which will > want some u-boot love. Do you ac

Re: [U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support

2015-07-10 Thread Sjoerd Simons
On Tue, 2015-06-23 at 17:28 -0600, Simon Glass wrote: > > Since much of the code is generic, this also supports the Radxa Rock > Pro. Just to be sure as I happen to have a Rock Pro on the way which will want some u-boot love. Do you actually mean the Rock Pro which is RK3188 based rather then Ro

Re: [U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support

2015-07-10 Thread Ulrich Prinz
Am 08.07.2015 um 17:25 schrieb Simon Glass: +ML Hi Ulrich, On 7 July 2015 at 08:32, Ulrich Prinz wrote: Am 24.06.2015 um 01:28 schrieb Simon Glass: Great, nice to hear from you! There's lots to do. I try my very best... Is there a reachable git repo that I can clone from you, or can you

Re: [U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support

2015-07-09 Thread Simon Glass
Hi Ulrich, On 9 July 2015 at 07:16, Ulrich Prinz wrote: > Am 08.07.2015 um 17:25 schrieb Simon Glass: >> >> +ML >> >> Hi Ulrich, >> >> On 7 July 2015 at 08:32, Ulrich Prinz wrote: >>> >>> Am 24.06.2015 um 01:28 schrieb Simon Glass: >> >> >> Great, nice to hear from you! There's lots to do. >> >

Re: [U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support

2015-07-08 Thread Simon Glass
+ML Hi Ulrich, On 7 July 2015 at 08:32, Ulrich Prinz wrote: > Am 24.06.2015 um 01:28 schrieb Simon Glass: >> >> >> The Rockchip RK3288 is based on a quad-core Cortex-A17 CPU and has a good >> set of peripherals. Various full-featured U-Boot ports are available and >> this is an attempt to bring

Re: [U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support

2015-06-24 Thread Heiko Stübner
Am Mittwoch, 24. Juni 2015, 09:54:07 schrieb Kevin Hilman: > Simon Glass writes: > > The Rockchip RK3288 is based on a quad-core Cortex-A17 CPU and has a good > > set of peripherals. Various full-featured U-Boot ports are available and > > this is an attempt to bring those features into mainline.

Re: [U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support

2015-06-24 Thread Simon Glass
Hi, On 24 June 2015 at 11:39, Heiko Stübner wrote: > Am Mittwoch, 24. Juni 2015, 09:54:07 schrieb Kevin Hilman: >> Simon Glass writes: >> > The Rockchip RK3288 is based on a quad-core Cortex-A17 CPU and has a good >> > set of peripherals. Various full-featured U-Boot ports are available and >> >

Re: [U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support

2015-06-24 Thread Kevin Hilman
Simon Glass writes: > The Rockchip RK3288 is based on a quad-core Cortex-A17 CPU and has a good > set of peripherals. Various full-featured U-Boot ports are available and > this is an attempt to bring those features into mainline. With this series > the Firefly RK3288 can boot to a prompt from an

Re: [U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support

2015-06-23 Thread Naoki FUKAUMI
Hi, On Wed, Jun 24, 2015 at 8:28 AM, Simon Glass wrote: > Since much of the code is generic, this also supports the Radxa Rock Pro. > Since there is no device tree available for that yet, it uses the same > config and device tree as the Firefly. This works because not all > peripherals are suppor

[U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support

2015-06-23 Thread Simon Glass
The Rockchip RK3288 is based on a quad-core Cortex-A17 CPU and has a good set of peripherals. Various full-featured U-Boot ports are available and this is an attempt to bring those features into mainline. With this series the Firefly RK3288 can boot to a prompt from an SD card. Since much of the