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'm not sure what u-boot policy gener

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

2014-08-25 Thread Hans de Goede
Hi, On 08/24/2014 06:57 PM, Ian Campbell wrote: > On Sun, 2014-08-24 at 22:05 +0900, Naoki FUKAUMI wrote: >> 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

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

2014-08-24 Thread Ian Campbell
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'm not sure what u-boot policy generally is here, but personally I would much prefer to have a named

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

2014-08-24 Thread Ian Campbell
On Sun, 2014-08-24 at 22:05 +0900, Naoki FUKAUMI wrote: > 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-OLinuXin

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-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-22 Thread Hans de Goede
Hi, 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 We're waiting for the u-boot arm maintainer to send a pull-req for things to get added to u-boot master. Regards, Hans On 08/20/2014 07:37 AM, FUKAUMI Naoki wrote: >

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

2014-08-21 Thread Ian Campbell
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 fork, massaged for changes from upstream, is that right? Looks goo

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

2014-08-20 Thread FUKAUMI Naoki
This patch adds support for Olimex A20-OLinuXino-LIME board. Signed-off-by: FUKAUMI Naoki --- board/sunxi/Makefile | 1 + board/sunxi/dram_a20_olinuxino_l.c | 31 +++ configs/A20-OLinuXino-Lime_defconfig | 5 + 3 files changed, 37 insertions(+)