From owner-freebsd-arm@FreeBSD.ORG Mon Dec 31 09:45:56 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72E81F11 for ; Mon, 31 Dec 2012 09:45:56 +0000 (UTC) (envelope-from br@www01.runexis.ru) Received: from www01.runexis.ru (www01.runexis.ru [80.253.8.195]) by mx1.freebsd.org (Postfix) with ESMTP id 227CB8FC0C for ; Mon, 31 Dec 2012 09:45:55 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=www01.runexis.ru) by www01.runexis.ru with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Tpc1a-000DZy-Od; Mon, 31 Dec 2012 13:51:14 +0400 Received: (from br@localhost) by www01.runexis.ru (8.14.5/8.14.5/Submit) id qBV9pDul052201; Mon, 31 Dec 2012 13:51:13 +0400 (MSK) (envelope-from br) Date: Mon, 31 Dec 2012 13:51:13 +0400 From: Ruslan Bukin To: Thomas Skibo Subject: Re: FreeBSD on Zedboard (Xilinx Zynq-7000) Message-ID: <20121231095113.GA52133@jail.io> References: <50DF4BD9.8080601@sbcglobal.net> <50DF555B.9060601@sbcglobal.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <50DF555B.9060601@sbcglobal.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: 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, 31 Dec 2012 09:45:56 -0000 On Sat, Dec 29, 2012 at 12:40:59PM -0800, Thomas Skibo wrote: > One thing that stumped me for a while is that the interrupt controller > driver, gic.c, does not initialize the priority mask register > (GICC_PMR). The boot-loader left it at zero which masked all > interrupts. For now, I plug 0xff into it in my initarm_late_init() > function in zynq7_machdep.c. the same issue with Exynos. Thanks! -Ruslan