]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
15 years agoPatch to remove STATIC modifier. This is on longer recommended by EFI Framework codin...
jji4 [Thu, 30 Oct 2008 06:05:06 +0000 (06:05 +0000)]
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.

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

15 years agoPatch to remove STATIC modifier. This is on longer recommended by EFI Framework codin...
jji4 [Thu, 30 Oct 2008 05:58:52 +0000 (05:58 +0000)]
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.

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

15 years agoImplement Read() and Poll()
mdkinney [Thu, 30 Oct 2008 05:30:00 +0000 (05:30 +0000)]
Implement Read() and Poll()

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

15 years agoAdd performance measurement token for SEC
mdkinney [Thu, 30 Oct 2008 04:05:31 +0000 (04:05 +0000)]
Add performance measurement token for SEC
Reduce length of performance measurement token strings for Driver Binding related events.

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

15 years agoMeasure time spent in Driver Binding Supported() calls
mdkinney [Thu, 30 Oct 2008 04:03:59 +0000 (04:03 +0000)]
Measure time spent in Driver Binding Supported() calls
Update time measurement of StartImage() calls to properly record the handle of the started Image

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

15 years agoMeasure time spent in SEC
mdkinney [Thu, 30 Oct 2008 04:02:44 +0000 (04:02 +0000)]
Measure time spent in SEC

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

15 years agoFix bug walking list of ACPI descriptors searching for bus ranges.
mdkinney [Thu, 30 Oct 2008 03:59:47 +0000 (03:59 +0000)]
Fix bug walking list of ACPI descriptors searching for bus ranges.

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

15 years agoPerformance improvement on startup of build.exe
jwang36 [Thu, 30 Oct 2008 03:14:10 +0000 (03:14 +0000)]
Performance improvement on startup of build.exe

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

15 years agoAdjust assembler's comments.
klu2 [Thu, 30 Oct 2008 01:23:36 +0000 (01:23 +0000)]
Adjust assembler's comments.

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

15 years agoModify DSC file of UnixPkg according to update of MDE package.
xli24 [Wed, 29 Oct 2008 12:03:30 +0000 (12:03 +0000)]
Modify DSC file of UnixPkg according to update of MDE package.

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

15 years agoMove FvbServiceLib, GraphicsLib, and DxePalLib from MDE package due to package depend...
xli24 [Wed, 29 Oct 2008 09:36:06 +0000 (09:36 +0000)]
Move FvbServiceLib, GraphicsLib, and DxePalLib from MDE package due to package dependency issue, and update all DSC files accordingly.

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

15 years agoATA_REQUEST_SENSE_ERROR is not defined in ATA spec and no one use it.
vanjeff [Wed, 29 Oct 2008 07:27:15 +0000 (07:27 +0000)]
ATA_REQUEST_SENSE_ERROR is not defined in ATA spec and no one use it.

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

15 years agoFix hard code base tool path.
klu2 [Wed, 29 Oct 2008 06:49:52 +0000 (06:49 +0000)]
Fix hard code base tool path.

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

15 years agoImages loaded by the DXE IPL should allocate memory of type EfiBootServicesCode,...
mdkinney [Wed, 29 Oct 2008 03:28:03 +0000 (03:28 +0000)]
Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCode, not EfiBootServicesData

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

15 years agoRemove duplicate module in MdePkg DSC file.
klu2 [Wed, 29 Oct 2008 03:22:41 +0000 (03:22 +0000)]
Remove duplicate module in MdePkg DSC file.

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

15 years agoRemove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in INF file
eric_tian [Wed, 29 Oct 2008 03:17:21 +0000 (03:17 +0000)]
Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in INF file

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

15 years agoadd Metronome.inf into MdeModulePkg.dsc.
vanjeff [Wed, 29 Oct 2008 01:00:34 +0000 (01:00 +0000)]
add Metronome.inf into MdeModulePkg.dsc.
updated doxgen format file header for Metronome module.

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

