From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::243; helo=mail-wr0-x243.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8AD1920352602 for ; Thu, 26 Oct 2017 14:43:05 -0700 (PDT) Received: by mail-wr0-x243.google.com with SMTP id o44so4475163wrf.11 for ; Thu, 26 Oct 2017 14:46:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=gPMVCD1Olc9aD6e7hUj8xE6lawkXyI5SuTj0LYbasS0=; b=cQyTZmM8VQgyV79ZMzeFRMQXXQ1qKVnA1OcIVh3IDRd4hEnHRKUZEOyQJEDrbwmLje 8dT0iQgFi4Lm5fwL2h5rqnm7C5aoM5uwTKxaBYzKuV/0swVrhvX1fbwhctyri8dBVWLP fxJDt+R40qSZugDbxAP4Nvr2gwBWilhvKGoYc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=gPMVCD1Olc9aD6e7hUj8xE6lawkXyI5SuTj0LYbasS0=; b=J0MjWv5nhiVQW18f1YDYNl6RMQ6rlfHvjlNrsYMWSsBlrZm3bDs4o43SGSWTqEmZ0Q ZhNtBYMN0yqiU4dXes6v+2fZYer08L2PraxoiNLJ/wzAvVVyEqbB0xJWNPjLNuwptCmZ ed01A8K8l1CpbkCuKpPppF3gt4Jj++FOCWlr6xZen6u1TgVaPZEfxzAerWX7VNys39JE 2t+c0tOIvDfS5QsKixZKA0OaTYER3dljVkHA9Gt0nKxvaS8eDPJUqJF7UCJ0WQXQcire suzz8C3v17/wBJu6nENdFKBQnlR3rpOu1oMRyr4BR1w43MaHjRPqfaPnfMXpvuLo9WVl 6UOw== X-Gm-Message-State: AMCzsaXGrChK7L3rRgG68WHIU8abtgoMoSuX/JPNQHvQMPu7DKjXmA2L k56ibyvlDPwAC3g15G/SnKQs2g== X-Google-Smtp-Source: ABhQp+Sr5Rl+Re0fUki93fPH3KZiIbfOGVf83NplznlggSkXpb39/CQMqDhFpqUyt4fg+LZ6MJJoZQ== X-Received: by 10.223.168.66 with SMTP id l60mr6279732wrc.144.1509054410812; Thu, 26 Oct 2017 14:46:50 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id b9sm7001740wrf.59.2017.10.26.14.46.49 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 26 Oct 2017 14:46:49 -0700 (PDT) Date: Thu, 26 Oct 2017 22:46:48 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, daniel.thompson@linaro.org, masami.hiramatsu@linaro.org Message-ID: <20171026214648.wne2pmqi6ooe7wlu@bivouac.eciton.net> References: <20171025175947.22798-1-ard.biesheuvel@linaro.org> <20171025175947.22798-24-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171025175947.22798-24-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v2 23/23] Platform/DeveloperBox: add ConsolePrefDxe driver X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2017 21:43:05 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 25, 2017 at 06:59:47PM +0100, Ard Biesheuvel wrote: > In order to improve the 'out of the box' experience when booting > this system with a monitor and keyboard attached, include the serial > console preference driver that prevents the installer GUI to only > appear on the serial port in this case. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 8 ++++++++ > Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 5 +++++ > 2 files changed, 13 insertions(+) > > diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > index bc3ae8eef08a..735ce91bef6f 100644 > --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > @@ -592,6 +592,14 @@ [Components.common] > } > > # > + # Console preference selection > + # > + EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf { > + > + FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf > + } > + > + # > # ACPI support > # > MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf { > diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf > index 61481a55721f..4cbd387e0962 100644 > --- a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf > +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf > @@ -204,6 +204,11 @@ [FV.FvMain] > INF Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.inf > > # > + # Console preference selection > + # > + INF EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf > + > + # > # ACPI support > # > INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf > -- > 2.11.0 >