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 91634207E4DF3 for ; Wed, 23 May 2018 07:14:53 -0700 (PDT) Received: by mail-wm0-x242.google.com with SMTP id j5-v6so9636862wme.5 for ; Wed, 23 May 2018 07:14:53 -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=uQS5u9G325rCZEjkHJWkBi6jbX/VNlL7ibt3r2e137k=; b=f2jeErhcsKeiLGLcHQ3uaapoH/ftmNxwgrA2nb4QvF5fGO33SpMvtBFBYbaiesmuaY sim/XX51+X2o7ysWe2jDJY6aD72WWGt+N2ni+3EzidU3pj4FJclNOhhtqJiNO2GBJmYA 34q03tGbVxjFNLYXaJeJILxwA/Clm4S5IEPwM= 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=uQS5u9G325rCZEjkHJWkBi6jbX/VNlL7ibt3r2e137k=; b=KSe9wh+okNHm896c5ytWgNLlSYOccDm3BDGXZfpXzomnj5YXwLnPViPfcPRVEwSaQg uXuK7U2awcOeM/TEhiIYTWuoa/mBW7AO3htMexKLxV22wAPn2j1p/VFyXt0tSJveMpz2 G7wPPhpBwDmGcfcv2HyZd0CcsvffEvyRsC6MEfG5OJ12ZMEqKMzRuF1/i+GPP6NIRSly n9nrlJHtByH6hf0SCitElVyK6Vt09q0jhhFySl35WObOt+8j+9r8CJCHTDQUU7RCQ97r MhzGUipqPKXTVtBO4Q2m/oNYJEpoC9dP6AuIV/vSOAg2RmpmV2dkWIaGLp4nV+b2elwR eJ7A== X-Gm-Message-State: ALKqPwduORju01Sgi2RvAu8efV7DSXdmvdD9P3656LRvqx+MfcB3WuxQ WBIAkkXug0E8pdKAztXldu11EkqT5M0= X-Google-Smtp-Source: AB8JxZoRbYrnxYROpvskQDXPddmA5I9yj3yX4GDvU+c/X4GgpsgFXZ2JcA45BuOKZ6YjBr5MYdkc5A== X-Received: by 2002:a1c:6d90:: with SMTP id b16-v6mr4199702wmi.138.1527084891951; Wed, 23 May 2018 07:14:51 -0700 (PDT) Received: from localhost.localdomain ([2a01:e35:3995:5470:200:1aff:fe1b:b328]) by smtp.gmail.com with ESMTPSA id o12-v6sm27347774wrf.31.2018.05.23.07.14.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 May 2018 07:14:51 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Wed, 23 May 2018 16:14:42 +0200 Message-Id: <20180523141444.20033-3-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180523141444.20033-1-ard.biesheuvel@linaro.org> References: <20180523141444.20033-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms 2/4] Platform/DeveloperBox: add PCI serial driver X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2018 14:14:54 -0000 Add the generic PCI serial driver so UART plugin cards can be used as the serial console in UEFI. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 1 + Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc index e7068a5b629c..1bfe7fcaca01 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -581,6 +581,7 @@ [Components.common] MdeModulePkg/Universal/EbcDxe/EbcDxe.inf MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf Silicon/Socionext/SynQuacer/Stage2Tables/Stage2Tables.inf + MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf # # eMMC support diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf index 9e06abb38682..c36104da3b46 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf @@ -149,6 +149,7 @@ [FV.FvMain] INF MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf INF MdeModulePkg/Universal/EbcDxe/EbcDxe.inf INF MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf + INF MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf # # eMMC support -- 2.17.0