[edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg

Théo Jehl posted 4 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/edk2 tags/patchew/cover.1663104246.git.theojehl76@gmail.com
.../QemuOpenBoardPkg/QemuOpenBoardPkg.dec     |  33 ++
.../Include/Dsc/Stage1.dsc.inc                |  55 +++
.../Include/Dsc/Stage2.dsc.inc                |  31 ++
.../Include/Dsc/Stage3.dsc.inc                | 101 ++++++
.../Include/Dsc/Stage4.dsc.inc                |  56 +++
.../QemuOpenBoardPkg/QemuOpenBoardPkg.dsc     | 169 +++++++++
.../QemuOpenBoardPkg/QemuOpenBoardPkg.fdf     | 328 ++++++++++++++++++
.../BoardBootManagerLib.inf                   |  39 +++
.../Library/BoardInitLib/BoardInitLib.inf     |  29 ++
.../Library/PeiReportFvLib/PeiReportFvLib.inf |  63 ++++
.../Library/PlatformSecLib/PlatformSecLib.inf |  49 +++
.../QemuOpenFwCfgLib/QemuOpenFwCfgLib.inf     |  23 ++
.../PlatformInitPei/PlatformInitPei.inf       |  59 ++++
.../Include/Library/QemuOpenFwCfgLib.h        | 105 ++++++
.../PlatformInitPei/PlatformInit.h            |  59 ++++
.../BoardBootManagerLib/BoardBootManager.c    | 105 ++++++
.../Library/BoardInitLib/BoardInitLib.c       | 231 ++++++++++++
.../Library/PeiReportFvLib/PeiReportFvLib.c   | 285 +++++++++++++++
.../Library/PlatformSecLib/PlatformSecLib.c   | 140 ++++++++
.../QemuOpenFwCfgLib/QemuOpenFwCfgLib.c       | 136 ++++++++
.../QemuOpenBoardPkg/PlatformInitPei/Cpu.c    |  64 ++++
.../QemuOpenBoardPkg/PlatformInitPei/Memory.c | 254 ++++++++++++++
.../QemuOpenBoardPkg/PlatformInitPei/Pci.c    |  70 ++++
.../QemuOpenBoardPkg/PlatformInitPei/Pcie.c   | 106 ++++++
.../PlatformInitPei/PlatformInit.c            |  75 ++++
.../Include/Fdf/FlashMap.fdf.inc              |  94 +++++
.../Library/PlatformSecLib/Ia32/SecEntry.nasm | 117 +++++++
Platform/Qemu/QemuOpenBoardPkg/README.md      |  53 +++
28 files changed, 2929 insertions(+)
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dec
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage1.dsc.inc
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage2.dsc.inc
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage3.dsc.inc
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage4.dsc.inc
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dsc
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.fdf
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootManagerLib.inf
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.inf
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.inf
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.inf
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgLib.inf
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInitPei.inf
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Library/QemuOpenFwCfgLib.h
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.h
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootManager.c
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.c
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.c
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.c
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgLib.c
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Cpu.c
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Memory.c
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pci.c
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pcie.c
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.c
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Fdf/FlashMap.fdf.inc
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/Ia32/SecEntry.nasm
create mode 100644 Platform/Qemu/QemuOpenBoardPkg/README.md
[edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg
Posted by Théo Jehl 1 year, 6 months ago
QemuOpenBoardPkg adds a MinPlatform port to Qemu x86_64
It can boots UEFI Linux and Windows, and works on PIIX4 and Q35
This board port provides a simple starting place for investigating edk2 and
MinPlatform Arch.
Currently we implement up to stage 4 of the MinPlatform spec and can boot
Windows/Linux.

V2 splits the package into several commits.
Each commit corresponding to a MinPlatform architecture stage.

The V3 removes specials characters in "Theo" from file headers.
Cleaned up whitespace, punctuation, commenting to better match coding style and conventions
Fixed Visual Studio build issue converting UINT64 to UINT32.
Fixed build issues related to sync with latest master.

Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Pedro Falcato <pedro.falcato@gmail.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Stefan Hajnoczi <stefanha@gmail.com>

Signed-off-by: Theo Jehl <theojehl76@gmail.com>

Theo Jehl (4):
  QemuOpenBoardPkg: Add QemuOpenBoardPkg
  QemuOpenBoardPkg: Enable stage 2
  QemuOpenBoardPkg: Enable stage 3
  QemuOpenBoardPkg: Enable stage 4

 .../QemuOpenBoardPkg/QemuOpenBoardPkg.dec     |  33 ++
 .../Include/Dsc/Stage1.dsc.inc                |  55 +++
 .../Include/Dsc/Stage2.dsc.inc                |  31 ++
 .../Include/Dsc/Stage3.dsc.inc                | 101 ++++++
 .../Include/Dsc/Stage4.dsc.inc                |  56 +++
 .../QemuOpenBoardPkg/QemuOpenBoardPkg.dsc     | 169 +++++++++
 .../QemuOpenBoardPkg/QemuOpenBoardPkg.fdf     | 328 ++++++++++++++++++
 .../BoardBootManagerLib.inf                   |  39 +++
 .../Library/BoardInitLib/BoardInitLib.inf     |  29 ++
 .../Library/PeiReportFvLib/PeiReportFvLib.inf |  63 ++++
 .../Library/PlatformSecLib/PlatformSecLib.inf |  49 +++
 .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.inf     |  23 ++
 .../PlatformInitPei/PlatformInitPei.inf       |  59 ++++
 .../Include/Library/QemuOpenFwCfgLib.h        | 105 ++++++
 .../PlatformInitPei/PlatformInit.h            |  59 ++++
 .../BoardBootManagerLib/BoardBootManager.c    | 105 ++++++
 .../Library/BoardInitLib/BoardInitLib.c       | 231 ++++++++++++
 .../Library/PeiReportFvLib/PeiReportFvLib.c   | 285 +++++++++++++++
 .../Library/PlatformSecLib/PlatformSecLib.c   | 140 ++++++++
 .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.c       | 136 ++++++++
 .../QemuOpenBoardPkg/PlatformInitPei/Cpu.c    |  64 ++++
 .../QemuOpenBoardPkg/PlatformInitPei/Memory.c | 254 ++++++++++++++
 .../QemuOpenBoardPkg/PlatformInitPei/Pci.c    |  70 ++++
 .../QemuOpenBoardPkg/PlatformInitPei/Pcie.c   | 106 ++++++
 .../PlatformInitPei/PlatformInit.c            |  75 ++++
 .../Include/Fdf/FlashMap.fdf.inc              |  94 +++++
 .../Library/PlatformSecLib/Ia32/SecEntry.nasm | 117 +++++++
 Platform/Qemu/QemuOpenBoardPkg/README.md      |  53 +++
 28 files changed, 2929 insertions(+)
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dec
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage1.dsc.inc
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage2.dsc.inc
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage3.dsc.inc
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage4.dsc.inc
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dsc
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.fdf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootManagerLib.inf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.inf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.inf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.inf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgLib.inf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInitPei.inf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Library/QemuOpenFwCfgLib.h
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.h
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootManager.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgLib.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Cpu.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Memory.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pci.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pcie.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Fdf/FlashMap.fdf.inc
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/Ia32/SecEntry.nasm
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/README.md

-- 
2.37.0 (Apple Git-136)



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93722): https://edk2.groups.io/g/devel/message/93722
Mute This Topic: https://groups.io/mt/93665756/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg
Posted by Isaac Oram 1 year, 6 months ago
Series Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>

-----Original Message-----
From: Theo Jehl <theojehl76@gmail.com> 
Sent: Tuesday, September 13, 2022 2:32 PM
To: devel@edk2.groups.io
Cc: Leif Lindholm <quic_llindhol@quicinc.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>; Pedro Falcato <pedro.falcato@gmail.com>; Gerd Hoffmann <kraxel@redhat.com>; Stefan Hajnoczi <stefanha@gmail.com>
Subject: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg

QemuOpenBoardPkg adds a MinPlatform port to Qemu x86_64 It can boots UEFI Linux and Windows, and works on PIIX4 and Q35 This board port provides a simple starting place for investigating edk2 and MinPlatform Arch.
Currently we implement up to stage 4 of the MinPlatform spec and can boot Windows/Linux.

V2 splits the package into several commits.
Each commit corresponding to a MinPlatform architecture stage.

The V3 removes specials characters in "Theo" from file headers.
Cleaned up whitespace, punctuation, commenting to better match coding style and conventions Fixed Visual Studio build issue converting UINT64 to UINT32.
Fixed build issues related to sync with latest master.

Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Pedro Falcato <pedro.falcato@gmail.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Stefan Hajnoczi <stefanha@gmail.com>

Signed-off-by: Theo Jehl <theojehl76@gmail.com>

Theo Jehl (4):
  QemuOpenBoardPkg: Add QemuOpenBoardPkg
  QemuOpenBoardPkg: Enable stage 2
  QemuOpenBoardPkg: Enable stage 3
  QemuOpenBoardPkg: Enable stage 4

 .../QemuOpenBoardPkg/QemuOpenBoardPkg.dec     |  33 ++
 .../Include/Dsc/Stage1.dsc.inc                |  55 +++
 .../Include/Dsc/Stage2.dsc.inc                |  31 ++
 .../Include/Dsc/Stage3.dsc.inc                | 101 ++++++
 .../Include/Dsc/Stage4.dsc.inc                |  56 +++
 .../QemuOpenBoardPkg/QemuOpenBoardPkg.dsc     | 169 +++++++++
 .../QemuOpenBoardPkg/QemuOpenBoardPkg.fdf     | 328 ++++++++++++++++++
 .../BoardBootManagerLib.inf                   |  39 +++
 .../Library/BoardInitLib/BoardInitLib.inf     |  29 ++
 .../Library/PeiReportFvLib/PeiReportFvLib.inf |  63 ++++  .../Library/PlatformSecLib/PlatformSecLib.inf |  49 +++
 .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.inf     |  23 ++
 .../PlatformInitPei/PlatformInitPei.inf       |  59 ++++
 .../Include/Library/QemuOpenFwCfgLib.h        | 105 ++++++
 .../PlatformInitPei/PlatformInit.h            |  59 ++++
 .../BoardBootManagerLib/BoardBootManager.c    | 105 ++++++
 .../Library/BoardInitLib/BoardInitLib.c       | 231 ++++++++++++
 .../Library/PeiReportFvLib/PeiReportFvLib.c   | 285 +++++++++++++++
 .../Library/PlatformSecLib/PlatformSecLib.c   | 140 ++++++++
 .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.c       | 136 ++++++++
 .../QemuOpenBoardPkg/PlatformInitPei/Cpu.c    |  64 ++++
 .../QemuOpenBoardPkg/PlatformInitPei/Memory.c | 254 ++++++++++++++
 .../QemuOpenBoardPkg/PlatformInitPei/Pci.c    |  70 ++++
 .../QemuOpenBoardPkg/PlatformInitPei/Pcie.c   | 106 ++++++
 .../PlatformInitPei/PlatformInit.c            |  75 ++++
 .../Include/Fdf/FlashMap.fdf.inc              |  94 +++++
 .../Library/PlatformSecLib/Ia32/SecEntry.nasm | 117 +++++++
 Platform/Qemu/QemuOpenBoardPkg/README.md      |  53 +++
 28 files changed, 2929 insertions(+)
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dec
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage1.dsc.inc
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage2.dsc.inc
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage3.dsc.inc
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage4.dsc.inc
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dsc
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.fdf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootManagerLib.inf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.inf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.inf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.inf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgLib.inf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInitPei.inf
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Library/QemuOpenFwCfgLib.h
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.h
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootManager.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgLib.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Cpu.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Memory.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pci.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pcie.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.c
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Fdf/FlashMap.fdf.inc
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/Ia32/SecEntry.nasm
 create mode 100644 Platform/Qemu/QemuOpenBoardPkg/README.md

--
2.37.0 (Apple Git-136)



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93727): https://edk2.groups.io/g/devel/message/93727
Mute This Topic: https://groups.io/mt/93665756/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg
Posted by Michael D Kinney 1 year, 6 months ago
Series Acked-by: Michael D Kinney <michael.d.kinney@intel.com>

