From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::22a; helo=mail-it0-x22a.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::22a]) (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 B7F82202E61B9 for ; Tue, 17 Oct 2017 01:40:13 -0700 (PDT) Received: by mail-it0-x22a.google.com with SMTP id n195so1470958itg.2 for ; Tue, 17 Oct 2017 01:43:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=SWSMg5jzFNGNZ0UiatA8qLvWVumsneLGwnLm5MpjQ9M=; b=Nl8I9K3J54mIq1xuSWlZv3/+hr6s6iJvENP6GBWuuQ09sbk7T+J2ThwBMFAZigPXP5 3FnIgTJX6grKap7xK09E6wdtlHQD/8HjBGNyV0mz1GUZB2YhRG2KIHP+cs1R43eAlkF6 zLD6KNW9KN7wupp7sf+ttc8PuBKAKZHcuGTAQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=SWSMg5jzFNGNZ0UiatA8qLvWVumsneLGwnLm5MpjQ9M=; b=DcmacYmpk3wdIysCZivmPakX51Ww+qB26RSAdSgzMig9GwqNU/VLHr//Xl3q7ByfNu YzaxVpXUXzBQV6g/mdwWw3yn2OaftnBNFsdSex9RaCULvmu4rycw4jFoKnK1Z5iE+MDe RVvpZgLv+fjjdnp97690qla2yAJ+mXeC1YMMnFB48M7rAOkpHxFVEic1hmOGZxk1jZwh Dnn/UizEa/nDUrx5plLkY6cSigZOEJybq/CNC4BcT/rCDmkp08fBa2GuFYuWmOzpbeb/ G1a4UAJCdkZEHObLiR2fjTmBUHxB1XF8dJDhcw0g7dTMLztdbIj7+3nIhowKjtVMeSMZ jerQ== X-Gm-Message-State: AMCzsaVlCQcIlCJjdzapx4WgkJH1Mhcse2UQshLJPRg+mm8dq4wlFcTz k43SLo3BHhOfbNO9ptVkQqtI2V0QjK81ehnwwqaD0g== X-Google-Smtp-Source: ABhQp+SFd2cDg9fc1nRRKULIUhvN5vIT+egtTOOwyS/7Y+6wqBF6H0zh091qouEcrFgE9lLrHj6v+ds6hl/jrOkEkOU= X-Received: by 10.36.150.4 with SMTP id z4mr4191209itd.48.1508229829109; Tue, 17 Oct 2017 01:43:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.131.167 with HTTP; Tue, 17 Oct 2017 01:43:48 -0700 (PDT) In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E16C97C@SHSMSX104.ccr.corp.intel.com> References: <20171016180347.22930-1-ard.biesheuvel@linaro.org> <4A89E2EF3DFEDB4C8BFDE51014F606A14E16C97C@SHSMSX104.ccr.corp.intel.com> From: Ard Biesheuvel Date: Tue, 17 Oct 2017 09:43:48 +0100 Message-ID: To: "Gao, Liming" Cc: "edk2-devel@lists.01.org" , "leif.lindholm@linaro.org" , "sudeep.holla@arm.com" Subject: Re: [PATCH edk2-platforms] Platform/ARM: remove ReportStatusCodeLib resolutions 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, 17 Oct 2017 08:40:13 -0000 Content-Type: text/plain; charset="UTF-8" On 17 October 2017 at 01:53, Gao, Liming wrote: > Ard: > MdeModulePkg\Library\RuntimeDxeReportStatusCodeLib\RuntimeDxeReportStatusCodeLib.inf is designed for Runtime driver. If you require StatusCode at runtime, you can use this library instance. > Thanks Liming. I wrongly assumed that these platforms have no use for status code, but apparently, it is required for the FPDT table?