From owner-freebsd-current@FreeBSD.ORG Fri Jan 30 17:35:45 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 E1CE25B3; Fri, 30 Jan 2015 17:35:45 +0000 (UTC) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B330DA9; Fri, 30 Jan 2015 17:35:45 +0000 (UTC) Received: by mail-qg0-f53.google.com with SMTP id a108so39184786qge.12; Fri, 30 Jan 2015 09:35:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=ki9qHUHuVxZQdXpgdMvDsvsQANniGgvyCfhF8esY3Qo=; b=HALVAf47rYIwT1zlgHvZPgoHnWxQUNinmc+HFQYIxX2JpwMS8vy1pHMqamYiGiQG63 vyv2XTau1Kw8dYKwJtZoYgASXwPCIX2sNohtU6ZxC2cPrCE4H51JjLPRVtkuwaqPZald 2pEk0YY72GjKbTgdSJiVwzP5vE2upldFNq45OjngHcipWlAeVxebq5W8F7GpsH0lTsQZ WdWLBY922LkharsCq6XuycVYi4aXa/p4xJMsN9GaRoDnucBMtr88NDIrNnXxs/4U+PZZ AhgOUZMsSVLauqlUzIN32dWIDZ5kP7tymZllYy85nZvmOlRQJE1aSqIcKlOBRykRCVkk X3OA== X-Received: by 10.140.94.6 with SMTP id f6mr13801708qge.38.1422639344656; Fri, 30 Jan 2015 09:35:44 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.140.39.209 with HTTP; Fri, 30 Jan 2015 09:35:24 -0800 (PST) In-Reply-To: References: From: Ed Maste Date: Fri, 30 Jan 2015 12:35:24 -0500 X-Google-Sender-Auth: rkA2u2MKqJIO_DCb74QKiYhECWg Message-ID: Subject: Re: UEFI boot hangs with MINNOWBOARD To: Luca Pizzamiglio 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: Fri, 30 Jan 2015 17:35:46 -0000 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.