From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::541; helo=mail-ed1-x541.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-ed1-x541.google.com (mail-ed1-x541.google.com [IPv6:2a00:1450:4864:20::541]) (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 42A1C211AE8B7 for ; Fri, 4 Jan 2019 03:03:28 -0800 (PST) Received: by mail-ed1-x541.google.com with SMTP id o10so31401184edt.13 for ; Fri, 04 Jan 2019 03:03:28 -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=EB8HJMiwCcewOE/5HK8Mqp7UXOpUJwVP4GZq3DDw+M4=; b=diA+U+FJgOEXk6IcYFsiNPzWEfKM39er/eUQA7QgCqxPaSMrBdr64zAPA0OlZWk2nc qCVrrIrc9YXXTsPt1aOrO8+lppQyVgvZK4ao6ugl1NjqC71V0jMyB80zCTyHyBY479tP f/siPgu78HnkU7g4s1JcbCeNY9nXktBuViPfk= 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=EB8HJMiwCcewOE/5HK8Mqp7UXOpUJwVP4GZq3DDw+M4=; b=LMjm8P1+8ckmIysOhHcuD91gz+8HunPpoKxThmWBZss+fbQMOVrdnjvZwBYXSm+A3O TzOBsX+IXReXBdSp/CiQHKeGx6j13waSvDY6cmt2kAtQvD3QBgTRJM6iL64xWY88CwPO R1KpMHtcX+f2YZ6rYb/TT3VpQevzFRP/F6x1bGGZCg0rOEDEJm2+o2YQ7BBCanHAWGfU kUEN3FBZvoI/WWTFj4xXuFEALyW5GeGdDAC686nDJ/13j2LGHiLJeYpkId+6Fzsf9TLo MROcwIgbo8qzoUe4aDZPpElItFdkogewcW/0EkyzCz5eQV81sGBkp4PRj+Z+WrMJYBdb dTrQ== X-Gm-Message-State: AA+aEWZ7Q1PRWqYitGGAPuaQSn7A/9gUUfxn3i/GqQhB3U5BMa7yDXCm QBuh5vgLfA5cHOqVmOsd41kIBnI70rXODQ== X-Google-Smtp-Source: AFSGD/VW3bOiKxXt8etjl1YYgujy2rOT/aKjz4E9tPNO0XEfbhc4ZAHfRwCQDbAlZtHnCSp1ZmAFWQ== X-Received: by 2002:a50:aa9b:: with SMTP id q27mr45656581edc.93.1546599806513; Fri, 04 Jan 2019 03:03:26 -0800 (PST) Received: from dogfood.home ([2a01:cb1d:112:6f00:704e:c241:dc88:597d]) by smtp.gmail.com with ESMTPSA id n11sm26650578edn.14.2019.01.04.03.03.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Jan 2019 03:03:25 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: Ard Biesheuvel , Achin Gupta , Jiewen Yao , Supreeth Venkatesh , Leif Lindholm , Jagadeesh Ujja , Thomas Panakamattam Abraham , Sami Mujawar Date: Fri, 4 Jan 2019 12:03:09 +0100 Message-Id: <20190104110315.18339-3-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190104110315.18339-1-ard.biesheuvel@linaro.org> References: <20190104110315.18339-1-ard.biesheuvel@linaro.org> Subject: [PATCH 2/8] StandaloneMmPkg/StandaloneMmCoreEntryPoint: add missing SerialPortLib ref X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2019 11:03:28 -0000 StandaloneMmCoreEntryPoint calls SerialPortInitialize() explicitly, so add SerialPortLib to its list of LibraryClasses. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf index 3222cd359f3e..769eaeeefbea 100644 --- a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf +++ b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf @@ -43,6 +43,7 @@ [Packages.AARCH64] [LibraryClasses] BaseLib DebugLib + SerialPortLib [LibraryClasses.AARCH64] StandaloneMmMmuLib -- 2.17.1