]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
15 years agoFix the bug that Boot Mainteinance Manager in the front page can not be entered twice...
rsun3 [Wed, 8 Apr 2009 09:20:51 +0000 (09:20 +0000)]
Fix the bug that Boot Mainteinance Manager in the front page can not be entered twice or more.

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

15 years agoUpdate GenFw -z option to zero debug data and time stamp.
lgao4 [Wed, 8 Apr 2009 09:10:15 +0000 (09:10 +0000)]
Update GenFw -z option to zero debug data and time stamp.

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

15 years agoupdated to use the term “temporary memory” but not CAR
eric_tian [Wed, 8 Apr 2009 08:16:11 +0000 (08:16 +0000)]
updated to use the term “temporary memory” but not CAR

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

15 years agoupdated to use the term “temporary memory” but not CAR
eric_tian [Wed, 8 Apr 2009 08:15:50 +0000 (08:15 +0000)]
updated to use the term “temporary memory” but not CAR

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

15 years agoupdated to use the term “temporary memory” but not CAR
eric_tian [Wed, 8 Apr 2009 08:15:33 +0000 (08:15 +0000)]
updated to use the term “temporary memory” but not CAR

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

15 years agoupdated to use the term “temporary memory” but not CAR
eric_tian [Wed, 8 Apr 2009 08:14:09 +0000 (08:14 +0000)]
updated to use the term “temporary memory” but not CAR

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

15 years agoReplace BufToHexString by UnicodeValueToString
lgao4 [Wed, 8 Apr 2009 00:56:51 +0000 (00:56 +0000)]
Replace BufToHexString by UnicodeValueToString
Replace HexStringToBuf by StrHexToUint64

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

15 years agoadd assertion condition to satisfy the requirement in MdePkg library spec 0.61p
eric_tian [Tue, 7 Apr 2009 09:14:33 +0000 (09:14 +0000)]
add assertion condition to satisfy the requirement in MdePkg library spec 0.61p

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

15 years agocorrect the input parameter FormId of IfrLibUpdateForm()
jji4 [Tue, 7 Apr 2009 08:56:27 +0000 (08:56 +0000)]
correct the input parameter FormId of IfrLibUpdateForm()

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

15 years ago1. Update the CRC32 in the EFI System Table header in BdsConsole.c
vanjeff [Tue, 7 Apr 2009 08:42:15 +0000 (08:42 +0000)]
1. Update the CRC32 in the EFI System Table header in BdsConsole.c
2. Removed duplicated installation for Simple Text Output protocol on ErrHandle.

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

15 years agoCorrect minor error.
lgao4 [Tue, 7 Apr 2009 07:59:11 +0000 (07:59 +0000)]
Correct minor error.

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

15 years ago1. The original code has a bug on calculate the size of SCRATCH_SIZE. It should be...
eric_tian [Tue, 7 Apr 2009 06:42:12 +0000 (06:42 +0000)]
1. The original code has a bug on calculate the size of SCRATCH_SIZE. It should be maximum value between PcdMaxVariableSize and PcdMaxHardwareErrorVariableSize.
2. Boot time variable reclaim issue is caused by incorrect flash layout. Platform integrator should ensure that the size of variable region must less than FTW spare space size.
3. Per UEFI Specification, variables of attribute HARDWARE_ERROR_RECORD are guaranteed to have its own storage space size.original implementation doesn’t meet this requirement

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

15 years agoreturn value not follow spec.
vanjeff [Tue, 7 Apr 2009 02:29:49 +0000 (02:29 +0000)]
return value not follow spec.

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

15 years agoApply WriteUnaligned64() to write DevicePath structure.
qhuang8 [Fri, 3 Apr 2009 11:18:19 +0000 (11:18 +0000)]
Apply WriteUnaligned64() to write DevicePath structure.

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

15 years agoFix ICC build warning
qhuang8 [Fri, 3 Apr 2009 11:15:52 +0000 (11:15 +0000)]
Fix ICC build warning

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

15 years agoLoaded Image device paths for EFI Drivers loaded from PCI Option ROM
gikidy [Fri, 3 Apr 2009 08:18:43 +0000 (08:18 +0000)]
Loaded Image device paths for EFI Drivers loaded from PCI Option ROM

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

15 years agoMEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH process added.
gikidy [Fri, 3 Apr 2009 08:17:25 +0000 (08:17 +0000)]
MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH process added.

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

15 years agoAdd function DevPathFromTextRelativeOffsetRange ().
gikidy [Fri, 3 Apr 2009 08:14:36 +0000 (08:14 +0000)]
Add function DevPathFromTextRelativeOffsetRange ().

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

15 years agoAdd loaded Image device paths for EFI Drivers loaded from PCI Option ROM.
gikidy [Fri, 3 Apr 2009 08:13:16 +0000 (08:13 +0000)]
Add loaded Image device paths for EFI Drivers loaded from PCI Option ROM.

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

15 years agoPeiLib uses PEI PCI CFG 2 PPI, so it depends on EdkFrameworkPpiLib.
rsun3 [Fri, 3 Apr 2009 07:54:20 +0000 (07:54 +0000)]
PeiLib uses PEI PCI CFG 2 PPI, so it depends on EdkFrameworkPpiLib.

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

15 years agoinstall simple text output protocol on stderr should in ConsplitterStdErrStart()...
vanjeff [Fri, 3 Apr 2009 07:39:16 +0000 (07:39 +0000)]
install simple text output protocol on stderr should in ConsplitterStdErrStart() instead of in ConSplitterEntryPoint().

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

15 years agoRemove bypass of F11 and F12.
jji4 [Fri, 3 Apr 2009 06:47:25 +0000 (06:47 +0000)]
Remove bypass of F11 and F12.

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

15 years agoUpdate IScsiCheckOpParams to get the declarative MaxRecvDataSegmentLength directly
jji4 [Fri, 3 Apr 2009 06:40:25 +0000 (06:40 +0000)]
Update IScsiCheckOpParams to get the declarative MaxRecvDataSegmentLength directly

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

15 years agoAdd PCI option to generate OptionRom
lgao4 [Fri, 3 Apr 2009 01:18:19 +0000 (01:18 +0000)]
Add PCI option to generate OptionRom

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

15 years agoAdd CreatePopUp API into UefiLib
lgao4 [Thu, 2 Apr 2009 09:29:34 +0000 (09:29 +0000)]
Add CreatePopUp API into UefiLib

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

15 years agoUse UefiLib CreatePopUp API
lgao4 [Thu, 2 Apr 2009 09:25:40 +0000 (09:25 +0000)]
Use UefiLib CreatePopUp API

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

15 years agoUse UefiLib CreatePopUp API
lgao4 [Thu, 2 Apr 2009 09:22:18 +0000 (09:22 +0000)]
Use UefiLib CreatePopUp API

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

15 years agoremove debug code
vanjeff [Thu, 2 Apr 2009 09:00:41 +0000 (09:00 +0000)]
remove debug code

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

15 years ago1. updated return value to EFI_SUCCESS by default.
vanjeff [Thu, 2 Apr 2009 08:50:30 +0000 (08:50 +0000)]
1. updated return value to EFI_SUCCESS by default.
2. add console number check.

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

15 years agoRetire Extended HII library class.
rsun3 [Thu, 2 Apr 2009 08:48:03 +0000 (08:48 +0000)]
Retire Extended HII library class.

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

15 years agoSATA Device path updated.
gikidy [Thu, 2 Apr 2009 08:34:03 +0000 (08:34 +0000)]
SATA Device path updated.

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

15 years agoSATA Device path updated.
gikidy [Thu, 2 Apr 2009 08:32:41 +0000 (08:32 +0000)]
SATA Device path updated.

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

15 years agoFix some typo.
gikidy [Thu, 2 Apr 2009 05:34:26 +0000 (05:34 +0000)]
Fix some typo.

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

15 years agoEnhance the file header description.
niry [Thu, 2 Apr 2009 03:13:20 +0000 (03:13 +0000)]
Enhance the file header description.

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

15 years agoModified for use reversion field and fix a typo.
gikidy [Thu, 2 Apr 2009 02:27:07 +0000 (02:27 +0000)]
Modified for use reversion field and fix a typo.

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

15 years agoFix some typos.
gikidy [Thu, 2 Apr 2009 01:58:19 +0000 (01:58 +0000)]
Fix some typos.

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

15 years agoFunction AtaEnableLongPhysicalSector () added for Long physical sector process.
gikidy [Thu, 2 Apr 2009 01:50:07 +0000 (01:50 +0000)]
Function AtaEnableLongPhysicalSector () added for Long physical sector process.

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

15 years agoData field added for long physical blocks.
gikidy [Thu, 2 Apr 2009 01:47:26 +0000 (01:47 +0000)]
Data field added for long physical blocks.

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

15 years agoAdd flag for device directly connect to the HBA.
gikidy [Thu, 2 Apr 2009 01:39:05 +0000 (01:39 +0000)]
Add flag for device directly connect to the HBA.

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

15 years agoRemove some drivers to save image size
klu2 [Wed, 1 Apr 2009 08:53:13 +0000 (08:53 +0000)]
Remove some drivers to save image size

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

15 years agoRead-Capacity16 command added for SCSI drivers
jji4 [Wed, 1 Apr 2009 08:25:36 +0000 (08:25 +0000)]
Read-Capacity16 command added for SCSI drivers

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

15 years agoRead-Capacity16 command added for SCSI drivers
jji4 [Wed, 1 Apr 2009 08:24:58 +0000 (08:24 +0000)]
Read-Capacity16 command added for SCSI drivers

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

15 years agoNew data field added follow UEFI Spec.
gikidy [Wed, 1 Apr 2009 08:14:55 +0000 (08:14 +0000)]
New data field added follow UEFI Spec.

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

15 years ago1, Move introduction from header file to INF file header; 2, Refine dynamic PCD intro...
klu2 [Wed, 1 Apr 2009 06:43:16 +0000 (06:43 +0000)]
1, Move introduction from header file to INF file header; 2, Refine dynamic PCD introduction according to review comments

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

15 years agoFix check error.
lgao4 [Wed, 1 Apr 2009 03:04:24 +0000 (03:04 +0000)]
Fix check error.

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

15 years ago1. retired console control protocol.
vanjeff [Wed, 1 Apr 2009 02:52:17 +0000 (02:52 +0000)]
1. retired console control protocol.
2. removed NULL console device from consplitter module.

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

15 years agoGenerated from source r1543
jwang36 [Tue, 31 Mar 2009 15:46:16 +0000 (15:46 +0000)]
Generated from source r1543
a. Fixed PCD database error
b. Fixed inf file extension issue
c. Fixed an issue in which RealPath() returns None if WORKSPACE root was passed in
d. Check MODULE_TYPE and COMPONENT_TYPE to be defined

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

15 years agoAdd code for floppy format process.
gikidy [Tue, 31 Mar 2009 06:38:37 +0000 (06:38 +0000)]
Add code for floppy format process.

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

15 years agoRetire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance now...
rsun3 [Tue, 31 Mar 2009 02:42:56 +0000 (02:42 +0000)]
Retire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance now and will be added later if necessary.

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

15 years agoRetire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance now...
rsun3 [Tue, 31 Mar 2009 02:42:41 +0000 (02:42 +0000)]
Retire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance now and will be added later if necessary.

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

15 years agoRetire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance now...
rsun3 [Tue, 31 Mar 2009 02:42:08 +0000 (02:42 +0000)]
Retire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance now and will be added later if necessary.

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

15 years agoRetire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance now...
rsun3 [Tue, 31 Mar 2009 02:41:33 +0000 (02:41 +0000)]
Retire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance now and will be added later if necessary.

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

15 years agoFix AcpiTable C file build failure, because the compiler don't know how to set subsys...
lgao4 [Tue, 31 Mar 2009 02:21:43 +0000 (02:21 +0000)]
Fix AcpiTable C file build failure, because the compiler don't know how to set subsystem when entrypoint is not main. Append  /SUBSYSTEM:CONSOLE link option.

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

15 years agoChange default setting for UNIXGCC_IASL. The previous
jljusten [Mon, 30 Mar 2009 17:56:42 +0000 (17:56 +0000)]
Change default setting for UNIXGCC_IASL.  The previous
default value used the HOME environment variable, which is
not always defined on windows, and therefore will
cause the build to break for windows based builds.

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

15 years agoSearch framework database file at the $(WORKSPACE)/Conf directory
qhuang8 [Mon, 30 Mar 2009 09:30:53 +0000 (09:30 +0000)]
Search framework database file at the $(WORKSPACE)/Conf directory

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

15 years agoFix build broken for missing defintiion of UNIXGCC_IASL
klu2 [Mon, 30 Mar 2009 07:58:20 +0000 (07:58 +0000)]
Fix build broken for missing defintiion of UNIXGCC_IASL

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

15 years agoEnhance MigrationMsa2Inf to support extract the GUID value from DEC files. It can...
qhuang8 [Mon, 30 Mar 2009 07:06:47 +0000 (07:06 +0000)]
Enhance MigrationMsa2Inf to support extract the GUID value from DEC files. It can also extract the GUID value from XML syntax package files, SPD or NSPD.

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

15 years agoUpdate framework database to point to existing packages files.
qhuang8 [Mon, 30 Mar 2009 06:38:22 +0000 (06:38 +0000)]
Update framework database to point to existing packages files.

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

15 years agoFix building warning for mismatching paramter pointer type
klu2 [Mon, 30 Mar 2009 06:04:55 +0000 (06:04 +0000)]
Fix building warning for mismatching paramter pointer type

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

15 years agoChange fake entry point used during ACPI Table building from main
jljusten [Sun, 29 Mar 2009 18:42:16 +0000 (18:42 +0000)]
Change fake entry point used during ACPI Table building from main
to ReferenceAcpiTable.

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

15 years agoUpdate Conf template files to support ACPI building with UNIXGCC.
jljusten [Sun, 29 Mar 2009 18:42:14 +0000 (18:42 +0000)]
Update Conf template files to support ACPI building with UNIXGCC.

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

15 years agoRemove unnecessary references to DuetPkg in PcAtChipsetPkg.
jljusten [Sun, 29 Mar 2009 18:42:12 +0000 (18:42 +0000)]
Remove unnecessary references to DuetPkg in PcAtChipsetPkg.

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

15 years agoAdd $(MD) command for vfr build rule to avoid build failure for some R8 modules
jwang36 [Sun, 29 Mar 2009 16:16:19 +0000 (16:16 +0000)]
Add $(MD) command for vfr build rule to avoid build failure for some R8 modules

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

15 years agoRefine comments
klu2 [Sun, 29 Mar 2009 11:20:47 +0000 (11:20 +0000)]
Refine comments

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

15 years agoAdd introduction of PCD database in PCD Database.
klu2 [Sun, 29 Mar 2009 11:20:12 +0000 (11:20 +0000)]
Add introduction of PCD database in PCD Database.

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

15 years agoAdd introduction of PCD database in PCD PEIM.
klu2 [Sun, 29 Mar 2009 07:43:05 +0000 (07:43 +0000)]
Add introduction of PCD database in PCD PEIM.

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

15 years agoSynchronized with UEFI Spec
jji4 [Fri, 27 Mar 2009 07:14:00 +0000 (07:14 +0000)]
Synchronized with UEFI Spec

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

