summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg/PlatformCI/ReadMe.md
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2020-09-24 15:40:25 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-09-28 20:23:04 +0000
commit2e14ee75c09f8d212cabb9e06ac2b8fd6c0bb1ff (patch)
tree7aa16c49b27e51746eb229c129ccf81aa3ec94ca /EmulatorPkg/PlatformCI/ReadMe.md
parent1d058c3e86b079a2e207bb022fd7a97814c9a04f (diff)
downloadedk2-2e14ee75c09f8d212cabb9e06ac2b8fd6c0bb1ff.tar.gz
edk2-2e14ee75c09f8d212cabb9e06ac2b8fd6c0bb1ff.tar.bz2
edk2-2e14ee75c09f8d212cabb9e06ac2b8fd6c0bb1ff.zip
EmulatorPkg: Add CI build for SECURE_BOOT_ENABLE
https://bugzilla.tianocore.org/show_bug.cgi?id=2979 Add EmulatorPkg CI builds for SECURE_BOOT_ENABLE=TRUE for IA32/X64 and DEBUG/RELEASE/NOOPT. Label these as FULL builds, so if additional build options are added in the future, they can be added to these FULL builds. Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Divneil Rai Wadhawan <divneil.r.wadhawan@intel.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Sean Brogan <sean.brogan@microsoft.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'EmulatorPkg/PlatformCI/ReadMe.md')
-rw-r--r--EmulatorPkg/PlatformCI/ReadMe.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/EmulatorPkg/PlatformCI/ReadMe.md b/EmulatorPkg/PlatformCI/ReadMe.md
index c51838ec1a..91c40b2093 100644
--- a/EmulatorPkg/PlatformCI/ReadMe.md
+++ b/EmulatorPkg/PlatformCI/ReadMe.md
@@ -6,13 +6,15 @@ to use the same Pytools based build infrastructure locally.
## Supported Configuration Details
This solution for building and running EmulatorPkg has only been validated with Windows 10
-with VS2019 and Ubuntu 18.04 with GCC5 toolchain. Two different firmware builds are
+with VS2019 and Ubuntu 18.04 with GCC5 toolchain. Four different firmware builds are
supported and are described below.
| Configuration name | Architectures | DSC File |Additional Flags |
| :---- | :----- | :---- | :---- |
| IA32 | IA32 | EmulatorPkg.dsc | None |
| X64 | X64 | EmulatorPkg.dsc | None |
+| IA32 Full | IA32 | EmulatorPkg.dsc | SECURE_BOOT_ENABLE=TRUE |
+| X64 Full | X64 | EmulatorPkg.dsc | SECURE_BOOT_ENABLE=TRUE |
## EDK2 Developer environment