diff mbox

[U-Boot,v3,10/10] ARM: sun6i: Add Colombus board defconfig

Message ID 1412338590-26538-11-git-send-email-wens@csie.org
State Accepted
Delegated to: Ian Campbell
Headers show

Commit Message

Chen-Yu Tsai Oct. 3, 2014, 12:16 p.m. UTC
The Colombus board is an A31 evaluation board from WITS Technology.

Maxime has kindly agreed to maintain this board.

[1] http://lists.denx.de/pipermail/u-boot/2014-September/190043.html

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 board/sunxi/MAINTAINERS    | 5 +++++
 configs/Colombus_defconfig | 4 ++++
 2 files changed, 9 insertions(+)
 create mode 100644 configs/Colombus_defconfig

Comments

Maxime Ripard Oct. 3, 2014, 12:37 p.m. UTC | #1
On Fri, Oct 03, 2014 at 08:16:30PM +0800, Chen-Yu Tsai wrote:
> The Colombus board is an A31 evaluation board from WITS Technology.
> 
> Maxime has kindly agreed to maintain this board.
> 
> [1] http://lists.denx.de/pipermail/u-boot/2014-September/190043.html
> 
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Thanks!
Ian Campbell Oct. 3, 2014, 12:47 p.m. UTC | #2
On Fri, 2014-10-03 at 14:37 +0200, Maxime Ripard wrote:
> On Fri, Oct 03, 2014 at 08:16:30PM +0800, Chen-Yu Tsai wrote:
> > The Colombus board is an A31 evaluation board from WITS Technology.
> > 
> > Maxime has kindly agreed to maintain this board.
> > 
> > [1] http://lists.denx.de/pipermail/u-boot/2014-September/190043.html
> > 
> > Signed-off-by: Chen-Yu Tsai <wens@csie.org>
> > Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
> 
> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Acked-by: Ian Campbell <ijc@hellion.org.uk>

I'll apply these to u-boot-sunxi#next once I get a spare moment,
probably over the w/e.

Cheers,
Ian
Chen-Yu Tsai Oct. 3, 2014, 1:06 p.m. UTC | #3
On Fri, Oct 3, 2014 at 8:47 PM, Ian Campbell <ijc@hellion.org.uk> wrote:
> On Fri, 2014-10-03 at 14:37 +0200, Maxime Ripard wrote:
>> On Fri, Oct 03, 2014 at 08:16:30PM +0800, Chen-Yu Tsai wrote:
>> > The Colombus board is an A31 evaluation board from WITS Technology.
>> >
>> > Maxime has kindly agreed to maintain this board.
>> >
>> > [1] http://lists.denx.de/pipermail/u-boot/2014-September/190043.html
>> >
>> > Signed-off-by: Chen-Yu Tsai <wens@csie.org>
>> > Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
>>
>> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
>
> Acked-by: Ian Campbell <ijc@hellion.org.uk>
>
> I'll apply these to u-boot-sunxi#next once I get a spare moment,
> probably over the w/e.

Thanks. I'll do basic sun8i next.
Ian Campbell Oct. 3, 2014, 8:05 p.m. UTC | #4
On Fri, 2014-10-03 at 21:06 +0800, Chen-Yu Tsai wrote:
> On Fri, Oct 3, 2014 at 8:47 PM, Ian Campbell <ijc@hellion.org.uk> wrote:
> > On Fri, 2014-10-03 at 14:37 +0200, Maxime Ripard wrote:
> >> On Fri, Oct 03, 2014 at 08:16:30PM +0800, Chen-Yu Tsai wrote:
> >> > The Colombus board is an A31 evaluation board from WITS Technology.
> >> >
> >> > Maxime has kindly agreed to maintain this board.
> >> >
> >> > [1] http://lists.denx.de/pipermail/u-boot/2014-September/190043.html
> >> >
> >> > Signed-off-by: Chen-Yu Tsai <wens@csie.org>
> >> > Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
> >>
> >> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> >
> > Acked-by: Ian Campbell <ijc@hellion.org.uk>
> >
> > I'll apply these to u-boot-sunxi#next once I get a spare moment,
> > probably over the w/e.

Now done.

> Thanks. I'll do basic sun8i next.

Cool, thanks!

Cheers,
Ian.
diff mbox

Patch

diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index 6c4226e..7afe45e 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -45,3 +45,8 @@  M:	Iain Paton <ipaton0@gmail.com>
 S:	Maintained
 F:	board/sunxi/dram_a20_olinuxino_l2.c
 F:	configs/A20-OLinuXino-Lime2_defconfig
+
+COLOMBUS BOARD
+M:	Maxime Ripard <maxime.ripard@free-electrons.com>
+S:	Maintained
+F:	configs/Colombus_defconfig
diff --git a/configs/Colombus_defconfig b/configs/Colombus_defconfig
new file mode 100644
index 0000000..16800de
--- /dev/null
+++ b/configs/Colombus_defconfig
@@ -0,0 +1,4 @@ 
+CONFIG_SYS_EXTRA_OPTIONS="COLOMBUS"
+CONFIG_ARM=y
+CONFIG_TARGET_SUN6I=y
+CONFIG_FDTFILE="sun6i-a31-colombus.dtb"