From owner-freebsd-arm@FreeBSD.ORG Mon Sep 30 09:22:27 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9E115E83; Mon, 30 Sep 2013 09:22:27 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from ns.kevlo.org (220-133-188-53.HINET-IP.hinet.net [220.133.188.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 316BC262B; Mon, 30 Sep 2013 09:22:26 +0000 (UTC) Received: from [127.0.0.1] (mail.kevlo.org [220.133.188.53]) by ns.kevlo.org (8.14.6/8.14.6) with ESMTP id r8U9J0O4026247; Mon, 30 Sep 2013 17:19:01 +0800 (CST) (envelope-from kevlo@FreeBSD.org) Message-ID: <524942C9.2090101@FreeBSD.org> Date: Mon, 30 Sep 2013 17:22:17 +0800 From: Kevin Lo User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Ganbold Tsagaankhuu , "Andrew N. Balahonov" Subject: Re: ARM & Armada XP support. References: <20130930100227.1c6aeec3@workernb.localdomain> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Ganbold Tsagaankhuu , "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 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, 30 Sep 2013 09:22:27 -0000 Ganbold Tsagaankhuu wrote: > Andrew, > > > On Mon, Sep 30, 2013 at 2:02 PM, Andrew N. Balahonov wrote: > >> hi Ganbold, >> >> I've went to https://wiki.freebsd.org/FreeBSD/arm and got >> >> Boards that are supported or currently in the works: >> ... >> Marvell DB-78460 (ARMv7) >> ... >> >> I have Armada XP hardware and interested in >> installing FreeBSD on it. >> >> Please review u-boot "listing_1" below for detailed >> information about soc/board. >> >> In accordance to https://wiki.freebsd.org/FreeBSDMarvell >> this SoC is not supported. Can you confirm (or contradict) it? >> > > I'm not sure about this SoC, but I think people like zbb@ who are > subscribed to freebsd-arm@ like has more knowledge about it. > IIRC, zbb@ has some Armada XP hardware. > > best regards, > > Ganbold > > > >> Anyway, I've builded kernel with >> make buildkernel TARGET_ARCH=arm KERNCONF=DB-MV78XXX >> and copyed /usr/obj/arm.arm/usr/src/sys/DB-78XXX/kernel.bin >> to the TFTP server. >> >> RiKOR>> setenv serverip 10.10.0.56; setenv ipaddr 10.10.0.57; >> RiKOR>> setenv ethaddr 00:50:43:02:02:d7; tftpboot 0x2000000 >> RiKOR>> 10.10.0.56:/kernel.bin >> Using egiga0 device >> TFTP from server 10.10.0.56; our IP address is 10.10.0.57 >> Filename '/kernel.bin'. >> Load address: 0x2000000 >> Loading: >> ################################################################# >> ################################################################# >> ################################################################# >> ######################################### done >> Bytes transferred = 3452408 (34adf8 hex) >> RiKOR>> go 2000000 >> ## Starting application at 0x02000000 ... >> <--it hangs here. >> >> >> It is possible to introduce support of this hardware by FreeBSD? >> >> How can we help you (FreeBSD team) to bring FreeBSD to this hardware? >> >> As a last chance it is possible to discuss how to ship this hardware to >> your technical specialists. >> >> Also, I'm able to reroute you technical questions directly to Marvell. The load address is 0xf00000, not 0x02000000. >> >> Thanks. >> >> -- >> Andrew. Kevin