mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* S5PV210 CPU support
@ 2012-04-03 15:07 Alexey Galakhov
  2012-04-03 18:45 ` Juergen Beisert
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey Galakhov @ 2012-04-03 15:07 UTC (permalink / raw)
  To: barebox

Hi,

Does somebody work on support of Samsung S5PC1xx and/or S5PV210 SoC? I'm
just trying to port Barebox to Mini210/Tiny210 boards from FrinedlyArm.

Regards,
Alex

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: S5PV210 CPU support
  2012-04-03 15:07 S5PV210 CPU support Alexey Galakhov
@ 2012-04-03 18:45 ` Juergen Beisert
  2012-04-03 19:11   ` Alexey Galakhov
  0 siblings, 1 reply; 7+ messages in thread
From: Juergen Beisert @ 2012-04-03 18:45 UTC (permalink / raw)
  To: barebox; +Cc: Alexey Galakhov

Alexey Galakhov wrote:
> Does somebody work on support of Samsung S5PC1xx and/or S5PV210 SoC? I'm
> just trying to port Barebox to Mini210/Tiny210 boards from FrinedlyArm.

This would be really interesting. I'm working on S3C6410 support (for the 
Mini6410), but progress is very slow due to lack of time.

Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: S5PV210 CPU support
  2012-04-03 18:45 ` Juergen Beisert
@ 2012-04-03 19:11   ` Alexey Galakhov
  2012-04-03 20:48     ` Juergen Beisert
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey Galakhov @ 2012-04-03 19:11 UTC (permalink / raw)
  To: Juergen Beisert; +Cc: barebox

Juergen Beisert <jbe@pengutronix.de> wrote:
> Alexey Galakhov wrote:
> > Does somebody work on support of Samsung S5PC1xx and/or S5PV210 SoC? I'm
> > just trying to port Barebox to Mini210/Tiny210 boards from FrinedlyArm.
>
> This would be really interesting. I'm working on S3C6410 support (for the
> Mini6410), but progress is very slow due to lack of time.

Can you please share any incomplete and/or non-working code you may
have, just for reference? This would help a lot. It seems that the
whole line of Samsung chips has many similar features, and I don't
like to reinvent the wheel.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: S5PV210 CPU support
  2012-04-03 19:11   ` Alexey Galakhov
@ 2012-04-03 20:48     ` Juergen Beisert
  2012-04-04  6:47       ` Alexey Galakhov
  2012-04-26 14:10       ` Alexey Galakhov
  0 siblings, 2 replies; 7+ messages in thread
From: Juergen Beisert @ 2012-04-03 20:48 UTC (permalink / raw)
  To: barebox; +Cc: Alexey Galakhov

Alexey Galakhov wrote:
> Juergen Beisert <jbe@pengutronix.de> wrote:
> > Alexey Galakhov wrote:
> > > Does somebody work on support of Samsung S5PC1xx and/or S5PV210 SoC?
> > > I'm just trying to port Barebox to Mini210/Tiny210 boards from
> > > FrinedlyArm.
> >
> > This would be really interesting. I'm working on S3C6410 support (for the
> > Mini6410), but progress is very slow due to lack of time.
>
> Can you please share any incomplete and/or non-working code you may
> have, just for reference? This would help a lot. It seems that the
> whole line of Samsung chips has many similar features, and I don't
> like to reinvent the wheel.

'git://git.pengutronix.de/git/jbe/barebox.git' branch 's3c64xx_next'

jbe

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | Phone: +49-5121-206917-5128 |
Vertretung Sued/Muenchen, Germany             | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686              | http://www.pengutronix.de/  |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: S5PV210 CPU support
  2012-04-03 20:48     ` Juergen Beisert
@ 2012-04-04  6:47       ` Alexey Galakhov
  2012-04-26 14:10       ` Alexey Galakhov
  1 sibling, 0 replies; 7+ messages in thread
From: Alexey Galakhov @ 2012-04-04  6:47 UTC (permalink / raw)
  To: Juergen Beisert; +Cc: barebox

Juergen Beisert <jbe@pengutronix.de> wrote:
> 'git://git.pengutronix.de/git/jbe/barebox.git' branch 's3c64xx_next'

Thank you very much!

Alex

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: S5PV210 CPU support
  2012-04-03 20:48     ` Juergen Beisert
  2012-04-04  6:47       ` Alexey Galakhov
@ 2012-04-26 14:10       ` Alexey Galakhov
  2012-04-26 17:50         ` Juergen Beisert
  1 sibling, 1 reply; 7+ messages in thread
From: Alexey Galakhov @ 2012-04-26 14:10 UTC (permalink / raw)
  To: Juergen Beisert; +Cc: barebox

Alexey Galakhov wrote:
> Does somebody work on support of Samsung S5PC1xx and/or S5PV210 SoC?
> I'm just trying to port Barebox to Mini210/Tiny210 boards from
> FrinedlyArm.

JFYI, it starts successfully and gives command line. Now cleaning up the
code and preparing patches.

--
Alex

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: S5PV210 CPU support
  2012-04-26 14:10       ` Alexey Galakhov
@ 2012-04-26 17:50         ` Juergen Beisert
  0 siblings, 0 replies; 7+ messages in thread
From: Juergen Beisert @ 2012-04-26 17:50 UTC (permalink / raw)
  To: barebox; +Cc: Alexey Galakhov

Alexey Galakhov wrote:
> Alexey Galakhov wrote:
> > Does somebody work on support of Samsung S5PC1xx and/or S5PV210 SoC?
> > I'm just trying to port Barebox to Mini210/Tiny210 boards from
> > FrinedlyArm.
>
> JFYI, it starts successfully and gives command line. Now cleaning up the
> code and preparing patches.

\o/

I'm looking forward for your patches.

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-04-26 17:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-03 15:07 S5PV210 CPU support Alexey Galakhov
2012-04-03 18:45 ` Juergen Beisert
2012-04-03 19:11   ` Alexey Galakhov
2012-04-03 20:48     ` Juergen Beisert
2012-04-04  6:47       ` Alexey Galakhov
2012-04-26 14:10       ` Alexey Galakhov
2012-04-26 17:50         ` Juergen Beisert

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