diff mbox

lib/oelite/arch.py: added bcm2708/bcm2835 arch support

Message ID F5F46D9851DA3D4FB103B3A5953D0400252A9AFB@VMPREVAS1.prevas.se
State Accepted, archived
Headers show

Commit Message

Jacob Barsøe Kjærgaard Sept. 25, 2012, 6:03 p.m. UTC
From 06a2fcc493bf5c5f00aef6fd81ee03d743ebf22e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jacob=20Bars=C3=B8e=20Kj=C3=A6rgaard?=
 <jacob.kjaergaard@prevas.dk>
Date: Fri, 24 Aug 2012 23:06:43 +0200
Subject: [PATCH] lib/oelite/arch.py: added bcm2708/bcm2835 arch support
 (Raspberry Pi)

I just had to test patchwork:)

To: dev@oe-lite.org

---
 lib/oelite/arch.py |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

--
1.7.10

Comments

Esben Haabendal Sept. 26, 2012, 7:19 a.m. UTC | #1
Jacob Barsøe Kjærgaard <Jacob.Kjaergaard@prevas.dk> writes:

> From 06a2fcc493bf5c5f00aef6fd81ee03d743ebf22e Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Jacob=20Bars=C3=B8e=20Kj=C3=A6rgaard?=
>  <jacob.kjaergaard@prevas.dk>
> Date: Fri, 24 Aug 2012 23:06:43 +0200
> Subject: [PATCH] lib/oelite/arch.py: added bcm2708/bcm2835 arch support
>  (Raspberry Pi)
>
> I just had to test patchwork:)

So do you want this merged, or was this (as you say) just a test of
patchwork?

/Esben

>
> To: dev@oe-lite.org
>
> ---
>  lib/oelite/arch.py |   21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>
> diff --git a/lib/oelite/arch.py b/lib/oelite/arch.py
> index 3922248..00eb06d 100644
> --- a/lib/oelite/arch.py
> +++ b/lib/oelite/arch.py
> @@ -75,6 +75,27 @@ cpuspecs = {
>              'mcpu'             : 'arm926ej-s',
>              'mtune'            : 'arm926ej-s',
>              },
> +        '1176jzfs'              : {
> +             'march'             : 'armv6',
> +             'mcpu'              : 'arm1176jzf-s',
> +             'mtune'             : 'arm1176jzf-s',
> +             'abi flags'         : [
> +                ['float abi', 'hard', {
> +                        'hard' : {
> +                            'float' : 'hard',
> +                            'fpu'   : 'vfp',
> +                            },
> +                        'softfp' : {
> +                            'float' : 'softfp',
> +                            'fpu'   : 'vfp',
> +                            },
> +                        'soft' : {
> +                            'float' : 'soft',
> +                            },
> +                        }
> +                 ]
> +                ]
> +             },
>          'cortexa8'             : {
>              'mcpu'             : 'cortex-a8',
>              'mtune'            : 'cortex-a8',
> --
> 1.7.10
> _______________________________________________
> dev mailing list
> dev@oe-lite.org
> http://lists.oe-lite.org/mailman/listinfo/dev
Jacob Barsøe Kjærgaard Sept. 26, 2012, 7:28 a.m. UTC | #2
> -----Original Message-----

> From: Esben Haabendal [mailto:esben.haabendal@dev.prevas.dk]

> Sent: 26. september 2012 09:20

> To: Jacob Barsøe Kjærgaard

> Cc: dev@oe-lite.org

> Subject: Re: [PATCH] lib/oelite/arch.py: added bcm2708/bcm2835 arch

> support

> 

> Jacob Barsøe Kjærgaard <Jacob.Kjaergaard@prevas.dk> writes:

> 

> > From 06a2fcc493bf5c5f00aef6fd81ee03d743ebf22e Mon Sep 17 00:00:00

> 2001

> > From: =?UTF-8?q?Jacob=20Bars=C3=B8e=20Kj=C3=A6rgaard?=

> >  <jacob.kjaergaard@prevas.dk>

> > Date: Fri, 24 Aug 2012 23:06:43 +0200

> > Subject: [PATCH] lib/oelite/arch.py: added bcm2708/bcm2835 arch

> > support  (Raspberry Pi)

> >

> > I just had to test patchwork:)

> 

> So do you want this merged, or was this (as you say) just a test of

> patchwork?


I see now that this statement was quite ambiguous - I want to have the patch merged, and instead of 
sending a pull request from a git repo I "just had to test patchwork". 

/Jacob

> 

> /Esben

> 

> >

> > To: dev@oe-lite.org

> >

> > ---

> >  lib/oelite/arch.py |   21 +++++++++++++++++++++

