summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-10 06:44:29 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-10 06:44:29 +0000
commitd2d0515432a1b176b571a901332419827a64359a (patch)
treeeda633a2603489aa948f14f41243b19b56f42e1b
parentc57b798b7165f9b52e2eb375775f9a87dad2d52f (diff)
downloadedk2-d2d0515432a1b176b571a901332419827a64359a.zip
edk2-d2d0515432a1b176b571a901332419827a64359a.tar.gz
edk2-d2d0515432a1b176b571a901332419827a64359a.tar.bz2
Add the platform implementation for PlatformBdsLockNonUpdatableFlash()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UefiHiiEnable4354@4549 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c9
-rw-r--r--Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c9
2 files changed, 18 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c b/MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c
index 8948c3f..85633a9 100644
--- a/MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c
+++ b/MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c
@@ -265,3 +265,12 @@ Returns:
{
return EFI_SUCCESS;
}
+
+EFI_STATUS
+EFIAPI
+PlatformBdsLockNonUpdatableFlash (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
diff --git a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c
index 648ee96..d6ee955 100644
--- a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c
+++ b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c
@@ -505,3 +505,12 @@ Returns:
{
return EFI_SUCCESS;
}
+
+EFI_STATUS
+EFIAPI
+PlatformBdsLockNonUpdatableFlash (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}