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 1385122423858 for ; Thu, 1 Mar 2018 10:05:52 -0800 (PST) Received: by mail-wr0-x241.google.com with SMTP id v65so7526219wrc.11 for ; Thu, 01 Mar 2018 10:12:01 -0800 (PST) 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=aAhh6YnMpcRVu0w2TlO9EgVK/UmyDSD54+vuGF85LWc=; b=RHTfD9jBdYvECFzWphtOy1AWoqps3G3hDBhkMw8iELam4DDB9XAEyI6W9Wxw2EUAYw 7IZGHro9ratIZEcCn8FzZ1w33nWcrWLkYUlfEzO9wW9Awcv8So/PW+d4RUsG1tG4Cb9j 7vhmQdneDo+q7otKM7H2BXlO8MgSAbcP5tzdM= 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=aAhh6YnMpcRVu0w2TlO9EgVK/UmyDSD54+vuGF85LWc=; b=rpuklrdKlvCUkFz3MZNLzD04OVYRkG6J52xeU5/jlm1zJZTkMPXh00aaO09okocEXL QhuQrCoE7pmD6zCr3oyOPwnvcOLADveUz4cWN9SuwtBnjccnLJg6iqziCrZsja4NKDlD un6jLMDH4sAIAtc0v3/UfYeqAUOSsVU3tvPi/rjkoX6JAYBIZgHQMneYXvbP5lNVjhQv 9NVGR4WhucJMnh0FcK2mEN1hkCAXFiAO32XdIxpIUEW2sLUbpDSwTv6AoRKIWjAaQBm+ xSM1HMEquJzvHC9tey+sXV/P+GNkOzyvtcuI+735WSrMdpC7JEUyw18S25lYhlrfdghP zCEw== X-Gm-Message-State: APf1xPDczizBLAXkiui+d1eD33WYl5Wu+1dc5/GI4qiR9K0ZlwxCnpTk FWRMCL9pIdnX3fpOoXKvPwiS1W06iPY= X-Google-Smtp-Source: AG47ELualmqlXiFTxWlfrb6VC+Vf0R8cex1H/mO+pvRs6w+am5XCIuI6MhuQC81FuUgw7Na5Zj7xuQ== X-Received: by 10.223.193.69 with SMTP id w5mr2447318wre.42.1519927919570; Thu, 01 Mar 2018 10:11:59 -0800 (PST) Received: from localhost.localdomain ([196.71.216.221]) by smtp.gmail.com with ESMTPSA id w195sm78568wmw.9.2018.03.01.10.11.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Mar 2018 10:11:58 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: lersek@redhat.com, leif.lindholm@linaro.org, heyi.guo@linaro.org, star.zeng@intel.com, eric.dong@intel.com, michael.d.kinney@intel.com, liming.gao@intel.com, Ard Biesheuvel Date: Thu, 1 Mar 2018 18:11:39 +0000 Message-Id: <20180301181142.16817-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180301181142.16817-1-ard.biesheuvel@linaro.org> References: <20180301181142.16817-1-ard.biesheuvel@linaro.org> Subject: [PATCH 1/4] MdePkg: move DxeRuntimeDebugLibSerialPort to MdeModulePkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 18:05:53 -0000 Before making enhancements to DxeRuntimeDebugLibSerialPort involving EDK2 specific protocols, move the driver from MdePkg to MdeModulePkg, which permits such EDK2 specific deviations from the PI spec. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmVirtPkg/ArmVirt.dsc.inc | 2 +- {MdePkg => MdeModulePkg}/Library/DxeRuntimeDebugLibSerialPort/DebugLib.c | 0 {MdePkg => MdeModulePkg}/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf | 0 {MdePkg => MdeModulePkg}/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.uni | 0 4 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index cde514958da2..8f411fde1f8b 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -232,7 +232,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf !if $(TARGET) != RELEASE - DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf + DebugLib|MdeModulePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf !endif !if $(SECURE_BOOT_ENABLE) == TRUE diff --git a/MdePkg/Library/DxeRuntimeDebugLibSerialPort/DebugLib.c b/MdeModulePkg/Library/DxeRuntimeDebugLibSerialPort/DebugLib.c similarity index 100% rename from MdePkg/Library/DxeRuntimeDebugLibSerialPort/DebugLib.c rename to MdeModulePkg/Library/DxeRuntimeDebugLibSerialPort/DebugLib.c diff --git a/MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf b/MdeModulePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf similarity index 100% rename from MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf rename to MdeModulePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf diff --git a/MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.uni b/MdeModulePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.uni similarity index 100% rename from MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.uni rename to MdeModulePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.uni -- 2.11.0