]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
15 years agoUpdate to add the ASSERT()s in the right place.
qhuang8 [Wed, 21 Jan 2009 05:37:27 +0000 (05:37 +0000)]
Update to add the ASSERT()s in the right place.

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

15 years agoK8:
qwang12 [Wed, 21 Jan 2009 05:33:41 +0000 (05:33 +0000)]
K8:
1) add in more ASSERT condition and updates the comment for HexStringToBuf.
2) Check the pointer returned by HiiLibGetHiiHandles.

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

15 years agoFix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when BufferSize...
eric_tian [Wed, 21 Jan 2009 04:56:24 +0000 (04:56 +0000)]
Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when BufferSize is NULL.

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

15 years agoadjust code to remove Klocwork issues.
vanjeff [Wed, 21 Jan 2009 03:17:15 +0000 (03:17 +0000)]
adjust code to remove Klocwork issues.

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

15 years agoEnhance GenFw tool to zero PeImage .xdata section (free form exception data) unused...
lgao4 [Wed, 21 Jan 2009 01:50:10 +0000 (01:50 +0000)]
Enhance GenFw tool to zero PeImage .xdata section (free form exception data) unused in BIOS, which can increase the compression ratio for the BIOS image.

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

15 years agoK8:
qwang12 [Tue, 20 Jan 2009 12:55:02 +0000 (12:55 +0000)]
K8:

1) Replace immediate constant with MACRO.
2) Add in ASSERT for NULL before dereferencing pointers and after memory allocation.
3) Add a return statement in ProcessOptions to handle the mismatch between the value stored and the opcode for one-of-option in orderedlist opcode. This case occurs when the one-of-optoin entry in OrderedList get deleted.

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

15 years agoMeta-data review.
gikidy [Tue, 20 Jan 2009 08:27:13 +0000 (08:27 +0000)]
Meta-data review.

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

15 years agoAdd some info for some PCD controlled GUIDs and Protocols.
gikidy [Tue, 20 Jan 2009 05:13:35 +0000 (05:13 +0000)]
Add some info for some PCD controlled GUIDs and Protocols.

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

15 years agoMeta-data review.
gikidy [Tue, 20 Jan 2009 04:57:29 +0000 (04:57 +0000)]
Meta-data review.

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

15 years agoSource level security checked
jji4 [Tue, 20 Jan 2009 04:17:05 +0000 (04:17 +0000)]
Source level security checked

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

15 years ago1, Add logo.bmp to fv file for showing it in graphic mode
klu2 [Tue, 20 Jan 2009 03:23:21 +0000 (03:23 +0000)]
1, Add logo.bmp to fv file for showing it in graphic mode
2, Hard code timeout to 5 second.

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

15 years agoMeta-data review.
gikidy [Tue, 20 Jan 2009 03:07:20 +0000 (03:07 +0000)]
Meta-data review.

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

15 years agoMeta-data review.
gikidy [Tue, 20 Jan 2009 03:04:55 +0000 (03:04 +0000)]
Meta-data review.

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

15 years agoMeta-data review.
gikidy [Tue, 20 Jan 2009 03:01:44 +0000 (03:01 +0000)]
Meta-data review.

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

15 years agocoding style
eric_tian [Tue, 20 Jan 2009 03:01:41 +0000 (03:01 +0000)]
coding style

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

15 years agoK8:
qwang12 [Tue, 20 Jan 2009 02:00:46 +0000 (02:00 +0000)]
K8:

1) Add in "check-for-null" before dereferencing a pointer.
2) unify the handling of EFI_OUT_OF_RESOURCE case.

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

15 years agoK8:
qwang12 [Tue, 20 Jan 2009 01:55:11 +0000 (01:55 +0000)]
K8:
Add in "check-for-null" to catch the de-reference of NULL pointer.

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

15 years agoK8:
qwang12 [Tue, 20 Jan 2009 01:52:02 +0000 (01:52 +0000)]
K8:
1) Fix the bug the assert conditions. || should be &&.
2) Add in code path and check-for-null-pointer to do error handling.

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

15 years agoK8: add new variable PasswordSize to remove immeidate constant.
qwang12 [Tue, 20 Jan 2009 01:48:39 +0000 (01:48 +0000)]
K8: add new variable PasswordSize to remove immeidate constant.

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

15 years agoAdd ASSERT in case SalSystemTable is NULL.
qhuang8 [Mon, 19 Jan 2009 08:29:55 +0000 (08:29 +0000)]
Add ASSERT in case SalSystemTable is NULL.

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

15 years agoAssertions added
jji4 [Mon, 19 Jan 2009 07:58:58 +0000 (07:58 +0000)]
Assertions added

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

15 years agoUpdate For Review
hfang [Mon, 19 Jan 2009 07:00:28 +0000 (07:00 +0000)]
Update For Review

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

15 years agoSource level security checked
jji4 [Mon, 19 Jan 2009 06:55:18 +0000 (06:55 +0000)]
Source level security checked

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

15 years agoAdd some ASSERT()s.
gikidy [Mon, 19 Jan 2009 06:34:35 +0000 (06:34 +0000)]
Add some ASSERT()s.

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

15 years agoSource level security checked
jji4 [Mon, 19 Jan 2009 05:23:02 +0000 (05:23 +0000)]
Source level security checked

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

15 years agoFix a bug that length might be a negative value for worker function BasePrintLibFillB...
qhuang8 [Mon, 19 Jan 2009 05:18:23 +0000 (05:18 +0000)]
Fix a bug that length might be a negative value for worker function BasePrintLibFillBuffer(). In view of this, it is better to reuse for loop to fill the buffer.

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

15 years agoAdd some ASSERT()s.
gikidy [Mon, 19 Jan 2009 01:55:14 +0000 (01:55 +0000)]
Add some ASSERT()s.

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

15 years agoFix the wrong file comments for SnpDxe.inf driver
klu2 [Sun, 18 Jan 2009 17:19:28 +0000 (17:19 +0000)]
Fix the wrong file comments for SnpDxe.inf driver

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

15 years agoSource level security checked
jji4 [Fri, 16 Jan 2009 08:14:39 +0000 (08:14 +0000)]
Source level security checked

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

15 years agoAdjust gSimpleTextInExNotifyGuid position in INF file.
gikidy [Fri, 16 Jan 2009 07:37:29 +0000 (07:37 +0000)]
Adjust gSimpleTextInExNotifyGuid position in INF file.

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

15 years agoAdjust gSimpleTextInExNotifyGuid position in INF file.
gikidy [Fri, 16 Jan 2009 07:35:49 +0000 (07:35 +0000)]
Adjust gSimpleTextInExNotifyGuid position in INF file.

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

15 years ago1.Moved HotPlugDevice.h & SimpleTextInNotify.h from /Guid to /Protocol
gikidy [Fri, 16 Jan 2009 07:33:08 +0000 (07:33 +0000)]
1.Moved HotPlugDevice.h & SimpleTextInNotify.h from /Guid  to /Protocol
2.Modified the reference of two Guids in DEC file, Inf files and h files;

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

15 years agoInsert comments for functions/macros and add the file headers.
niry [Fri, 16 Jan 2009 06:56:18 +0000 (06:56 +0000)]
Insert comments for functions/macros and add the file headers.

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

15 years agosync function header to avoid ecc
jgong5 [Fri, 16 Jan 2009 00:17:38 +0000 (00:17 +0000)]
sync function header to avoid ecc

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

15 years agoFixed OPTIONAL/comma issue
jgong5 [Fri, 16 Jan 2009 00:16:17 +0000 (00:16 +0000)]
Fixed OPTIONAL/comma issue

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

15 years agocode scrub fix
jgong5 [Fri, 16 Jan 2009 00:09:52 +0000 (00:09 +0000)]
code scrub fix

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

15 years agoadded newline after brief summary
jgong5 [Fri, 16 Jan 2009 00:01:10 +0000 (00:01 +0000)]
added newline after brief summary

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

15 years agoAdd change log for some new definitions. They are backward compatible.
qhuang8 [Thu, 15 Jan 2009 10:03:51 +0000 (10:03 +0000)]
Add change log for some new definitions. They are backward compatible.

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

15 years agoMove CompilerStub library for IA32 & x64 only.
qhuang8 [Thu, 15 Jan 2009 10:00:44 +0000 (10:00 +0000)]
Move CompilerStub library for IA32 & x64 only.

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

15 years agoAdd Load File 2 Protocol and MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH definition...
qhuang8 [Thu, 15 Jan 2009 09:57:19 +0000 (09:57 +0000)]
Add Load File 2 Protocol and  MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH definition to build newest shell source.

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

