From owner-freebsd-hackers@freebsd.org Mon Sep 26 23:32:53 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE3EABEACEE; Mon, 26 Sep 2016 23:32:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA6706E2; Mon, 26 Sep 2016 23:32:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id F029D10AF8F; Mon, 26 Sep 2016 19:32:51 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Cc: Piotr Kubaj , freebsd-hackers@freebsd.org Subject: Re: Freeze during booting of ASUS F2A85-M motherboard with Coreboot Date: Mon, 26 Sep 2016 13:48:46 -0700 Message-ID: <3775937.NQtCRk5KTK@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-PRERELEASE; KDE/4.14.10; amd64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Mon, 26 Sep 2016 19:32:52 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 23:32:54 -0000 On Wednesday, September 21, 2016 11:19:05 AM Piotr Kubaj wrote: > I'm trying to boot the ASUS F2A85-M board with flashed Coreboot 4.4 and > SeaBIOS 1.9.1 as a payload. > > This board works nicely with stock UEFI, it can also boot Slackware 14.2 > from Coreboot with SeaBIOS without any issues. > > But it seems to have problems with FreeBSD (I've tried 11.0-RC3 and > later 12.0-CURRENT). That's why I'm posting it here, instead of Coreboot > mailing lists. > > Booting freezes after printing: > pcib1: failed to allocate initial I/O port window: 0x1000-0x1fff Do you get this message in a verbose dmesg with the stock UEFI? -- John Baldwin