* LPC3250 support
@ 2012-02-13 9:09 Tomislav Sečen
2012-02-15 6:54 ` Vladimir Zapolskiy
0 siblings, 1 reply; 5+ messages in thread
From: Tomislav Sečen @ 2012-02-13 9:09 UTC (permalink / raw)
To: barebox
[-- Attachment #1.1: Type: text/plain, Size: 543 bytes --]
Hi all,
I was just wondering about the status of the NXP LPC3250 support in barebox.
There are two commit logs on git from Feb 2010, s.hauer adding some files:
http://uboot.jcrosoft.org/git?p=barebox.git;a=commit;h=9d4bff954fbfb94ba550b2ea3d51d9d723a413e0
http://uboot.jcrosoft.org/git?p=barebox.git;a=commitdiff;h=18be3ca3673300c8f303254c8822e5e954ad8bf0#patch1
but those files are not in the current codebase?
Was lpc3250 support dropped, and if yes why?
Are there any roadblocks to porting the lpc32xx support from u-boot?
Cheers,
Tom
[-- Attachment #1.2: Type: text/html, Size: 941 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: LPC3250 support
2012-02-13 9:09 LPC3250 support Tomislav Sečen
@ 2012-02-15 6:54 ` Vladimir Zapolskiy
2012-02-15 8:37 ` Sascha Hauer
2012-02-15 15:08 ` Tomislav Sečen
0 siblings, 2 replies; 5+ messages in thread
From: Vladimir Zapolskiy @ 2012-02-15 6:54 UTC (permalink / raw)
To: Tomislav Sečen; +Cc: barebox
Hi,
On 13.02.2012 11:09, Tomislav Sečen wrote:
> Hi all,
>
> I was just wondering about the status of the NXP LPC3250 support in barebox.
>
barebox works on one my LPC3250 board pretty well, but I have to polish
the patches before public publishing in the barebox maillist.
> There are two commit logs on git from Feb 2010, s.hauer adding some files:
> http://uboot.jcrosoft.org/git?p=barebox.git;a=commit;h=9d4bff954fbfb94ba550b2ea3d51d9d723a413e0
>
> http://uboot.jcrosoft.org/git?p=barebox.git;a=commitdiff;h=18be3ca3673300c8f303254c8822e5e954ad8bf0#patch1
>
>
> but those files are not in the current codebase?
>
> Was lpc3250 support dropped, and if yes why?
> Are there any roadblocks to porting the lpc32xx support from u-boot?
>
If it's ok for you to wait a couple of weeks, I'll publish the changes
with basic support of LPC32XX SoCs.
--
With best wishes,
Vladimir
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: LPC3250 support
2012-02-15 6:54 ` Vladimir Zapolskiy
@ 2012-02-15 8:37 ` Sascha Hauer
2012-02-15 15:08 ` Tomislav Sečen
2012-02-15 15:08 ` Tomislav Sečen
1 sibling, 1 reply; 5+ messages in thread
From: Sascha Hauer @ 2012-02-15 8:37 UTC (permalink / raw)
To: Vladimir Zapolskiy; +Cc: barebox, Tomislav Sečen
On Wed, Feb 15, 2012 at 08:54:48AM +0200, Vladimir Zapolskiy wrote:
> Hi,
>
> On 13.02.2012 11:09, Tomislav Sečen wrote:
> >Hi all,
> >
> >I was just wondering about the status of the NXP LPC3250 support in barebox.
> >
> barebox works on one my LPC3250 board pretty well, but I have to
> polish the patches before public publishing in the barebox maillist.
>
> >There are two commit logs on git from Feb 2010, s.hauer adding some files:
> >http://uboot.jcrosoft.org/git?p=barebox.git;a=commit;h=9d4bff954fbfb94ba550b2ea3d51d9d723a413e0
> >
> >http://uboot.jcrosoft.org/git?p=barebox.git;a=commitdiff;h=18be3ca3673300c8f303254c8822e5e954ad8bf0#patch1
> >
> >
> >but those files are not in the current codebase?
> >
> >Was lpc3250 support dropped, and if yes why?
> >Are there any roadblocks to porting the lpc32xx support from u-boot?
'dropped' sounds like an active decision, it was more like we stopped
working on this due to the lack of resources/interest. As far as I know
there are no real road blocks.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: LPC3250 support
2012-02-15 6:54 ` Vladimir Zapolskiy
2012-02-15 8:37 ` Sascha Hauer
@ 2012-02-15 15:08 ` Tomislav Sečen
1 sibling, 0 replies; 5+ messages in thread
From: Tomislav Sečen @ 2012-02-15 15:08 UTC (permalink / raw)
To: Vladimir Zapolskiy; +Cc: barebox
[-- Attachment #1.1: Type: text/plain, Size: 686 bytes --]
Hi Vladimir,
On Wed, Feb 15, 2012 at 7:54 AM, Vladimir Zapolskiy <vz@mleia.com> wrote:
> barebox works on one my LPC3250 board pretty well, but I have to polish
> the patches before public publishing in the barebox maillist.
That's cool!
I spent almost two days on it (using Sascha's old commits/patches), but I
can't even get barebox to boot/start from S1L (I have a phy3250 board and
was going for net, usb and i2c support in barebox).
I have no more time to mess around with barebox so it's back to u-boot.
> If it's ok for you to wait a couple of weeks, I'll publish the changes
> with basic support of LPC32XX SoCs.
Please do, it would be great to have it.
--
Cheers,
Tom
[-- Attachment #1.2: Type: text/html, Size: 1162 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: LPC3250 support
2012-02-15 8:37 ` Sascha Hauer
@ 2012-02-15 15:08 ` Tomislav Sečen
0 siblings, 0 replies; 5+ messages in thread
From: Tomislav Sečen @ 2012-02-15 15:08 UTC (permalink / raw)
To: Sascha Hauer; +Cc: barebox
[-- Attachment #1.1: Type: text/plain, Size: 348 bytes --]
On Wed, Feb 15, 2012 at 9:37 AM, Sascha Hauer <s.hauer@pengutronix.de>wrote:
> 'dropped' sounds like an active decision, it was more like we stopped
> working on this due to the lack of resources/interest. As far as I know
> there are no real road blocks.
>
OK, thanks.
It's nice to see such an active development effort, kudos!
--
Cheers,
Tom
[-- Attachment #1.2: Type: text/html, Size: 704 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-02-15 15:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-13 9:09 LPC3250 support Tomislav Sečen
2012-02-15 6:54 ` Vladimir Zapolskiy
2012-02-15 8:37 ` Sascha Hauer
2012-02-15 15:08 ` Tomislav Sečen
2012-02-15 15:08 ` Tomislav Sečen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox