[edk2-devel] [PATCH v2 0/3] EmbeddedPkg ReallocatePool and Mock changes

Jeff Brasen via groups.io posted 3 patches 4 months ago
Failed in applying to current master (apply log)
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
[edk2-devel] [PATCH v2 0/3] EmbeddedPkg ReallocatePool and Mock changes
Posted by Jeff Brasen via groups.io 4 months ago
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

 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 (#112989): https://edk2.groups.io/g/devel/message/112989
Mute This Topic: https://groups.io/mt/103407482/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v2 0/3] EmbeddedPkg ReallocatePool and Mock changes
Posted by Ard Biesheuvel 3 months, 4 weeks ago
On Thu, 28 Dec 2023 at 21:47, Jeff Brasen <jbrasen@nvidia.com> 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/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-