> -----Original Message-----
> From: Oram, Isaac W <isaac.w.oram@intel.com>
> Sent: Tuesday, September 13, 2022 2:46 PM
> To: Theo Jehl <theojehl76@gmail.com>; devel@edk2.groups.io
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Pedro Falcato
> <pedro.falcato@gmail.com>; Gerd Hoffmann <kraxel@redhat.com>; Stefan Hajnoczi <stefanha@gmail.com>
> Subject: RE: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg
> 
> Series Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>
> 
> -----Original Message-----
> From: Theo Jehl <theojehl76@gmail.com>
> Sent: Tuesday, September 13, 2022 2:32 PM
> To: devel@edk2.groups.io
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Oram, Isaac W
> <isaac.w.oram@intel.com>; Pedro Falcato <pedro.falcato@gmail.com>; Gerd Hoffmann <kraxel@redhat.com>; Stefan Hajnoczi
> <stefanha@gmail.com>
> Subject: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg
> 
> QemuOpenBoardPkg adds a MinPlatform port to Qemu x86_64 It can boots UEFI Linux and Windows, and works on PIIX4 and Q35 This board
> port provides a simple starting place for investigating edk2 and MinPlatform Arch.
> Currently we implement up to stage 4 of the MinPlatform spec and can boot Windows/Linux.
> 
> V2 splits the package into several commits.
> Each commit corresponding to a MinPlatform architecture stage.
> 
> The V3 removes specials characters in "Theo" from file headers.
> Cleaned up whitespace, punctuation, commenting to better match coding style and conventions Fixed Visual Studio build issue
> converting UINT64 to UINT32.
> Fixed build issues related to sync with latest master.
> 
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Isaac Oram <isaac.w.oram@intel.com>
> Cc: Pedro Falcato <pedro.falcato@gmail.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Stefan Hajnoczi <stefanha@gmail.com>
> 
> Signed-off-by: Theo Jehl <theojehl76@gmail.com>
> 
> Theo Jehl (4):
>   QemuOpenBoardPkg: Add QemuOpenBoardPkg
>   QemuOpenBoardPkg: Enable stage 2
>   QemuOpenBoardPkg: Enable stage 3
>   QemuOpenBoardPkg: Enable stage 4
> 
>  .../QemuOpenBoardPkg/QemuOpenBoardPkg.dec     |  33 ++
>  .../Include/Dsc/Stage1.dsc.inc                |  55 +++
>  .../Include/Dsc/Stage2.dsc.inc                |  31 ++
>  .../Include/Dsc/Stage3.dsc.inc                | 101 ++++++
>  .../Include/Dsc/Stage4.dsc.inc                |  56 +++
>  .../QemuOpenBoardPkg/QemuOpenBoardPkg.dsc     | 169 +++++++++
>  .../QemuOpenBoardPkg/QemuOpenBoardPkg.fdf     | 328 ++++++++++++++++++
>  .../BoardBootManagerLib.inf                   |  39 +++
>  .../Library/BoardInitLib/BoardInitLib.inf     |  29 ++
>  .../Library/PeiReportFvLib/PeiReportFvLib.inf |  63 ++++  .../Library/PlatformSecLib/PlatformSecLib.inf |  49 +++
>  .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.inf     |  23 ++
>  .../PlatformInitPei/PlatformInitPei.inf       |  59 ++++
>  .../Include/Library/QemuOpenFwCfgLib.h        | 105 ++++++
>  .../PlatformInitPei/PlatformInit.h            |  59 ++++
>  .../BoardBootManagerLib/BoardBootManager.c    | 105 ++++++
>  .../Library/BoardInitLib/BoardInitLib.c       | 231 ++++++++++++
>  .../Library/PeiReportFvLib/PeiReportFvLib.c   | 285 +++++++++++++++
>  .../Library/PlatformSecLib/PlatformSecLib.c   | 140 ++++++++
>  .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.c       | 136 ++++++++
>  .../QemuOpenBoardPkg/PlatformInitPei/Cpu.c    |  64 ++++
>  .../QemuOpenBoardPkg/PlatformInitPei/Memory.c | 254 ++++++++++++++
>  .../QemuOpenBoardPkg/PlatformInitPei/Pci.c    |  70 ++++
>  .../QemuOpenBoardPkg/PlatformInitPei/Pcie.c   | 106 ++++++
>  .../PlatformInitPei/PlatformInit.c            |  75 ++++
>  .../Include/Fdf/FlashMap.fdf.inc              |  94 +++++
>  .../Library/PlatformSecLib/Ia32/SecEntry.nasm | 117 +++++++
>  Platform/Qemu/QemuOpenBoardPkg/README.md      |  53 +++
>  28 files changed, 2929 insertions(+)
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dec
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage1.dsc.inc
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage2.dsc.inc
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage3.dsc.inc
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage4.dsc.inc
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dsc
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.fdf
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootManagerLib.inf
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.inf
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.inf
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.inf
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgLib.inf
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInitPei.inf
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Library/QemuOpenFwCfgLib.h
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.h
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootManager.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgLib.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Cpu.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Memory.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pci.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pcie.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Include/Fdf/FlashMap.fdf.inc
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/Ia32/SecEntry.nasm
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/README.md
> 
> --
> 2.37.0 (Apple Git-136)



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93728): https://edk2.groups.io/g/devel/message/93728
Mute This Topic: https://groups.io/mt/93665756/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg
Posted by Isaac Oram 1 year, 6 months ago
Series pushed as 9a7234827f..f4679715a4

