summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed one bug causing "sct -u" failure when running at twice or more times.vanjeff2009-06-221-12/+23
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8622 6f19259b-4bc3-4df7-8a09-765794883524
* Correct the code format.lgao42009-06-221-22/+10
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8621 6f19259b-4bc3-4df7-8a09-765794883524
* This patch includes:klu22009-06-2221-51/+56
| | | | | | | 1) Use the binaries of boot sector directly instead of building it. Because the code of boot sector will be modified rarely and it is native code. 2) Correct the shell binary file path which is changed by recently. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8620 6f19259b-4bc3-4df7-8a09-765794883524
* Update FV file path to follow the definition in Framework DxeCis 0.91.lgao42009-06-223-33/+14
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8619 6f19259b-4bc3-4df7-8a09-765794883524
* Fix the wrong structure definition in Smbios.h. klu22009-06-212-54/+46
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8618 6f19259b-4bc3-4df7-8a09-765794883524
* Synchronize all binaries with build tools source base on r1628.klu22009-06-2124-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8617 6f19259b-4bc3-4df7-8a09-765794883524
* Fix ICC compatibility issuesmdkinney2009-06-208-75/+80
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8616 6f19259b-4bc3-4df7-8a09-765794883524
* Synchronize binary with modification of r1618 in buildtools project. The ↵klu22009-06-193-0/+0
| | | | | | | | | | | | | modification is made for WorkspaceDatabase.py and affect the frozen binary of build.exe, GenFds.exe and TargetTools.exe The modification is add additional checking for whether need renew the immediate file workspace database, the renew reason maybe: The renew reason maybe: 1) If user force to renew; 2) If user do not force renew, and a) If the time of last modified python source is newer than database file; b) If the time of last modified frozen executable file is newer than database file, the executable file is build.exe in window and build in Linux/Unix/OSX git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8615 6f19259b-4bc3-4df7-8a09-765794883524
* Refine include file for PCI Platform Protocol, and update C source code ↵xli242009-06-192-29/+43
| | | | | | accordingly. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8614 6f19259b-4bc3-4df7-8a09-765794883524
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8613 ↵jchen202009-06-192-17/+1
| | | | 6f19259b-4bc3-4df7-8a09-765794883524
* Remove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnableklu22009-06-191-4/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8612 6f19259b-4bc3-4df7-8a09-765794883524
* Remove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnableklu22009-06-191-2/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8611 6f19259b-4bc3-4df7-8a09-765794883524
* Remove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnableklu22009-06-192-9/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8610 6f19259b-4bc3-4df7-8a09-765794883524
* Code scrub for IdeBusDxe driver and PeiS3Lib.(undergoing)jchen202009-06-1910-89/+89
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8609 6f19259b-4bc3-4df7-8a09-765794883524
* Code scrub for VgaMiniPortDxe.xli242009-06-194-237/+212
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8608 6f19259b-4bc3-4df7-8a09-765794883524
* Add missing source item in INF for Bmp.h header fileklu22009-06-192-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8607 6f19259b-4bc3-4df7-8a09-765794883524
* 1) Make naming of enumeration type follows coding styleklu22009-06-198-85/+59
| | | | | | 2) Add missing parameter in function description. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8606 6f19259b-4bc3-4df7-8a09-765794883524
* Refine the comments.klu22009-06-196-48/+96
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8605 6f19259b-4bc3-4df7-8a09-765794883524
* Clean up the Ps2keyboardDxe moduleklu22009-06-195-263/+179
| | | | | | | | 1) Use MicroSecondDelay() produced by TimerLib to replace gBS->Stall 2) Add more command/register/status definition for 8042/8048 chipset and remove hard code value used in driver's source code; 3) Remove some unused function declaration before function implementation. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8604 6f19259b-4bc3-4df7-8a09-765794883524
* Update comments.xli242009-06-191-0/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8603 6f19259b-4bc3-4df7-8a09-765794883524
* Code scrub for SmmRuntimeDxeReportStatusCodeLibFramework.xli242009-06-194-336/+203
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8602 6f19259b-4bc3-4df7-8a09-765794883524
* Remove an inline assembly statement added for debugrsun32009-06-181-1/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8601 6f19259b-4bc3-4df7-8a09-765794883524
* Reviewed the description in the FatBinPkg .dec file. pkandel2009-06-181-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8600 6f19259b-4bc3-4df7-8a09-765794883524
* Reviewed the description of ECP in the .dec file for clarity and ↵pkandel2009-06-183-24/+26
| | | | | | completeness, and reviewed comments in the Compatibility/Include folder. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8599 6f19259b-4bc3-4df7-8a09-765794883524
* Remove the binary files of those applications which have been contained in ↵eric_tian2009-06-1873-9/+22
| | | | | | Minimum Shell. Only retain those applications which is in Full Shell but not in Minimum Shell. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8598 6f19259b-4bc3-4df7-8a09-765794883524
* The unicode char and shift unicode char should be unicode but not ascii char.klu22009-06-181-177/+177
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8597 6f19259b-4bc3-4df7-8a09-765794883524
* update the usage help text on variable statistic information.eric_tian2009-06-183-2/+13
| | | | | | VariableInfo application also is added a output string to help user know what happens. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8596 6f19259b-4bc3-4df7-8a09-765794883524
* Correct Fat Commentslgao42009-06-182-3/+45
| | | | | | Add Fat License git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8595 6f19259b-4bc3-4df7-8a09-765794883524
* Code scrub for PeiDxeDebugLibReportStatusCode.xli242009-06-182-61/+70
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8594 6f19259b-4bc3-4df7-8a09-765794883524
* Fix wrong variable used that may overwrite correct data with incorrect one.gikidy2009-06-181-7/+7
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8593 6f19259b-4bc3-4df7-8a09-765794883524
* Retire FrameworkDevicePath header file. It is not defined in framework spec. ↵lgao42009-06-182-34/+0
| | | | | | And it is not used by EDKII modules. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8592 6f19259b-4bc3-4df7-8a09-765794883524
* 1. used PciPlatfromProtocolGuid to get VgaIo and IsaIo supported capability.vanjeff2009-06-186-69/+150
| | | | | | 2. Fixed ECC issues. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8591 6f19259b-4bc3-4df7-8a09-765794883524
* the checksum must to be updated when install a new table into ACPI tableeric_tian2009-06-181-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8590 6f19259b-4bc3-4df7-8a09-765794883524
* fix swap of pointersjcarsey2009-06-171-4/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8585 6f19259b-4bc3-4df7-8a09-765794883524
* Add ASL_OUTFLAG to contain the different ASL output options.lgao42009-06-172-21/+38
| | | | | | ASL_FLAG to contain other ASL options. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8584 6f19259b-4bc3-4df7-8a09-765794883524
* Update header file comments.lgao42009-06-179-57/+56
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8583 6f19259b-4bc3-4df7-8a09-765794883524
* Fix build of ShellC Lib/App for GCC.jljusten2009-06-173-47/+43
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8582 6f19259b-4bc3-4df7-8a09-765794883524
* add meta-data to describe module behavioreric_tian2009-06-172-1/+20
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8581 6f19259b-4bc3-4df7-8a09-765794883524
* clean ECC issueeric_tian2009-06-177-59/+139
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8580 6f19259b-4bc3-4df7-8a09-765794883524
* removing return cursor to old position...jcarsey2009-06-171-15/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8579 6f19259b-4bc3-4df7-8a09-765794883524
* adding sample "C" entry applicationjcarsey2009-06-163-2/+74
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8578 6f19259b-4bc3-4df7-8a09-765794883524
* fixed color printing in ShellPrintEx functionjcarsey2009-06-161-10/+150
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8577 6f19259b-4bc3-4df7-8a09-765794883524
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8576 ↵jcarsey2009-06-161-3/+3
| | | | 6f19259b-4bc3-4df7-8a09-765794883524
* Update comments. Remove a definition not defined in the Framework SMM CIS ↵rsun32009-06-161-30/+22
| | | | | | spec 0.90. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8575 6f19259b-4bc3-4df7-8a09-765794883524
* Update comments.rsun32009-06-161-7/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8574 6f19259b-4bc3-4df7-8a09-765794883524
* Update comment in SMM Library class include file.rsun32009-06-161-11/+11
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8573 6f19259b-4bc3-4df7-8a09-765794883524
* Comment update.rsun32009-06-161-30/+15
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8572 6f19259b-4bc3-4df7-8a09-765794883524
* Correct the GUID for EFI_FORM_BROWSER_COMPATIBILITY_PROTOCOL_GUID.rsun32009-06-161-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8571 6f19259b-4bc3-4df7-8a09-765794883524
* Update comments.xli242009-06-161-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8570 6f19259b-4bc3-4df7-8a09-765794883524
* Update comments.xli242009-06-161-5/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8569 6f19259b-4bc3-4df7-8a09-765794883524