15 years agoFix copyright date
mdkinney [Tue, 28 Oct 2008 22:27:54 +0000 (22:27 +0000)]
Fix copyright date

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

15 years agoAdd generic module that produces the Metronome Architectural Protocol on top of an...
mdkinney [Tue, 28 Oct 2008 18:53:03 +0000 (18:53 +0000)]
Add generic module that produces the Metronome Architectural Protocol on top of an instance of the Timer Library defined in the MdePkg

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

15 years agoRefine comments of X64 assembly files of MDE BaseLib.
xli24 [Tue, 28 Oct 2008 14:23:36 +0000 (14:23 +0000)]
Refine comments of X64 assembly files of MDE BaseLib.

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

15 years agoRefine file header for INF files of DXE and PEI core modules.
xli24 [Tue, 28 Oct 2008 13:16:21 +0000 (13:16 +0000)]
Refine file header for INF files of DXE and PEI core modules.

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

15 years agoRefine version info in MDE file header.
xli24 [Tue, 28 Oct 2008 13:04:40 +0000 (13:04 +0000)]
Refine version info in MDE file header.

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

15 years agosync comments.
vanjeff [Tue, 28 Oct 2008 09:51:44 +0000 (09:51 +0000)]
sync comments.

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

15 years agoRefine file header for INF files of MDE library instances.
xli24 [Tue, 28 Oct 2008 09:45:52 +0000 (09:45 +0000)]
Refine file header for INF files of MDE library instances.

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

15 years agoFixed incorrect function prototype in AutoGen.c for PEI modules.
jwang36 [Tue, 28 Oct 2008 09:40:43 +0000 (09:40 +0000)]
Fixed incorrect function prototype in AutoGen.c for PEI modules.

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

15 years ago1. build.py's changes : include XXXEntryPointLib.h into the corresponding autogen...
eric_tian [Tue, 28 Oct 2008 09:07:50 +0000 (09:07 +0000)]
1. build.py's changes : include XXXEntryPointLib.h into the corresponding autogen.c files of various modules to avoid the inconsistence between the interface definition of library class and the implementation of autogen.c
2. code base changes : modify some interface definitions to follow the lastest Mde Library Spec.
3. PeiCore changes : remove the return value of PeiCore() which is meaningless as PeiCore will never reach the end of procedure.replace it with VOID.

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

15 years agoadjust file list order in dsc file.
vanjeff [Tue, 28 Oct 2008 08:26:53 +0000 (08:26 +0000)]
adjust file list order in dsc file.

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

15 years ago1. Fixed bugs of HSD bug trackers 201729, 201670 and 201601
jwang36 [Tue, 28 Oct 2008 08:22:50 +0000 (08:22 +0000)]
1. Fixed bugs of HSD bug trackers 201729, 201670 and 201601
2. Improved the screen output when in quiet build mode
3. Added "tbuild" target in makefile in order to not created directories in makefile. Instead, they will be created in build tool. This will give better build performance, especially in incremental build.
4. Added space check in WORKSPACE and OUTPUT_DIRECTORY (in dsc file) directory name and give error message if found.

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

15 years agoadjust file list order in dsc file.
vanjeff [Tue, 28 Oct 2008 07:45:15 +0000 (07:45 +0000)]
adjust file list order in dsc file.

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

15 years agoclean up EBC in inf files.
vanjeff [Tue, 28 Oct 2008 07:17:17 +0000 (07:17 +0000)]
clean up EBC in inf files.

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

15 years agoFix build break (verified to boot to shell).
qhuang8 [Tue, 28 Oct 2008 06:28:30 +0000 (06:28 +0000)]
Fix build break (verified to boot to shell).

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

15 years agoAdd missing protocol header file.
klu2 [Tue, 28 Oct 2008 06:27:08 +0000 (06:27 +0000)]
Add missing protocol header file.

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

