linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Adding new board to Kernel
@ 2012-07-27 14:52 Josenivaldo Benito Junior
  2012-09-19 18:55 ` Arnd Bergmann
  0 siblings, 1 reply; 6+ messages in thread
From: Josenivaldo Benito Junior @ 2012-07-27 14:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hi there,

The Embedded Artists has a board based on ARM LPC3250 called EA3250 and
they provide a BSP with patch to Linux Kernel version 2.6.29.2. I am trying
to "up merge" this patch to Kernel v3.4 (now 3.5) and after that get it in
the mainstream. Although I have a working version (
https://github.com/jrbenito/Kernel-LPC3250) I still have doubts on how to
correct submit it to mainline kernel.

-The machine type is already registered in past (
http://www.arm.linux.org.uk/developer/machines/list.php?id=2512) but it is
not in mainline. Since I shall not patch this file, how can I ask to it be
updated with ea3250 board information?

-Could you please point me any documentation on how to add board support to
Linux Kernel?

My doubts are mainly related with process and order of files to submit I
shall follow. Any direction will be strongly appreciated.

Thanks and best regards,

--*
Josenivaldo Benito Jr.*
*PU2LBD*

*Por Aur?lio Buarque de Hollanda,  elite, do franc?s ?lite, significa ?o
que h? de melhor em uma sociedade, minoria prestigiada, constitu?da pelos
indiv?duos mais aptos?.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120727/ea2d558b/attachment-0001.html>

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

* Adding new board to Kernel
  2012-07-27 14:52 Adding new board to Kernel Josenivaldo Benito Junior
@ 2012-09-19 18:55 ` Arnd Bergmann
  2012-09-20  7:29   ` Roland Stigge
  2012-09-20 21:48   ` Josenivaldo Benito Junior
  0 siblings, 2 replies; 6+ messages in thread
