Re: [U-Boot] [PATCH] sun7i: Add support for Olimex A20-OLinuXino-LIME

2014-08-24 Thread Naoki FUKAUMI
hi On Sat, Aug 23, 2014 at 4:38 AM, Hans de Goede wrote: > The A20-OLinuXino-LIME is already supported by the > u-boot-arm tree: > http://git.denx.de/?p=u-boot/u-boot-arm.git;a=summary I cannot find any file for A20-OLinuXino-LIME under configs/* and board/sunxi/* in u-boot-arm/master. (btw, I

Re: [U-Boot] [PATCH] sun7i: Add support for Olimex A20-OLinuXino-LIME

2014-08-24 Thread Naoki FUKAUMI
hi On Fri, Aug 22, 2014 at 5:06 AM, Ian Campbell wrote: > On Wed, 2014-08-20 at 14:37 +0900, FUKAUMI Naoki wrote: >> This patch adds support for Olimex A20-OLinuXino-LIME board. >> >> Signed-off-by: FUKAUMI Naoki > > I think this looks like a pretty straight import from the linux-sunxi > u-boot

Re: [U-Boot] [PATCH] sun7i: Add support for Olimex A20-OLinuXino-LIME

2014-08-26 Thread Naoki FUKAUMI
hi On Mon, Aug 25, 2014 at 2:01 AM, Ian Campbell wrote: > On Sun, 2014-08-24 at 22:24 +0900, Naoki FUKAUMI wrote: >> > Looks good but please also add an entry to board/sunxi/MAINTAINERS. >> >> I see, but sorry, who should maintain this board? > > You, I hope! I

Re: [U-Boot] [PATCH v5 00/21] Bring up rk3036 uboot

2015-11-27 Thread Naoki FUKAUMI
hi, On Sat, Nov 28, 2015 at 9:21 AM, Simon Glass wrote: > I've pushed an update to u-boot-rockchip/testing. If you have time, > please give it a try. I'll push it to master soon. with firefly-rk3288_defconfig, $ ./tools/mkimage -n rk3288 -T rksd -d spl/u-boot-spl-dtb.bin u-boot-spl-dtb.img Warn

Re: [U-Boot] [PATCH v5 00/21] Bring up rk3036 uboot

2015-11-27 Thread Naoki FUKAUMI
On Sat, Nov 28, 2015 at 11:34 AM, Naoki FUKAUMI wrote: > hi, > > On Sat, Nov 28, 2015 at 9:21 AM, Simon Glass wrote: >> I've pushed an update to u-boot-rockchip/testing. If you have time, >> please give it a try. I'll push it to master soon. > > with fi

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

Re: [U-Boot] [PATCH v3 08/25] rockchip: Add support for the SPI image

2015-06-23 Thread Naoki FUKAUMI
Hi, On Wed, Jun 24, 2015 at 8:28 AM, Simon Glass wrote: > The Rockchip boot ROM requires a particular file format for booting from SPI. > It consists of a 512-byte header encoded with RC4, some padding and then up > to 32KB of executable code in 2KB blocks, separated by 2KB empty blocks. > > Add

Re: [U-Boot] [PATCH v3 06/25] rockchip: Add the rkimage format to mkimage

2015-06-23 Thread Naoki FUKAUMI
Hi, On Wed, Jun 24, 2015 at 8:28 AM, Simon Glass wrote: > Rockchip SoCs require certain formats for code that they execute, The > simplest format is a 4-byte header at the start of a binary file. Add > support for this so that we can create images that the boot ROM understands. > > Signed-off-by:

Re: [U-Boot] [PATCH v3 25/25] rockchip: Add a simple README

2015-06-23 Thread Naoki FUKAUMI
Hi, On Wed, Jun 24, 2015 at 8:29 AM, Simon Glass wrote: > Add a few notes on how to try out the Rockchip support so far. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Update README to mention available drivers > - Add various new patches to get RK3288 booting to a prompt > > Change