summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Drivers/NorFlashDxe
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2015-07-01 03:10:01 +0000
committerlzeng14 <lzeng14@Edk2>2015-07-01 03:10:01 +0000
commitad7a56e519890166741600eeacc08881b3383cb0 (patch)
tree70e1817b599951649482af0d355576640cf4d440 /ArmPlatformPkg/Drivers/NorFlashDxe
parent90dcda4774d6d5a324fe5b62653430a07ce97dae (diff)
downloadedk2-ad7a56e519890166741600eeacc08881b3383cb0.tar.gz
edk2-ad7a56e519890166741600eeacc08881b3383cb0.tar.bz2
edk2-ad7a56e519890166741600eeacc08881b3383cb0.zip
ArmPlatformPkg: Use the merged Variable driver
Remove gVariableAuthenticatedRuntimeDxeFileGuid definition in ArmPlatformPkg.dec and use gVariableRuntimeDxeFileGuid in NorFlashAuthenticatedDxe.inf as auth Variable driver in SecurityPkg and Variable driver in MdeModulePkg have been merged. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17768 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Drivers/NorFlashDxe')
-rw-r--r--ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf5
1 files changed, 3 insertions, 2 deletions
diff --git a/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf b/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf
index ff8f048ecb..6c5e6aef0d 100644
--- a/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf
+++ b/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf
@@ -4,6 +4,7 @@
#
# Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
# Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
+# Copyright (c) 2015, Intel Corporation. All rights reserved.
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -70,7 +71,7 @@
[Depex]
#
- # NorFlashAuthenticatedDxe must be loaded before VariableAuthenticatedRuntimeDxe
+ # NorFlashAuthenticatedDxe must be loaded before VariableRuntimeDxe
# in case empty flash needs populating with default values
#
- BEFORE gVariableAuthenticatedRuntimeDxeFileGuid
+ BEFORE gVariableRuntimeDxeFileGuid