From owner-freebsd-arm@FreeBSD.ORG Mon Apr 25 04:51:29 2011 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 17C88106564A for ; Mon, 25 Apr 2011 04:51:29 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id DE14C8FC1B for ; Mon, 25 Apr 2011 04:51:28 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.messagingengine.com (Postfix) with ESMTP id CC5D02068C for ; Mon, 25 Apr 2011 00:35:52 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute5.internal (MEProxy); Mon, 25 Apr 2011 00:35:52 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:subject:message-id:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=V7X3ycCA+iEqG/YgBtOE2mofFAM=; b=BcICECpjo8UdVMKZWV6cu9E4WMbhfTke5v4pc+9D8+dpm5ZztHp8DvSiujSV8ghzO69+/tUPKn0nvS2HK58q4Po2B7oRmShnwDA95ZaZ+oig/vfXw1tcB8EU86E8Flurw9bo349idEvLwEsQWdVOI+BDBJIzR60m5wVBKVum3Uc= X-Sasl-enc: P5mPOVfmiyqjsXXTKRWI1e6UmM+5nuO0odSfDieW0fZP 1303706152 Received: from localhost (222-154-128-216.jetstream.xtra.co.nz [222.154.128.216]) by mail.messagingengine.com (Postfix) with ESMTPA id D91AF443668 for ; Mon, 25 Apr 2011 00:35:51 -0400 (EDT) Date: Mon, 25 Apr 2011 16:35:49 +1200 From: Andrew Turner To: freebsd-arm@freebsd.org Message-ID: <20110425163549.2bcc8551@fubar.geek.nz> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd8.0) X-Pirate: Arrrr Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: OMAP3 patch 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, 25 Apr 2011 04:51:29 -0000 Hello, With the patch at [1] I am able to get a Beagleboard to the point it will start running init to the point it will start to ask for the single user shell but is cut off. As far as I can tell it is stuck in the uart interrupt handler. I haven't fully tracked down why it is not working yet and would appreciate help looking in to it. Andrew [1] http://fubar.geek.nz/files/freebsd/omap/omap3-20110425.diff