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::241; helo=mail-wr0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) (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 91D2320352615 for ; Wed, 25 Oct 2017 10:57:01 -0700 (PDT) Received: by mail-wr0-x241.google.com with SMTP id l1so852526wrc.3 for ; Wed, 25 Oct 2017 11:00:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=5OpPtB4mcvZtKmRgKzxAXGml8Uw1xw7J7pz0hCLF5zc=; b=KNm+K0e+KGffUTR3cOm+Q/Jwa6OcV+XHmndqxJ4kuG3WNxVk1auRk/DKiowA4XCasw AlhKSZwGxKjGAtQQYA2kYPvnOoZaHYef/YlfzRNrwgszHxEFl7bi+GIvdYw1JDGTO40R 7yo9cr0MgMSwFswJInlp6I55z+aqGAwMfugh4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=5OpPtB4mcvZtKmRgKzxAXGml8Uw1xw7J7pz0hCLF5zc=; b=iTKHbmQMdjV9Hfh0OhybLAWAyeHqf9Kr5DzCsUwDfFmrI6NocKBD8m4Oc6FcS10yES A2M6W/DEeF1ExboVQyRmMLHzuQsVilgIXol9P+d9pKRX3+UhbMLxYIDAOoj5JimJ7ds7 hV1i40XAAv06tOJCLocX3K+d0zpLiar2ZPWKML8HrSfFs3JN1Pz9tsHoZLdxWqsOCS8C ImWeLwb1HOp55edxQj9Ryc//FYfgVxtjf+3pQjUBRLVx9c0PhzHhbmwB0s73EerxCXZ+ GiTGtaQsJB50ArFx0JJ+GYGKKCku2XlqFzeAdU4LVKmc+bwW57PexCgjtVs7HrTDea6r yMYg== X-Gm-Message-State: AMCzsaW0Wa26PnZcxq2dP5m+nm5CVYYpkF0dGnkqxl3S4aI5UZF38EJU KUC/AV0YmQOX5WA/pT/sGpAWkQZOgpo= X-Google-Smtp-Source: ABhQp+Tji1/hKtG7Z0A/2pXlameLCXpHOElQKwZmn0ov+s17HcDwNBiP0OsdEgMKUhsQYqyHeCVgWg== X-Received: by 10.223.135.231 with SMTP id c36mr3184877wrc.248.1508954445345; Wed, 25 Oct 2017 11:00:45 -0700 (PDT) Received: from localhost.localdomain ([160.161.173.60]) by smtp.gmail.com with ESMTPSA id y29sm3255305wrd.3.2017.10.25.11.00.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Oct 2017 11:00:44 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: daniel.thompson@linaro.org, masami.hiramatsu@linaro.org Date: Wed, 25 Oct 2017 18:59:47 +0100 Message-Id: <20171025175947.22798-24-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171025175947.22798-1-ard.biesheuvel@linaro.org> References: <20171025175947.22798-1-ard.biesheuvel@linaro.org> Subject: [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: Wed, 25 Oct 2017 17:57:02 -0000 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 --- 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