From 3a34aff9b9db084fbe4cf1e180b16f3a37760516 Mon Sep 17 00:00:00 2001 From: Werner Zeh Date: Thu, 9 Jan 2025 10:10:33 +0100 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/85916 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- Documentation/drivers/smmstore.md | 2 +- Documentation/drivers/smmstorev2.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/drivers/smmstore.md b/Documentation/drivers/smmstore.md index c9f0060c3d..717beee9af 100644 --- a/Documentation/drivers/smmstore.md +++ b/Documentation/drivers/smmstore.md @@ -128,7 +128,7 @@ data or modify the currently running kernel.* ## 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_bios_implementing_uefi_authenticated_variables_in_smm_with_edkii.pdf) +* [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_BIOS_Implementing_UEFI_Authenticated_Variables_in_SMM_with_EDKII_V2.pdf) Note, this differs significantly from coreboot's implementation. diff --git a/Documentation/drivers/smmstorev2.md b/Documentation/drivers/smmstorev2.md index 6956cd49e1..af6e0ce7a6 100644 --- a/Documentation/drivers/smmstorev2.md +++ b/Documentation/drivers/smmstorev2.md @@ -199,7 +199,7 @@ running kernel. ## 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_bios_implementing_uefi_authenticated_variables_in_smm_with_edkii.pdf) +* [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_BIOS_Implementing_UEFI_Authenticated_Variables_in_SMM_with_EDKII_V2.pdf) Note that this differs significantly from coreboot's implementation.