From 37e0f9ed6e872224afe70065627de3965689425c Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Wed, 11 Jun 2014 20:45:26 +0200 Subject: recreate / import "redhat/" directory This patch now unites the following downstream commits: - 18bd1193e7 .distro: simplify WORKSPACE setup - b00f3398c8 fix tpm build options - e032ab1675 spec: Centralize non-firmware %install files at the top - 8501863acc spec: Don't put build output in the top directory - e6ec0363d3 spec: Factor out OVMF_FLAGS and OVMF_SB_FLAGS - 596f34c8b6 spec: Use %make_build macro - 55169e466d spec: Replace RPM_BUILD_ROOT with %{buildroot} - 69c4c60920 spec: Split out build_iso() function - ed67da8c85 spec: Add %{qosb_testing} macro - 44519f5b94 spec: Move %check to between %install and %files - b37b334dc7 spec: Remove extra 'true' at end of %check - dd11149c3a spec: Add %{qemu_package} and %{qemu_binary} - 0f5d4ae0d5 spec: Move -D TPM_ENABLE to common CC_FLAGS - 84b3fd93f9 spec: Replace ifarch+else conditionals with build_XXX variables - e97f79e744 spec: Use %autosetup with our required git config options - 45a347a759 spec: don't conditionalize %package definitions - acfcfaea1e spec: Add BuildRequires: make - d917a93f6f spec: remove Group: and %defattr - f2d3be3ae3 redhat: build UefiShell.iso with xorriso rather than genisoimage - 3fb4a20f30 redhat: narrow the "qemu-kvm" BuildRequires down to "qemu-kvm-core" - bfb89c4ae5 redhat: drop Split tool from the edk2-tools subpackage - ac8be2e0ef redhat: refresh "Makefile.common" for the 8.5 rebase - 2bd2d18864 redhat: filter out jansson submodule removal hunks - f13d7899ed recreate / import "redhat/" directory Merged patches (edk2-stable202202): - 1a7b1c3b72 spec: adapt specfile to build option changes, disable tpm1 - 96eb388be3 spec: build amdsev variant - ea34352d41 redhat: bump OpenSSL dist-git submodule to a75722161d20 / RHEL-8.5 Merged patches (edk2-stable202208): - a60bf3fd10 Adding support for CentOS 9 build - d3f25d438c OvmfPkg: Update target machines config - d63f783930 openssl: jump to 8.7.0 branch (2022-07-22) - 39882ce96d qemu-ovmf-secureboot: Do not use submodule - 283ef4a67d ovmf-vars-generator: Use max cpu - b6887ef7e1 Update build target to RHEL 9.2.0 Signed-off-by: Miroslav Rezanina Merged patches (edk2-stable202305): - 5eef16bd65 remove amd-sev feature flag from secure boot builds (rh only) - cc9e1b6eaa build script update - 046c1f08e6 PcdDxeNxMemoryProtectionPolicy update - b9dc1b5365 add aarch64 qcow2 images - f4e2d6bf41 update json files - be03b42128 add libvirt version conflict - dce699b61d add dbx update blob (rh only) - d8b2407343 spec: apply dbx update (rh only) - a8a5ef95b5 dbx update, 2023-05-09, black lotus edition - 310e179053 json descriptors: explicitly set mode = split - additionally - update frh.py, add new upstream submodules - replace egrep with grep -E and fgrep with grep -F in downstream scripts - remove git commit sha from package version string Signed-off-by: Oliver Steffen drop git sha Signed-off-by: Oliver Steffen --- .distro/.gitignore | 3 + .distro/DBXUpdate-20230314.x64.bin | Bin 0 -> 13922 bytes .distro/DBXUpdate-20230509.x64.bin | Bin 0 -> 21170 bytes .distro/Makefile | 114 + .distro/Makefile.common | 31 + .distro/README | 236 ++ .distro/RedHatSecureBootPkKek1.pem | 22 + .distro/TargetRelease | 4 + .distro/edk2-build.py | 391 +++ .distro/edk2-build.rhel-9 | 119 + .distro/edk2.spec.template | 1301 +++++++++ .../30-edk2-ovmf-x64-sb-enrolled.json | 36 + .distro/metafiles/40-edk2-ovmf-x64-sb.json | 35 + .distro/metafiles/50-edk2-aarch64-qcow2.json | 32 + .distro/metafiles/50-edk2-ovmf-x64-nosb.json | 35 + .distro/metafiles/51-edk2-aarch64-raw.json | 32 + .../52-edk2-aarch64-verbose-qcow2.json | 32 + .../53-edk2-aarch64-verbose-raw.json | 32 + .../metafiles/60-edk2-ovmf-x64-amdsev.json | 31 + .../metafiles/60-edk2-ovmf-x64-inteltdx.json | 29 + .distro/openssl-rhel | 1 + .distro/ovmf-whitepaper-c770f8c.txt | 2422 +++++++++++++++++ .distro/qemu-ovmf-secureboot/CONTRIBUTING | 45 + .distro/qemu-ovmf-secureboot/LICENSE | 21 + .distro/qemu-ovmf-secureboot/README.md | 66 + .../qemu-ovmf-secureboot/ovmf-vars-generator | 296 ++ .distro/rpmbuild/BUILD/.gitignore | 2 + .distro/rpmbuild/RPMS/.gitignore | 2 + .distro/rpmbuild/SOURCES/.gitignore | 2 + .distro/rpmbuild/SPECS/.gitignore | 2 + .distro/rpmbuild/SRPMS/.gitignore | 2 + .distro/scripts/edk2-guids | 85 + .distro/scripts/frh.py | 51 + .distro/scripts/git-backport-diff | 327 +++ .distro/scripts/git-compile-check | 215 ++ .distro/scripts/openssl-update | 79 + .distro/scripts/process-patches.sh | 75 + .distro/scripts/tarball_checksum.sh | 3 + .gitattributes | 15 + .gitignore | 16 +- .gitmodules | 4 + sources | 1 + 42 files changed, 6240 insertions(+), 7 deletions(-) create mode 100644 .distro/.gitignore create mode 100644 .distro/DBXUpdate-20230314.x64.bin create mode 100644 .distro/DBXUpdate-20230509.x64.bin create mode 100644 .distro/Makefile create mode 100644 .distro/Makefile.common create mode 100644 .distro/README create mode 100644 .distro/RedHatSecureBootPkKek1.pem create mode 100644 .distro/TargetRelease create mode 100755 .distro/edk2-build.py create mode 100644 .distro/edk2-build.rhel-9 create mode 100644 .distro/edk2.spec.template create mode 100644 .distro/metafiles/30-edk2-ovmf-x64-sb-enrolled.json create mode 100644 .distro/metafiles/40-edk2-ovmf-x64-sb.json create mode 100644 .distro/metafiles/50-edk2-aarch64-qcow2.json create mode 100644 .distro/metafiles/50-edk2-ovmf-x64-nosb.json create mode 100644 .distro/metafiles/51-edk2-aarch64-raw.json create mode 100644 .distro/metafiles/52-edk2-aarch64-verbose-qcow2.json create mode 100644 .distro/metafiles/53-edk2-aarch64-verbose-raw.json create mode 100644 .distro/metafiles/60-edk2-ovmf-x64-amdsev.json create mode 100644 .distro/metafiles/60-edk2-ovmf-x64-inteltdx.json create mode 160000 .distro/openssl-rhel create mode 100644 .distro/ovmf-whitepaper-c770f8c.txt create mode 100644 .distro/qemu-ovmf-secureboot/CONTRIBUTING create mode 100644 .distro/qemu-ovmf-secureboot/LICENSE create mode 100644 .distro/qemu-ovmf-secureboot/README.md create mode 100755 .distro/qemu-ovmf-secureboot/ovmf-vars-generator create mode 100644 .distro/rpmbuild/BUILD/.gitignore create mode 100644 .distro/rpmbuild/RPMS/.gitignore create mode 100644 .distro/rpmbuild/SOURCES/.gitignore create mode 100644 .distro/rpmbuild/SPECS/.gitignore create mode 100644 .distro/rpmbuild/SRPMS/.gitignore create mode 100755 .distro/scripts/edk2-guids create mode 100644 .distro/scripts/frh.py create mode 100755 .distro/scripts/git-backport-diff create mode 100755 .distro/scripts/git-compile-check create mode 100755 .distro/scripts/openssl-update create mode 100755 .distro/scripts/process-patches.sh create mode 100755 .distro/scripts/tarball_checksum.sh create mode 100644 .gitattributes create mode 100644 sources diff --git a/sources b/sources new file mode 100644 index 0000000000..ea8c8ad50b --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (edk2-ba91d0292e.tar.xz) = 3b21cc39671d28bfeb059da3683751cc5277c63a894b2a05bdfbd2bbe53545c34f04c229becf44f1563f89a738f37ae8f2333076d126a7e94d234bc4bb25454c -- 2.39.3