15 years agoAdd back gEfiFormBrowser2ProtocolGuid & gEfiFormBrowser2ProtocolGuid as they were...
qhuang8 [Tue, 28 Oct 2008 06:16:15 +0000 (06:16 +0000)]
Add back gEfiFormBrowser2ProtocolGuid & gEfiFormBrowser2ProtocolGuid as they were actually used by LocateFormBrowser2Protocols() in this library instance.

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

15 years agoFix EFI_IMAGE_NT_SIGNATURE (PE00). (Its value should be 0x00004550.)
qhuang8 [Tue, 28 Oct 2008 05:42:41 +0000 (05:42 +0000)]
Fix EFI_IMAGE_NT_SIGNATURE (PE00). (Its value should be 0x00004550.)

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

15 years agoremove null directory
vanjeff [Tue, 28 Oct 2008 05:36:12 +0000 (05:36 +0000)]
remove null directory

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

15 years agoUpdate supported module type of MDE library instances according to MDE library spec.
xli24 [Tue, 28 Oct 2008 05:27:08 +0000 (05:27 +0000)]
Update supported module type of MDE library instances according to MDE library spec.

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

15 years agoRemove over specify protocol/ppi/guid
klu2 [Tue, 28 Oct 2008 03:42:12 +0000 (03:42 +0000)]
Remove over specify protocol/ppi/guid

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

15 years agomove Ia32DivS64x64Remainder.c to Ia32/DivS64x64Remainder.c.
vanjeff [Tue, 28 Oct 2008 03:19:37 +0000 (03:19 +0000)]
move Ia32DivS64x64Remainder.c to Ia32/DivS64x64Remainder.c.
remove #ifdef _MS_EXTENTION_, since those files has been assigned to MS compiler in INF file.

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

15 years agoCopied remotely
vanjeff [Tue, 28 Oct 2008 03:16:59 +0000 (03:16 +0000)]
Copied remotely

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

15 years agoupdate files header
vanjeff [Tue, 28 Oct 2008 02:51:12 +0000 (02:51 +0000)]
update files header

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

15 years agoMove global variable to the top of C file for consistent coding style.
qwang12 [Tue, 28 Oct 2008 00:59:17 +0000 (00:59 +0000)]
Move global variable to the top of C file for consistent coding style.

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

15 years agoMove global variable to the top of C file for consistent coding style.
qwang12 [Mon, 27 Oct 2008 11:40:49 +0000 (11:40 +0000)]
Move global variable to the top of C file for consistent coding style.

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

15 years agoMake use of correct format String:
qwang12 [Mon, 27 Oct 2008 10:13:49 +0000 (10:13 +0000)]
Make use of correct format String:

1) UINT64 should use %lx
2) POINTER type should use %p
3) EFI_STATUS should use %r

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

15 years agoMake use of correct format String:
qwang12 [Mon, 27 Oct 2008 10:13:00 +0000 (10:13 +0000)]
Make use of correct format String:

1) UINT64 should use %lx
2) POINTER type should use %p
3) EFI_STATUS should use %r

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

15 years agoadded EFI_SIGNATURE_XX in Base.h, and updated the industry header files to use them.
vanjeff [Mon, 27 Oct 2008 06:59:25 +0000 (06:59 +0000)]
added EFI_SIGNATURE_XX in Base.h, and updated the industry header files to use them.

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

15 years agore-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume Descrip...
vanjeff [Mon, 27 Oct 2008 06:51:17 +0000 (06:51 +0000)]
re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume Descriptor and Primary Volume Description.

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

15 years agore-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume Descrip...
vanjeff [Mon, 27 Oct 2008 03:34:58 +0000 (03:34 +0000)]
re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume Descriptor and Primary Volume Description.

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

15 years agoUse Pci.h instead of Pci23.h
mdkinney [Mon, 27 Oct 2008 02:55:10 +0000 (02:55 +0000)]
Use Pci.h instead of Pci23.h

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

15 years agoRename Print() to VPrintXY() to eliminate symbol collision with the Print function...
mdkinney [Mon, 27 Oct 2008 02:33:17 +0000 (02:33 +0000)]
Rename Print() to VPrintXY() to eliminate symbol collision with the Print function in the UefiLib

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

15 years agoAdd X64 Gate Descriptor
mdkinney [Mon, 27 Oct 2008 02:20:02 +0000 (02:20 +0000)]
Add X64 Gate Descriptor

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

15 years agoUpdate 8259 driver to use IoLib instead of the CPU I/O Protocol
mdkinney [Mon, 27 Oct 2008 02:16:38 +0000 (02:16 +0000)]
Update 8259 driver to use IoLib instead of the CPU I/O Protocol
Remove redundant .DXS file.  The dependency expression is in the INF file.

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

15 years agoUpdate LIBRARY_CLASS declaration in the INF file so this library is type BASE and...
mdkinney [Mon, 27 Oct 2008 02:15:16 +0000 (02:15 +0000)]
Update LIBRARY_CLASS declaration in the INF file so this library is type BASE and can be linked against all module types.

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

15 years agoRemove DXS file. The dependency expression has been moved into the INF file.
mdkinney [Mon, 27 Oct 2008 02:13:53 +0000 (02:13 +0000)]
Remove DXS file.  The dependency expression has been moved into the INF file.

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

15 years agoUpdate 8254 Timer driver to use IoLib instead of CPU I/O Protocol
mdkinney [Mon, 27 Oct 2008 02:12:53 +0000 (02:12 +0000)]
Update 8254 Timer driver to use IoLib instead of CPU I/O Protocol

Also change the default tick rate from 54 ms to 10 ms.

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

15 years agoUpdate Metronome driver to use the IoLib instead of the CPU I/O Protocol.
mdkinney [Mon, 27 Oct 2008 02:11:49 +0000 (02:11 +0000)]
Update Metronome driver to use the IoLib instead of the CPU I/O Protocol.

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

15 years agoFix duplicate symbol in this driver.
mdkinney [Mon, 27 Oct 2008 02:11:11 +0000 (02:11 +0000)]
Fix duplicate symbol in this driver.

"GLOBAL_REMOVED_IF_UNREFERENCED" must never be used with an "extern" declaration.  It can only be used with the declaration of the actual global variable.

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

15 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6240 6f19259b...
vanjeff [Mon, 27 Oct 2008 01:52:32 +0000 (01:52 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6240 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoRemove the duplicated definitins.
qwang12 [Mon, 27 Oct 2008 00:48:36 +0000 (00:48 +0000)]
Remove the duplicated definitins.

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

15 years agoUefi.h include is required as this module need the EFI_CONFIGURATION_TABLE type defin...
qwang12 [Sun, 26 Oct 2008 10:07:39 +0000 (10:07 +0000)]
Uefi.h include is required as this module need the EFI_CONFIGURATION_TABLE type definition.

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

15 years agoCoding style fix.
qwang12 [Sun, 26 Oct 2008 10:06:58 +0000 (10:06 +0000)]
Coding style fix.

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

15 years agoCoding style fix.
qwang12 [Sun, 26 Oct 2008 10:06:24 +0000 (10:06 +0000)]
Coding style fix.

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

15 years agoCoding style fix.
qwang12 [Sun, 26 Oct 2008 10:05:44 +0000 (10:05 +0000)]
Coding style fix.

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

15 years agoCoding style fix.
qwang12 [Sun, 26 Oct 2008 10:05:24 +0000 (10:05 +0000)]
Coding style fix.

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

15 years agoCoding style fix.
qwang12 [Sun, 26 Oct 2008 10:05:12 +0000 (10:05 +0000)]
Coding style fix.

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

15 years agoInclude DevicePath.h as this file need EFI_DEVICE_PATH_PROTOCOL's definition.
qwang12 [Sun, 26 Oct 2008 09:49:35 +0000 (09:49 +0000)]
Include DevicePath.h as this file need EFI_DEVICE_PATH_PROTOCOL's definition.

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

15 years agoAdd in local variable to ensure that "operands are evaluated in specified order".
qwang12 [Sun, 26 Oct 2008 07:32:20 +0000 (07:32 +0000)]
Add in local variable to ensure that "operands are evaluated in specified order".

Otherwise, Intel ICC report "operands are evaluated in unspecified order" build error.

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

15 years agoRemove the unnecessary include file: Uefi.h. Module should include this file base...
qwang12 [Sun, 26 Oct 2008 06:59:27 +0000 (06:59 +0000)]
Remove the unnecessary include file: Uefi.h. Module should include this file base on the specification it comply with.

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

15 years agoModify DSC file according to update of MDE library instances.
xli24 [Sat, 25 Oct 2008 16:31:23 +0000 (16:31 +0000)]
Modify DSC file according to update of MDE library instances.

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

15 years agoModify DSC file according to update of MDE library instances.
xli24 [Sat, 25 Oct 2008 16:19:48 +0000 (16:19 +0000)]
Modify DSC file according to update of MDE library instances.

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

15 years agoModify DSC file according to update of MDE library instances.
xli24 [Sat, 25 Oct 2008 16:19:19 +0000 (16:19 +0000)]
Modify DSC file according to update of MDE library instances.

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

15 years agoModify DSC file according to update of MDE library instances.
xli24 [Sat, 25 Oct 2008 16:18:49 +0000 (16:18 +0000)]
Modify DSC file according to update of MDE library instances.

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

15 years agoModify DSC file according to update of MDE library instances.
xli24 [Sat, 25 Oct 2008 16:18:30 +0000 (16:18 +0000)]
Modify DSC file according to update of MDE library instances.

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

15 years agoModify DSC file according to update of MDE library instances.
xli24 [Sat, 25 Oct 2008 16:17:04 +0000 (16:17 +0000)]
Modify DSC file according to update of MDE library instances.

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

15 years agoModify DSC file according to update of MDE library instances.
xli24 [Sat, 25 Oct 2008 16:16:31 +0000 (16:16 +0000)]
Modify DSC file according to update of MDE library instances.

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

15 years agoRemove EdkFvbServiceLib and GraphicsLib from MdeModulePkg, for they have been added...
xli24 [Sat, 25 Oct 2008 16:04:24 +0000 (16:04 +0000)]
Remove EdkFvbServiceLib and GraphicsLib from MdeModulePkg, for they have been added to MDE package.

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

15 years ago1. Rename following library instances according to MDE Library Spec:
xli24 [Sat, 25 Oct 2008 16:03:02 +0000 (16:03 +0000)]
1. Rename following library instances according to MDE Library Spec:
1) SerialPortLibNull => BaseSerialPortLibNull
2) DxeMemoryLib => UefiMemoryLib
3) DxeMemoryAllocationLib => UefiMemoryAllocationLib
4) CpuLib => BaseCpuLib
5) HiiLib => UefiHiiLib
6) IfrSupportLib => UefiIfrSupportLib
7) PeiPalCallLib => PeiPalLib

2. Add library instances to MDE package
1) DxePalLib
2) FvbServiceLib
3) GraphicsLib

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

15 years agoRefine code for ECC check.
xli24 [Fri, 24 Oct 2008 08:18:36 +0000 (08:18 +0000)]
Refine code for ECC check.

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

15 years agoRevert CpuId and CpuIdEx to r6213.
xli24 [Fri, 24 Oct 2008 07:39:52 +0000 (07:39 +0000)]
Revert CpuId and CpuIdEx to r6213.

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

15 years agoSync function prototype of CpuId and CpuIdEx with MDE library specification.
xli24 [Fri, 24 Oct 2008 07:05:21 +0000 (07:05 +0000)]
Sync function prototype of CpuId and CpuIdEx with MDE library specification.

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

