From owner-freebsd-arm@FreeBSD.ORG Fri Sep 25 12:06:38 2009 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 04ABC1065672 for ; Fri, 25 Sep 2009 12:06:38 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 888B78FC17 for ; Fri, 25 Sep 2009 12:06:37 +0000 (UTC) Received: by ewy5 with SMTP id 5so844234ewy.36 for ; Fri, 25 Sep 2009 05:06:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=91/TcPuX3RjljxnOXNNc0VqaD7jD7kM0LO/s3o5/5Eg=; b=UTDMT9i83LGwHnEESpu40Zl1PTC3zFh8P9sPfxkAopcctUB6JUKgUtgXnZHC3W3LsI RFPmipRPPMIfKe5+n2tr5mj6o6m/pDa/0DMOT2kg1uILPpsIYHgTpH7HpIOATpaOqgSl ibiXuQjBaU1ueeTnxqG/EAFt0rym0/1BeGeE0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=AFqoB+wezm86rp85OiH4YlFecgYpDXMXTj8ha2yVBCLfnlniQyFkT5FrkhaMbQisiz FneW5RdU3OVnV8+y5b2tbnuayBh/LUk6XH5mBVR35AK/zC1JD4P/XKw5b2E8K5ojtsSZ 0VDnMDoZwXSSD2fTPTKcC+nplrznXpTPb1Qp8= Received: by 10.211.138.14 with SMTP id q14mr84083ebn.18.1253880396423; Fri, 25 Sep 2009 05:06:36 -0700 (PDT) Received: from ?192.168.1.71? (bl7-30-150.dsl.telepac.pt [85.240.30.150]) by mx.google.com with ESMTPS id 28sm462383eyg.0.2009.09.25.05.06.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 25 Sep 2009 05:06:35 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Rui Paulo In-Reply-To: <4AB7A398.4040905@tomjudge.com> Date: Fri, 25 Sep 2009 13:06:33 +0100 Content-Transfer-Encoding: 7bit Message-Id: <5B269040-CEB8-4E07-9023-9605B04A62DA@gmail.com> References: <4AB7A398.4040905@tomjudge.com> To: Tom Judge X-Mailer: Apple Mail (2.1076) Cc: freebsd-arm@freebsd.org Subject: Re: Adding support for the Intel SS4000-E NAS aka the EM-7210 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: Fri, 25 Sep 2009 12:06:38 -0000 On 21 Sep 2009, at 17:02, Tom Judge wrote: > Hi, > > I am trying to add support for the Intel SS4000-E/EM7210 to FreeBSD, I > have copied all of the files for the EP80219 as this seems to be what > the board is based on, and modified the interrupt assignment code. > See > the patch agains sys/arm here: http://www.tomjudge.com/tmp/em-7210-patch > > I am also having trouble with loading the kernel at the default > location, (instructions from here: http://wiki.freebsd.org/FreeBSDAvila > ) > as RedBoot reports that there is no memory at the load address. > Currently when I try to load this kernel at the phys address using > reboot and try to run the kernel I get nothing outputed on the > console. > I used the phys address from the addresses that the linux kernel is > loaded into out of flash. (see output below) > > Could someone please give me some hints on what I am doing wrong and > need to change? The board is currently supported by the Linux kernel > (as the em7210.c) so I was hoping that adding support to FreeBSD would > not be difficult. Are you sure 0x200000 is the correct load address? -- Rui Paulo