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:c09::242; helo=mail-wm0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) (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 73C212035D0FF for ; Tue, 31 Oct 2017 03:49:42 -0700 (PDT) Received: by mail-wm0-x242.google.com with SMTP id r196so21616117wmf.2 for ; Tue, 31 Oct 2017 03:53:34 -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=XFCffnlsb72EVqJnkV1auWGsB3E2r4c2GQmfhc8mkr4=; b=PU19KUnSO3/Kalpi4vYfZokAlEjAl4fVPYy+uIYyTbLYf3XhyqihnqVIntmfdprAc5 CyTeLaWCsHFUkTcKcZiezBjsOGl1sUyZGHypSMJ5Z2nCQH5QjE+XLZfVDJXTTPDojjhK BgubcZIgzXL7DEp4Jx+5P4FY4BwIY9bShSDRQ= 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=XFCffnlsb72EVqJnkV1auWGsB3E2r4c2GQmfhc8mkr4=; b=R+WXuD0wCHkPkldCvLWxGnpiK47SXUvfOn26eh3akUVNTJbFgP4JvMXD2rljD/2x38 2devY+GErFLbsaBIUbHG0xb5kQl9cgGiXnwHDOqqVQRtyMpU/yt21hksYz32EkqP9ebG D559u/J5wQZj1ePu0yA/oKpsTDAIvhE36jxDerw1y8cH7521kK/6vc5aGU6oHFxoIj5a Pk6sHgA6psC0uxou57eFsBYb4csg4Gy8JV1R23K8q6dEMPI4vu1zfeg3haIRq+5wdu0d LxcnaO6nvwk3SjGR6puJV+/t59EfsWTP9T7IiNhyfqLFgLmZxPB4r3lWKYMt+x/81MTV R0iw== X-Gm-Message-State: AMCzsaWMF2zotVIdWILbXSMCHWZw6v0rzbz0Kkn2jEJhcdznx67q/ysi WtKDj5BfoNk3hC37THBXED7a24bI0ug= X-Google-Smtp-Source: ABhQp+Syki0RH7uLptBGAbrVIWvUxxCieFIuMtDOdc+C6s9OhP1ogrACd5r2TJgbIHWozRuiNphP6w== X-Received: by 10.28.66.72 with SMTP id p69mr1514151wma.159.1509447212604; Tue, 31 Oct 2017 03:53:32 -0700 (PDT) Received: from localhost.localdomain ([105.129.222.2]) by smtp.gmail.com with ESMTPSA id o14sm460985wra.54.2017.10.31.03.53.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 31 Oct 2017 03:53:31 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: graeme.gregory@linaro.org, daniel.thompson@linaro.org, masami.hiramatsu@linaro.org, methavanitpong.pipat@socionext.com, Ard Biesheuvel Date: Tue, 31 Oct 2017 10:52:16 +0000 Message-Id: <20171031105218.30208-26-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171031105218.30208-1-ard.biesheuvel@linaro.org> References: <20171031105218.30208-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms v3 25/27] 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: Tue, 31 Oct 2017 10:49:42 -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 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 f239692d614b..98586a44a892 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -597,6 +597,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 9acb5974ac4c..6d51b1dabeb7 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf @@ -214,6 +214,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