15 years agoFix ECC issue
klu2 [Fri, 24 Oct 2008 06:51:40 +0000 (06:51 +0000)]
Fix ECC issue

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

15 years agoECC Cleanup.
vanjeff [Fri, 24 Oct 2008 06:06:42 +0000 (06:06 +0000)]
ECC Cleanup.

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

15 years agorename filename to match the actual ones.
vanjeff [Fri, 24 Oct 2008 05:51:07 +0000 (05:51 +0000)]
rename filename to match the actual ones.

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

15 years agoRenamed
vanjeff [Fri, 24 Oct 2008 05:41:25 +0000 (05:41 +0000)]
Renamed

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

15 years agoRenamed
vanjeff [Fri, 24 Oct 2008 05:41:01 +0000 (05:41 +0000)]
Renamed

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

15 years agoRenamed
vanjeff [Fri, 24 Oct 2008 05:40:31 +0000 (05:40 +0000)]
Renamed

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

15 years agoRenamed
vanjeff [Fri, 24 Oct 2008 05:39:59 +0000 (05:39 +0000)]
Renamed

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

15 years agoECC Clean up.
vanjeff [Fri, 24 Oct 2008 05:37:02 +0000 (05:37 +0000)]
ECC Clean up.

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

15 years agoECC Clean up.
vanjeff [Fri, 24 Oct 2008 04:30:32 +0000 (04:30 +0000)]
ECC Clean up.

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

15 years agoECC Clean up.
vanjeff [Fri, 24 Oct 2008 02:55:01 +0000 (02:55 +0000)]
ECC Clean up.

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

15 years agosynchronize asm and s file
eric_tian [Fri, 24 Oct 2008 02:50:40 +0000 (02:50 +0000)]
synchronize asm and s file

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

15 years agoFix .S assembler building issue.
eric_tian [Fri, 24 Oct 2008 02:21:54 +0000 (02:21 +0000)]
Fix .S assembler building issue.

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

15 years agoAdd .S source file to INF
klu2 [Fri, 24 Oct 2008 01:57:37 +0000 (01:57 +0000)]
Add .S source file to INF

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

15 years agoAdd S assembler file for BaseMemoryLibOptDxe driver.
klu2 [Fri, 24 Oct 2008 01:49:11 +0000 (01:49 +0000)]
Add S assembler file for BaseMemoryLibOptDxe driver.

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

15 years agoAdd linux assembler code for BaseMemoryLibOptPei library.
klu2 [Fri, 24 Oct 2008 01:24:31 +0000 (01:24 +0000)]
Add linux assembler code for BaseMemoryLibOptPei library.

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

15 years agoClean up PeImage.h according to code review comments.
vanjeff [Thu, 23 Oct 2008 07:47:13 +0000 (07:47 +0000)]
Clean up PeImage.h according to code review comments.

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

15 years agoUpdate EBC sub-dir of BaseLib according to code review comments.
xli24 [Thu, 23 Oct 2008 07:17:18 +0000 (07:17 +0000)]
Update EBC sub-dir of BaseLib according to code review comments.

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

15 years agoclean up according to code review comments.
vanjeff [Thu, 23 Oct 2008 07:06:27 +0000 (07:06 +0000)]
clean up according to code review comments.

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

15 years agoUpdate GCC assembly files for MdePkg/Library/BaseLib/X64
xli24 [Thu, 23 Oct 2008 07:02:59 +0000 (07:02 +0000)]
Update GCC assembly files for MdePkg/Library/BaseLib/X64
1. Fix bugs in assembly instructions
2. Change module names in comments from .asm to .S

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

15 years agounify the name convention of label in .S files
eric_tian [Thu, 23 Oct 2008 06:46:29 +0000 (06:46 +0000)]
unify the name convention of label in .S files

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

15 years agoclean up AlertStandardFormatTable.h.
vanjeff [Thu, 23 Oct 2008 06:37:39 +0000 (06:37 +0000)]
clean up AlertStandardFormatTable.h.

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