-----Original Message-----
From: Kinney, Michael D <michael.d.kinney@intel.com> 
Sent: Tuesday, September 13, 2022 2:51 PM
To: Oram, Isaac W <isaac.w.oram@intel.com>; Theo Jehl <theojehl76@gmail.com>; devel@edk2.groups.io; Kinney, Michael D <michael.d.kinney@intel.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>; Pedro Falcato <pedro.falcato@gmail.com>; Gerd Hoffmann <kraxel@redhat.com>; Stefan Hajnoczi <stefanha@gmail.com>
Subject: RE: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg

Series Acked-by: Michael D Kinney <michael.d.kinney@intel.com>

> -----Original Message-----
> From: Oram, Isaac W <isaac.w.oram@intel.com>
> Sent: Tuesday, September 13, 2022 2:46 PM
> To: Theo Jehl <theojehl76@gmail.com>; devel@edk2.groups.io
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>; Kinney, Michael D 
> <michael.d.kinney@intel.com>; Pedro Falcato <pedro.falcato@gmail.com>; 
> Gerd Hoffmann <kraxel@redhat.com>; Stefan Hajnoczi 
> <stefanha@gmail.com>
> Subject: RE: [edk2-devel][edk2-platforms][PATCH V3 0/4] 
> QemuOpenBoardPkg: Add QemuOpenBoardPkg
> 
> Series Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>
> 
> -----Original Message-----
> From: Theo Jehl <theojehl76@gmail.com>
> Sent: Tuesday, September 13, 2022 2:32 PM
> To: devel@edk2.groups.io
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>; Kinney, Michael D 
> <michael.d.kinney@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>; 
> Pedro Falcato <pedro.falcato@gmail.com>; Gerd Hoffmann 
> <kraxel@redhat.com>; Stefan Hajnoczi <stefanha@gmail.com>
> Subject: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: 
> Add QemuOpenBoardPkg
> 
> QemuOpenBoardPkg adds a MinPlatform port to Qemu x86_64 It can boots 
> UEFI Linux and Windows, and works on PIIX4 and Q35 This board port provides a simple starting place for investigating edk2 and MinPlatform Arch.
> Currently we implement up to stage 4 of the MinPlatform spec and can boot Windows/Linux.
> 
> V2 splits the package into several commits.
> Each commit corresponding to a MinPlatform architecture stage.
> 
> The V3 removes specials characters in "Theo" from file headers.
> Cleaned up whitespace, punctuation, commenting to better match coding 
> style and conventions Fixed Visual Studio build issue converting UINT64 to UINT32.
> Fixed build issues related to sync with latest master.
> 
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Isaac Oram <isaac.w.oram@intel.com>
> Cc: Pedro Falcato <pedro.falcato@gmail.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Stefan Hajnoczi <stefanha@gmail.com>
> 
> Signed-off-by: Theo Jehl <theojehl76@gmail.com>
> 
> Theo Jehl (4):
>   QemuOpenBoardPkg: Add QemuOpenBoardPkg
>   QemuOpenBoardPkg: Enable stage 2
>   QemuOpenBoardPkg: Enable stage 3
>   QemuOpenBoardPkg: Enable stage 4
> 
>  .../QemuOpenBoardPkg/QemuOpenBoardPkg.dec     |  33 ++
>  .../Include/Dsc/Stage1.dsc.inc                |  55 +++
>  .../Include/Dsc/Stage2.dsc.inc                |  31 ++
>  .../Include/Dsc/Stage3.dsc.inc                | 101 ++++++
>  .../Include/Dsc/Stage4.dsc.inc                |  56 +++
>  .../QemuOpenBoardPkg/QemuOpenBoardPkg.dsc     | 169 +++++++++
>  .../QemuOpenBoardPkg/QemuOpenBoardPkg.fdf     | 328 ++++++++++++++++++
>  .../BoardBootManagerLib.inf                   |  39 +++
>  .../Library/BoardInitLib/BoardInitLib.inf     |  29 ++
>  .../Library/PeiReportFvLib/PeiReportFvLib.inf |  63 ++++  .../Library/PlatformSecLib/PlatformSecLib.inf |  49 +++
>  .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.inf     |  23 ++
>  .../PlatformInitPei/PlatformInitPei.inf       |  59 ++++
>  .../Include/Library/QemuOpenFwCfgLib.h        | 105 ++++++
>  .../PlatformInitPei/PlatformInit.h            |  59 ++++
>  .../BoardBootManagerLib/BoardBootManager.c    | 105 ++++++
>  .../Library/BoardInitLib/BoardInitLib.c       | 231 ++++++++++++
>  .../Library/PeiReportFvLib/PeiReportFvLib.c   | 285 +++++++++++++++
>  .../Library/PlatformSecLib/PlatformSecLib.c   | 140 ++++++++
>  .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.c       | 136 ++++++++
>  .../QemuOpenBoardPkg/PlatformInitPei/Cpu.c    |  64 ++++
>  .../QemuOpenBoardPkg/PlatformInitPei/Memory.c | 254 ++++++++++++++
>  .../QemuOpenBoardPkg/PlatformInitPei/Pci.c    |  70 ++++
>  .../QemuOpenBoardPkg/PlatformInitPei/Pcie.c   | 106 ++++++
>  .../PlatformInitPei/PlatformInit.c            |  75 ++++
>  .../Include/Fdf/FlashMap.fdf.inc              |  94 +++++
>  .../Library/PlatformSecLib/Ia32/SecEntry.nasm | 117 +++++++
>  Platform/Qemu/QemuOpenBoardPkg/README.md      |  53 +++
>  28 files changed, 2929 insertions(+)
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dec
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage1.dsc.inc
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage2.dsc.inc
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage3.dsc.inc
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage4.dsc.inc
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dsc
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.fdf
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootMa
> nagerLib.inf  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.inf
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.i
> nf  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.i
> nf  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgL
> ib.inf  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInitPei.inf
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Include/Library/QemuOpenFwCfgLib.h
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.h
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootMa
> nager.c  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.c
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.c
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.c
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgL
> ib.c  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Cpu.c
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Memory.c
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pci.c
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pcie.c
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.c
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Include/Fdf/FlashMap.fdf.inc
>  create mode 100644 
> Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/Ia32/SecEntry.na
> sm  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/README.md
> 
> --
> 2.37.0 (Apple Git-136)



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93788): https://edk2.groups.io/g/devel/message/93788
Mute This Topic: https://groups.io/mt/93665756/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg
Posted by Leif Lindholm 1 year, 6 months ago
We appear to be missing a Maintainers.txt entry for this new package.
Could someone cook one up?

/
    Leif

On Wed, Sep 14, 2022 at 20:14:27 +0000, Oram, Isaac W wrote:
> Series pushed as 9a7234827f..f4679715a4
> 
> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com> 
> Sent: Tuesday, September 13, 2022 2:51 PM
> To: Oram, Isaac W <isaac.w.oram@intel.com>; Theo Jehl <theojehl76@gmail.com>; devel@edk2.groups.io; Kinney, Michael D <michael.d.kinney@intel.com>
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>; Pedro Falcato <pedro.falcato@gmail.com>; Gerd Hoffmann <kraxel@redhat.com>; Stefan Hajnoczi <stefanha@gmail.com>
> Subject: RE: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg
> 
> Series Acked-by: Michael D Kinney <michael.d.kinney@intel.com>
> 
> > -----Original Message-----
> > From: Oram, Isaac W <isaac.w.oram@intel.com>
> > Sent: Tuesday, September 13, 2022 2:46 PM
> > To: Theo Jehl <theojehl76@gmail.com>; devel@edk2.groups.io
> > Cc: Leif Lindholm <quic_llindhol@quicinc.com>; Kinney, Michael D 
> > <michael.d.kinney@intel.com>; Pedro Falcato <pedro.falcato@gmail.com>; 
> > Gerd Hoffmann <kraxel@redhat.com>; Stefan Hajnoczi 
> > <stefanha@gmail.com>
> > Subject: RE: [edk2-devel][edk2-platforms][PATCH V3 0/4] 
> > QemuOpenBoardPkg: Add QemuOpenBoardPkg
> > 
> > Series Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>
> > 
> > -----Original Message-----
> > From: Theo Jehl <theojehl76@gmail.com>
> > Sent: Tuesday, September 13, 2022 2:32 PM
> > To: devel@edk2.groups.io
> > Cc: Leif Lindholm <quic_llindhol@quicinc.com>; Kinney, Michael D 
> > <michael.d.kinney@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>; 
> > Pedro Falcato <pedro.falcato@gmail.com>; Gerd Hoffmann 
> > <kraxel@redhat.com>; Stefan Hajnoczi <stefanha@gmail.com>
> > Subject: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: 
> > Add QemuOpenBoardPkg
> > 
> > QemuOpenBoardPkg adds a MinPlatform port to Qemu x86_64 It can boots 
> > UEFI Linux and Windows, and works on PIIX4 and Q35 This board port provides a simple starting place for investigating edk2 and MinPlatform Arch.
> > Currently we implement up to stage 4 of the MinPlatform spec and can boot Windows/Linux.
> > 
> > V2 splits the package into several commits.
> > Each commit corresponding to a MinPlatform architecture stage.
> > 
> > The V3 removes specials characters in "Theo" from file headers.
> > Cleaned up whitespace, punctuation, commenting to better match coding 
> > style and conventions Fixed Visual Studio build issue converting UINT64 to UINT32.
> > Fixed build issues related to sync with latest master.
> > 
> > Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > Cc: Isaac Oram <isaac.w.oram@intel.com>
> > Cc: Pedro Falcato <pedro.falcato@gmail.com>
> > Cc: Gerd Hoffmann <kraxel@redhat.com>
> > Cc: Stefan Hajnoczi <stefanha@gmail.com>
> > 
> > Signed-off-by: Theo Jehl <theojehl76@gmail.com>
> > 
> > Theo Jehl (4):
> >   QemuOpenBoardPkg: Add QemuOpenBoardPkg
> >   QemuOpenBoardPkg: Enable stage 2
> >   QemuOpenBoardPkg: Enable stage 3
> >   QemuOpenBoardPkg: Enable stage 4
> > 
> >  .../QemuOpenBoardPkg/QemuOpenBoardPkg.dec     |  33 ++
> >  .../Include/Dsc/Stage1.dsc.inc                |  55 +++
> >  .../Include/Dsc/Stage2.dsc.inc                |  31 ++
> >  .../Include/Dsc/Stage3.dsc.inc                | 101 ++++++
> >  .../Include/Dsc/Stage4.dsc.inc                |  56 +++
> >  .../QemuOpenBoardPkg/QemuOpenBoardPkg.dsc     | 169 +++++++++
> >  .../QemuOpenBoardPkg/QemuOpenBoardPkg.fdf     | 328 ++++++++++++++++++
> >  .../BoardBootManagerLib.inf                   |  39 +++
> >  .../Library/BoardInitLib/BoardInitLib.inf     |  29 ++
> >  .../Library/PeiReportFvLib/PeiReportFvLib.inf |  63 ++++  .../Library/PlatformSecLib/PlatformSecLib.inf |  49 +++
> >  .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.inf     |  23 ++
> >  .../PlatformInitPei/PlatformInitPei.inf       |  59 ++++
> >  .../Include/Library/QemuOpenFwCfgLib.h        | 105 ++++++
> >  .../PlatformInitPei/PlatformInit.h            |  59 ++++
> >  .../BoardBootManagerLib/BoardBootManager.c    | 105 ++++++
> >  .../Library/BoardInitLib/BoardInitLib.c       | 231 ++++++++++++
> >  .../Library/PeiReportFvLib/PeiReportFvLib.c   | 285 +++++++++++++++
> >  .../Library/PlatformSecLib/PlatformSecLib.c   | 140 ++++++++
> >  .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.c       | 136 ++++++++
> >  .../QemuOpenBoardPkg/PlatformInitPei/Cpu.c    |  64 ++++
> >  .../QemuOpenBoardPkg/PlatformInitPei/Memory.c | 254 ++++++++++++++
> >  .../QemuOpenBoardPkg/PlatformInitPei/Pci.c    |  70 ++++
> >  .../QemuOpenBoardPkg/PlatformInitPei/Pcie.c   | 106 ++++++
> >  .../PlatformInitPei/PlatformInit.c            |  75 ++++
> >  .../Include/Fdf/FlashMap.fdf.inc              |  94 +++++
> >  .../Library/PlatformSecLib/Ia32/SecEntry.nasm | 117 +++++++
> >  Platform/Qemu/QemuOpenBoardPkg/README.md      |  53 +++
> >  28 files changed, 2929 insertions(+)
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dec
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage1.dsc.inc
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage2.dsc.inc
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage3.dsc.inc
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage4.dsc.inc
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dsc
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.fdf
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootMa
> > nagerLib.inf  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.inf
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.i
> > nf  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.i
> > nf  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgL
> > ib.inf  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInitPei.inf
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Include/Library/QemuOpenFwCfgLib.h
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.h
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootMa
> > nager.c  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.c
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.c
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.c
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgL
> > ib.c  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Cpu.c
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Memory.c
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pci.c
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pcie.c
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.c
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Include/Fdf/FlashMap.fdf.inc
> >  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/Ia32/SecEntry.na
> > sm  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/README.md
> > 
> > --
> > 2.37.0 (Apple Git-136)
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93820): https://edk2.groups.io/g/devel/message/93820
Mute This Topic: https://groups.io/mt/93665756/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg
Posted by Isaac Oram 1 year, 6 months ago
Done, https://edk2.groups.io/g/devel/message/93841 to cross-reference.

Regards,
Isaac

-----Original Message-----
From: Leif Lindholm <quic_llindhol@quicinc.com> 
Sent: Thursday, September 15, 2022 3:16 AM
To: Oram, Isaac W <isaac.w.oram@intel.com>
Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Theo Jehl <theojehl76@gmail.com>; devel@edk2.groups.io; Pedro Falcato <pedro.falcato@gmail.com>; Gerd Hoffmann <kraxel@redhat.com>; Stefan Hajnoczi <stefanha@gmail.com>
Subject: Re: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg

We appear to be missing a Maintainers.txt entry for this new package.
Could someone cook one up?

/
    Leif

On Wed, Sep 14, 2022 at 20:14:27 +0000, Oram, Isaac W wrote:
> Series pushed as 9a7234827f..f4679715a4
> 
> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Tuesday, September 13, 2022 2:51 PM
> To: Oram, Isaac W <isaac.w.oram@intel.com>; Theo Jehl 
> <theojehl76@gmail.com>; devel@edk2.groups.io; Kinney, Michael D 
> <michael.d.kinney@intel.com>
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>; Pedro Falcato 
> <pedro.falcato@gmail.com>; Gerd Hoffmann <kraxel@redhat.com>; Stefan 
> Hajnoczi <stefanha@gmail.com>
> Subject: RE: [edk2-devel][edk2-platforms][PATCH V3 0/4] 
> QemuOpenBoardPkg: Add QemuOpenBoardPkg
> 
> Series Acked-by: Michael D Kinney <michael.d.kinney@intel.com>
> 
> > -----Original Message-----
> > From: Oram, Isaac W <isaac.w.oram@intel.com>
> > Sent: Tuesday, September 13, 2022 2:46 PM
> > To: Theo Jehl <theojehl76@gmail.com>; devel@edk2.groups.io
> > Cc: Leif Lindholm <quic_llindhol@quicinc.com>; Kinney, Michael D 
> > <michael.d.kinney@intel.com>; Pedro Falcato 
> > <pedro.falcato@gmail.com>; Gerd Hoffmann <kraxel@redhat.com>; Stefan 
> > Hajnoczi <stefanha@gmail.com>
> > Subject: RE: [edk2-devel][edk2-platforms][PATCH V3 0/4]
> > QemuOpenBoardPkg: Add QemuOpenBoardPkg
> > 
> > Series Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>
> > 
> > -----Original Message-----
> > From: Theo Jehl <theojehl76@gmail.com>
> > Sent: Tuesday, September 13, 2022 2:32 PM
> > To: devel@edk2.groups.io
> > Cc: Leif Lindholm <quic_llindhol@quicinc.com>; Kinney, Michael D 
> > <michael.d.kinney@intel.com>; Oram, Isaac W 
> > <isaac.w.oram@intel.com>; Pedro Falcato <pedro.falcato@gmail.com>; 
> > Gerd Hoffmann <kraxel@redhat.com>; Stefan Hajnoczi 
> > <stefanha@gmail.com>
> > Subject: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: 
> > Add QemuOpenBoardPkg
> > 
> > QemuOpenBoardPkg adds a MinPlatform port to Qemu x86_64 It can boots 
> > UEFI Linux and Windows, and works on PIIX4 and Q35 This board port provides a simple starting place for investigating edk2 and MinPlatform Arch.
> > Currently we implement up to stage 4 of the MinPlatform spec and can boot Windows/Linux.
> > 
> > V2 splits the package into several commits.
> > Each commit corresponding to a MinPlatform architecture stage.
> > 
> > The V3 removes specials characters in "Theo" from file headers.
> > Cleaned up whitespace, punctuation, commenting to better match 
> > coding style and conventions Fixed Visual Studio build issue converting UINT64 to UINT32.
> > Fixed build issues related to sync with latest master.
> > 
> > Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > Cc: Isaac Oram <isaac.w.oram@intel.com>
> > Cc: Pedro Falcato <pedro.falcato@gmail.com>
> > Cc: Gerd Hoffmann <kraxel@redhat.com>
> > Cc: Stefan Hajnoczi <stefanha@gmail.com>
> > 
> > Signed-off-by: Theo Jehl <theojehl76@gmail.com>
> > 
> > Theo Jehl (4):
> >   QemuOpenBoardPkg: Add QemuOpenBoardPkg
> >   QemuOpenBoardPkg: Enable stage 2
> >   QemuOpenBoardPkg: Enable stage 3
> >   QemuOpenBoardPkg: Enable stage 4
> > 
> >  .../QemuOpenBoardPkg/QemuOpenBoardPkg.dec     |  33 ++
> >  .../Include/Dsc/Stage1.dsc.inc                |  55 +++
> >  .../Include/Dsc/Stage2.dsc.inc                |  31 ++
> >  .../Include/Dsc/Stage3.dsc.inc                | 101 ++++++
> >  .../Include/Dsc/Stage4.dsc.inc                |  56 +++
> >  .../QemuOpenBoardPkg/QemuOpenBoardPkg.dsc     | 169 +++++++++
> >  .../QemuOpenBoardPkg/QemuOpenBoardPkg.fdf     | 328 ++++++++++++++++++
> >  .../BoardBootManagerLib.inf                   |  39 +++
> >  .../Library/BoardInitLib/BoardInitLib.inf     |  29 ++
> >  .../Library/PeiReportFvLib/PeiReportFvLib.inf |  63 ++++  .../Library/PlatformSecLib/PlatformSecLib.inf |  49 +++
> >  .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.inf     |  23 ++
> >  .../PlatformInitPei/PlatformInitPei.inf       |  59 ++++
> >  .../Include/Library/QemuOpenFwCfgLib.h        | 105 ++++++
> >  .../PlatformInitPei/PlatformInit.h            |  59 ++++
> >  .../BoardBootManagerLib/BoardBootManager.c    | 105 ++++++
> >  .../Library/BoardInitLib/BoardInitLib.c       | 231 ++++++++++++
> >  .../Library/PeiReportFvLib/PeiReportFvLib.c   | 285 +++++++++++++++
> >  .../Library/PlatformSecLib/PlatformSecLib.c   | 140 ++++++++
> >  .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.c       | 136 ++++++++
> >  .../QemuOpenBoardPkg/PlatformInitPei/Cpu.c    |  64 ++++
> >  .../QemuOpenBoardPkg/PlatformInitPei/Memory.c | 254 ++++++++++++++
> >  .../QemuOpenBoardPkg/PlatformInitPei/Pci.c    |  70 ++++
> >  .../QemuOpenBoardPkg/PlatformInitPei/Pcie.c   | 106 ++++++
> >  .../PlatformInitPei/PlatformInit.c            |  75 ++++
> >  .../Include/Fdf/FlashMap.fdf.inc              |  94 +++++
> >  .../Library/PlatformSecLib/Ia32/SecEntry.nasm | 117 +++++++
> >  Platform/Qemu/QemuOpenBoardPkg/README.md      |  53 +++
> >  28 files changed, 2929 insertions(+)  create mode 100644 
> > Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dec
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage1.dsc.inc
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage2.dsc.inc
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage3.dsc.inc
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage4.dsc.inc
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dsc
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.fdf
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBoot
> > Ma
> > nagerLib.inf  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.inf
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib
> > .i
> > nf  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib
> > .i
> > nf  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCf
> > gL
> > ib.inf  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInitPei.inf
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Include/Library/QemuOpenFwCfgLib.h
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.h
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBoot
> > Ma
> > nager.c  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.c
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib
> > .c
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib
> > .c
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCf
> > gL
> > ib.c  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Cpu.c
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Memory.c
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pci.c
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pcie.c
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.c
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Include/Fdf/FlashMap.fdf.inc
> >  create mode 100644
> > Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/Ia32/SecEntry.
> > na sm  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/README.md
> > 
> > --
> > 2.37.0 (Apple Git-136)
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93843): https://edk2.groups.io/g/devel/message/93843
Mute This Topic: https://groups.io/mt/93665756/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel][edk2-platforms][PATCH V3 0/4] QemuOpenBoardPkg: Add QemuOpenBoardPkg
Posted by Pedro Falcato 1 year, 6 months ago
Series-Reviewed-by: Pedro Falcato <pedro.falcato@gmail.com>

On Tue, Sep 13, 2022 at 10:32 PM Theo Jehl <theojehl76@gmail.com> wrote:

> QemuOpenBoardPkg adds a MinPlatform port to Qemu x86_64
> It can boots UEFI Linux and Windows, and works on PIIX4 and Q35
> This board port provides a simple starting place for investigating edk2 and
> MinPlatform Arch.
> Currently we implement up to stage 4 of the MinPlatform spec and can boot
> Windows/Linux.
>
> V2 splits the package into several commits.
> Each commit corresponding to a MinPlatform architecture stage.
>
> The V3 removes specials characters in "Theo" from file headers.
> Cleaned up whitespace, punctuation, commenting to better match coding
> style and conventions
> Fixed Visual Studio build issue converting UINT64 to UINT32.
> Fixed build issues related to sync with latest master.
>
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Isaac Oram <isaac.w.oram@intel.com>
> Cc: Pedro Falcato <pedro.falcato@gmail.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Stefan Hajnoczi <stefanha@gmail.com>
>
> Signed-off-by: Theo Jehl <theojehl76@gmail.com>
>
> Theo Jehl (4):
>   QemuOpenBoardPkg: Add QemuOpenBoardPkg
>   QemuOpenBoardPkg: Enable stage 2
>   QemuOpenBoardPkg: Enable stage 3
>   QemuOpenBoardPkg: Enable stage 4
>
>  .../QemuOpenBoardPkg/QemuOpenBoardPkg.dec     |  33 ++
>  .../Include/Dsc/Stage1.dsc.inc                |  55 +++
>  .../Include/Dsc/Stage2.dsc.inc                |  31 ++
>  .../Include/Dsc/Stage3.dsc.inc                | 101 ++++++
>  .../Include/Dsc/Stage4.dsc.inc                |  56 +++
>  .../QemuOpenBoardPkg/QemuOpenBoardPkg.dsc     | 169 +++++++++
>  .../QemuOpenBoardPkg/QemuOpenBoardPkg.fdf     | 328 ++++++++++++++++++
>  .../BoardBootManagerLib.inf                   |  39 +++
>  .../Library/BoardInitLib/BoardInitLib.inf     |  29 ++
>  .../Library/PeiReportFvLib/PeiReportFvLib.inf |  63 ++++
>  .../Library/PlatformSecLib/PlatformSecLib.inf |  49 +++
>  .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.inf     |  23 ++
>  .../PlatformInitPei/PlatformInitPei.inf       |  59 ++++
>  .../Include/Library/QemuOpenFwCfgLib.h        | 105 ++++++
>  .../PlatformInitPei/PlatformInit.h            |  59 ++++
>  .../BoardBootManagerLib/BoardBootManager.c    | 105 ++++++
>  .../Library/BoardInitLib/BoardInitLib.c       | 231 ++++++++++++
>  .../Library/PeiReportFvLib/PeiReportFvLib.c   | 285 +++++++++++++++
>  .../Library/PlatformSecLib/PlatformSecLib.c   | 140 ++++++++
>  .../QemuOpenFwCfgLib/QemuOpenFwCfgLib.c       | 136 ++++++++
>  .../QemuOpenBoardPkg/PlatformInitPei/Cpu.c    |  64 ++++
>  .../QemuOpenBoardPkg/PlatformInitPei/Memory.c | 254 ++++++++++++++
>  .../QemuOpenBoardPkg/PlatformInitPei/Pci.c    |  70 ++++
>  .../QemuOpenBoardPkg/PlatformInitPei/Pcie.c   | 106 ++++++
>  .../PlatformInitPei/PlatformInit.c            |  75 ++++
>  .../Include/Fdf/FlashMap.fdf.inc              |  94 +++++
>  .../Library/PlatformSecLib/Ia32/SecEntry.nasm | 117 +++++++
>  Platform/Qemu/QemuOpenBoardPkg/README.md      |  53 +++
>  28 files changed, 2929 insertions(+)
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dec
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage1.dsc.inc
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage2.dsc.inc
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage3.dsc.inc
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage4.dsc.inc
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.dsc
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/QemuOpenBoardPkg.fdf
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootManagerLib.inf
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.inf
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.inf
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.inf
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgLib.inf
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInitPei.inf
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Include/Library/QemuOpenFwCfgLib.h
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.h
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Library/BoardBootManagerLib/BoardBootManager.c
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Library/BoardInitLib/BoardInitLib.c
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.c
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/PlatformSecLib.c
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Library/QemuOpenFwCfgLib/QemuOpenFwCfgLib.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Cpu.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Memory.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pci.c
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/Pcie.c
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/PlatformInitPei/PlatformInit.c
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Include/Fdf/FlashMap.fdf.inc
>  create mode 100644
> Platform/Qemu/QemuOpenBoardPkg/Library/PlatformSecLib/Ia32/SecEntry.nasm
>  create mode 100644 Platform/Qemu/QemuOpenBoardPkg/README.md
>
> --
> 2.37.0 (Apple Git-136)
>
>

-- 
Pedro Falcato


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93729): https://edk2.groups.io/g/devel/message/93729
Mute This Topic: https://groups.io/mt/93665756/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-