Skip to content

Commit

Permalink
Fix to a particular commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosscriven committed Aug 1, 2018
1 parent bb94cda commit dd15b54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker-build/files/QemuFwCfgAcpi.c.patch
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ index a0b1cfd2be..660007a74e 100644
+ ++Installed;

//
// Translating the condensed QEMU_LOADER_WRITE_POINTER commands to ACPI S3
// Translating the condensed QEMU_LOADER_WRITE_POINTER commands to ACPI S3

5 changes: 3 additions & 2 deletions docker-build/files/compile-ovmf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ cd ${SRC_DIR}
mkdir -p bin
ln -sf /usr/bin/python2.7 bin/python
git pull
git checkout 3f34e36d04a8de4992a696f738643b5a11261469

# Build Basetools
make -C BaseTools

# Patch
/ovmf/prepare-rom-patch.sh
cp patches/vrom.h OvmfPkg/AcpiPlatformDxe/
cp patches/vrom_table.h OvmfPkg/AcpiPlatformDxe/
cp /patches/vrom.h OvmfPkg/AcpiPlatformDxe/
cp /patches/vrom_table.h OvmfPkg/AcpiPlatformDxe/

dos2unix OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c
patch -p1 < /ovmf/QemuFwCfgAcpi.c.patch
Expand Down

0 comments on commit dd15b54

Please sign in to comment.