From owner-freebsd-current@FreeBSD.ORG Wed Feb 4 13:48:14 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D965FBDE; Wed, 4 Feb 2015 13:48:14 +0000 (UTC) Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9B4D86F; Wed, 4 Feb 2015 13:48:14 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id at20so1998831iec.7; Wed, 04 Feb 2015 05:48:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=tXnPiKBTtpWfmZ0H3eqUbMq3r29XcosBOuVx22Qixf4=; b=uLV1v8L1mKsVBJC9pb8sXRFkJxwP94RIiUqcbhw/EW07Qjnl2jR1e79njOE+K7fQVs CC1aDj3kecZEMoWByokmbBAW/OA0DNYujYj6GOxR90lMKc9eW9X8tOujqq+GmluWmAwR m6cMnTKuCDEkKClT0aG4QVAlMcVBdjWqNhXIGlwEcdGyzhGm55Cku/nLbzJlEuQ0yDEd +6F2F3ip6J75iN/pC+RKaVwXRSozP6GKuPTfeuNzFviUm2A7YElgIYXiUE4kmmTWJP24 Z2dTIt+R9p+qnbYj2TR1yiEPPMCMbjd7Y8hBuSG8oVPa6nLjz4PtFIMeGLPABDyfuYRc XzWQ== X-Received: by 10.107.27.76 with SMTP id b73mr20122774iob.64.1423057694121; Wed, 04 Feb 2015 05:48:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.91.193 with HTTP; Wed, 4 Feb 2015 05:47:53 -0800 (PST) In-Reply-To: References: From: Luca Pizzamiglio Date: Wed, 4 Feb 2015 14:47:53 +0100 Message-ID: Subject: Re: UEFI boot hangs with MINNOWBOARD To: Ed Maste Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Hackers , FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 13:48:15 -0000 Hi Ed, I've got a running MinnowBoard. All problems are not FreeBSD related, but with DVI display. Setting a fixed resolution instead of a "Auto" solved the problem. Thanks for the help Best regards, pizzamig PS I'll try to get a GetMemoryMap() / ExitBootServices() retry next week On Fri, Jan 30, 2015 at 6:35 PM, Ed Maste wrote: > On 30 January 2015 at 10:57, Luca Pizzamiglio > wrote: >> Hi, >> I'm testing CURRENT on a MINNOWBOARD >> (http://www.elinux.org/Minnowboard:MinnowMax): >> >> Dual-core atom E3825 CPU >> EFI Version: 2.4.0 >> EFI: EDK II >> >> boot1.efi starts, it can found the ufs partition with loader.efi >> loader.efi fails at BT->ExitBootServices() (elf64_exec() of >> sys/boot/amd64/efi/elf64_freebsd.c) > > Which revision are you testing, and do you have any local changes? > > I built a plain -current USB stick image a while back and had no > trouble, when using the HDMI output. I don't recall the revision at > the moment, but will try again soon. Serial console won't work because > the UARTs are not quite 16550-compatible. > > We do need a GetMemoryMap() / ExitBootServices() retry though.