Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Add a defconfig for MIPS Creator CI20
@ 2014-11-27 15:05 Vicente Olivert Riera
  2014-11-27 15:21 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Vicente Olivert Riera @ 2014-11-27 15:05 UTC (permalink / raw)
  To: buildroot

MIPS Creator CI20 is a Linux and Android development system from
MIPS/Imagination Technologies. It incorporates an Ingenic JZ4780 SoC
which includes a 1.2GHz dual core MIPS32 processor and Imagination
PowerVR SGX540 GPU.

More information can be found at:
  http://elinux.org/MIPS_Creator_CI20

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 configs/ci20_defconfig |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 configs/ci20_defconfig

diff --git a/configs/ci20_defconfig b/configs/ci20_defconfig
new file mode 100644
index 0000000..88930fa
--- /dev/null
+++ b/configs/ci20_defconfig
@@ -0,0 +1,10 @@
+BR2_mipsel=y
+BR2_mips_32r2=y
+# BR2_MIPS_SOFT_FLOAT is not set
+BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttyS4"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_GIT=y
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/MIPS/CI20_linux.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="ci20-v3.0.8"
+BR2_LINUX_KERNEL_DEFCONFIG="ci20"
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] Add a defconfig for MIPS Creator CI20
  2014-11-27 15:05 [Buildroot] [PATCH] Add a defconfig for MIPS Creator CI20 Vicente Olivert Riera
@ 2014-11-27 15:21 ` Peter Korsgaard
  2014-11-27 15:59   ` Gustavo Zacarias
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2014-11-27 15:21 UTC (permalink / raw)
  To: buildroot

>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > MIPS Creator CI20 is a Linux and Android development system from
 > MIPS/Imagination Technologies. It incorporates an Ingenic JZ4780 SoC
 > which includes a 1.2GHz dual core MIPS32 processor and Imagination
 > PowerVR SGX540 GPU.

 > More information can be found at:
 >   http://elinux.org/MIPS_Creator_CI20

 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
 > ---
 >  configs/ci20_defconfig |   10 ++++++++++
 >  1 files changed, 10 insertions(+), 0 deletions(-)
 >  create mode 100644 configs/ci20_defconfig

 > diff --git a/configs/ci20_defconfig b/configs/ci20_defconfig
 > new file mode 100644
 > index 0000000..88930fa
 > --- /dev/null
 > +++ b/configs/ci20_defconfig
 > @@ -0,0 +1,10 @@
 > +BR2_mipsel=y
 > +BR2_mips_32r2=y
 > +# BR2_MIPS_SOFT_FLOAT is not set
 > +BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
 > +BR2_TARGET_GENERIC_GETTY_PORT="ttyS4"
 > +BR2_LINUX_KERNEL=y
 > +BR2_LINUX_KERNEL_CUSTOM_GIT=y
 > +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/MIPS/CI20_linux.git"
 > +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="ci20-v3.0.8"

Thanks, but this is a branch, not a tag - Right?

To have a reproducable build, we should select a tag or a specific sha1.

What about u-boot and perhaps a readme about how to use it?

-- 
Peter Korsgaard 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] Add a defconfig for MIPS Creator CI20
  2014-11-27 15:21 ` Peter Korsgaard
@ 2014-11-27 15:59   ` Gustavo Zacarias
  2014-11-27 18:00     ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Gustavo Zacarias @ 2014-11-27 15:59 UTC (permalink / raw)
  To: buildroot

On 11/27/2014 12:21 PM, Peter Korsgaard wrote:

>  > +++ b/configs/ci20_defconfig
>  > @@ -0,0 +1,10 @@
>  > +BR2_mipsel=y
>  > +BR2_mips_32r2=y
>  > +# BR2_MIPS_SOFT_FLOAT is not set
>  > +BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
>  > +BR2_TARGET_GENERIC_GETTY_PORT="ttyS4"
>  > +BR2_LINUX_KERNEL=y
>  > +BR2_LINUX_KERNEL_CUSTOM_GIT=y
>  > +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/MIPS/CI20_linux.git"
>  > +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="ci20-v3.0.8"
> 
> Thanks, but this is a branch, not a tag - Right?
> 
> To have a reproducable build, we should select a tag or a specific sha1.
> 
> What about u-boot and perhaps a readme about how to use it?

Also lock-down the kernel headers version please, i doubt things will be
too happy with a (likely) 3.0.x kernel and 3.18 (soon) headers.
Regards.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] Add a defconfig for MIPS Creator CI20
  2014-11-27 15:59   ` Gustavo Zacarias
@ 2014-11-27 18:00     ` Yann E. MORIN
  0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2014-11-27 18:00 UTC (permalink / raw)
  To: buildroot

Vicente, All,

On 2014-11-27 12:59 -0300, Gustavo Zacarias spake thusly:
> On 11/27/2014 12:21 PM, Peter Korsgaard wrote:
> 
> >  > +++ b/configs/ci20_defconfig
> >  > @@ -0,0 +1,10 @@
> >  > +BR2_mipsel=y
> >  > +BR2_mips_32r2=y
> >  > +# BR2_MIPS_SOFT_FLOAT is not set
> >  > +BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
> >  > +BR2_TARGET_GENERIC_GETTY_PORT="ttyS4"
> >  > +BR2_LINUX_KERNEL=y
> >  > +BR2_LINUX_KERNEL_CUSTOM_GIT=y
> >  > +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/MIPS/CI20_linux.git"
> >  > +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="ci20-v3.0.8"
> > 
> > Thanks, but this is a branch, not a tag - Right?
> > 
> > To have a reproducable build, we should select a tag or a specific sha1.
> > 
> > What about u-boot and perhaps a readme about how to use it?
> 
> Also lock-down the kernel headers version please, i doubt things will be
> too happy with a (likely) 3.0.x kernel and 3.18 (soon) headers.

And use https:// instead of git:// for those behind unfrioendly firewalls. ;-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-27 18:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-27 15:05 [Buildroot] [PATCH] Add a defconfig for MIPS Creator CI20 Vicente Olivert Riera
2014-11-27 15:21 ` Peter Korsgaard
2014-11-27 15:59   ` Gustavo Zacarias
2014-11-27 18:00     ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox