At Mon, 18 Jun 2007 11:16:56 +0530,
Ashay Jaiswal wrote:
> Hi All,
>
> I am new to uclinux and I want to know some basics for adding support for H8s/
> 2368F into uclinux kernel.
>
> Please let me know if there is any tutorial or what all files are required to
> be modified for adding support for new chip into the uclinux kernel.
>
> Any help in this regard will be appreciated.
File name depends on kernel version, but it is similar procedure.
for 2.4.x
1. Adding the symbol of the target to arch/h8300/target_config.in
and arch/h8300/Boards.mk
2. mkdir arch/h8300/platform/h8s/(target_name)
3. cp arch/h8300/platform/h8s/generic/* arch/h8300/platform/h8s/(target_name)/
4. arch/h8300/platform/h8s/(target_name) you remodel to the one
for target.
for 2.6.x
1. Adding the symbol of the target to arch/h8300/Kconfig.cpu
and arch/h8300/Makefile
2. After, it is the same as the procedure of 2.4.x
Give detailed information hereby if not sure.
> Thanks and Regards
>
> Ashay Jasiwal
>
--
Yoshinori Sato
<ys...@us...>
|