15 years agofixed one bug in ConSpliterUgaDrawSetMode().
vanjeff [Fri, 27 Mar 2009 05:10:28 +0000 (05:10 +0000)]
fixed one bug in ConSpliterUgaDrawSetMode().

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

15 years agoupdate the FindVariable judgment condition.
eric_tian [Fri, 27 Mar 2009 05:08:17 +0000 (05:08 +0000)]
update the FindVariable judgment condition.

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

15 years agoupdate the QueryVariableInfo interface to first determine if the pointer checked...
eric_tian [Fri, 27 Mar 2009 05:05:48 +0000 (05:05 +0000)]
update the QueryVariableInfo interface to first determine if the pointer checked is pointing to a memory address inside Variable area.

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

15 years agoAdd ASSERT() check for StringInfoIn structure.
qhuang8 [Fri, 27 Mar 2009 04:56:54 +0000 (04:56 +0000)]
Add ASSERT() check for StringInfoIn structure.

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

15 years agoFix a minor issue to ensure the converted RFC 3066 language is NULL-terminated.
qhuang8 [Fri, 27 Mar 2009 03:35:45 +0000 (03:35 +0000)]
Fix a minor issue to ensure the converted RFC 3066 language is NULL-terminated.

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

15 years agoRetire RFC_3066_ENTRY_SIZE definition.
qhuang8 [Fri, 27 Mar 2009 03:24:58 +0000 (03:24 +0000)]
Retire RFC_3066_ENTRY_SIZE definition.

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

15 years agoRetire RFC_3066_ENTRY_SIZE definition.
qhuang8 [Fri, 27 Mar 2009 03:24:33 +0000 (03:24 +0000)]
Retire RFC_3066_ENTRY_SIZE definition.

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

15 years agoApply GetBestLanguage() API in UEFI to display HII string.
qhuang8 [Fri, 27 Mar 2009 03:23:45 +0000 (03:23 +0000)]
Apply GetBestLanguage() API in UEFI to display HII string.

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

15 years agoApply GetBestLanguage() API in UEFI
qhuang8 [Fri, 27 Mar 2009 03:21:37 +0000 (03:21 +0000)]
Apply GetBestLanguage() API in UEFI

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

15 years agoAdd more comments for override PCD and library instance.
klu2 [Thu, 26 Mar 2009 15:18:10 +0000 (15:18 +0000)]
Add more comments for override PCD and library instance.

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

15 years agoBuilt from source r1536:
jwang36 [Thu, 26 Mar 2009 15:14:27 +0000 (15:14 +0000)]
Built from source r1536:
a. Show correct and bad file path when file name case is wrong
b. Remove the "_FLAGS" check in meta file parser

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

15 years ago1, cleanup DSC file, use NULL library instance for DebugLib and
klu2 [Thu, 26 Mar 2009 14:58:34 +0000 (14:58 +0000)]
1, cleanup DSC file, use NULL library instance for DebugLib and
ReportStatusCodeLib in global commen section. And use overriden library
instance in DxeCore for sample.
2, cleanup FDF file

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

15 years agoSynchronized with UEFI Spec
jji4 [Thu, 26 Mar 2009 09:30:21 +0000 (09:30 +0000)]
Synchronized with UEFI Spec

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

15 years agoSynchronized with UEFI Spec
jji4 [Thu, 26 Mar 2009 09:29:43 +0000 (09:29 +0000)]
Synchronized with UEFI Spec

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

15 years agoFix coding style issue.
niry [Thu, 26 Mar 2009 02:40:48 +0000 (02:40 +0000)]
Fix coding style issue.

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

15 years agoAdd header file "SerialStatusCode.h" inclusion.
qhuang8 [Wed, 25 Mar 2009 14:29:29 +0000 (14:29 +0000)]
Add header file "SerialStatusCode.h" inclusion.

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

15 years agoAdd Missing library class mapping.
qhuang8 [Wed, 25 Mar 2009 12:42:29 +0000 (12:42 +0000)]
Add Missing library class mapping.

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

