Werner Zeh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85916?usp=email )
Change subject: Documentation/drivers/smmstore: Fix dead link ......................................................................
Documentation/drivers/smmstore: Fix dead link
The link to the document 'A Tour Beyond BIOS - Implementing UEFI Authenticated Variables in SMM with EDK II' is currently pointing to a dead location at Intel's website. Fix it by changing it to point at tianocore's github site and hope that this one will be more reliable over time.
Change-Id: Ic6ba341cbd37edec142f8868ffe9ef677736b3dd Signed-off-by: Werner Zeh werner.zeh@siemens.com --- M Documentation/drivers/smmstore.md M Documentation/drivers/smmstorev2.md 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/85916/1
diff --git a/Documentation/drivers/smmstore.md b/Documentation/drivers/smmstore.md index c9f0060..717beee 100644 --- a/Documentation/drivers/smmstore.md +++ b/Documentation/drivers/smmstore.md @@ -128,7 +128,7 @@
## External links
-* [A Tour Beyond BIOS Implementing UEFI Authenticated Variables in SMM with EDKI](https://software.intel.com/sites/default/files/managed/cf/ea/a_tour_beyond_b...) +* [A Tour Beyond BIOS Implementing UEFI Authenticated Variables in SMM with EDK II](https://github.com/tianocore-docs/Docs/raw/master/White_Papers/A_Tour_Beyond...)
Note, this differs significantly from coreboot's implementation.
diff --git a/Documentation/drivers/smmstorev2.md b/Documentation/drivers/smmstorev2.md index 6956cd4..af6e0ce 100644 --- a/Documentation/drivers/smmstorev2.md +++ b/Documentation/drivers/smmstorev2.md @@ -199,7 +199,7 @@
## External links
-* [A Tour Beyond BIOS Implementing UEFI Authenticated Variables in SMM with EDKI](https://software.intel.com/sites/default/files/managed/cf/ea/a_tour_beyond_b...) +* [A Tour Beyond BIOS Implementing UEFI Authenticated Variables in SMM with EDK II](https://github.com/tianocore-docs/Docs/raw/master/White_Papers/A_Tour_Beyond...)
Note that this differs significantly from coreboot's implementation.