From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 330E6AC10D1 for ; Wed, 3 Jan 2024 13:44:15 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=F0rHNA45y+ctV1+qadHF0nxQqyyXlo7c0S5KdhXjypc=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1704289453; v=1; b=wHKg8FAIXFkt1FaMGI63E9tumGCOPYEc1uOTZ4MCeD2aUo3n37ykVkyxaYLTth678sdKWxo7 NybPXm3ih20YB3e8mC5MikN9XrA8eBsUIIp9pXN15hUCmFDgdP8vDlqkYtC0E5Unp3cRgcZpioy uroQqWzPfCn+zYFBrzVizL3c= X-Received: by 127.0.0.2 with SMTP id EMw6YY7687511xILAHfPWL1k; Wed, 03 Jan 2024 05:44:13 -0800 X-Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by mx.groups.io with SMTP id smtpd.web10.17594.1704289452983616091 for ; Wed, 03 Jan 2024 05:44:13 -0800 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id DB18BCE117C for ; Wed, 3 Jan 2024 13:44:08 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D711C433CB for ; Wed, 3 Jan 2024 13:44:07 +0000 (UTC) X-Received: by mail-lf1-f53.google.com with SMTP id 2adb3069b0e04-50ea98440a7so195160e87.1 for ; Wed, 03 Jan 2024 05:44:07 -0800 (PST) X-Gm-Message-State: u7Q0KPTxhXo0RjAZeI5OLgHxx7686176AA= X-Google-Smtp-Source: AGHT+IEOxSTFVKrBHh4w74MZp7LVoWlMNQVSG55WeXtJZhh5LAPjvgbTHTRbh+av0LLF1+ND64M26R1qKeRoB3h6j3g= X-Received: by 2002:a05:6512:128b:b0:50e:7e55:384c with SMTP id u11-20020a056512128b00b0050e7e55384cmr4463555lfs.190.1704289445403; Wed, 03 Jan 2024 05:44:05 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "Ard Biesheuvel" Date: Wed, 3 Jan 2024 14:43:54 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH v2 0/3] EmbeddedPkg ReallocatePool and Mock changes To: Jeff Brasen Cc: devel@edk2.groups.io, abner.chang@amd.com, ardb+tianocore@kernel.org, quic_llindhol@quicinc.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=wHKg8FAI; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On Thu, 28 Dec 2023 at 21:47, Jeff Brasen wrote: > > Adding Mock support for DtPlatformLoaderLib and changing ci.yaml to support this > Adding ReallocatePool support to PrePi Library. > > Passing CI in https://github.com/tianocore/edk2/pull/5197 > > Change log > v2 - > Fix uncrustify errors > Fix ci allowed packages entries > Fix cast on 32-bit systems > > Jeff Brasen (3): > EmbeddedPkg/PrePiMemoryAllocationLib: Add ReallocatePool > EmbeddedPkg: Add host based dependency to ci > EmbeddedPkg: Add DtPlatformLoaderLib gmock support > Merged as #5184 Thanks. > EmbeddedPkg/EmbeddedPkg.dec | 1 + > .../MockDtPlatformDtbLoaderLib.inf | 29 ++++++++++ > .../Library/MockDtPlatformDtbLoaderLib.h | 31 ++++++++++ > .../MemoryAllocationLib.c | 57 +++++++++++++++++++ > EmbeddedPkg/EmbeddedPkg.ci.yaml | 4 +- > .../MockDtPlatformDtbLoaderLib.cpp | 13 +++++ > 6 files changed, 134 insertions(+), 1 deletion(-) > create mode 100644 EmbeddedPkg/Test/Mock/Library/GoogleTest/MockDtPlatformDtbLoaderLib/MockDtPlatformDtbLoaderLib.inf > create mode 100644 EmbeddedPkg/Test/Mock/Include/GoogleTest/Library/MockDtPlatformDtbLoaderLib.h > create mode 100644 EmbeddedPkg/Test/Mock/Library/GoogleTest/MockDtPlatformDtbLoaderLib/MockDtPlatformDtbLoaderLib.cpp > > -- > 2.34.1 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113091): https://edk2.groups.io/g/devel/message/113091 Mute This Topic: https://groups.io/mt/103407482/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-