> >  1 file changed, 21 insertions(+)

> >

> > diff --git a/lib/oelite/arch.py b/lib/oelite/arch.py index

> > 3922248..00eb06d 100644

> > --- a/lib/oelite/arch.py

> > +++ b/lib/oelite/arch.py

> > @@ -75,6 +75,27 @@ cpuspecs = {

> >              'mcpu'             : 'arm926ej-s',

> >              'mtune'            : 'arm926ej-s',

> >              },

> > +        '1176jzfs'              : {

> > +             'march'             : 'armv6',

> > +             'mcpu'              : 'arm1176jzf-s',

> > +             'mtune'             : 'arm1176jzf-s',

> > +             'abi flags'         : [

> > +                ['float abi', 'hard', {

> > +                        'hard' : {

> > +                            'float' : 'hard',

> > +                            'fpu'   : 'vfp',

> > +                            },

> > +                        'softfp' : {

> > +                            'float' : 'softfp',

> > +                            'fpu'   : 'vfp',

> > +                            },

> > +                        'soft' : {

> > +                            'float' : 'soft',

> > +                            },

> > +                        }

> > +                 ]

> > +                ]

> > +             },

> >          'cortexa8'             : {

> >              'mcpu'             : 'cortex-a8',

> >              'mtune'            : 'cortex-a8',

> > --

> > 1.7.10

> > _______________________________________________

> > dev mailing list

> > dev@oe-lite.org

> > http://lists.oe-lite.org/mailman/listinfo/dev
Esben Haabendal Sept. 26, 2012, 7:17 p.m. UTC | #3
Jacob Barsøe Kjærgaard <Jacob.Kjaergaard@prevas.dk> writes:

> From 06a2fcc493bf5c5f00aef6fd81ee03d743ebf22e Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Jacob=20Bars=C3=B8e=20Kj=C3=A6rgaard?=
>  <jacob.kjaergaard@prevas.dk>
> Date: Fri, 24 Aug 2012 23:06:43 +0200
> Subject: [PATCH] lib/oelite/arch.py: added bcm2708/bcm2835 arch support
>  (Raspberry Pi)
>
> I just had to test patchwork:)

Next time, you should also try the scripts/create-pull-request and
scripts/send-pull-request scripts in OE-lite/core ;-)

>
> To: dev@oe-lite.org
>
> ---
>  lib/oelite/arch.py |   21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>
> diff --git a/lib/oelite/arch.py b/lib/oelite/arch.py
> index 3922248..00eb06d 100644
> --- a/lib/oelite/arch.py
> +++ b/lib/oelite/arch.py
> @@ -75,6 +75,27 @@ cpuspecs = {
>              'mcpu'             : 'arm926ej-s',
>              'mtune'            : 'arm926ej-s',
>              },
> +        '1176jzfs'              : {
> +             'march'             : 'armv6',
> +             'mcpu'              : 'arm1176jzf-s',
> +             'mtune'             : 'arm1176jzf-s',
> +             'abi flags'         : [
> +                ['float abi', 'hard', {
> +                        'hard' : {
> +                            'float' : 'hard',
> +                            'fpu'   : 'vfp',
> +                            },
> +                        'softfp' : {
> +                            'float' : 'softfp',
> +                            'fpu'   : 'vfp',
> +                            },
> +                        'soft' : {
> +                            'float' : 'soft',
> +                            },
> +                        }
> +                 ]
> +                ]
> +             },
>          'cortexa8'             : {
>              'mcpu'             : 'cortex-a8',
>              'mtune'            : 'cortex-a8',

Merged to master branch, thanks.

/Esben
diff mbox

Patch

diff --git a/lib/oelite/arch.py b/lib/oelite/arch.py
index 3922248..00eb06d 100644
--- a/lib/oelite/arch.py
+++ b/lib/oelite/arch.py
@@ -75,6 +75,27 @@  cpuspecs = {
             'mcpu'             : 'arm926ej-s',
             'mtune'            : 'arm926ej-s',
             },
+        '1176jzfs'              : {
+             'march'             : 'armv6',
+             'mcpu'              : 'arm1176jzf-s',
+             'mtune'             : 'arm1176jzf-s',
+             'abi flags'         : [
+                ['float abi', 'hard', {
+                        'hard' : {
+                            'float' : 'hard',
+                            'fpu'   : 'vfp',
+                            },
+                        'softfp' : {
+                            'float' : 'softfp',
+                            'fpu'   : 'vfp',
+                            },
+                        'soft' : {
+                            'float' : 'soft',
+                            },
+                        }
+                 ]
+                ]
+             },
         'cortexa8'             : {
             'mcpu'             : 'cortex-a8',
             'mtune'            : 'cortex-a8',