From: Arnd Bergmann @ 2012-09-19 18:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 27 July 2012, Josenivaldo Benito Junior wrote:
> Hi there,
> 
> The Embedded Artists has a board based on ARM LPC3250 called EA3250 and
> they provide a BSP with patch to Linux Kernel version 2.6.29.2. I am trying
> to "up merge" this patch to Kernel v3.4 (now 3.5) and after that get it in
> the mainstream. Although I have a working version (
> https://github.com/jrbenito/Kernel-LPC3250) I still have doubts on how to
> correct submit it to mainline kernel.
> 
> -The machine type is already registered in past (
> http://www.arm.linux.org.uk/developer/machines/list.php?id=2512) but it is
> not in mainline. Since I shall not patch this file, how can I ask to it be
> updated with ea3250 board information?

Sorry for the late reply, I was just going through old unread email.

The lpc32xx platform is getting converted to device tree based probing,
which means your board will have to use a device tree file rather than
a board number anyway, which at least solves the problem of getting back
the assigned board number entry.

> -Could you please point me any documentation on how to add board support to
> Linux Kernel?
> 
> My doubts are mainly related with process and order of files to submit I
> shall follow. Any direction will be strongly appreciated.

Please have a look at the phy3250 support in arch/arm/boot/dts/phy3250.dts
and at the files in Documentation/devicetree.

There are still a few bits missing device tree bindings, in particular the
display and the DMA engine, but you can start with a device tree file
that describes everything else.

	Arnd

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

* Adding new board to Kernel
  2012-09-19 18:55 ` Arnd Bergmann
@ 2012-09-20  7:29   ` Roland Stigge
  2012-09-20  7:33     ` Arnd Bergmann
  2012-09-20 21:48     ` Josenivaldo Benito Junior
  2012-09-20 21:48   ` Josenivaldo Benito Junior
  1 sibling, 2 replies; 6+ messages in thread
From: Roland Stigge @ 2012-09-20  7:29 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On 09/19/2012 08:55 PM, Arnd Bergmann wrote:
>> The Embedded Artists has a board based on ARM LPC3250 called EA3250 and
>> they provide a BSP with patch to Linux Kernel version 2.6.29.2. I am trying
>> to "up merge" this patch to Kernel v3.4 (now 3.5) and after that get it in
>> the mainstream. Although I have a working version (
>> https://github.com/jrbenito/Kernel-LPC3250) I still have doubts on how to
>> correct submit it to mainline kernel.
>>
>> -The machine type is already registered in past (
>> http://www.arm.linux.org.uk/developer/machines/list.php?id=2512) but it is
>> not in mainline. Since I shall not patch this file, how can I ask to it be
>> updated with ea3250 board information?

We already have ea3250.dts in mainline since v3.5.

Roland

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

* Adding new board to Kernel
  2012-09-20  7:29   ` Roland Stigge
@ 2012-09-20  7:33     ` Arnd Bergmann
  2012-09-20 21:48     ` Josenivaldo Benito Junior
  1 sibling, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2012-09-20  7:33 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 20 September 2012, Roland Stigge wrote:
> On 09/19/2012 08:55 PM, Arnd Bergmann wrote:
> >> The Embedded Artists has a board based on ARM LPC3250 called EA3250 and
> >> they provide a BSP with patch to Linux Kernel version 2.6.29.2. I am trying
> >> to "up merge" this patch to Kernel v3.4 (now 3.5) and after that get it in
> >> the mainstream. Although I have a working version (
> >> https://github.com/jrbenito/Kernel-LPC3250) I still have doubts on how to
> >> correct submit it to mainline kernel.
> >>
> >> -The machine type is already registered in past (
> >> http://www.arm.linux.org.uk/developer/machines/list.php?id=2512) but it is
> >> not in mainline. Since I shall not patch this file, how can I ask to it be
> >> updated with ea3250 board information?
> 
> We already have ea3250.dts in mainline since v3.5.
> 

Ah, I see.

	Arnd

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

* Adding new board to Kernel
  2012-09-19 18:55 ` Arnd Bergmann
  2012-09-20  7:29   ` Roland Stigge
@ 2012-09-20 21:48   ` Josenivaldo Benito Junior
  1 sibling, 0 replies; 6+ messages in thread
From: Josenivaldo Benito Junior @ 2012-09-20 21:48 UTC (permalink / raw)
  To: linux-arm-kernel

Thanks for the info!

--*
Josenivaldo Benito Jr.*
*PU2LBD*

*Por Aur?lio Buarque de Hollanda,  elite, do franc?s ?lite, significa ?o
que h? de melhor em uma sociedade, minoria prestigiada, constitu?da pelos
indiv?duos mais aptos?.



On Wed, Sep 19, 2012 at 3:55 PM, Arnd Bergmann <arnd@arndb.de> wrote:

> On Friday 27 July 2012, Josenivaldo Benito Junior wrote:
> > Hi there,
> >
> > The Embedded Artists has a board based on ARM LPC3250 called EA3250 and
> > they provide a BSP with patch to Linux Kernel version 2.6.29.2. I am
> trying
> > to "up merge" this patch to Kernel v3.4 (now 3.5) and after that get it
> in
> > the mainstream. Although I have a working version (
> > https://github.com/jrbenito/Kernel-LPC3250) I still have doubts on how
> to
> > correct submit it to mainline kernel.
> >
> > -The machine type is already registered in past (
> > http://www.arm.linux.org.uk/developer/machines/list.php?id=2512) but it
> is
> > not in mainline. Since I shall not patch this file, how can I ask to it
> be
> > updated with ea3250 board information?
>
> Sorry for the late reply, I was just going through old unread email.
>
> The lpc32xx platform is getting converted to device tree based probing,
> which means your board will have to use a device tree file rather than
> a board number anyway, which at least solves the problem of getting back
> the assigned board number entry.
>
> > -Could you please point me any documentation on how to add board support
> to
> > Linux Kernel?
> >
> > My doubts are mainly related with process and order of files to submit I
> > shall follow. Any direction will be strongly appreciated.
>
> Please have a look at the phy3250 support in arch/arm/boot/dts/phy3250.dts
> and at the files in Documentation/devicetree.
>
> There are still a few bits missing device tree bindings, in particular the
> display and the DMA engine, but you can start with a device tree file
> that describes everything else.
>
>         Arnd
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120920/4f430a83/attachment-0001.html>

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

* Adding new board to Kernel
  2012-09-20  7:29   ` Roland Stigge
  2012-09-20  7:33     ` Arnd Bergmann
@ 2012-09-20 21:48     ` Josenivaldo Benito Junior
  1 sibling, 0 replies; 6+ messages in thread
From: Josenivaldo Benito Junior @ 2012-09-20 21:48 UTC (permalink / raw)
  To: linux-arm-kernel

I will check that!

thanks

--*
Josenivaldo Benito Jr.*
*PU2LBD*

*Por Aur?lio Buarque de Hollanda,  elite, do franc?s ?lite, significa ?o
que h? de melhor em uma sociedade, minoria prestigiada, constitu?da pelos
indiv?duos mais aptos?.



On Thu, Sep 20, 2012 at 4:29 AM, Roland Stigge <stigge@antcom.de> wrote:

> Hi,
>
> On 09/19/2012 08:55 PM, Arnd Bergmann wrote:
> >> The Embedded Artists has a board based on ARM LPC3250 called EA3250 and
> >> they provide a BSP with patch to Linux Kernel version 2.6.29.2. I am
> trying
> >> to "up merge" this patch to Kernel v3.4 (now 3.5) and after that get it
> in
> >> the mainstream. Although I have a working version (
> >> https://github.com/jrbenito/Kernel-LPC3250) I still have doubts on how
> to
> >> correct submit it to mainline kernel.
> >>
> >> -The machine type is already registered in past (
> >> http://www.arm.linux.org.uk/developer/machines/list.php?id=2512) but
> it is
> >> not in mainline. Since I shall not patch this file, how can I ask to it
> be
> >> updated with ea3250 board information?
>
> We already have ea3250.dts in mainline since v3.5.
>
> Roland
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120920/c979272a/attachment-0001.html>

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

end of thread, other threads:[~2012-09-20 21:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27 14:52 Adding new board to Kernel Josenivaldo Benito Junior
2012-09-19 18:55 ` Arnd Bergmann
2012-09-20  7:29   ` Roland Stigge
2012-09-20  7:33     ` Arnd Bergmann
2012-09-20 21:48     ` Josenivaldo Benito Junior
2012-09-20 21:48   ` Josenivaldo Benito Junior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).