public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Re: [edk2-devel] [PATCH 0/6] Fine tune SimicsOpenBoardPkg
       [not found] <176214205AE0D801.12947@groups.io>
@ 2023-05-25  2:10 ` Ni, Ray
  0 siblings, 0 replies; 2+ messages in thread
From: Ni, Ray @ 2023-05-25  2:10 UTC (permalink / raw)
  To: devel@edk2.groups.io, Ni, Ray, Liu, Zhiguang

Sending to correct address of Zhiguang.

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ni, Ray
> Sent: Wednesday, May 24, 2023 8:29 PM
> To: devel@edk2.groups.io
> Subject: [edk2-devel] [PATCH 0/6] Fine tune SimicsOpenBoardPkg
> 
> 
> Ray Ni (6):
>   SimicsOpenBoardPkg: Remove un-used PlatformBootManagerLib
>   SimicsOpenBoardPkg: Remove logic that loads variable from disk file
>   SimicsOpenBoardPkg: Enable serial terminal
>   MinPlatform/build_bios.py: Support performance enabled build
>   SimicsOpenBoardPkg: Add "dp" command in performance build
>   SimicsOpenBoardPkg: Disable DriverBindingSupport perf logging
> 
>  .../BoardX58Ich10/OpenBoardPkg.dsc            |   10 +-
>  .../BoardX58Ich10/OpenBoardPkg.fdf            |    4 +-
>  .../BoardX58Ich10/OpenBoardPkgPcd.dsc         |   12 +-
>  .../Include/Library/SerializeVariablesLib.h   |  224 ---
>  .../Library/BoardBdsHookLib/BoardBdsHookLib.c |  180 +-
>  .../BoardBdsHookLib/BoardBdsHookLib.inf       |    3 -
>  .../Library/NvVarsFileLib/FsAccess.c          |  507 ------
>  .../Library/NvVarsFileLib/NvVarsFileLib.c     |   77 -
>  .../Library/NvVarsFileLib/NvVarsFileLib.h     |   55 -
>  .../Library/NvVarsFileLib/NvVarsFileLib.inf   |   53 -
>  .../PlatformBootManagerLib/BdsPlatform.c      | 1532 -----------------
>  .../PlatformBootManagerLib/BdsPlatform.h      |  172 --
>  .../PlatformBootManagerLib.inf                |   72 -
>  .../PlatformBootManagerLib/PlatformData.c     |   35 -
>  .../SerializeVariablesLib.c                   |  869 ----------
>  .../SerializeVariablesLib.h                   |   33 -
>  .../SerializeVariablesLib.inf                 |   36 -
>  .../Intel/SimicsOpenBoardPkg/OpenBoardPkg.dec |    3 -
>  Platform/Intel/build_bios.py                  |    6 +-
>  19 files changed, 50 insertions(+), 3833 deletions(-)
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Include/Library/SerializeVariablesLib.h
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/NvVarsFileLib/FsAccess.c
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/NvVarsFileLib/NvVarsFileLib.c
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/NvVarsFileLib/NvVarsFileLib.h
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/PlatformBootManagerLib/BdsPl
> atform.c
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/PlatformBootManagerLib/BdsPl
> atform.h
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/PlatformBootManagerLib/Platfo
> rmBootManagerLib.inf
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/PlatformBootManagerLib/Platfo
> rmData.c
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/SerializeVariablesLib/SerializeVari
> ablesLib.c
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/SerializeVariablesLib/SerializeVari
> ablesLib.h
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/SerializeVariablesLib/SerializeVari
> ablesLib.inf
> 
> --
> 2.39.1.windows.1
> 
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [edk2-devel] [PATCH 0/6] Fine tune SimicsOpenBoardPkg
  2023-05-24 12:28 Ni, Ray
@ 2023-05-26  6:36 ` Zhiguang Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Zhiguang Liu @ 2023-05-26  6:36 UTC (permalink / raw)
  To: devel@edk2.groups.io, Ni, Ray

Reviewed-by: Zhiguang Liu <zhiguang.liu@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ni, Ray
> Sent: Wednesday, May 24, 2023 8:29 PM
> To: devel@edk2.groups.io
> Subject: [edk2-devel] [PATCH 0/6] Fine tune SimicsOpenBoardPkg
> 
> 
> Ray Ni (6):
>   SimicsOpenBoardPkg: Remove un-used PlatformBootManagerLib
>   SimicsOpenBoardPkg: Remove logic that loads variable from disk file
>   SimicsOpenBoardPkg: Enable serial terminal
>   MinPlatform/build_bios.py: Support performance enabled build
>   SimicsOpenBoardPkg: Add "dp" command in performance build
>   SimicsOpenBoardPkg: Disable DriverBindingSupport perf logging
> 
>  .../BoardX58Ich10/OpenBoardPkg.dsc            |   10 +-
>  .../BoardX58Ich10/OpenBoardPkg.fdf            |    4 +-
>  .../BoardX58Ich10/OpenBoardPkgPcd.dsc         |   12 +-
>  .../Include/Library/SerializeVariablesLib.h   |  224 ---
>  .../Library/BoardBdsHookLib/BoardBdsHookLib.c |  180 +-
>  .../BoardBdsHookLib/BoardBdsHookLib.inf       |    3 -
>  .../Library/NvVarsFileLib/FsAccess.c          |  507 ------
>  .../Library/NvVarsFileLib/NvVarsFileLib.c     |   77 -
>  .../Library/NvVarsFileLib/NvVarsFileLib.h     |   55 -
>  .../Library/NvVarsFileLib/NvVarsFileLib.inf   |   53 -
>  .../PlatformBootManagerLib/BdsPlatform.c      | 1532 -----------------
>  .../PlatformBootManagerLib/BdsPlatform.h      |  172 --
>  .../PlatformBootManagerLib.inf                |   72 -
>  .../PlatformBootManagerLib/PlatformData.c     |   35 -
>  .../SerializeVariablesLib.c                   |  869 ----------
>  .../SerializeVariablesLib.h                   |   33 -
>  .../SerializeVariablesLib.inf                 |   36 -
>  .../Intel/SimicsOpenBoardPkg/OpenBoardPkg.dec |    3 -
>  Platform/Intel/build_bios.py                  |    6 +-
>  19 files changed, 50 insertions(+), 3833 deletions(-)  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Include/Library/SerializeVariablesLib.h
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/NvVarsFileLib/FsAccess.c
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/NvVarsFileLib/NvVarsFileLib.c
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/NvVarsFileLib/NvVarsFileLib.h
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/PlatformBootManagerLib/BdsPl
> atform.c
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/PlatformBootManagerLib/BdsPl
> atform.h
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/PlatformBootManagerLib/Platf
> ormBootManagerLib.inf
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/PlatformBootManagerLib/Platf
> ormData.c
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/SerializeVariablesLib/SerializeVa
> riablesLib.c
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/SerializeVariablesLib/SerializeVa
> riablesLib.h
>  delete mode 100644
> Platform/Intel/SimicsOpenBoardPkg/Library/SerializeVariablesLib/SerializeVa
> riablesLib.inf
> 
> --
> 2.39.1.windows.1
> 
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-26  6:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <176214205AE0D801.12947@groups.io>
2023-05-25  2:10 ` [edk2-devel] [PATCH 0/6] Fine tune SimicsOpenBoardPkg Ni, Ray
2023-05-24 12:28 Ni, Ray
2023-05-26  6:36 ` [edk2-devel] " Zhiguang Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox