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:c06::22b; helo=mail-io0-x22b.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x22b.google.com (mail-io0-x22b.google.com [IPv6:2607:f8b0:4001:c06::22b]) (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 E0C18202E61B7 for ; Tue, 17 Oct 2017 01:39:18 -0700 (PDT) Received: by mail-io0-x22b.google.com with SMTP id 97so1400633iok.7 for ; Tue, 17 Oct 2017 01:42:54 -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=8tGUZlytPwC4ZZZIvWCFz6EF3mPRZqpJYQ/AAFDpf8k=; b=R5TTZKCrpx9+haddCB4ecYXyft4gPpyoM2n39od4Z1iooDsWGIgLvAO4gtyHH3pza4 T8jz1FNMk5pLflI9j1OPEpljGAl/74gvYsmppG+YzqiFHO60vlZ6oO19aXeTTmq1ir6u T8gCefeJXEfN7Fo+LJoafRGZQm+0WwC6XDZMU= 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=8tGUZlytPwC4ZZZIvWCFz6EF3mPRZqpJYQ/AAFDpf8k=; b=DyQffV2Z04v/VysrgKM6mVWeG5wY3SyU2a6jZDmJHF70NDUeOHSI0ksgiExE9+Whko yBi8bDqN/yqMy3wdDHQtweFQtJboHHM2iMpuSCW0rO2nDGud6o2kEz+GnPp2rFGraE+e fpEN6OH6OEco0AmTHpWQrecdrfn/QFc/o2VW0XlWG9F1lETeFAtHF2YusbUqcTOpIbHS S+yD2O7Pw9KciLK3v/+STsCVkeKdo0NA70WITZpErXKgiJkA7HVYGa3ufAGUU+6mKR07 aa2VlvYWsdeK92nbWaxcbcLW1PN0Y+5w9yTeGhGdgH/HxRpCiQP9Yi+M/++WlDjHMMCE BC2w== X-Gm-Message-State: AMCzsaWSY0rcnhMf29TZR12lPGpG2mBM5BzjZLxhBOYK7toJtdM/4Cn4 W/+AWAmfz7V63bSNTKjjFitkmJQ4lnajnPGtn3PChQ== X-Google-Smtp-Source: ABhQp+Tmuel9s17S6KIMbteAy9pwOEthHGxPtObd1WwWiI/V9IJH4TcS1XS9WicbrBDCnY4pcABrRE0iYMGcnTAHbBk= X-Received: by 10.107.133.91 with SMTP id h88mr15532160iod.52.1508229774001; Tue, 17 Oct 2017 01:42:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.131.167 with HTTP; Tue, 17 Oct 2017 01:42:53 -0700 (PDT) In-Reply-To: References: <20171016180347.22930-1-ard.biesheuvel@linaro.org> <4A89E2EF3DFEDB4C8BFDE51014F606A14E16C97C@SHSMSX104.ccr.corp.intel.com> From: Ard Biesheuvel Date: Tue, 17 Oct 2017 09:42:53 +0100 Message-ID: To: Alexei Fedorov Cc: "Gao, Liming" , "edk2-devel@lists.01.org" , "leif.lindholm@linaro.org" , Mitch Ishihara , Evan Lloyd , Matteo Carlini , Sami Mujawar , Girish Pathak , Sudeep Holla 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:39:19 -0000 Content-Type: text/plain; charset="UTF-8" On 17 October 2017 at 09:41, Alexei Fedorov wrote: > Ard, > > > BaseReportStatusCodeLibNull.inf was replaced with DxeReportStatusCodeLib.inf > to support storing boot performance data required for FPDT ACPI table. > > As Liming already mentioned ResetSystemRuntimeDxe.inf should be linked to > RuntimeDxeReportStatusCodeLib library: > > > MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf { > > > ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf > } > I know how it works. I just was not aware that we used status codes for anything. Thanks, Ard.