15 years agoFix a bug which print new stack size and old stack size wrongly.
qwang12 [Thu, 15 Jan 2009 08:50:24 +0000 (08:50 +0000)]
Fix a bug which print new stack size and old stack size wrongly.

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

15 years agoComments checked
jji4 [Thu, 15 Jan 2009 06:09:35 +0000 (06:09 +0000)]
Comments checked

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

15 years agoArray boundary evaluation expression fixed.
jji4 [Thu, 15 Jan 2009 03:46:29 +0000 (03:46 +0000)]
Array boundary evaluation expression fixed.

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

15 years agoSource level security checked
jji4 [Thu, 15 Jan 2009 03:31:55 +0000 (03:31 +0000)]
Source level security checked

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

15 years agoCoding style checked
jji4 [Thu, 15 Jan 2009 03:30:05 +0000 (03:30 +0000)]
Coding style checked

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

15 years agoPerformance and size optimised.
gikidy [Thu, 15 Jan 2009 03:11:09 +0000 (03:11 +0000)]
Performance and size optimised.

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

15 years agoApply code to avoid security warnings.
qhuang8 [Thu, 15 Jan 2009 03:00:00 +0000 (03:00 +0000)]
Apply code to avoid security warnings.

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

15 years agoApply BaseMemoryLib to replace the for loop.
qhuang8 [Wed, 14 Jan 2009 14:11:28 +0000 (14:11 +0000)]
Apply BaseMemoryLib to replace the for loop.

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

15 years agoFix the prototype inconsitency issue.
qhuang8 [Wed, 14 Jan 2009 13:41:12 +0000 (13:41 +0000)]
Fix the prototype inconsitency issue.

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

15 years agoAdd type cast to pass build
qhuang8 [Wed, 14 Jan 2009 12:58:28 +0000 (12:58 +0000)]
Add type cast to pass build

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

15 years agoApply PeiServicesLib
qhuang8 [Wed, 14 Jan 2009 12:56:34 +0000 (12:56 +0000)]
Apply PeiServicesLib

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

15 years agoAdd type cast for PeiServices pointer
qhuang8 [Wed, 14 Jan 2009 12:50:12 +0000 (12:50 +0000)]
Add type cast for PeiServices pointer

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

15 years agoApply PeiServicesLib
qhuang8 [Wed, 14 Jan 2009 12:45:51 +0000 (12:45 +0000)]
Apply PeiServicesLib

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

15 years agoAdd type case
qhuang8 [Wed, 14 Jan 2009 12:33:35 +0000 (12:33 +0000)]
Add type case

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

15 years ago1. add gEfiDebugPortVariableGuid and gEfiDebugPortDevicePathGuid in MdePkg.dec, even...
vanjeff [Wed, 14 Jan 2009 09:37:44 +0000 (09:37 +0000)]
1. add gEfiDebugPortVariableGuid and gEfiDebugPortDevicePathGuid in MdePkg.dec, even though they are the same value with gEfiDebugPortProtocolGuid.
2. Meta data clean up.

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

15 years agoINF extension reviewed
jji4 [Wed, 14 Jan 2009 07:58:44 +0000 (07:58 +0000)]
INF extension reviewed

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

15 years ago1.fixed one bug to 'reconnect -r' when running 4 times.
vanjeff [Wed, 14 Jan 2009 07:47:48 +0000 (07:47 +0000)]
1.fixed one bug to 'reconnect -r' when running 4 times.
2.Code scrub.

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

15 years agoTo pass ICC build.
vanjeff [Wed, 14 Jan 2009 07:45:27 +0000 (07:45 +0000)]
To pass ICC build.

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

15 years agoUpdate EdkShellPkg to remove the external Shell directory from EDK shell project.
qhuang8 [Wed, 14 Jan 2009 05:06:42 +0000 (05:06 +0000)]
Update EdkShellPkg to remove the external Shell directory from EDK shell project.

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

15 years agofixed assumption 32bit Local Apic timer counter.
vanjeff [Wed, 14 Jan 2009 03:05:45 +0000 (03:05 +0000)]
fixed assumption 32bit Local Apic timer counter.

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

15 years agoFor PollMem or PollIo, EFI_SUCESS should be returned when paramter Delay == 0.
klu2 [Wed, 14 Jan 2009 02:08:14 +0000 (02:08 +0000)]
For PollMem or PollIo, EFI_SUCESS should be returned when paramter Delay == 0.

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

