<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16443">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Here we go:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial><A
href="mailto:root@ubuntu:/chipbox/chipbox-kernel/arch/arm">root@ubuntu:/chipbox/chipbox-kernel/arch/arm</A>#
ls<BR>boot configs Kconfig.debug
lib
mach-clps7500 mach-epxa10db mach-h720x
mach-integrator mach-ixp2000 mach-l7200
mach-omap mach-pxa mach-s3c2410
mach-shark Makefile
nwfpe tools<BR>common Kconfig
kernel mach-clps711x
mach-ebsa110 mach-footbridge mach-imx
mach-iop3xx mach-ixp4xx
mach-lh7a40x mach-orion mach-rpc mach-sa1100
mach-versatile mm oprofile
vfp<BR><A
href="mailto:root@ubuntu:/chipbox/chipbox-kernel/arch/arm">root@ubuntu:/chipbox/chipbox-kernel/arch/arm</A>#
ls mach-orion/<BR>core.c irq.c Kconfig Makefile
Makefile.boot<BR><A
href="mailto:root@ubuntu:/chipbox/chipbox-kernel/arch/arm">root@ubuntu:/chipbox/chipbox-kernel/arch/arm</A>#</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial><A
href="mailto:root@ubuntu:/chipbox/chipbox-kernel/arch/arm">root@ubuntu:/chipbox/chipbox-kernel/arch/arm</A>#
cd mach-orion/<BR><A
href="mailto:root@ubuntu:/chipbox/chipbox-kernel/arch/arm/mach-orion">root@ubuntu:/chipbox/chipbox-kernel/arch/arm/mach-orion</A>#
cat Makefile<BR>#<BR># Makefile for the linux kernel.<BR>#</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2 face=Arial># Object file lists.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2
face=Arial>obj-y
:= core.o
irq.o<BR>obj-m
:=<BR>obj-n
:=<BR>obj-
:=</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2 face=Arial><A
href="mailto:root@ubuntu:/chipbox/chipbox-kernel/arch/arm/mach-orion">root@ubuntu:/chipbox/chipbox-kernel/arch/arm/mach-orion</A>#
cat Kconfig <BR>choice<BR> prompt
"ORION Series SoC Version"<BR> depends
on ARCH_CELESTIAL_ORION<BR> default
ARCH_ORION_CSM1200</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2 face=Arial>config
ARCH_ORION_CSM1100<BR> bool "CSM1100
SoC"<BR>
help<BR> CSM1100 is the
MPEG2-based DTV SoC
from<BR> Celestial
Semiconductor.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2 face=Arial>config
ARCH_ORION_CSM1200<BR> bool "CSM1200
SoC"<BR> help
<BR> CSM1200 is the
MPEG2/H.264 IPTV/DTV
SoC<BR> from Celestial
Semiconductor.<BR>config
ARCH_ORION_CSM1200_J<BR> bool
"CSM1200J SoC for SD"<BR> depends on
ARCH_ORION_CSM1200<BR> default
n<BR> help
<BR> CSM1200J is the
MPEG2/H.264 IPTV/DTV SoC for SD
Video<BR> from Celestial
Semiconductor.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2 face=Arial>config
ARCH_ORION_CSM1201<BR> bool "CSM1201
SoC"<BR> help
<BR> CSM1201 is the
MPEG2/H.264 IPTV/DTV
SoC<BR> from Celestial
Semiconductor.<BR>config
ARCH_ORION_CSM1201_J<BR> bool
"CSM1201J SoC for SD"<BR> depends on
ARCH_ORION_CSM1201<BR> default
n<BR> help
<BR> CSM1201J is the
MPEG2/H.264 IPTV/DTV SoC for SD
Video<BR> from Celestial
Semiconductor.<BR>endchoice</FONT></DIV>
<DIV> </DIV><FONT size=2 face=Arial>
<DIV><BR><A
href="mailto:root@ubuntu:/chipbox/chipbox-kernel/arch/arm/mach-orion">root@ubuntu:/chipbox/chipbox-kernel/arch/arm/mach-orion</A>#</DIV>
<DIV> </DIV>
<DIV>So, I should copy whole "mach-orion" folder to new kernel source tree, am I
correct? An then what to do?</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B>
<A title=harishpresent@gmail.com
href="mailto:harishpresent@gmail.com">Harishkumar V</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=sertac@merihvideo.com.tr
href="mailto:sertac@merihvideo.com.tr">Sertac TULLUK</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A
title=kernelnewbies@kernelnewbies.org
href="mailto:kernelnewbies@kernelnewbies.org">kernelnewbies@kernelnewbies.org</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, June 07, 2012 3:17
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: New kernel for Chipbox</DIV>
<DIV><BR></DIV>Sertac,<BR><BR>Starting point will be, arch/arm.<BR>make
platform base CPU SoC code and serial up.<BR>If u able to make these things
up, then its addition of pheripherals.<BR><BR><BR>
<DIV class=gmail_quote>On Thu, Jun 7, 2012 at 5:28 PM, Sertac TULLUK <SPAN
dir=ltr><<A href="mailto:sertac@merihvideo.com.tr"
target=_blank>sertac@merihvideo.com.tr</A>></SPAN> wrote:<BR>
<BLOCKQUOTE
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote><U></U>
<DIV bgcolor="#ffffff">
<DIV><FONT face=Arial>Harishkumar,</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>I already know my SoC name, it is Celestial CSM1203,
and it is not available in any official kernel source tree ( the last one I
checked it 3.4.1 10 minutes ago).</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Since it is not available in the original kernel
source, we had to make those thousands of changes one-by-one, and it would
take years, right?</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Am I correct?</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV class=im>
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><B>From:</B> <A
title=harishpresent@gmail.com href="mailto:harishpresent@gmail.com"
target=_blank>Harishkumar V</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=sertac@merihvideo.com.tr
href="mailto:sertac@merihvideo.com.tr" target=_blank>Sertac TULLUK</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A
title=kernelnewbies@kernelnewbies.org
href="mailto:kernelnewbies@kernelnewbies.org"
target=_blank>kernelnewbies@kernelnewbies.org</A> </DIV></DIV>
<DIV>
<DIV class=h5>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, June 07, 2012 2:52
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: New kernel for
Chipbox</DIV>
<DIV><BR></DIV>Sertac,<BR><BR>Also, if u know ur chip SoC name, u can find
whether open source linux kernel may have already support inbuilt in it. u
can google around it, before deciding to port.<BR><BR>
<DIV class=gmail_quote>On Thu, Jun 7, 2012 at 5:18 PM, Harishkumar V <SPAN
dir=ltr><<A href="mailto:harishpresent@gmail.com"
target=_blank>harishpresent@gmail.com</A>></SPAN> wrote:<BR>
<BLOCKQUOTE
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote>Sertac,<BR><BR>From your present source, u can find
the Celestial SoC change.<BR>check for arch/arm folder. <BR><BR>then in
corresponding drivers, like usb,serial,video etc.
<DIV>
<DIV><BR><BR><BR><BR><BR>
<DIV class=gmail_quote>On Thu, Jun 7, 2012 at 4:36 PM, Sertac TULLUK
<SPAN dir=ltr><<A href="mailto:sertac@merihvideo.com.tr"
target=_blank>sertac@merihvideo.com.tr</A>></SPAN> wrote:<BR>
<BLOCKQUOTE
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote><U></U>
<DIV bgcolor="#ffffff">
<DIV><FONT face=Arial>Dear Harishkumar;</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Thank you very much for your quick
answer.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Where can I find related Celestial SoC &
driver patch file?</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Best Regards</FONT></DIV><SPAN><FONT
color=#888888>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Sertac</FONT></DIV></FONT></SPAN>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV>
<DIV>
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><B>From:</B> <A
title=harishpresent@gmail.com href="mailto:harishpresent@gmail.com"
target=_blank>Harishkumar V</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=sertac@merihvideo.com.tr
href="mailto:sertac@merihvideo.com.tr" target=_blank>Sertac
TULLUK</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A
title=kernelnewbies@kernelnewbies.org
href="mailto:kernelnewbies@kernelnewbies.org"
target=_blank>kernelnewbies@kernelnewbies.org</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, June 07, 2012
1:31 PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: New kernel for
Chipbox</DIV>
<DIV><BR></DIV>Sertac,<BR><BR>Basically u need to have Celestial SoC
& drivers related patch.<BR>Then, u can download desired kernel
or latest 3.3.x.<BR><BR>Apply and do the forward porting. It won't
be straight forward, u need to re-write a bit.<BR>U can always refer
any other celectial SoC family in latest kernel source or other ARM9
family.<BR><BR>see -> arch/arm/<BR><BR>
<DIV class=gmail_quote>On Thu, Jun 7, 2012 at 2:36 PM, Sertac TULLUK
<SPAN dir=ltr><<A href="mailto:sertac@merihvideo.com.tr"
target=_blank>sertac@merihvideo.com.tr</A>></SPAN> wrote:<BR>
<BLOCKQUOTE
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote><U></U>
<DIV bgcolor="#ffffff">
<DIV><FONT face=Arial>Dear All;</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>I have a digital satellite receiver (named
Chipbox), which uses linux kernel 2.6.12.5.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Main chipset name is Celestial CSM1203 ( It
is ARM926EJ-S core).</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>The original kernel source (and all other
sources) can be downloaded here: <A
href="http://www.merihvideo.com.tr/chipbox-source.php"
target=_blank>http://www.merihvideo.com.tr/chipbox-source.php</A></FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>I would like to add some functionality (Such
as CIFS, USB WIFI...) to my STB. In order to do that, I need to
cross compile new kernel.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>However, the chipset provider ( Celestial)
does not provide a new kernel to do this. They just compiled
2.6.12.5 for about 5-6 years ago, and they didn't do a new kernel
from that time.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>So, I need your helps:</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>1) Celestial has done a lot of modifications
on the original 2.6.12.5 source ( drivers, headers,
definitions...) All these changes can be seen by using MELD
tool.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>2) In order to have a new kernel ( Such as
2.6.35.13) which can be running on my chipbox, what are the steps
should be done one by one?</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Can you please explain for a newbie
please?</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Best Regards</FONT></DIV><SPAN><FONT
color=#888888>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT
face=Arial>Sertac</FONT></DIV></FONT></SPAN></DIV><BR>_______________________________________________<BR>Kernelnewbies
mailing list<BR><A href="mailto:Kernelnewbies@kernelnewbies.org"
target=_blank>Kernelnewbies@kernelnewbies.org</A><BR><A
href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies"
target=_blank>http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</A><BR><BR></BLOCKQUOTE></DIV><BR><BR
clear=all><BR>-- <BR>Thanks and Regards,<BR>Harish Kumar.
V<BR></DIV></DIV>
<P></P>
<HR>
<DIV>
<P></P>_______________________________________________<BR>Kernelnewbies
mailing list<BR><A href="mailto:Kernelnewbies@kernelnewbies.org"
target=_blank>Kernelnewbies@kernelnewbies.org</A><BR><A
href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies"
target=_blank>http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</A><BR></DIV>
<P></P></BLOCKQUOTE></DIV></BLOCKQUOTE></DIV><BR><BR clear=all><BR>--
<BR>Thanks and Regards,<BR>Harish Kumar.
V<BR></DIV></DIV></BLOCKQUOTE></DIV><BR><BR clear=all><BR>-- <BR>Thanks
and Regards,<BR>Harish Kumar. V<BR>
<P></P>
<HR>
<P></P>_______________________________________________<BR>Kernelnewbies
mailing list<BR><A href="mailto:Kernelnewbies@kernelnewbies.org"
target=_blank>Kernelnewbies@kernelnewbies.org</A><BR><A
href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies"
target=_blank>http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</A><BR>
<P></P></DIV></DIV></BLOCKQUOTE></DIV></BLOCKQUOTE></DIV><BR><BR
clear=all><BR>-- <BR>Thanks and Regards,<BR>Harish Kumar.
V<BR></BLOCKQUOTE></BODY></HTML>