]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
15 years agoAdd information in Meta-Data file
eric_tian [Tue, 3 Feb 2009 00:30:46 +0000 (00:30 +0000)]
Add information in Meta-Data file

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7399 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd information in Meta-Data file
eric_tian [Tue, 3 Feb 2009 00:30:18 +0000 (00:30 +0000)]
Add information in Meta-Data file

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7398 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd information in Meta-Data file
eric_tian [Tue, 3 Feb 2009 00:29:48 +0000 (00:29 +0000)]
Add information in Meta-Data file

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7397 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd GCC assember for DxeIpl module
klu2 [Mon, 2 Feb 2009 19:09:21 +0000 (19:09 +0000)]
Add GCC assember for DxeIpl module

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7396 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd GCC assember for DxeIpl module
klu2 [Mon, 2 Feb 2009 19:09:11 +0000 (19:09 +0000)]
Add GCC assember for DxeIpl module

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7395 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoenhance the condition branch to handle Unix style file path. and avoid array overflow
eric_tian [Mon, 2 Feb 2009 08:01:35 +0000 (08:01 +0000)]
enhance the condition branch to handle Unix style file path. and avoid array overflow

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7394 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the comment section of INF to add in more meta data description.
qwang12 [Mon, 2 Feb 2009 07:38:16 +0000 (07:38 +0000)]
Update the comment section of INF to add in more meta data description.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7393 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoRemove the accidental check in of test code.
qwang12 [Mon, 2 Feb 2009 07:27:44 +0000 (07:27 +0000)]
Remove the accidental check in of test code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7392 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd in ASSERT to check out-of-bound and possible dereference of NULL pointers.
qwang12 [Mon, 2 Feb 2009 07:18:59 +0000 (07:18 +0000)]
Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7391 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoadd parameter check logic to clean up Klocwork warning.
eric_tian [Mon, 2 Feb 2009 05:50:45 +0000 (05:50 +0000)]
add parameter check logic to clean up Klocwork warning.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7390 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoThe caller of FindVariable() function ensure VariableName != NULL && VendorGuid ...
eric_tian [Mon, 2 Feb 2009 03:13:35 +0000 (03:13 +0000)]
The caller of FindVariable() function ensure VariableName != NULL && VendorGuid != NULL. In the internal of this function, we only need to ensure that (VariableName[0] != 0 && VenderGuid != NULL) is true.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7389 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoFix minor coding style issue.
qhuang8 [Mon, 2 Feb 2009 01:56:42 +0000 (01:56 +0000)]
Fix minor coding style issue.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7388 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoRemove empty folder
qhuang8 [Mon, 2 Feb 2009 01:54:52 +0000 (01:54 +0000)]
Remove empty folder

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7387 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoThe PCD library function will do ASSERT if CallBackFunction is NULL according to...
qwang12 [Sun, 1 Feb 2009 10:05:38 +0000 (10:05 +0000)]
The PCD library function will do ASSERT if CallBackFunction is NULL according to Mde Library Specification.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7386 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the protocol function to return EFI_INVALID_PARAMETER if CallBackFunction...
qwang12 [Sun, 1 Feb 2009 10:04:40 +0000 (10:04 +0000)]
Update the protocol function to return EFI_INVALID_PARAMETER  if CallBackFunction == NULL. The PCD library function will do ASSERT if CallBackFunction is NULL.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7385 6f19259b-4bc3-4df7-8a09-765794883524

15 years ago1) Add an example in EdkCompatibilityPkg.dsc to show how the compatibility build...
qwang12 [Sun, 1 Feb 2009 09:39:43 +0000 (09:39 +0000)]
1) Add an example in EdkCompatibilityPkg.dsc to show how the compatibility build switch is turned on for Framework HII modules.
2) Add the incompatibility changes in ChangeLog.txt.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7384 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoFor ECP, disable ICC's remark #869: "Parameter" was never referenced warning.
xli24 [Sun, 1 Feb 2009 09:23:46 +0000 (09:23 +0000)]
For ECP, disable ICC's remark #869: "Parameter" was never referenced warning.
This is legal ANSI C code so we disable the remark that is turned on with -Wall

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7383 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd check when use *Pointer as Sd->mRight[*Pointer] to avoid out of Array bound.
lgao4 [Sun, 1 Feb 2009 04:48:29 +0000 (04:48 +0000)]
Add check when use *Pointer as Sd->mRight[*Pointer] to avoid out of Array bound.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7382 6f19259b-4bc3-4df7-8a09-765794883524

15 years agore order the function definition to avoid unnecessary declaration.
niry [Sun, 1 Feb 2009 03:36:25 +0000 (03:36 +0000)]
re order the function definition to avoid unnecessary declaration.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7381 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoRemoved unused library instances for Option ROM package DSC files
qhuang8 [Sun, 1 Feb 2009 03:26:01 +0000 (03:26 +0000)]
Removed unused library instances for Option ROM package DSC files

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7380 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoFix typos
mdkinney [Fri, 30 Jan 2009 01:25:06 +0000 (01:25 +0000)]
Fix typos

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7379 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoSplit out Synchronization Library from Base Library
mdkinney [Fri, 30 Jan 2009 00:47:57 +0000 (00:47 +0000)]
Split out Synchronization Library from Base Library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7378 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoSplit out Synchronization Library from Base Library
mdkinney [Fri, 30 Jan 2009 00:45:13 +0000 (00:45 +0000)]
Split out Synchronization Library from Base Library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7377 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoSplit out Synchronization Library from Base Library
mdkinney [Fri, 30 Jan 2009 00:38:55 +0000 (00:38 +0000)]
Split out Synchronization Library from Base Library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7376 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoSplit out Synchronization Library from Base Library
mdkinney [Fri, 30 Jan 2009 00:38:37 +0000 (00:38 +0000)]
Split out Synchronization Library from Base Library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7375 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoSplit out Synchronization Library from Base Library
mdkinney [Fri, 30 Jan 2009 00:35:27 +0000 (00:35 +0000)]
Split out Synchronization Library from Base Library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7374 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoSplit out Synchronization Library from Base Library
mdkinney [Fri, 30 Jan 2009 00:33:39 +0000 (00:33 +0000)]
Split out Synchronization Library from Base Library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7373 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoSplit out Synchronization Library from Base Library
mdkinney [Fri, 30 Jan 2009 00:32:33 +0000 (00:32 +0000)]
Split out Synchronization Library from Base Library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7372 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoSplit out Synchronization Library from Base Library
mdkinney [Fri, 30 Jan 2009 00:31:46 +0000 (00:31 +0000)]
Split out Synchronization Library from Base Library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7371 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoSplit out Synchronization Library from Base Library
mdkinney [Fri, 30 Jan 2009 00:28:32 +0000 (00:28 +0000)]
Split out Synchronization Library from Base Library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7370 6f19259b-4bc3-4df7-8a09-765794883524

15 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7369 6f19259b...
jcarsey [Tue, 27 Jan 2009 20:09:52 +0000 (20:09 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7369 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoupdate default and comment to resolve confusion
jcarsey [Tue, 27 Jan 2009 17:50:36 +0000 (17:50 +0000)]
update default and comment to resolve confusion

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7368 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoFix ICC build warning.
qhuang8 [Sat, 24 Jan 2009 06:19:47 +0000 (06:19 +0000)]
Fix ICC build warning.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7367 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd check when use Index as Array [Index] to avoid out of Array bound.
lgao4 [Sat, 24 Jan 2009 03:39:02 +0000 (03:39 +0000)]
Add check when use Index as Array [Index] to avoid out of Array bound.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7366 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoFix the path for BDS.
qhuang8 [Fri, 23 Jan 2009 15:50:44 +0000 (15:50 +0000)]
Fix the path for BDS.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7365 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd comments for these header files
lgao4 [Fri, 23 Jan 2009 14:45:13 +0000 (14:45 +0000)]
Add comments for these header files

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7364 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoRemove unused Hob Guid
lgao4 [Fri, 23 Jan 2009 14:30:46 +0000 (14:30 +0000)]
Remove unused Hob Guid

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7363 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoRemove unused Hob Guid
lgao4 [Fri, 23 Jan 2009 14:30:36 +0000 (14:30 +0000)]
Remove unused Hob Guid

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7362 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate for Meta data.
xli24 [Fri, 23 Jan 2009 10:01:51 +0000 (10:01 +0000)]
Update for Meta data.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7361 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd ASSERT in case SalSystemTable is NULL.
qhuang8 [Fri, 23 Jan 2009 09:09:43 +0000 (09:09 +0000)]
Add ASSERT in case SalSystemTable is NULL.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7360 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoRemove volatile for local Index, and Use Memory library functions to fix the referenc...
lgao4 [Fri, 23 Jan 2009 08:44:26 +0000 (08:44 +0000)]
Remove volatile for local Index, and Use Memory library functions to fix the reference to compiler intrinsic functions.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7359 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoFixed a PcdEx AutoGen bug
jwang36 [Fri, 23 Jan 2009 08:37:07 +0000 (08:37 +0000)]
Fixed a PcdEx AutoGen bug

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7358 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoMove BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependen...
klu2 [Fri, 23 Jan 2009 07:27:23 +0000 (07:27 +0000)]
Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7357 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoMove BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependen...
klu2 [Fri, 23 Jan 2009 07:26:59 +0000 (07:26 +0000)]
Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7356 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoMove BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependen...
klu2 [Fri, 23 Jan 2009 07:26:35 +0000 (07:26 +0000)]
Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7355 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoMove BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependen...
klu2 [Fri, 23 Jan 2009 07:24:55 +0000 (07:24 +0000)]
Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7354 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoMove BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependen...
klu2 [Fri, 23 Jan 2009 07:23:46 +0000 (07:23 +0000)]
Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7353 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoDuplicateDevicePath() function use wrong comment same as AppendDevicePath() function.
klu2 [Fri, 23 Jan 2009 07:18:19 +0000 (07:18 +0000)]
DuplicateDevicePath() function use wrong comment same as AppendDevicePath() function.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7352 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoFix typos in Pcd token number
qhuang8 [Fri, 23 Jan 2009 05:09:12 +0000 (05:09 +0000)]
Fix typos in Pcd token number

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7351 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd more checkpoint for deference pointer.
klu2 [Fri, 23 Jan 2009 04:45:48 +0000 (04:45 +0000)]
Add more checkpoint for deference pointer.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7350 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoFix issue from code scrub.
klu2 [Fri, 23 Jan 2009 03:32:01 +0000 (03:32 +0000)]
Fix issue from code scrub.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7349 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd check when use Index as Array [Index] to avoid out of Array bound.
lgao4 [Thu, 22 Jan 2009 15:40:06 +0000 (15:40 +0000)]
Add check when use Index as Array [Index] to avoid out of Array bound.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7348 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd check after allocate pool.
lgao4 [Thu, 22 Jan 2009 14:09:21 +0000 (14:09 +0000)]
Add check after allocate pool.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7347 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoremove klocwork issue.
vanjeff [Thu, 22 Jan 2009 09:07:53 +0000 (09:07 +0000)]
remove klocwork issue.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7346 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoDuplicateDevicePath() function use wrong comment same as AppendDevicePath() function.
klu2 [Thu, 22 Jan 2009 08:21:30 +0000 (08:21 +0000)]
DuplicateDevicePath() function use wrong comment same as AppendDevicePath() function.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7345 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd check for NULL pointer.
xli24 [Thu, 22 Jan 2009 05:03:14 +0000 (05:03 +0000)]
Add check for NULL pointer.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7344 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the DSC file name based on the directory name change.
qwang12 [Wed, 21 Jan 2009 10:21:50 +0000 (10:21 +0000)]
Update the DSC file name based on the directory name change.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7342 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the INF file name based on the directory name change.
qwang12 [Wed, 21 Jan 2009 10:17:15 +0000 (10:17 +0000)]
Update the INF file name based on the directory name change.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7341 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the INF file name based on the directory name change.
qwang12 [Wed, 21 Jan 2009 10:16:47 +0000 (10:16 +0000)]
Update the INF file name based on the directory name change.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7340 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the INF file name based on the directory name change.
qwang12 [Wed, 21 Jan 2009 10:15:55 +0000 (10:15 +0000)]
Update the INF file name based on the directory name change.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7339 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the INF file name based on the directory name change.
qwang12 [Wed, 21 Jan 2009 10:14:55 +0000 (10:14 +0000)]
Update the INF file name based on the directory name change.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7338 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the INF file name based on the directory name change.
qwang12 [Wed, 21 Jan 2009 10:14:04 +0000 (10:14 +0000)]
Update the INF file name based on the directory name change.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7337 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the INF file name based on the directory name change.
qwang12 [Wed, 21 Jan 2009 10:13:20 +0000 (10:13 +0000)]
Update the INF file name based on the directory name change.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7336 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the INF file name based on the directory name change.
qwang12 [Wed, 21 Jan 2009 10:12:54 +0000 (10:12 +0000)]
Update the INF file name based on the directory name change.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7335 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the INF file name based on the directory name change.
qwang12 [Wed, 21 Jan 2009 10:12:30 +0000 (10:12 +0000)]
Update the INF file name based on the directory name change.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7334 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the INF file name based on the directory name change.
qwang12 [Wed, 21 Jan 2009 10:12:07 +0000 (10:12 +0000)]
Update the INF file name based on the directory name change.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7333 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the INF file based on the change to direcotry and file name.
qwang12 [Wed, 21 Jan 2009 10:10:55 +0000 (10:10 +0000)]
Update the INF file based on the change to direcotry and file name.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7332 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the INF file based on the change to direcotry and file name.
qwang12 [Wed, 21 Jan 2009 10:09:58 +0000 (10:09 +0000)]
Update the INF file based on the change to direcotry and file name.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7331 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate the INF file based on the change to direcotry and file name.
qwang12 [Wed, 21 Jan 2009 10:09:30 +0000 (10:09 +0000)]
Update the INF file based on the change to direcotry and file name.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7330 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoRename module name from ***To*** to ***On***. AAAOnBBB means this module produce...
qwang12 [Wed, 21 Jan 2009 09:48:54 +0000 (09:48 +0000)]
Rename module name from ***To*** to ***On***. AAAOnBBB means this module produce AAA Protocol/PPI based on BBB. This change improves the readability.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7329 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoRename module name from ***To*** to ***On***. AAAOnBBB means this module produce...
qwang12 [Wed, 21 Jan 2009 09:47:43 +0000 (09:47 +0000)]
Rename module name from ***To*** to ***On***. AAAOnBBB means this module produce AAA Protocol/PPI based on BBB. This change improves the readability.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7328 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoCorrect FeatureFlagExpress PCD format based on INF spec.
lgao4 [Wed, 21 Jan 2009 07:25:23 +0000 (07:25 +0000)]
Correct FeatureFlagExpress PCD format based on INF spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7327 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoMeta-data reviewed and verified.
gikidy [Wed, 21 Jan 2009 07:08:57 +0000 (07:08 +0000)]
Meta-data reviewed and verified.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7326 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate to add the ASSERT()s in the right place.
qhuang8 [Wed, 21 Jan 2009 05:37:27 +0000 (05:37 +0000)]
Update to add the ASSERT()s in the right place.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7325 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoK8:
qwang12 [Wed, 21 Jan 2009 05:33:41 +0000 (05:33 +0000)]
K8:
1) add in more ASSERT condition and updates the comment for HexStringToBuf.
2) Check the pointer returned by HiiLibGetHiiHandles.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7324 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoFix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when BufferSize...
eric_tian [Wed, 21 Jan 2009 04:56:24 +0000 (04:56 +0000)]
Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when BufferSize is NULL.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7323 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoadjust code to remove Klocwork issues.
vanjeff [Wed, 21 Jan 2009 03:17:15 +0000 (03:17 +0000)]
adjust code to remove Klocwork issues.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7322 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoEnhance GenFw tool to zero PeImage .xdata section (free form exception data) unused...
lgao4 [Wed, 21 Jan 2009 01:50:10 +0000 (01:50 +0000)]
Enhance GenFw tool to zero PeImage .xdata section (free form exception data) unused in BIOS, which can increase the compression ratio for the BIOS image.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7321 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoK8:
qwang12 [Tue, 20 Jan 2009 12:55:02 +0000 (12:55 +0000)]
K8:

