hi, On Tue, Oct 5, 2010 at 9:26 PM, Charles Landau <[email protected]> wrote: > On 10/5/10 1:42 AM, vibi sreenivasan wrote: >> I see that iostart.s is in the kernel folder. >> And there is a lot of reference of ep9xx in side kernel folder. >> So when i am porting to other platforms am i expected to make other >> kernel folder. > > I'm thinking of setting up the following structure: > > eros/src/sys/arch/ contains arm and i486 (should be x86) (architectures) > eros/src/sys/arch/arm contains mach-ep93xx and mach-omap (processors) > eros/src/sys/arch/arm/mach-ep93xx contains board-edb9315 and > board-edb9315a (boards) > > Comments from anyone on the list? This seems to be fine. > > I note that Linux has arch/arm/mach-omap1 and arch/arm/omap2. Do you > know what the difference is? I don't see any mention of omap l138 or > hawk in either place (but my Linux source is not current). omapl138 is what you see as da830 inside directory mach-davinci in linux. i believe other omap architectures are higher end mobile processor platforms. Correct me if i am wrong.
If you are planning to change it now i could help on that. regards vibi sreenivasan > >> What i am planning to do is now changing every thing for my platform& >> then see the delta& then separate the common part. >> Please let me know if am not going in the right path. > > That is a good plan. > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > CapROS-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/capros-devel > ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ CapROS-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/capros-devel
