Update header format

Signed-off-by: Hot Tian <hot.tian@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13819 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
hhtian
2012-10-11 04:59:05 +00:00
parent 90cce8c44d
commit e8c758dc92
2 changed files with 7 additions and 6 deletions

View File

@ -1,15 +1,16 @@
/** @file /** @file
LockBox SMM driver.
Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
Caution: This module requires additional review when modified. Caution: This module requires additional review when modified.
This driver will have external input - communicate buffer in SMM mode. This driver will have external input - communicate buffer in SMM mode.
This external input must be validated carefully to avoid security issue like This external input must be validated carefully to avoid security issue like
buffer overflow, integer overflow. buffer overflow, integer overflow.
SmmLockBoxHandler(), SmmLockBoxRestore(), SmmLockBoxUpdate(), SmmLockBoxSave() SmmLockBoxHandler(), SmmLockBoxRestore(), SmmLockBoxUpdate(), SmmLockBoxSave()
will receive untrusted input and do basic validation. will receive untrusted input and do basic validation.
Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials This program and the accompanying materials
are licensed and made available under the terms and conditions are licensed and made available under the terms and conditions
of the BSD License which accompanies this distribution. The of the BSD License which accompanies this distribution. The

View File

@ -1,13 +1,13 @@
## @file ## @file
# Component description file for LockBox SMM driver. # Component description file for LockBox SMM driver.
# #
# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
#
# Caution: This module requires additional review when modified. # Caution: This module requires additional review when modified.
# This driver will have external input - communicate buffer in SMM mode. # This driver will have external input - communicate buffer in SMM mode.
# This external input must be validated carefully to avoid security issue like # This external input must be validated carefully to avoid security issue like
# buffer overflow, integer overflow. # buffer overflow, integer overflow.
# #
# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions # are licensed and made available under the terms and conditions
# of the BSD License which accompanies this distribution. The # of the BSD License which accompanies this distribution. The