1) Replace immediate constant with MACRO.
2) Add in ASSERT for NULL before dereferencing pointers and after memory allocation.
3) Add a return statement in ProcessOptions to handle the mismatch between the value stored and the opcode for one-of-option in orderedlist opcode. This case occurs when the one-of-optoin entry in OrderedList get deleted.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7320 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoMeta-data review.
gikidy [Tue, 20 Jan 2009 08:27:13 +0000 (08:27 +0000)]
Meta-data review.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7319 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd some info for some PCD controlled GUIDs and Protocols.
gikidy [Tue, 20 Jan 2009 05:13:35 +0000 (05:13 +0000)]
Add some info for some PCD controlled GUIDs and Protocols.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7318 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoMeta-data review.
gikidy [Tue, 20 Jan 2009 04:57:29 +0000 (04:57 +0000)]
Meta-data review.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7317 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoSource level security checked
jji4 [Tue, 20 Jan 2009 04:17:05 +0000 (04:17 +0000)]
Source level security checked

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7316 6f19259b-4bc3-4df7-8a09-765794883524

15 years ago1, Add logo.bmp to fv file for showing it in graphic mode
klu2 [Tue, 20 Jan 2009 03:23:21 +0000 (03:23 +0000)]
1, Add logo.bmp to fv file for showing it in graphic mode
2, Hard code timeout to 5 second.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7315 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoMeta-data review.
gikidy [Tue, 20 Jan 2009 03:07:20 +0000 (03:07 +0000)]
Meta-data review.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7314 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoMeta-data review.
gikidy [Tue, 20 Jan 2009 03:04:55 +0000 (03:04 +0000)]
Meta-data review.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7313 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoMeta-data review.
gikidy [Tue, 20 Jan 2009 03:01:44 +0000 (03:01 +0000)]
Meta-data review.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7312 6f19259b-4bc3-4df7-8a09-765794883524

