]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
14 years agoRemove the following Protocols from the IntelFrameworkModulePkg because they are...
mdkinney [Mon, 13 Jul 2009 19:05:07 +0000 (19:05 +0000)]
Remove the following Protocols from the IntelFrameworkModulePkg because they are identical to Protocols from the PI 1.2 Specification that have been added to the MdePkg
1) Disk Info Protocol and its associated device GUIDs
2) PCI Hot Plug Request GUID

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

14 years agoAdd the following PI 1.2 Protocols to the MdePkg
mdkinney [Mon, 13 Jul 2009 19:01:33 +0000 (19:01 +0000)]
Add the following PI 1.2 Protocols to the MdePkg
1) Disk Info Protocol and its associated device GUIDs
2) PCI Hot Plug Request Protocol

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

14 years agocomment clarification
jcarsey [Mon, 13 Jul 2009 16:04:10 +0000 (16:04 +0000)]
comment clarification

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

14 years agoAdd macro definitions indicating from SMBIOS 2.6
klu2 [Mon, 13 Jul 2009 13:52:28 +0000 (13:52 +0000)]
Add macro definitions indicating from SMBIOS 2.6

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

14 years agoFix a wrong doxygen comment tag usage of ///>. The correct one is ///<.
klu2 [Mon, 13 Jul 2009 13:06:59 +0000 (13:06 +0000)]
Fix a wrong doxygen comment tag usage of ///>. The correct one is ///<.

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

14 years agoProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which...
eric_tian [Mon, 13 Jul 2009 12:08:24 +0000 (12:08 +0000)]
ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library.
It is not proper for a library implementation to assume the names of function in a parent module.
Instead, they must be designed as the pointers to these two BdsDxe functions and passed in.

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

14 years agoProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which...
eric_tian [Mon, 13 Jul 2009 12:07:26 +0000 (12:07 +0000)]
ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library.
It is not proper for a library implementation to assume the names of function in a parent module.
Instead, they must be designed as the pointers to these two BdsDxe functions and passed in.

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

14 years agoProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which...
eric_tian [Mon, 13 Jul 2009 12:06:51 +0000 (12:06 +0000)]
ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library.
It is not proper for a library implementation to assume the names of function in a parent module.
Instead, they must be designed as the pointers to these two BdsDxe functions and passed in.

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

14 years agoProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which...
eric_tian [Mon, 13 Jul 2009 12:04:24 +0000 (12:04 +0000)]
ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library.
It is not proper for a library implementation to assume the names of function in a parent module.
Instead, they must be designed as the pointers to these two BdsDxe functions and passed in.

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

14 years agoProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which...
eric_tian [Mon, 13 Jul 2009 12:01:46 +0000 (12:01 +0000)]
ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library.
It is not proper for a library implementation to assume the names of function in a parent module.
Instead, they must be designed as the pointers to these two BdsDxe functions and passed in.

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

14 years agorollback for fix scsi disk detection issue.
vanjeff [Mon, 13 Jul 2009 10:26:20 +0000 (10:26 +0000)]
rollback for fix scsi disk detection issue.

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

14 years agoRetire description string macro for boot device type which are not defined in UEFI...
klu2 [Mon, 13 Jul 2009 10:20:09 +0000 (10:20 +0000)]
Retire description string macro for boot device type which are not defined in UEFI specification.

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

14 years agoMake code definition alignment.
lgao4 [Mon, 13 Jul 2009 09:35:40 +0000 (09:35 +0000)]
Make code definition alignment.

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

14 years agoRemove unnecessary FRAMEWORK_ prefix in IntelFrameworkPkg definitions for those defin...
lgao4 [Mon, 13 Jul 2009 09:28:09 +0000 (09:28 +0000)]
Remove unnecessary FRAMEWORK_ prefix in IntelFrameworkPkg definitions for those definitions that don't conflict with ones in UEFI/PI specification.

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

14 years agoRemove unnecessary FRAMEWORK_ prefix in IntelFrameworkPkg definitions for those defin...
lgao4 [Mon, 13 Jul 2009 09:28:00 +0000 (09:28 +0000)]
Remove unnecessary FRAMEWORK_ prefix in IntelFrameworkPkg definitions for those definitions that don't conflict with ones in UEFI/PI specification.

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

14 years agoRoll back R8811 check in for it will get a double carriage return.
gikidy [Mon, 13 Jul 2009 08:10:12 +0000 (08:10 +0000)]
Roll back R8811 check in for it will get a double carriage return.

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

14 years agoremove work around, since we had added return value check.
vanjeff [Mon, 13 Jul 2009 06:07:23 +0000 (06:07 +0000)]
remove work around, since we had added return value check.

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

14 years agoupdated parameters name to match spec.
vanjeff [Mon, 13 Jul 2009 05:53:48 +0000 (05:53 +0000)]
updated parameters name to match spec.

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

14 years agoSynchronize build tools binaries with source code r1655 at build tool project.
lgao4 [Mon, 13 Jul 2009 05:24:21 +0000 (05:24 +0000)]
Synchronize build tools binaries with source code r1655 at build tool project.

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

14 years agoynchronize build tools binaries with source code r1655 at build tool project.
lgao4 [Mon, 13 Jul 2009 05:23:00 +0000 (05:23 +0000)]
ynchronize build tools binaries with source code r1655 at build tool project.
Fix a bug that GenFv tool can't generate the correct top reset vector table for IA32, X64 and IPF arch SEC module.

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

14 years agoFix build broken, DxeUnixPeCoffExtracActionLib should not dependent on PeiServiceLib
klu2 [Mon, 13 Jul 2009 05:21:49 +0000 (05:21 +0000)]
Fix build broken, DxeUnixPeCoffExtracActionLib should not dependent on PeiServiceLib

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

14 years agoFix build broken, EFI_TIME_IN_DAYLIGHT used in Sec/UnixThunk.c is defined in Uefi...
klu2 [Mon, 13 Jul 2009 05:14:09 +0000 (05:14 +0000)]
Fix build broken, EFI_TIME_IN_DAYLIGHT used in Sec/UnixThunk.c is defined in Uefi specification, so need include Uefi.h.

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

14 years agoRemove the following PPIs from the IntelFrameworkPkg because they were identical...
mdkinney [Mon, 13 Jul 2009 05:01:48 +0000 (05:01 +0000)]
Remove the following PPIs from the IntelFrameworkPkg because they were identical to PPIs from the PI 1.2 Specification
1) Block I/O PPI
2) Device Recovery PPI
3) Recovery Module PPI
4) S3 Resume PPI

Also add Include/Guid/BlockIo.h that contains two hardware device specific GUIDs for recovery devices that are only defined in the Framework Specifications

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

14 years agoAdd the following PI 1.2 PPIs to the MdePkg
mdkinney [Mon, 13 Jul 2009 04:59:39 +0000 (04:59 +0000)]
Add the following PI 1.2 PPIs to the MdePkg
1) Block I/O PPI
2) Device Recovery PPI
3) Recovery Module PPI
4) S3 Resume PPI

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

14 years agoremove the DEBUG_CODE_BEGIN and DEBUG_CODE_END due to the logic between them are...
eric_tian [Mon, 13 Jul 2009 03:24:25 +0000 (03:24 +0000)]
remove the DEBUG_CODE_BEGIN and DEBUG_CODE_END due to the logic between them are not optional.

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

14 years agoAdd Framework MP Services Protocol
mdkinney [Mon, 13 Jul 2009 00:18:41 +0000 (00:18 +0000)]
Add Framework MP Services Protocol

Change EFI_AP_PROCEDURE to FRAMEWORK_EFI_AP_PROCEDURE to remove name collision with PI 1.2 MP Services Protocol in MdePkg

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

14 years agoClean up doxygen comments
mdkinney [Mon, 13 Jul 2009 00:16:54 +0000 (00:16 +0000)]
Clean up doxygen comments
Remove *_GRANULARITY #defines that are not defined in the Framework CSM Specification

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

14 years agoAdd MP Services Protocol from the UEFI Platform Initialization 1.2 Specification
mdkinney [Mon, 13 Jul 2009 00:10:46 +0000 (00:10 +0000)]
Add MP Services Protocol from the UEFI Platform Initialization 1.2 Specification

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

14 years agoFix Doxygen comment syntax
mdkinney [Mon, 13 Jul 2009 00:09:04 +0000 (00:09 +0000)]
Fix Doxygen comment syntax

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

14 years agoAdd "FRAMEWORK_" to remove name collision with Security2 PPI in MdePkg
mdkinney [Sun, 12 Jul 2009 23:50:04 +0000 (23:50 +0000)]
Add "FRAMEWORK_" to remove name collision with Security2 PPI in MdePkg

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

14 years agoFix typo in #ifndef name
mdkinney [Sun, 12 Jul 2009 23:41:17 +0000 (23:41 +0000)]
Fix typo in #ifndef name

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

14 years agoFix Doxygen comment syntax
mdkinney [Sun, 12 Jul 2009 23:39:58 +0000 (23:39 +0000)]
Fix Doxygen comment syntax

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

14 years agoFix signed/unsigned mismatch issue
mdkinney [Sun, 12 Jul 2009 18:10:44 +0000 (18:10 +0000)]
Fix signed/unsigned mismatch issue

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

14 years agofix parameter type
jcarsey [Sun, 12 Jul 2009 03:43:03 +0000 (03:43 +0000)]
fix parameter type

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

14 years agoIf module really is a Framework module and not a PI module, then use FrameworkDxe...
mdkinney [Sat, 11 Jul 2009 23:29:43 +0000 (23:29 +0000)]
If module really is a Framework module and not a PI module, then use FrameworkDxe.h instead of PeDxe.h and FrameworkPei.h instead of PiPei.h

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

14 years agoRemove extra #includes where possible to make build more efficient
mdkinney [Sat, 11 Jul 2009 23:29:23 +0000 (23:29 +0000)]
Remove extra #includes where possible to make build more efficient

If module really is a Framework module and not a PI module, then use FrameworkDxe.h instead of PeDxe.h and FrameworkPei.h instead of PiPei.h

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

14 years agoRemove extra #includes where possible to make build more efficient
mdkinney [Sat, 11 Jul 2009 23:28:37 +0000 (23:28 +0000)]
Remove extra #includes where possible to make build more efficient

If module really is a Framework module and not a PI module, then use FrameworkDxe.h instead of PeDxe.h and FrameworkPei.h instead of PiPei.h

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

14 years agoRemove extra #includes where possible to make build more efficient
mdkinney [Sat, 11 Jul 2009 23:27:49 +0000 (23:27 +0000)]
Remove extra #includes where possible to make build more efficient

If module really is a Framework module and not a PI module, then use FrameworkDxe.h instead of PeDxe.h

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

14 years ago1) Add Include/Framework/BootScript.h that contains defines shared between Boot Scrip...
mdkinney [Sat, 11 Jul 2009 23:25:44 +0000 (23:25 +0000)]
1) Add Include/Framework/BootScript.h that contains defines shared between Boot Script Executer PPI and Boot Script Save Protocol.  Remove those safe defines from Include/Ppi/BootScriptExecuter.h
2) Remove Include/Framework/DataHubRecords.h and merge its content into Include/Guid/DataHubRecords.h
3) Remove Include/Framework/Legacy16.h and merge its contents into Include/Protocol/LegacyBios.h
4) Update FrameworkDxe.h to no longer include all the Legacy16.h and DataHubRecords.h contents.  This reduces the number of include file and definitions pulled in when a module include FrameworkDxe.h.  The Legacy16.h contents can now be included by a module through Protocol/LegacyBios.h and the DataHubRecords.h contents can be included by a module through Guid/DataHubRecords.h
5) Update Include/Guid/StatusCodeDataTypeId.h so it can be safely included by both PEIMs and DXE Modules since both the PEI and DXE phases support status codes
6) Remove extra #includes where possible to reduce number of files included during a build.
7) Update Include/Protocol/LegacyBiosPlatform.h to #include Include/Protocol/LegacyBios.h since it depends on HDD_INFO and COMPATIBILITY16 strictures carried by LegacyBios.h

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

14 years agoCorrect #include statements. This is a DXE DRIVER, not a UEFI module.
mdkinney [Sat, 11 Jul 2009 23:11:21 +0000 (23:11 +0000)]
Correct #include statements.  This is a DXE DRIVER, not a UEFI module.

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

14 years agoRetire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc...
mdkinney [Sat, 11 Jul 2009 22:51:51 +0000 (22:51 +0000)]
Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead.

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

14 years agoPut EOF (End of File) on its own line for all source files. This is required for...
mdkinney [Sat, 11 Jul 2009 19:33:25 +0000 (19:33 +0000)]
Put EOF (End of File) on its own line for all source files.  This is required for some compiler to build.

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

14 years agoRemove "Module Name:" from include file headers.
mdkinney [Sat, 11 Jul 2009 16:05:53 +0000 (16:05 +0000)]
Remove "Module Name:" from include file headers.

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

14 years agoMake CR/LF consistent in source file
mdkinney [Sat, 11 Jul 2009 16:03:44 +0000 (16:03 +0000)]
Make CR/LF consistent in source file

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

14 years agoRemove "Module Name:" from include file headers.
mdkinney [Sat, 11 Jul 2009 16:02:13 +0000 (16:02 +0000)]
Remove "Module Name:" from include file headers.

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

14 years agoFix Doxygen document generation for function prototypes
mdkinney [Fri, 10 Jul 2009 23:56:39 +0000 (23:56 +0000)]
Fix Doxygen document generation for function prototypes

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

14 years agoRemove extra #Include
mdkinney [Fri, 10 Jul 2009 23:55:52 +0000 (23:55 +0000)]
Remove extra #Include
Remove platform specific capsule action from generic BdsDxe

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

14 years agoDocument the macro definitions for Variable Attributes.
darylm503 [Fri, 10 Jul 2009 22:09:04 +0000 (22:09 +0000)]
Document the macro definitions for Variable Attributes.
Clean up some sentence syntax.
Add direction tags to @param directives to match the declaration being commented.

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

14 years agoAdjust syntax of comment contents.
darylm503 [Fri, 10 Jul 2009 22:00:05 +0000 (22:00 +0000)]
Adjust syntax of comment contents.
Document members of the Device Recovery Module PPI.

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

14 years agoAdd Doxygen comment block to SMRAM state macro definitions.
darylm503 [Fri, 10 Jul 2009 21:55:33 +0000 (21:55 +0000)]
Add Doxygen comment block to SMRAM state macro definitions.
Clean up comment for the EFI_SMRAM_HOB_DESCRIPTOR_BLOCK structure type to combine the orphan comment about the specification inconsistency with the comment for the type.

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

14 years agofixed operator order
jcarsey [Fri, 10 Jul 2009 19:46:17 +0000 (19:46 +0000)]
fixed operator order

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

14 years agoFix build break
mdkinney [Fri, 10 Jul 2009 18:16:26 +0000 (18:16 +0000)]
Fix build break

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

14 years agofix build breaks. and allow for new lists to be created.
jcarsey [Fri, 10 Jul 2009 18:06:01 +0000 (18:06 +0000)]
fix build breaks. and allow for new lists to be created.

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

14 years agorestore @par Revision Reference.
eric_tian [Fri, 10 Jul 2009 12:40:31 +0000 (12:40 +0000)]
restore @par Revision Reference.

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

14 years agorestore @par Revision Reference.
eric_tian [Fri, 10 Jul 2009 12:17:41 +0000 (12:17 +0000)]
restore @par Revision Reference.

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

14 years agofix build issue
eric_tian [Fri, 10 Jul 2009 10:25:44 +0000 (10:25 +0000)]
fix build issue

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

14 years agoroll back the change on the naming of DataHubRecords.h for backward compatibility.
eric_tian [Fri, 10 Jul 2009 10:20:57 +0000 (10:20 +0000)]
roll back the change on the naming of DataHubRecords.h for backward compatibility.

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

14 years agoTo keep the code not change as original for compatible purpose. GetNextVariable ...
jchen20 [Fri, 10 Jul 2009 10:19:26 +0000 (10:19 +0000)]
To keep the code not change as original for compatible purpose. GetNextVariable --> PeiGetVariable. SetVariable--> PeiSetVariable

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

14 years agoupdate the function header comment to comply with PI1.2 volume 5
eric_tian [Fri, 10 Jul 2009 10:17:40 +0000 (10:17 +0000)]
update the function header comment to comply with PI1.2 volume 5

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

14 years agoroll back the change on the naming of DataHubRecords.h for backward compatibility.
eric_tian [Fri, 10 Jul 2009 10:16:50 +0000 (10:16 +0000)]
roll back the change on the naming of DataHubRecords.h for backward compatibility.

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

14 years agoroll back the change on the naming of DataHubRecords.h for backward compatibility.
eric_tian [Fri, 10 Jul 2009 10:16:37 +0000 (10:16 +0000)]
roll back the change on the naming of DataHubRecords.h for backward compatibility.

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

14 years agoroll back the change on the naming of DataHubRecords.h for backward compatibility.
eric_tian [Fri, 10 Jul 2009 10:15:41 +0000 (10:15 +0000)]
roll back the change on the naming of DataHubRecords.h for backward compatibility.

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

14 years agoroll back the change on the naming of DataHubRecords.h for backward compatibility.
eric_tian [Fri, 10 Jul 2009 10:15:24 +0000 (10:15 +0000)]
roll back the change on the naming of DataHubRecords.h for backward compatibility.

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

14 years agoThe FrameworkHiiOnUefiHiiThunk driver registers notification for creating/adding...
rsun3 [Fri, 10 Jul 2009 10:13:04 +0000 (10:13 +0000)]
The FrameworkHiiOnUefiHiiThunk driver registers notification for creating/adding/removing string/form packages into the UEFI HII Database. The notification handler wants to parse the IFR binary data of the form package. However, the code assumes that a form package have a FORM SET OP and if not, it will assert.  Remove assert and ignore form packages that can not be handled for error tolerant.

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

14 years agoFix a bug in BuidHobGuidType() of PeiHobLib that it does not adjust the hob length...
rsun3 [Fri, 10 Jul 2009 10:03:46 +0000 (10:03 +0000)]
Fix a bug in BuidHobGuidType() of PeiHobLib that it does not adjust the hob length to be multiple of 8. This does not follow the spec.

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

14 years agoSynchronize build tools binaries with source code r1654 at build tool project.
klu2 [Fri, 10 Jul 2009 09:38:06 +0000 (09:38 +0000)]
Synchronize build tools binaries with source code r1654 at build tool project.
The modifications includes:
1) Correct the issue that build tool generate UINT8 array for unicode string type PCD, it maybe cause alignment issue. Now build tool will generate UINT16 array for unicode string type PCD.
2) Merge FdfParser.py updates to FdfParserLite.py
3) Replace EFI_IMAGE_NT_HEADERS with EFI_IMAGE_OPTIONAL_HEADER_UNION. (GenFv)
The code referencing EFI_IMAGE_NT_HEADERS has been modified to
refer to EFI_IMAGE_OPTIONAL_HEADER_UNION => Pe32/Pe32Plus.
4) Remove definitions of build machine specific types.
Remove EFI_IMAGE_OPTIONAL_HEADER, EFI_IMAGE_NT_HEADERS,
EFI_IMAGE_NT_OPTIONAL_HDR_MAGIC, and EFI_IMAGE_MACHINE_TYPE_SUPPORTED,
since these were defined differently based on the architecture
of the build machine.  The BaseTools should support the edk2
supported processor architectures and not depend on the architecture
of the build platform.
5) Added support for the ARM processor type
Added RVCT as a ToolChainFamily (Real View Compiler Tools from ARM)
Enabled FixedAtBuild 32-bit PCDs to be used from GCC or RVCT assembler.
Updated GenFw to support RVCT ELF images and removed #ifdefs for ELF. Also made ELF to PE/COFF features available on all supported build targets for the tools by adding some FreeBSD ELF headers.
Updated GenFv to support the ARM reset vector in ZeroBytes of the FV header.

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

14 years agoClean the public header files to remove the unnecessary include files.
lgao4 [Fri, 10 Jul 2009 09:30:53 +0000 (09:30 +0000)]
Clean the public header files to remove the unnecessary include files.

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

14 years agoUpdate FrameworkHiiOnUefiHiiThunk driver due to clean up of FrameworkHii.h.
rsun3 [Fri, 10 Jul 2009 09:10:59 +0000 (09:10 +0000)]
Update FrameworkHiiOnUefiHiiThunk driver due to clean up of FrameworkHii.h.

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

14 years agoAdd the missing header file.
lgao4 [Fri, 10 Jul 2009 08:37:27 +0000 (08:37 +0000)]
Add the missing header file.

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

14 years agoRemove unused PeiServiceLib header file.
lgao4 [Fri, 10 Jul 2009 08:25:51 +0000 (08:25 +0000)]
Remove unused PeiServiceLib header file.

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

14 years ago1, Add @par section in file header comment
klu2 [Fri, 10 Jul 2009 08:07:23 +0000 (08:07 +0000)]
1, Add @par section in file header comment
2, Rollback the member name changing in last modification to keep backward compatible. Although add more comment to declaration the these inconsistent issue.

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

14 years agoMove LockKeyboards API from GenericBdsLib to PlatformBdsLib
lgao4 [Fri, 10 Jul 2009 08:06:56 +0000 (08:06 +0000)]
Move LockKeyboards API from GenericBdsLib to PlatformBdsLib
And change PlatformBdsLockNonUpdatableFlash in PlatformBdsLib return type to VOID.

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

14 years agoAdd comments to describe the difference between code and spec and move the processor...
jchen20 [Fri, 10 Jul 2009 08:05:50 +0000 (08:05 +0000)]
Add comments to describe the difference between code and spec and move the processor invalid reason macro to StatusCode.h from CPU pkg to fix the bug #202469

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

14 years agoCode clean up to match with Framework HII 0.92 spec. Add comments for mismatches...
rsun3 [Fri, 10 Jul 2009 07:59:23 +0000 (07:59 +0000)]
Code clean up to match with Framework HII 0.92 spec. Add comments for mismatches between code and spec.

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

14 years agoFix build break.
lgao4 [Fri, 10 Jul 2009 07:57:34 +0000 (07:57 +0000)]
Fix build break.

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

14 years agoReplace Fixed PCD with Feature PCD for useHalfHandshake to reduce code size.
gikidy [Fri, 10 Jul 2009 07:55:14 +0000 (07:55 +0000)]
Replace Fixed PCD with Feature PCD for useHalfHandshake to reduce code size.

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

14 years agoMerge 3 PCDs for the ISA Bus Driver to a single PCD that is a bitmask of features.
xli24 [Fri, 10 Jul 2009 07:01:42 +0000 (07:01 +0000)]
Merge 3 PCDs for the ISA Bus Driver to a single PCD that is a bitmask of features.

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

14 years ago1. remove duplicated NetLibDispatchDpc() calling in Pool function.
vanjeff [Fri, 10 Jul 2009 06:59:07 +0000 (06:59 +0000)]
1. remove duplicated NetLibDispatchDpc() calling in Pool function.
2. use mde library
3. add security check.

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

14 years agoenhanced check when reading BMP file.
vanjeff [Fri, 10 Jul 2009 05:03:24 +0000 (05:03 +0000)]
enhanced check when reading BMP file.

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

14 years agoRefine comments.
xli24 [Fri, 10 Jul 2009 03:53:02 +0000 (03:53 +0000)]
Refine comments.

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

14 years agoRefine comments.
xli24 [Fri, 10 Jul 2009 03:41:20 +0000 (03:41 +0000)]
Refine comments.

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

14 years agoKeep inconsistency in code and add additional comments for that.
xli24 [Fri, 10 Jul 2009 03:28:16 +0000 (03:28 +0000)]
Keep inconsistency in code and add additional comments for that.

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

14 years agoMove LockKeyboards API from GenericBdsLib to PlatformBdsLib
lgao4 [Fri, 10 Jul 2009 03:26:52 +0000 (03:26 +0000)]
Move LockKeyboards API from GenericBdsLib to PlatformBdsLib
And change PlatformBdsLockNonUpdatableFlash in PlatformBdsLib return type to VOID.

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

14 years agoFix a bug that process received data twice, it will cause serial work incorrect.
gikidy [Fri, 10 Jul 2009 03:05:10 +0000 (03:05 +0000)]
Fix a bug that process received data twice, it will cause serial work incorrect.

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

14 years agoRemove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System...
mdkinney [Fri, 10 Jul 2009 00:05:26 +0000 (00:05 +0000)]
Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System Table and depend on BdsDxe in the IntelFrameworkModulePkg to do this instead.

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

14 years agoRemove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System...
mdkinney [Fri, 10 Jul 2009 00:03:30 +0000 (00:03 +0000)]
Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System Table and depend on BdsDxe in the IntelFrameworkModulePkg to do this instead.

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

14 years agoRemove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System...
mdkinney [Thu, 9 Jul 2009 23:59:35 +0000 (23:59 +0000)]
Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System Table and depend on BdsDxe in the IntelFrameworkModulePkg to do this instead.

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

14 years agoUpdate BdsDxe to fill int he FirmwareVendor and FirmwareRevision fields of the EFI...
mdkinney [Thu, 9 Jul 2009 23:52:16 +0000 (23:52 +0000)]
Update BdsDxe to fill int he FirmwareVendor and FirmwareRevision fields of the EFI System Table based on PCD settings

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

14 years agoAdd PCDs for FirmwareVendor, FirmwareRevision, FirmwareVerisonString, and FirmwareRel...
mdkinney [Thu, 9 Jul 2009 23:48:54 +0000 (23:48 +0000)]
Add PCDs for FirmwareVendor, FirmwareRevision, FirmwareVerisonString, and FirmwareReleaseDateString

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

14 years agoRemove structure declaration for EFI_UGA_PIXEL.
mdkinney [Thu, 9 Jul 2009 23:26:39 +0000 (23:26 +0000)]
Remove structure declaration for EFI_UGA_PIXEL.

This structure is already defined in MdePkg/Include/Protocol/UgaDraw.h and this extra declaration is generating build breaks for a redefinition

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

14 years agoFix build break
mdkinney [Thu, 9 Jul 2009 23:23:05 +0000 (23:23 +0000)]
Fix build break

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

14 years agofix comment
jcarsey [Thu, 9 Jul 2009 23:15:09 +0000 (23:15 +0000)]
fix comment

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

14 years agofix operator order.
jcarsey [Thu, 9 Jul 2009 17:36:06 +0000 (17:36 +0000)]
fix operator order.

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

14 years agoCommitting changes to the comments, to improve code documentation.
pkandel [Thu, 9 Jul 2009 12:37:01 +0000 (12:37 +0000)]
Committing changes to the comments, to improve code documentation.

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

14 years agoCommitting changes to the comments, to improve code documentation.
pkandel [Thu, 9 Jul 2009 12:36:25 +0000 (12:36 +0000)]
Committing changes to the comments, to improve code documentation.

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

14 years agoCommitting changes to the comments, to improve code documentation.
pkandel [Thu, 9 Jul 2009 12:02:01 +0000 (12:02 +0000)]
Committing changes to the comments, to improve code documentation.

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

14 years agoCommitting changes to the comments, to improve code documentation.
pkandel [Thu, 9 Jul 2009 12:01:01 +0000 (12:01 +0000)]
Committing changes to the comments, to improve code documentation.

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

14 years agoAdd comments to describe the difference between code and spec to fix the bug #202430
jchen20 [Thu, 9 Jul 2009 10:27:43 +0000 (10:27 +0000)]
Add comments to describe the difference between code and spec to fix the bug #202430

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

14 years agoAdd comments to describe the difference between code and spec to fix the bug #202409
jchen20 [Thu, 9 Jul 2009 09:56:42 +0000 (09:56 +0000)]
Add comments to describe the difference between code and spec to fix the bug #202409

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

14 years agodescribe the difference with Spec to fix the bug #202465
jchen20 [Thu, 9 Jul 2009 09:41:35 +0000 (09:41 +0000)]
describe the difference with Spec to fix the bug #202465

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