* [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine
@ 2012-04-11 0:15 kishore.k.bodke
2012-04-11 0:15 ` [PATCH 1/1] [KERNEL] meta: Add igb.scc to Romley kishore.k.bodke
2012-04-11 13:24 ` [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine Bruce Ashfield
0 siblings, 2 replies; 5+ messages in thread
From: kishore.k.bodke @ 2012-04-11 0:15 UTC (permalink / raw)
To: yocto, bruse.ashfield
From: Kishore Bodke <kishore.k.bodke@intel.com>
Romley machine has builtin 82580 Giga bit Ethernet
Controller. Adding the relavent igb nic driver.
Please pull into linux-yocto-3.2/meta
Thanks
Kishore.
The following changes since commit 59f350ec3794e19fa806c1b73749d851f8ebf364:
meta: Add common-pc-tiny.scc (2012-03-31 23:43:34 -0400)
are available in the git repository at:
git://git.pokylinux.org/linux-yocto-2.6.37-contrib kishore/romley/meta
http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=kishore/romley/meta
Kishore Bodke (1):
meta: Add igb.scc to Romley
meta/cfg/kernel-cache/bsp/romley/romley.scc | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/1] [KERNEL] meta: Add igb.scc to Romley
2012-04-11 0:15 [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine kishore.k.bodke
@ 2012-04-11 0:15 ` kishore.k.bodke
2012-04-11 13:24 ` [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine Bruce Ashfield
1 sibling, 0 replies; 5+ messages in thread
From: kishore.k.bodke @ 2012-04-11 0:15 UTC (permalink / raw)
To: yocto, bruse.ashfield
From: Kishore Bodke <kishore.k.bodke@intel.com>
Romley machine has 82580 Giga bit Ethernet Controller.
Add the relavent Nic driver to it.
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
---
meta/cfg/kernel-cache/bsp/romley/romley.scc | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/romley/romley.scc b/meta/cfg/kernel-cache/bsp/romley/romley.scc
index 5d997e1..b55f804 100644
--- a/meta/cfg/kernel-cache/bsp/romley/romley.scc
+++ b/meta/cfg/kernel-cache/bsp/romley/romley.scc
@@ -4,9 +4,8 @@ include features/i915/i915.scc
include features/serial/8250.scc
include features/uio/uio.scc
include features/hugetlb/hugetlb.scc
-include features/intel-e1xxxx/intel-e100.scc
-include features/intel-e1xxxx/intel-e1xxxx.scc
include features/ixgbe/ixgbe.scc
+include features/igb/igb.scc
include features/logbuf/size-normal.scc
--
1.7.5.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine
2012-04-11 0:15 [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine kishore.k.bodke
2012-04-11 0:15 ` [PATCH 1/1] [KERNEL] meta: Add igb.scc to Romley kishore.k.bodke
@ 2012-04-11 13:24 ` Bruce Ashfield
2012-04-11 17:08 ` Bodke, Kishore K
1 sibling, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2012-04-11 13:24 UTC (permalink / raw)
To: kishore.k.bodke; +Cc: yocto
On 12-04-10 08:15 PM, kishore.k.bodke@intel.com wrote:
> From: Kishore Bodke<kishore.k.bodke@intel.com>
>
> Romley machine has builtin 82580 Giga bit Ethernet
> Controller. Adding the relavent igb nic driver.
Looks fine for the tree, no risk to other BSPs. Correct me
if you'd rather this wait until after the 1.2 release.
I'll have this pushed out later today.
Cheers,
Bruce
>
> Please pull into linux-yocto-3.2/meta
>
> Thanks
> Kishore.
>
> The following changes since commit 59f350ec3794e19fa806c1b73749d851f8ebf364:
>
> meta: Add common-pc-tiny.scc (2012-03-31 23:43:34 -0400)
>
> are available in the git repository at:
> git://git.pokylinux.org/linux-yocto-2.6.37-contrib kishore/romley/meta
> http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=kishore/romley/meta
>
> Kishore Bodke (1):
> meta: Add igb.scc to Romley
>
> meta/cfg/kernel-cache/bsp/romley/romley.scc | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine
2012-04-11 13:24 ` [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine Bruce Ashfield
@ 2012-04-11 17:08 ` Bodke, Kishore K
2012-04-11 17:46 ` Bruce Ashfield
0 siblings, 1 reply; 5+ messages in thread
From: Bodke, Kishore K @ 2012-04-11 17:08 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: yocto@yoctoproject.org
>-----Original Message-----
>From: Bruce Ashfield [mailto:bruce.ashfield@windriver.com]
>Sent: Wednesday, April 11, 2012 6:25 AM
>To: Bodke, Kishore K
>Cc: yocto@yoctoproject.org; Bruce Ashfield
>Subject: Re: [yocto] [PATCH 0/1] [KERNEL] Add igb driver to Romley
>Machine
>
>On 12-04-10 08:15 PM, kishore.k.bodke@intel.com wrote:
>> From: Kishore Bodke<kishore.k.bodke@intel.com>
>>
>> Romley machine has builtin 82580 Giga bit Ethernet
>> Controller. Adding the relavent igb nic driver.
>
>Looks fine for the tree, no risk to other BSPs. Correct me
>if you'd rather this wait until after the 1.2 release.
Yeah, its Romley machine specific.
Please make it available for 1.2 release.
Thanks
Kishore.
>
>I'll have this pushed out later today.
>
>Cheers,
>
>Bruce
>
>>
>> Please pull into linux-yocto-3.2/meta
>>
>> Thanks
>> Kishore.
>>
>> The following changes since commit
>59f350ec3794e19fa806c1b73749d851f8ebf364:
>>
>> meta: Add common-pc-tiny.scc (2012-03-31 23:43:34 -0400)
>>
>> are available in the git repository at:
>> git://git.pokylinux.org/linux-yocto-2.6.37-contrib
>kishore/romley/meta
>> http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-
>contrib/log/?h=kishore/romley/meta
>>
>> Kishore Bodke (1):
>> meta: Add igb.scc to Romley
>>
>> meta/cfg/kernel-cache/bsp/romley/romley.scc | 3 +--
>> 1 files changed, 1 insertions(+), 2 deletions(-)
>>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine
2012-04-11 17:08 ` Bodke, Kishore K
@ 2012-04-11 17:46 ` Bruce Ashfield
0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2012-04-11 17:46 UTC (permalink / raw)
To: Bodke, Kishore K; +Cc: yocto@yoctoproject.org
On 12-04-11 01:08 PM, Bodke, Kishore K wrote:
>
>
>> -----Original Message-----
>> From: Bruce Ashfield [mailto:bruce.ashfield@windriver.com]
>> Sent: Wednesday, April 11, 2012 6:25 AM
>> To: Bodke, Kishore K
>> Cc: yocto@yoctoproject.org; Bruce Ashfield
>> Subject: Re: [yocto] [PATCH 0/1] [KERNEL] Add igb driver to Romley
>> Machine
>>
>> On 12-04-10 08:15 PM, kishore.k.bodke@intel.com wrote:
>>> From: Kishore Bodke<kishore.k.bodke@intel.com>
>>>
>>> Romley machine has builtin 82580 Giga bit Ethernet
>>> Controller. Adding the relavent igb nic driver.
>>
>> Looks fine for the tree, no risk to other BSPs. Correct me
>> if you'd rather this wait until after the 1.2 release.
>
> Yeah, its Romley machine specific.
> Please make it available for 1.2 release.
Merged and pushed. I'll update the global meta SRCREV later, but
in your BSP layer, you can set it to:
commit 135c75bf9615334b5b8bb9108d612fe7dfbdb901
Author: Kishore Bodke <kishore.k.bodke@intel.com>
Date: Tue Apr 10 17:17:03 2012 -0700
meta: Add igb.scc to Romley
Romley machine has 82580 Giga bit Ethernet Controller.
Add the relavent Nic driver to it.
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
And you'll see the change.
Bruce
>
> Thanks
> Kishore.
>
>>
>> I'll have this pushed out later today.
>>
>> Cheers,
>>
>> Bruce
>>
>>>
>>> Please pull into linux-yocto-3.2/meta
>>>
>>> Thanks
>>> Kishore.
>>>
>>> The following changes since commit
>> 59f350ec3794e19fa806c1b73749d851f8ebf364:
>>>
>>> meta: Add common-pc-tiny.scc (2012-03-31 23:43:34 -0400)
>>>
>>> are available in the git repository at:
>>> git://git.pokylinux.org/linux-yocto-2.6.37-contrib
>> kishore/romley/meta
>>> http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-
>> contrib/log/?h=kishore/romley/meta
>>>
>>> Kishore Bodke (1):
>>> meta: Add igb.scc to Romley
>>>
>>> meta/cfg/kernel-cache/bsp/romley/romley.scc | 3 +--
>>> 1 files changed, 1 insertions(+), 2 deletions(-)
>>>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-04-11 17:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-11 0:15 [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine kishore.k.bodke
2012-04-11 0:15 ` [PATCH 1/1] [KERNEL] meta: Add igb.scc to Romley kishore.k.bodke
2012-04-11 13:24 ` [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine Bruce Ashfield
2012-04-11 17:08 ` Bodke, Kishore K
2012-04-11 17:46 ` Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.