mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
da1084ccf4
commit
bff50932c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue