From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.groups.io with SMTP id smtpd.web08.7820.1610544044252736733 for ; Wed, 13 Jan 2021 05:20:44 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=DZ4ylSXu; spf=pass (domain: redhat.com, ip: 63.128.21.124, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1610544043; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2+82ht0s+8qUyaLK6pd22xAoWULlMjoK9cQg2+tgIlk=; b=DZ4ylSXuOvfDJqvZgBxtNmU8N2FZzOl69ntts6ChdWQl2HZjqS8J1W44IqQ7ZefeGVfndO EF3bjbt+GovTsaqwRFK93LYsxGYjFfB9xeRXhuB22MNY8HnwTZFEQrYzdUUmFhNDW9Tx79 0c6h9F9BU6UA8DBNVb0vCTL7ZXQqv+M= Received: from mail-wm1-f72.google.com (mail-wm1-f72.google.com [209.85.128.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-564-F3S1vIQtPCKhbTjIbc47xg-1; Wed, 13 Jan 2021 08:20:42 -0500 X-MC-Unique: F3S1vIQtPCKhbTjIbc47xg-1 Received: by mail-wm1-f72.google.com with SMTP id c2so1640133wme.0 for ; Wed, 13 Jan 2021 05:20:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=2+82ht0s+8qUyaLK6pd22xAoWULlMjoK9cQg2+tgIlk=; b=fvnUF9Egm3W8wHbcEeC8JdRPmFaKEKnzt0KuP9JfLwgdCyigCxnxV7LbtUYF4pwY55 OYSaR1MUz2aRpd8hhmsf28Gy9qSStLHpoXHyDNstI3YxYxOZNvd26oTxAEMkH78Z0Nly uhVUfJItKEnP5ADaDV/s3LlLIJXS/sJWZE1JLF6IaEBY70/N9lZswUA6/ifxGRMZa6Au l6zNrK8Xsq5MZ5t1HXUheuxmcMjd/LkJxDjLMkEwLitAY5HIJipFabMRHevgoPTyqs3i /BW3ja7oFIvI8dYuYdJfqwxr8Wdy8hOkpa5m27rltgLVHfn8R3FOz6094qjABJMwlK4K 1eGA== X-Gm-Message-State: AOAM531trkd4LGQgkec7/yt/pNY9pus6kBqCK1mFhzpmcS4+XEBsdcsC tWuzabwkU27ULUA42o2Jh9dZhNlxX5ZNr3Os3dX3Lkl8qVKWwVyE7THxFm0pu+ctZgz8EFTiEFb bwA2mn9Artrk+QQ== X-Received: by 2002:a1c:3d55:: with SMTP id k82mr2157855wma.57.1610544040622; Wed, 13 Jan 2021 05:20:40 -0800 (PST) X-Google-Smtp-Source: ABdhPJxS3PvSPy8qdxLWLyDltkxNCH3A1KGL6c57hVRUznujpOc5ntKepZTrWGwxdBj4wKkdkTt1nQ== X-Received: by 2002:a1c:3d55:: with SMTP id k82mr2157844wma.57.1610544040512; Wed, 13 Jan 2021 05:20:40 -0800 (PST) Return-Path: Received: from [192.168.1.36] (190.red-83-57-173.dynamicip.rima-tde.net. [83.57.173.190]) by smtp.gmail.com with ESMTPSA id z130sm2909828wmb.33.2021.01.13.05.20.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 13 Jan 2021 05:20:39 -0800 (PST) Subject: Re: [PATCH v2 05/10] UefiPayloadPkg: add OrderedCollectionLib class resolution To: Laszlo Ersek , devel@edk2.groups.io Cc: Benjamin You , Guo Dong , Maurice Ma References: <20210113085453.10168-1-lersek@redhat.com> <20210113085453.10168-6-lersek@redhat.com> From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= Message-ID: Date: Wed, 13 Jan 2021 14:20:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <20210113085453.10168-6-lersek@redhat.com> Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=philmd@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit On 1/13/21 9:54 AM, Laszlo Ersek wrote: > A subsequent patch in the series will make the > > ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf > > instance dependent on the OrderedCollectionLib class. Because the shell > binary in this platform consumes the above UefiShellCommandLib instance, > resolve OrderedCollectionLib. > > Cc: Benjamin You > Cc: Guo Dong > Cc: Maurice Ma > Cc: Philippe Mathieu-Daudé > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3151 > Signed-off-by: Laszlo Ersek > --- > > Notes: > v2: > - new patch > > UefiPayloadPkg/UefiPayloadPkg.dsc | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Philippe Mathieu-Daude