Porting FreeBSD-S3c2410

Andrew Turner andrew at fubar.geek.nz
Mon Jun 28 21:34:09 UTC 2010


On Mon, 28 Jun 2010 20:09:34 +0530
Ravindra <ravindra.kulkarni at globaledgesoft.com> wrote:
> Hi ,
> 
> I would like to port FreeBSD to Samsung S3C2410 board, can you give
> me where is the source and steps for porting the same.

The S3C2410 code is in the sys/arm/s3c2xx0 directory in subversion.

You will need to create a board file to tell FreeBSD which UART to send
dmesg to and how much memory the board has. You can use
board_ln2410sbc.c as an example.

You will also need to copy std.ln2410sbc and change the memory
locations to be correct for your board. This file will be included by
your kernel config file.

That should get you to the point the kernel will start booting.

Andrew

-- 
Andrew Turner
WhiteQueue Consulting http://whitequeue.com/
Custom FreeBSD and Linux development



More information about the freebsd-arm mailing list