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

2024-01-03 Thread Ard Biesheuvel
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/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




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

2023-12-28 Thread Jeff Brasen via groups.io
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/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-