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:
@ -1,6 +1,5 @@
|
|||||||
/** @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.
|
||||||
@ -10,6 +9,8 @@ Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
|
|||||||
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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user