doc: add script to build acrn ovmf with GOP driver

Add a script to build acrn ovmf with GOP driver. The build is
using a ubuntu 16.04 based docker image.

Signed-off-by: Jian Jun Chen <jian.jun.chen@intel.com>
This commit is contained in:
Jian Jun Chen
2021-01-27 14:31:40 +08:00
committed by David Kinder
parent ebab980d3e
commit f2d169e9e6
2 changed files with 228 additions and 0 deletions

View File

@@ -165,3 +165,11 @@ Keep in mind the following:
``Build/OvmfX64/DEBUG_GCC5/FV/OVMF.fd``. Transfer the binary to
your target machine.
- Modify the launch script to specify the OVMF you built just now.
Script
======
Once you've installed the Docker environment, you can use this
`script <../_static/downloads/build_acrn_ovmf.sh>`_ to build ACRN OVMF
with the GOP driver enabled. For more details about the script usage,
run ``build_acrn_ovmf.sh -h``.