Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 2010 09:34:17 +1200
From:      Andrew Turner <andrew@fubar.geek.nz>
To:        Ravindra <ravindra.kulkarni@globaledgesoft.com>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Porting FreeBSD-S3c2410
Message-ID:  <20100629093417.2d696824@bender>
In-Reply-To: <4C28B426.8050703@globaledgesoft.com>
References:  <4C28B426.8050703@globaledgesoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 28 Jun 2010 20:09:34 +0530
Ravindra <ravindra.kulkarni@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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100629093417.2d696824>