diff options
author | Rebecca Cran <rebecca@bsdio.com> | 2024-12-02 14:45:08 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-12-03 02:50:57 +0000 |
commit | 1e079360cd6f70ac26f0c808a35f14b3c4c56b85 (patch) | |
tree | 6c43217c6e3580fab5b350f58da0382d179ec77e | |
parent | 9112fb0ecc6db221268cb54eec76f07149756c91 (diff) | |
download | edk2-1e079360cd6f70ac26f0c808a35f14b3c4c56b85.tar.gz |
PrmPkg: Update link to ACPICA in Readme.md
Links from acpica.org are now redirected to the ACPICA overview page
on intel.com. Update the link so it goes to the 20200517 download page.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
-rw-r--r-- | PrmPkg/Readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PrmPkg/Readme.md b/PrmPkg/Readme.md index 3191c039fd..252d5f1ca5 100644 --- a/PrmPkg/Readme.md +++ b/PrmPkg/Readme.md @@ -14,9 +14,9 @@ to be leveraged by platform firmware with minimal overhead to integrate PRM func `PlatformRtMechanism`. Support for this OperationRegion is planned for the next release of the ACPI specification.
However, support for `PlatformRtMechanism` is already included in the iASL Compiler/Disassembler for early prototyping
(i.e. this package). If you would like the default build to work and/or to use PRM handlers that are invoked
-through ACPI, iASL compiler [20200528](https://acpica.org/node/181) or greater must be used. If you are only
-interested in compiling the code and/or using direct call style PRM handlers, you can simply remove
-`PrmSsdtInstallDxe` from `PrmPkg.dsc`.
+through ACPI, iASL compiler [20200528](https://www.intel.com/content/www/us/en/download/774849/774861/acpi-component-architecture-downloads-previous-releases-2020.html)
+or greater must be used. If you are only interested in compiling the code and/or using direct call style PRM
+handlers, you can simply remove `PrmSsdtInstallDxe` from `PrmPkg.dsc`.
The changes in the ACPI Specification include two elements:
|