diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-28 08:29:35 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-28 08:29:35 +0000 |
commit | 2c4297cf5616a28b8d0aef24a1a91603c0075f03 (patch) | |
tree | 59ac04416921581559fd0392d8111361ee7baef2 /MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf | |
parent | 819aa7bc72cdb6947a3487b01f160b7ea3ab7cbb (diff) | |
download | edk2-platforms-2c4297cf5616a28b8d0aef24a1a91603c0075f03.tar.xz |
1. Add comments in INF file to describe limitation.
2. Return EFI_UNSUPPORTED where reasonable.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9850 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf')
-rw-r--r-- | MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf b/MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf index 8c071fc971..78667d7f68 100644 --- a/MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf +++ b/MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf @@ -7,7 +7,11 @@ # be used as a template driver for implementing the Legacy Region 2 Protocol on
# a platform that does support HW locking of the legacy memory regions.
#
-# Copyright (c) 2009, Intel Corporation
+# Note: This module does not fully comply with PI Specification of Legacy Region 2
+# Protocol. For Lock/UnLock/Decode, EFI_SUCCESS is returned although the region's
+# attributes were not actually modified.
+#
+# Copyright (c) 2009 - 2010, 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
# which accompanies this distribution. The full text of the license may be found at
|