Re: [PATCH 1/2] Add support for the CuBox-i.

2014-05-31 Thread Ian Campbell
On Sat, 2014-05-31 at 00:18 +0200, Steve Langasek wrote: > On Fri, May 30, 2014 at 07:59:29PM +0100, Ian Campbell wrote: > > > diff --git a/bootscript/bootscr.cubox b/bootscript/bootscr.cubox > > > new file mode 100644 > > > index 000..4aa27d4 > > > --- /dev/null > > > +++ b/bootscript/bootscr.

Re: [PATCH 1/2] Add support for the CuBox-i.

2014-05-30 Thread Steve Langasek
On Fri, May 30, 2014 at 07:59:29PM +0100, Ian Campbell wrote: > > diff --git a/bootscript/bootscr.cubox b/bootscript/bootscr.cubox > > new file mode 100644 > > index 000..4aa27d4 > > --- /dev/null > > +++ b/bootscript/bootscr.cubox > > @@ -0,0 +1,22 @@ > > +setenv ramdiskaddr 0x1180; > > +s

Re: [PATCH 1/2] Add support for the CuBox-i.

2014-05-30 Thread Ian Campbell
On Fri, 2014-05-30 at 12:36 -0700, Vagrant Cascadian wrote: > On Fri, May 30, 2014 at 07:59:29PM +0100, Ian Campbell wrote: > > On Fri, 2014-05-30 at 17:27 +0200, Steve Langasek wrote: > > > diff --git a/db/all.db b/db/all.db > > > index 68f85b4..dce775d 100644 > > > --- a/db/all.db > > > +++ b/db/

Re: [PATCH 1/2] Add support for the CuBox-i.

2014-05-30 Thread Rainer Dorsch
On Friday 30 May 2014 12:36:44 Vagrant Cascadian wrote: > > Is this filename the same for both of the Machine names? > > There are at least two .dtb files, not sure exactly how they map to actual > boards. I can offer to test on a CuBox-i2ultra (Dual core) (which need to unbox it first) and a Cu

Re: [PATCH 1/2] Add support for the CuBox-i.

2014-05-30 Thread Vagrant Cascadian
On Fri, May 30, 2014 at 07:59:29PM +0100, Ian Campbell wrote: > On Fri, 2014-05-30 at 17:27 +0200, Steve Langasek wrote: > > diff --git a/db/all.db b/db/all.db > > index 68f85b4..dce775d 100644 > > --- a/db/all.db > > +++ b/db/all.db > > @@ -436,6 +436,23 @@ Boot-DTB-Path: /boot/dtb > > Required-P

Re: [PATCH 1/2] Add support for the CuBox-i.

2014-05-30 Thread Ian Campbell
On Fri, 2014-05-30 at 19:59 +0100, Ian Campbell wrote: > > +Kernel-Flavors: armmp > > What CPU core does this thing have and does it support LPAE? If so then > I think armmp-lpae should be listed here too, even if the board has <4G > someone might still install it (e.g. for XN support or by mista

Re: [PATCH 1/2] Add support for the CuBox-i.

2014-05-30 Thread Ian Campbell
On Fri, 2014-05-30 at 17:27 +0200, Steve Langasek wrote: > --- > bootscript/bootscr.cubox | 22 ++ > db/all.db| 17 + > debian/changelog | 6 ++ > 3 files changed, 45 insertions(+) > create mode 100644 bootscript/bootscr.cubox > >

[PATCH 1/2] Add support for the CuBox-i.

2014-05-30 Thread Steve Langasek
--- bootscript/bootscr.cubox | 22 ++ db/all.db| 17 + debian/changelog | 6 ++ 3 files changed, 45 insertions(+) create mode 100644 bootscript/bootscr.cubox diff --git a/bootscript/bootscr.cubox b/bootscript/bootscr.cubox new file