15 years agoUse ACPI timer for Duet platform.
klu2 [Tue, 13 Jan 2009 18:39:43 +0000 (18:39 +0000)]
Use ACPI timer for Duet platform.

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

15 years agoAdd UefiBootServicesTableLib library class reference in HobLib, because if no, the...
klu2 [Tue, 13 Jan 2009 09:51:50 +0000 (09:51 +0000)]
Add UefiBootServicesTableLib library class reference in HobLib, because if no, the autogen code will generate wrong order for calling library constructor.

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

15 years agofix one minor comment error
ywu21 [Tue, 13 Jan 2009 08:56:00 +0000 (08:56 +0000)]
fix one minor comment error

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

15 years agofix minor comment error
ywu21 [Tue, 13 Jan 2009 08:55:27 +0000 (08:55 +0000)]
fix minor comment error

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

15 years agosync Netlib function from c file
ywu21 [Tue, 13 Jan 2009 08:51:55 +0000 (08:51 +0000)]
sync Netlib function from c file
fix file header issues
add in out
add . at the end of lines

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

15 years agofix file header issues
ywu21 [Tue, 13 Jan 2009 08:48:19 +0000 (08:48 +0000)]
fix file header issues
add . at the end of lines

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

15 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7258 6f19259b...
ywu21 [Tue, 13 Jan 2009 08:47:31 +0000 (08:47 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7258 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoMinor refinement for USB modules.
xli24 [Tue, 13 Jan 2009 08:46:31 +0000 (08:46 +0000)]
Minor refinement for USB modules.

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

15 years agounified "iSCSI" in all comments
ywu21 [Tue, 13 Jan 2009 08:44:22 +0000 (08:44 +0000)]
unified "iSCSI" in all comments
add . at the end of lines
fix 2 file header issues and so on

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

15 years agoUpdate for code security.
xli24 [Tue, 13 Jan 2009 08:29:55 +0000 (08:29 +0000)]
Update for code security.

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

15 years agoFix bugs in decompress implement in EfiLdr, and enable FAT driver in FDF file.
klu2 [Tue, 13 Jan 2009 07:41:23 +0000 (07:41 +0000)]
Fix bugs in decompress implement in EfiLdr, and enable FAT driver in FDF file.

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

15 years agoFixed For Review
hfang [Tue, 13 Jan 2009 07:28:52 +0000 (07:28 +0000)]
Fixed For Review

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

15 years agoRoll back ASSERT which is break DUET boot.
klu2 [Tue, 13 Jan 2009 06:17:52 +0000 (06:17 +0000)]
Roll back ASSERT which is break DUET boot.

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

15 years agoUsing share mode to create file.
jwang36 [Tue, 13 Jan 2009 05:43:25 +0000 (05:43 +0000)]
Using share mode to create file.

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

15 years agoFix the bug that EntryPoint of DisablePaging64() is corrupted.
xli24 [Tue, 13 Jan 2009 04:20:22 +0000 (04:20 +0000)]
Fix the bug that EntryPoint of DisablePaging64() is corrupted.

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

15 years agoTest version for performance concern.
jwang36 [Tue, 13 Jan 2009 03:35:05 +0000 (03:35 +0000)]
Test version for performance concern.

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

15 years agoFixed the out-of-sync issue of AutoGen-ed files in Windows platform.
jwang36 [Mon, 12 Jan 2009 08:03:23 +0000 (08:03 +0000)]
Fixed the out-of-sync issue of AutoGen-ed files in Windows platform.

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

15 years agoRefine USB Mass Storage Driver.
xli24 [Mon, 12 Jan 2009 07:30:42 +0000 (07:30 +0000)]
Refine USB Mass Storage Driver.

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

15 years agoChange the name of extension
jwang36 [Mon, 12 Jan 2009 06:12:10 +0000 (06:12 +0000)]
Change the name of extension

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

15 years agoremove information output in SNP poll function.
vanjeff [Mon, 12 Jan 2009 06:00:53 +0000 (06:00 +0000)]
remove information output in SNP poll function.

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

15 years agoA test version making use Windows API to create AutoGen files
jwang36 [Mon, 12 Jan 2009 05:44:06 +0000 (05:44 +0000)]
A test version making use Windows API to create AutoGen files

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

15 years agoCode scrub for USB Mass Storage Driver.
xli24 [Mon, 12 Jan 2009 03:11:00 +0000 (03:11 +0000)]
Code scrub for USB Mass Storage Driver.

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

15 years agoadd macro function comments
ywu21 [Mon, 12 Jan 2009 02:39:41 +0000 (02:39 +0000)]
add macro function comments

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

15 years agochecking coding style issues:
ywu21 [Mon, 12 Jan 2009 02:32:20 +0000 (02:32 +0000)]
checking coding style issues:
correct include file path
delete unused include files
fix ECC error and so on

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

15 years agoRoll back to normal version
jwang36 [Mon, 12 Jan 2009 02:15:03 +0000 (02:15 +0000)]
Roll back to normal version

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

15 years agoA trial version making use of pywin32 api to create file
jwang36 [Sun, 11 Jan 2009 08:21:41 +0000 (08:21 +0000)]
A trial version making use of pywin32 api to create file

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

15 years agotest version
jwang36 [Sat, 10 Jan 2009 13:05:21 +0000 (13:05 +0000)]
test version

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

15 years agoTry to solve the non-existence issue of AutoGen-ed files.
jwang36 [Fri, 9 Jan 2009 09:17:00 +0000 (09:17 +0000)]
Try to solve the non-existence issue of AutoGen-ed files.

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

15 years agoFinal test version (GC plus bufsize=1) trying to solve the non-existence issue of...
jwang36 [Fri, 9 Jan 2009 08:01:03 +0000 (08:01 +0000)]
Final test version (GC plus bufsize=1) trying to solve the non-existence issue of AutoGen-ed files.

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

15 years agoINF extension reviewed
jji4 [Fri, 9 Jan 2009 07:48:37 +0000 (07:48 +0000)]
INF extension reviewed

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

15 years agoAdd build steps for duet platform.
klu2 [Fri, 9 Jan 2009 07:42:41 +0000 (07:42 +0000)]
Add build steps for duet platform.

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

15 years agoAnother test version (using low-level api provided by os module) trying to solve...
jwang36 [Fri, 9 Jan 2009 07:33:29 +0000 (07:33 +0000)]
Another test version (using low-level api provided by os module) trying to solve the non-existence issue of AutoGen-ed files.

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

15 years agoINF file verified, and Coding Style reviewed.
gikidy [Fri, 9 Jan 2009 07:23:31 +0000 (07:23 +0000)]
INF file verified, and Coding Style reviewed.

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

15 years agoAnother test version (using garbage collection to do cleanup) trying to solve the...
jwang36 [Fri, 9 Jan 2009 06:54:39 +0000 (06:54 +0000)]
Another test version (using garbage collection to do cleanup) trying to solve the non-existence issue of AutoGen-ed files.

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

15 years agoMove Varialbe common definitions (GET_PAD_SIZE and HEADER_ALIGN macro) into MdeModule...
lgao4 [Fri, 9 Jan 2009 06:31:30 +0000 (06:31 +0000)]
Move Varialbe common definitions (GET_PAD_SIZE and HEADER_ALIGN macro) into MdeModulePackage Include VariableFormat.h

And Use PCD to replace macros in source code to reduce confusion.(FixedPcdGet32(PcdMaxVariableSize) replaces MAX_VARIABLE_SIZE, and FixedPcdGet32(PcdMaxHardwareErrorVariableSize) replaces MAX_HARDWARE_ERROR_VARIABLE_SIZE.

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

15 years agoMove common definitions (GET_PAD_SIZE and HEADER_ALIGN macro) into MdeModulePackage...
lgao4 [Fri, 9 Jan 2009 06:27:53 +0000 (06:27 +0000)]
Move common definitions (GET_PAD_SIZE and HEADER_ALIGN macro) into MdeModulePackage Include VariableFormat.h

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

15 years agoAdd INF extension Information
lgao4 [Fri, 9 Jan 2009 06:26:42 +0000 (06:26 +0000)]
Add INF extension Information

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

15 years agoAnother test version (using bufsize=1) trying to solve the non-existence issue of...
jwang36 [Fri, 9 Jan 2009 05:36:20 +0000 (05:36 +0000)]
Another test version (using bufsize=1) trying to solve the non-existence issue of AutoGen-ed files.

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

15 years agoAnother test version (using glob to check file existence) trying to solve the non...
jwang36 [Fri, 9 Jan 2009 05:20:11 +0000 (05:20 +0000)]
Another test version (using glob to check file existence) trying to solve the non-existence issue of AutoGen-ed files.

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