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=ard.biesheuvel@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 13A10223C1792 for ; Tue, 20 Feb 2018 02:59:56 -0800 (PST) Received: by mail-wr0-x243.google.com with SMTP id u49so8501040wrc.10 for ; Tue, 20 Feb 2018 03:05:54 -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=UpZyYyU/u9JG0+cA7/Xx5IxGvkLdqbO5Ptp04Y2o1b0=; b=LNR5YfCPKL6+cc+VglurHqRxLwmctJfrZKFsi1Pcz8PWJurjzBhk2iwVWeLaXO8rvA hqukVwS74WIpwXEYbNBfQw6cDrhe99/j3YfRbvhe/y8Xd6EigNnTnJCYeaMwxrR37GxT 4YjFyLGk8woZLJ5/5PRMZAM+dhuv+hvBu4vCQ= 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=UpZyYyU/u9JG0+cA7/Xx5IxGvkLdqbO5Ptp04Y2o1b0=; b=Bns3Wzp2N2ycIWaTBHVN18Ih2lFG/0Fp+Xq7dvsaaHPzE+cj8ijm2zgv9pvc9jgCoJ FXmvdJMCv8Ueqc+r2P/pV8Tt1lfNI/EwpDOApssMXQkPhdYu7TwAuQreZOWBda4w2dtL mAQXjGCdIsRWgEFJnyD1b+Hb/6tfWHyRU2m3ckIOb0h/8ulPJn6M/N8Q0HkEoRUIi+4E TZupsPwyHLlLn+/tSWxcC/RbpYotgRxGenv+7l6aeRBJsbMnDq7m0lBIIFp2LxsOx/DL kW1UIpW3s2YHoW5XCikF2LzueHF6ZELokUzaDas1Zqj4sxtpwFbXXS016iJo3E8ujhfM XKtg== X-Gm-Message-State: APf1xPAPZj/4MNicaKgA5KGyfxAZCJeGEsBXfYBSvocHaA4v5d8j5DjM S46O79F74otBefqh8Ahy8fpV8lYthqc= X-Google-Smtp-Source: AH8x225HcgNCvJTefigwwtFgfCpudKM+nKBK82B6RFx2srEvrDxqE7j0gO/RnFh2RFoeJRRfDrluEA== X-Received: by 10.223.186.145 with SMTP id p17mr14645280wrg.263.1519124752833; Tue, 20 Feb 2018 03:05:52 -0800 (PST) Received: from localhost.localdomain ([105.149.187.179]) by smtp.gmail.com with ESMTPSA id u198sm7417343wmu.44.2018.02.20.03.05.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Feb 2018 03:05:52 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: ruiyu.ni@intel.com, michael.d.kinney@intel.com, liming.gao@intel.com, leif.lindholm@linaro.org, lersek@redhat.com, star.zeng@intel.com, afish@apple.com, Ard Biesheuvel Date: Tue, 20 Feb 2018 11:05:24 +0000 Message-Id: <20180220110524.9050-4-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180220110524.9050-1-ard.biesheuvel@linaro.org> References: <20180220110524.9050-1-ard.biesheuvel@linaro.org> Subject: [PATCH 3/3] MdePkg/BaseDebugLibSerialPort: blacklist for use by DXE runtime drivers 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: Tue, 20 Feb 2018 10:59:56 -0000 BaseDebugLibSerialPort is not suitable for use by DXE_RUNTIME_DRIVER modules, so blacklist it for use by such modules. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf b/MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf index 823511b22f6b..25da1fb9363a 100644 --- a/MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf +++ b/MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf @@ -21,7 +21,7 @@ [Defines] FILE_GUID = BB83F95F-EDBC-4884-A520-CD42AF388FAE MODULE_TYPE = BASE VERSION_STRING = 1.0 - LIBRARY_CLASS = DebugLib + LIBRARY_CLASS = DebugLib|SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION SMM_CORE MM_STANDALONE MM_CORE_STANDALONE CONSTRUCTOR = BaseDebugLibSerialPortConstructor # -- 2.11.0