audk/ArmPlatformPkg/Drivers/NorFlashDxe
Ard Biesheuvel 6cf1269d95 ArmPlatformPkg: enable use of authenticated variables in NorFlashDxe
The NorFlashDxe uses an explicit 'BEFORE xxx' Depex declaration to
ensure that it is dispatched before VariableRuntimeDxe, and uses the
file GUID of the latter as 'xxx' explicitly to accomplish that.

However, when enabling UEFI Secure Boot, this breaks down since the
authenticated VariableRuntimeDxe is a completely separate driver, with
a different GUID. Also, the hardcoded dependency on gEfiVariableGuid,
which is not used under UEFI Secure Boot, needs to be factored out in
order to allow this driver to be used.

So clone NorFlashDxe.inf into NorFlashAuthenticatedDxe.inf, and fix
up the dependencies so they refer to gEfiAuthenticatedVariableGuid and
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxe.inf
instead.

Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17355 6f19259b-4bc3-4df7-8a09-765794883524
2015-05-07 15:18:14 +00:00
..
NorFlashAuthenticatedDxe.inf ArmPlatformPkg: enable use of authenticated variables in NorFlashDxe 2015-05-07 15:18:14 +00:00
NorFlashAuthenticatedVariableDep.c ArmPlatformPkg: enable use of authenticated variables in NorFlashDxe 2015-05-07 15:18:14 +00:00
NorFlashBlockIoDxe.c ArmPlatformPkg/NorFlashDxe: Make the driver more compliant with the UEFI specification 2013-04-14 09:25:34 +00:00
NorFlashDxe.c ArmPkg/NorFlashDxe : Fix the check of flash addresses 2015-01-23 16:09:07 +00:00
NorFlashDxe.h ArmPlatformPkg: enable use of authenticated variables in NorFlashDxe 2015-05-07 15:18:14 +00:00
NorFlashDxe.inf ArmPlatformPkg: enable use of authenticated variables in NorFlashDxe 2015-05-07 15:18:14 +00:00
NorFlashFvbDxe.c ArmPlatformPkg: enable use of authenticated variables in NorFlashDxe 2015-05-07 15:18:14 +00:00
NorFlashVariableDep.c ArmPlatformPkg: enable use of authenticated variables in NorFlashDxe 2015-05-07 15:18:14 +00:00