summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in ↵eric_tian2008-10-2973-75/+4
| | | | | | INF file git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6281 6f19259b-4bc3-4df7-8a09-765794883524
* add Metronome.inf into MdeModulePkg.dsc.vanjeff2008-10-293-24/+24
| | | | | | 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
* Fix copyright datemdkinney2008-10-282-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6279 6f19259b-4bc3-4df7-8a09-765794883524
* Add generic module that produces the Metronome Architectural Protocol on top ↵mdkinney2008-10-282-0/+185
| | | | | | 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
* Refine comments of X64 assembly files of MDE BaseLib.xli242008-10-2815-59/+50
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6277 6f19259b-4bc3-4df7-8a09-765794883524
* Refine file header for INF files of DXE and PEI core modules.xli242008-10-282-9/+6
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6276 6f19259b-4bc3-4df7-8a09-765794883524
* Refine version info in MDE file header.xli242008-10-2836-69/+51
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6275 6f19259b-4bc3-4df7-8a09-765794883524
* sync comments.vanjeff2008-10-2819-77/+77
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6274 6f19259b-4bc3-4df7-8a09-765794883524
* Refine file header for INF files of MDE library instances.xli242008-10-2872-156/+197
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6273 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed incorrect function prototype in AutoGen.c for PEI modules.jwang362008-10-281-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6272 6f19259b-4bc3-4df7-8a09-765794883524
* 1. build.py's changes : include XXXEntryPointLib.h into the corresponding ↵eric_tian2008-10-288-44/+33
| | | | | | | | | 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
* adjust file list order in dsc file.vanjeff2008-10-281-72/+59
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6270 6f19259b-4bc3-4df7-8a09-765794883524
* 1. Fixed bugs of HSD bug trackers 201729, 201670 and 201601jwang362008-10-281-0/+0
| | | | | | | | | 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
* adjust file list order in dsc file.vanjeff2008-10-282-34/+30
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6268 6f19259b-4bc3-4df7-8a09-765794883524
* clean up EBC in inf files.vanjeff2008-10-2833-54/+66
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6267 6f19259b-4bc3-4df7-8a09-765794883524
* Fix build break (verified to boot to shell).qhuang82008-10-281-11/+11
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6266 6f19259b-4bc3-4df7-8a09-765794883524
* Add missing protocol header file.klu22008-10-281-0/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6265 6f19259b-4bc3-4df7-8a09-765794883524
* Add back gEfiFormBrowser2ProtocolGuid & gEfiFormBrowser2ProtocolGuid as they ↵qhuang82008-10-281-0/+2
| | | | | | 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
* Fix EFI_IMAGE_NT_SIGNATURE (PE00). (Its value should be 0x00004550.)qhuang82008-10-281-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6263 6f19259b-4bc3-4df7-8a09-765794883524
* remove null directoryvanjeff2008-10-280-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6262 6f19259b-4bc3-4df7-8a09-765794883524
* Update supported module type of MDE library instances according to MDE ↵xli242008-10-285-10/+10
| | | | | | library spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6261 6f19259b-4bc3-4df7-8a09-765794883524
* Remove over specify protocol/ppi/guidklu22008-10-284-6/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6260 6f19259b-4bc3-4df7-8a09-765794883524
* move Ia32DivS64x64Remainder.c to Ia32/DivS64x64Remainder.c.vanjeff2008-10-286-67/+3
| | | | | | 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
* Copied remotelyvanjeff2008-10-281-0/+53
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6258 6f19259b-4bc3-4df7-8a09-765794883524
* update files headervanjeff2008-10-282-3/+8
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6257 6f19259b-4bc3-4df7-8a09-765794883524
* Move global variable to the top of C file for consistent coding style.qwang122008-10-281-145/+147
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6256 6f19259b-4bc3-4df7-8a09-765794883524
* Move global variable to the top of C file for consistent coding style.qwang122008-10-271-24/+22
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6255 6f19259b-4bc3-4df7-8a09-765794883524
* Make use of correct format String:qwang122008-10-272-2/+2
| | | | | | | | | 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
* Make use of correct format String:qwang122008-10-2713-70/+70
| | | | | | | | | 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
* added EFI_SIGNATURE_XX in Base.h, and updated the industry header files to ↵vanjeff2008-10-279-75/+76
| | | | | | use them. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6252 6f19259b-4bc3-4df7-8a09-765794883524
* re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record ↵vanjeff2008-10-271-6/+6
| | | | | | Volume Descriptor and Primary Volume Description. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6251 6f19259b-4bc3-4df7-8a09-765794883524
* re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record ↵vanjeff2008-10-271-17/+40
| | | | | | Volume Descriptor and Primary Volume Description. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6250 6f19259b-4bc3-4df7-8a09-765794883524
* Use Pci.h instead of Pci23.hmdkinney2008-10-271-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6249 6f19259b-4bc3-4df7-8a09-765794883524
* Rename Print() to VPrintXY() to eliminate symbol collision with the Print ↵mdkinney2008-10-271-2/+2
| | | | | | function in the UefiLib git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6248 6f19259b-4bc3-4df7-8a09-765794883524
* Add X64 Gate Descriptormdkinney2008-10-271-5/+27
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6247 6f19259b-4bc3-4df7-8a09-765794883524
* Update 8259 driver to use IoLib instead of the CPU I/O Protocolmdkinney2008-10-274-89/+3
| | | | | | | 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
* Update LIBRARY_CLASS declaration in the INF file so this library is type ↵mdkinney2008-10-271-1/+1
| | | | | | 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
* Remove DXS file. The dependency expression has been moved into the INF file.mdkinney2008-10-271-28/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6244 6f19259b-4bc3-4df7-8a09-765794883524
* Update 8254 Timer driver to use IoLib instead of CPU I/O Protocolmdkinney2008-10-273-22/+12
| | | | | | 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
* Update Metronome driver to use the IoLib instead of the CPU I/O Protocol.mdkinney2008-10-272-79/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6242 6f19259b-4bc3-4df7-8a09-765794883524
* Fix duplicate symbol in this driver.mdkinney2008-10-271-2/+2
| | | | | | | "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
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6240 ↵vanjeff2008-10-2711-270/+345
| | | | 6f19259b-4bc3-4df7-8a09-765794883524
* Remove the duplicated definitins.qwang122008-10-271-5/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6239 6f19259b-4bc3-4df7-8a09-765794883524
* Uefi.h include is required as this module need the EFI_CONFIGURATION_TABLE ↵qwang122008-10-261-1/+1
| | | | | | type definition. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6238 6f19259b-4bc3-4df7-8a09-765794883524
* Coding style fix.qwang122008-10-261-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6237 6f19259b-4bc3-4df7-8a09-765794883524
* Coding style fix.qwang122008-10-261-1/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6236 6f19259b-4bc3-4df7-8a09-765794883524
* Coding style fix.qwang122008-10-261-12/+12
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6235 6f19259b-4bc3-4df7-8a09-765794883524
* Coding style fix.qwang122008-10-261-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6234 6f19259b-4bc3-4df7-8a09-765794883524
* Coding style fix.qwang122008-10-261-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6233 6f19259b-4bc3-4df7-8a09-765794883524
* Include DevicePath.h as this file need EFI_DEVICE_PATH_PROTOCOL's definition.qwang122008-10-261-0/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6232 6f19259b-4bc3-4df7-8a09-765794883524