15 years agoApply GetBestLanguage() for the implementation of HiiStringIdToImage() API.
qhuang8 [Wed, 25 Mar 2009 10:07:39 +0000 (10:07 +0000)]
Apply GetBestLanguage() for the implementation of HiiStringIdToImage() API.
E.g. L"PlatformLang" variable is "en" and registered string supports "en-US"

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

15 years agoFix a potential bug that GetLanguages() API may return incorrect languages in a strin...
qhuang8 [Wed, 25 Mar 2009 09:41:09 +0000 (09:41 +0000)]
Fix a potential bug that GetLanguages() API may return incorrect languages in a string package when the *LanguageSize == OutputSize.
This issue was hidden since UefiHiiLib API HiiLibGetSupportedLanguages() allocates large enough (4K) buffer to get the supported languages.

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

15 years agoAlso output information to serial
klu2 [Wed, 25 Mar 2009 09:10:47 +0000 (09:10 +0000)]
Also output information to serial

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

15 years agoUpdate FAT binary for the source update:
qhuang8 [Wed, 25 Mar 2009 08:42:33 +0000 (08:42 +0000)]
Update FAT binary for the source update:
Refactor to invoke only one GetBestLanguage() when initializing Unicode Collation support.

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

15 years agoGenFds fix PCD byte array format support for PCD specified file GUID; enhance warning...
jlin16 [Wed, 25 Mar 2009 08:22:33 +0000 (08:22 +0000)]
GenFds fix PCD byte array format support for PCD specified file GUID; enhance warning message for binary module/file path case-sensitive conditions.

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

15 years agoMove registration of Font into driver entry point.
xli24 [Wed, 25 Mar 2009 07:25:52 +0000 (07:25 +0000)]
Move registration of Font into driver entry point.

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

15 years agoFix name conflict for GetVariable defined in UefiLib.h
klu2 [Wed, 25 Mar 2009 06:48:03 +0000 (06:48 +0000)]
Fix name conflict for GetVariable defined in UefiLib.h

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

15 years agoremove unused display option.
lgao4 [Wed, 25 Mar 2009 06:33:07 +0000 (06:33 +0000)]
remove unused display option.

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

15 years agoFixing coding style issue.
niry [Wed, 25 Mar 2009 05:43:16 +0000 (05:43 +0000)]
Fixing coding style issue.

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

15 years agoFixing coding style issue.
niry [Wed, 25 Mar 2009 05:42:55 +0000 (05:42 +0000)]
Fixing coding style issue.

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

15 years agoFixing coding style issue.
niry [Wed, 25 Mar 2009 05:42:36 +0000 (05:42 +0000)]
Fixing coding style issue.

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

15 years agoFix coding style issue.
niry [Wed, 25 Mar 2009 05:39:56 +0000 (05:39 +0000)]
Fix coding style issue.

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

15 years agoPrefix variable services functions with 'Emu'. Specifically this is
jljusten [Tue, 24 Mar 2009 18:42:18 +0000 (18:42 +0000)]
Prefix variable services functions with 'Emu'.  Specifically this is
done to avoid a conflict with the 'GetVariable' function defined
in edk2/MdePkg/Include/Library/UefiLib.h.

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

15 years agoApply GetBestLanguage() in UefiLib to get the driver name from Component Name (2...
qhuang8 [Tue, 24 Mar 2009 15:41:50 +0000 (15:41 +0000)]
Apply GetBestLanguage() in UefiLib to get the driver name from Component Name (2) protocol.
RFC 4646 & ISO 639-2 Language are not supposed to be mixed.

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

15 years agoFix minor formatting issue.
qhuang8 [Tue, 24 Mar 2009 14:31:16 +0000 (14:31 +0000)]
Fix minor formatting issue.

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

15 years agoUpdate the revision number for the binary
qhuang8 [Tue, 24 Mar 2009 14:25:07 +0000 (14:25 +0000)]
Update the revision number for the binary

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