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
This commit is contained in:
xli24
2010-01-28 08:29:35 +00:00
parent 819aa7bc72
commit 2c4297cf56
2 changed files with 11 additions and 15 deletions

View File

@@ -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