On 06/14/2012 10:07 AM, Mohit Jandwani wrote:
> OK I am sorry for bothering you so much first of all but I am helpless.
> I found that exynos 4 is actually quad processors.so exynos4_defconfig is
> for that.But there is still a mach-exynos directory with a file called
> clock-exynos4210.c, have no idea what it does.

This is linux support for exynos. You have to modify files in this
directory to add support for I-pipe.

> And as I gather on the guide that I have to add some functions in the
> time.c and irq.c files of mach-board of "Linux Kernel Source Code" right?

I quote the guide "To start porting the I-pipe patch to a new board,
look in these directories to see where the hardware timer and its
interrupt are handled (usually arch/arm/mach-X/time.c) and where
cascaded interrupt, if any, are decoded (usually arch/arm/mach-X/irq.c).
In the rest of this document we will call these files time.c and irq.c,
even though they may have another name for your board. "

> I am really confused about the OMAP, how do I get hold of the functions
> defined for OMAP?

The omap support is modified to support the I-pipe. You can look at how
it is done and imitate for exynos. To find the files modified by the
I-pipe kernel, you can:
- run lsdiff on the I-pipe patch
- grep CONFIG_IPIPE in the I-pipe patched kernel

-- 
                                            Gilles.

_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to