15 years agocoding style
eric_tian [Tue, 20 Jan 2009 03:01:41 +0000 (03:01 +0000)]
coding style

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7311 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoK8:
qwang12 [Tue, 20 Jan 2009 02:00:46 +0000 (02:00 +0000)]
K8:

1) Add in "check-for-null" before dereferencing a pointer.
2) unify the handling of EFI_OUT_OF_RESOURCE case.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7310 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoK8:
qwang12 [Tue, 20 Jan 2009 01:55:11 +0000 (01:55 +0000)]
K8:
Add in "check-for-null" to catch the de-reference of NULL pointer.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7309 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoK8:
qwang12 [Tue, 20 Jan 2009 01:52:02 +0000 (01:52 +0000)]
K8:
1) Fix the bug the assert conditions. || should be &&.
2) Add in code path and check-for-null-pointer to do error handling.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7308 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoK8: add new variable PasswordSize to remove immeidate constant.
qwang12 [Tue, 20 Jan 2009 01:48:39 +0000 (01:48 +0000)]
K8: add new variable PasswordSize to remove immeidate constant.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7307 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd ASSERT in case SalSystemTable is NULL.
qhuang8 [Mon, 19 Jan 2009 08:29:55 +0000 (08:29 +0000)]
Add ASSERT in case SalSystemTable is NULL.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7306 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAssertions added
jji4 [Mon, 19 Jan 2009 07:58:58 +0000 (07:58 +0000)]
Assertions added

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7305 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoUpdate For Review
hfang [Mon, 19 Jan 2009 07:00:28 +0000 (07:00 +0000)]
Update For Review

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7304 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoSource level security checked
jji4 [Mon, 19 Jan 2009 06:55:18 +0000 (06:55 +0000)]
Source level security checked

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7303 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd some ASSERT()s.
gikidy [Mon, 19 Jan 2009 06:34:35 +0000 (06:34 +0000)]
Add some ASSERT()s.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7302 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoSource level security checked
jji4 [Mon, 19 Jan 2009 05:23:02 +0000 (05:23 +0000)]
Source level security checked

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7301 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoFix a bug that length might be a negative value for worker function BasePrintLibFillB...
qhuang8 [Mon, 19 Jan 2009 05:18:23 +0000 (05:18 +0000)]
Fix a bug that length might be a negative value for worker function BasePrintLibFillBuffer(). In view of this, it is better to reuse for loop to fill the buffer.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7300 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd some ASSERT()s.
gikidy [Mon, 19 Jan 2009 01:55:14 +0000 (01:55 +0000)]
Add some ASSERT()s.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7299 6f19259b-4bc3-4df7-8a09-765794883524