From owner-freebsd-arm@FreeBSD.ORG Mon Jun 28 21:34:09 2010 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CB25106564A for ; Mon, 28 Jun 2010 21:34:09 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id D1F248FC16 for ; Mon, 28 Jun 2010 21:34:08 +0000 (UTC) Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 202B6109926; Mon, 28 Jun 2010 17:33:59 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 28 Jun 2010 17:34:01 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:cc:subject:message-id:in-reply-to:references:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=yranvaeradGBw7quvRHkIyIyEe8=; b=ES8Gyjyx6PQkHLFwkWaptWPPWCfiB3AqHo0SqAr6QnCNONaqCZjVhn20qheOtNR+rpZwW/CvN2ZUoDu8IhDzUeiuCerA4YBDeGrCxddT9DbZ9yKLrnm+A6swcH5KdDyRuORLJuvIko/c4PzBB4C67Q9XgnbjX1oGYJIG4fG0N1Y= X-Sasl-enc: pJ0PsjFcSIgrmt0Dzcz/csghD1tIoSZXs+cR21MOy24f 1277760839 Received: from bender (201.244.69.111.dynamic.snap.net.nz [111.69.244.201]) by mail.messagingengine.com (Postfix) with ESMTPA id 90E922E5B3; Mon, 28 Jun 2010 17:33:58 -0400 (EDT) Date: Tue, 29 Jun 2010 09:34:17 +1200 From: Andrew Turner To: Ravindra Message-ID: <20100629093417.2d696824@bender> In-Reply-To: <4C28B426.8050703@globaledgesoft.com> References: <4C28B426.8050703@globaledgesoft.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; i386-portbld-freebsd8.0) X-Pirate: Arrrr Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: Porting FreeBSD-S3c2410 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2010 21:34:09 -0000 On Mon, 28 Jun 2010 20:09:34 +0530 Ravindra 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