diff options
author | Rebecca Cran <rebecca@bsdio.com> | 2024-12-02 14:52:07 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-12-03 08:21:51 +0000 |
commit | bff50932c1288728079f64bb51a3e86cede3a168 (patch) | |
tree | 4a876178a08f5d836c023f1ac70e3ee49bf96003 | |
parent | da1084ccf4ca79f8a0ac3e39e86aa27dbb9978e7 (diff) | |
download | edk2-bff50932c1288728079f64bb51a3e86cede3a168.tar.gz |
OvmfPkg: Update links to Intel & MS ACPI compilers in README
Intel's ACPICA download is no longer on acpica.org, but that site
redirects to pages on intel.com. Update the link to acpica.org to
the new ACPICA download page.
Microsoft's acpi.info no longer exists, so update the link to point to
Microsoft's ACPI compiler information page.
While here, update the nasm link from http to https.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
-rw-r--r-- | OvmfPkg/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/OvmfPkg/README b/OvmfPkg/README index a5b447dae3..8c19b4c490 100644 --- a/OvmfPkg/README +++ b/OvmfPkg/README @@ -28,9 +28,11 @@ Current capabilities: Pre-requisites:
* Build environment capable of build the edk2 MdeModulePkg.
* A properly configured ASL compiler:
- - Intel ASL compiler: Available from http://www.acpica.org
- - Microsoft ASL compiler: Available from http://www.acpi.info
-* NASM: http://www.nasm.us/
+ - Intel ASL compiler: Available from
+ https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/download.html
+ - Microsoft ASL compiler: Available from
+ https://learn.microsoft.com/en-us/windows-hardware/drivers/bringup/microsoft-asl-compiler
+* NASM: https://www.nasm.us/
Update Conf/target.txt ACTIVE_PLATFORM for OVMF:
PEI arch DXE arch UEFI interfaces
|