]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
13 years agoAdd PCD setting for Timer, default is 10 times a second. You need the timer to detect...
andrewfish [Tue, 11 May 2010 00:06:47 +0000 (00:06 +0000)]
Add PCD setting for Timer, default is 10 times a second. You need the timer to detect a media change event. Also coded up DMA, but have not debugged it yet and it is not turned on.

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

13 years agoMinor comment update.
xdu2 [Mon, 10 May 2010 02:49:38 +0000 (02:49 +0000)]
Minor comment update.

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

13 years agoFix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.
xdu2 [Mon, 10 May 2010 02:49:26 +0000 (02:49 +0000)]
Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.

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

13 years agoFix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.
xdu2 [Mon, 10 May 2010 02:48:44 +0000 (02:48 +0000)]
Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.

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

13 years ago1. Use the max string size to compare password string.
lgao4 [Mon, 10 May 2010 02:17:31 +0000 (02:17 +0000)]
1. Use the max string size to compare password string.
2. Check whether the local variable is valid as the array index.

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

13 years agoUse the ASSERT() for parameter checking as the 4th paramter of internal worker functi...
qhuang8 [Mon, 10 May 2010 00:57:06 +0000 (00:57 +0000)]
Use the ASSERT() for parameter checking as the 4th paramter of internal worker function of MakeTable() must be <= 16.

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

13 years agoFix gcc warning.
andrewfish [Sat, 8 May 2010 19:48:46 +0000 (19:48 +0000)]
Fix gcc warning.

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

13 years agoAdd in OmapDmaLib instance.
andrewfish [Sat, 8 May 2010 19:42:38 +0000 (19:42 +0000)]
Add in OmapDmaLib instance.

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

13 years agoAdd a DMA lib for the OMAP. It is a combination of PCI IO (generic ARM) DMA functions...
andrewfish [Sat, 8 May 2010 19:32:03 +0000 (19:32 +0000)]
Add a DMA lib for the OMAP. It is a combination of PCI IO (generic ARM) DMA functions and OMAP specific DMA config routines. Update PCI emulation driver to use the new library. Started converting MMCHS (SD Card) driver over to using DMA, still a work in progress. Need to verify the 22 parameters required to setup a DMA transfer.

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

13 years agoRemoved connect/disconnect in device command and replace with simple BlockIo readbloc...
andrewfish [Sat, 8 May 2010 19:26:45 +0000 (19:26 +0000)]
Removed connect/disconnect in device command and replace with simple BlockIo readblocks to probe for media change. This relies on ReinstallProtocolInterface() calls in the BlockIo drivers to make the filesystems reload.

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

13 years agoFix ICC 11.1 build break
mdkinney [Fri, 7 May 2010 23:25:20 +0000 (23:25 +0000)]
Fix ICC 11.1 build break

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

13 years agoFix ICC 11.1 build break
mdkinney [Fri, 7 May 2010 22:47:32 +0000 (22:47 +0000)]
Fix ICC 11.1 build break

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

13 years agoFix ICC 11.1 build error
mdkinney [Fri, 7 May 2010 22:46:54 +0000 (22:46 +0000)]
Fix ICC 11.1 build error

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

13 years agoUpdate UHCI and ECHI drivers to both Stop and Reset the host controller at ExitBootSe...
mdkinney [Fri, 7 May 2010 22:46:14 +0000 (22:46 +0000)]
Update UHCI and ECHI drivers to both Stop and Reset the host controller at ExitBootServices().

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

13 years agoFix bug in PciHostBridgeEnumerator().
mdkinney [Fri, 7 May 2010 22:44:54 +0000 (22:44 +0000)]
Fix bug in PciHostBridgeEnumerator().

A linked list is created for the list of PCI Root Bridges in the platform.  This list is then traversed to enumerate each PCI Root Bridge.  After enumeration, the RootBridgeDev is destroyed, but it was not removed from the linked list before it was destroyed.  This left the linked list of PCI Root Bridges in a bad state, specially if memory is cleared on frees, or the freed buffer was reallocated.

The fix is to remove the node from the linked list before the RootBridgeDev is destroyed.

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

13 years agoFix svn check in bug that broke CWD. Update the connect disconnect support in device...
andrewfish [Fri, 7 May 2010 16:45:48 +0000 (16:45 +0000)]
Fix svn check in bug that broke CWD. Update the connect disconnect support in device command to minimize operations.

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

13 years agoUpdate binaries to integrate a fix to support hot plug during FAT driver binding...
qhuang8 [Fri, 7 May 2010 03:33:43 +0000 (03:33 +0000)]
Update binaries to integrate a fix to support hot plug during FAT driver binding start (Fat svn r55)

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

13 years agoraise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related modules...
erictian [Wed, 5 May 2010 05:21:38 +0000 (05:21 +0000)]
raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related modules, which prevent DriverBindingStop() from being invoked when DriverBindingStart() runs.

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

13 years agoMove SecExtractGuidedSectionLib instance from OvmfPkg to MdePkg
lgao4 [Wed, 5 May 2010 02:06:23 +0000 (02:06 +0000)]
Move SecExtractGuidedSectionLib instance from OvmfPkg to MdePkg

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

13 years agoMove SecExtractGuidedSectionLib instance from OvmfPkg to MdePkg
lgao4 [Wed, 5 May 2010 02:06:21 +0000 (02:06 +0000)]
Move SecExtractGuidedSectionLib instance from OvmfPkg to MdePkg

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

13 years agoUse new API GetSectionFromAnyFvByFileType() of MdePkg DxeServicesLib library to...
lgao4 [Wed, 5 May 2010 01:58:36 +0000 (01:58 +0000)]
Use  new API GetSectionFromAnyFvByFileType() of MdePkg DxeServicesLib library to get PE data of SMM_CORE driver.

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

13 years agoAdd new API GetSectionFromAnyFvByFileType() into MdePkg DxeServicesLib.
lgao4 [Wed, 5 May 2010 01:56:41 +0000 (01:56 +0000)]
Add new API GetSectionFromAnyFvByFileType() into MdePkg DxeServicesLib.

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

13 years agoProgram SD Cards into 4-bit mode (support for this is required in the spec). This...
andrewfish [Tue, 4 May 2010 16:34:38 +0000 (16:34 +0000)]
Program SD Cards into 4-bit mode (support for this is required in the spec). This gives a 20+% performance increase in load time of an 8MB image.

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

13 years agoRemove probe for removable media from FileLib, it was getting called way too much...
andrewfish [Tue, 4 May 2010 16:29:32 +0000 (16:29 +0000)]
Remove probe for removable media from FileLib, it was getting called way too much. Now it is in the EBL shell device command. Cleanup some spacing issues in the lib code.

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

13 years agoAdd ReadyToBoot signal to BDS.
andrewfish [Fri, 30 Apr 2010 23:07:56 +0000 (23:07 +0000)]
Add ReadyToBoot signal to BDS.

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

13 years agoAdding more DMA #defines to backup all the typing.
andrewfish [Fri, 30 Apr 2010 21:01:35 +0000 (21:01 +0000)]
Adding more DMA #defines to backup all the typing.

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

13 years agoAdd a .h file for Omap3530 DMA engine. So far just register addresses
andrewfish [Fri, 30 Apr 2010 20:14:14 +0000 (20:14 +0000)]
Add a .h file for Omap3530 DMA engine. So far just register addresses

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

13 years agoUpdated MMC/SD Card driver to support hot add and remove of the media (SD Cards)...
andrewfish [Fri, 30 Apr 2010 19:43:11 +0000 (19:43 +0000)]
Updated MMC/SD Card driver to support hot add and remove of the media (SD Cards) and enable write protect of SD Cards. Had to update pads for WP bit as it was not being programmed as a GPIO. I also changed some of the PAD #defins as there were only really 3 states, so OR things in the table in the .c file did not make a lot of sense.

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

13 years agoUpdate FileLib to use pointer to BlockIo->Media and not a cached copy also add some...
andrewfish [Fri, 30 Apr 2010 19:40:17 +0000 (19:40 +0000)]
Update FileLib to use pointer to BlockIo->Media and not a cached copy also add some code in the library init that allows removable media devices to be probed to see if a media change has happened.

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

13 years agoUpdate the copyright notice format
hhtian [Thu, 29 Apr 2010 15:17:20 +0000 (15:17 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Thu, 29 Apr 2010 12:46:45 +0000 (12:46 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Thu, 29 Apr 2010 12:40:51 +0000 (12:40 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Thu, 29 Apr 2010 12:24:22 +0000 (12:24 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Thu, 29 Apr 2010 12:15:47 +0000 (12:15 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Thu, 29 Apr 2010 11:32:42 +0000 (11:32 +0000)]
Update the copyright notice format

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

13 years agoForcing functions with variable argument lists to use the same calling convention...
geekboy15a [Thu, 29 Apr 2010 01:07:07 +0000 (01:07 +0000)]
Forcing functions with variable argument lists to use the same calling convention (EFIAPI).  This solves issues when using compilers where the default calling convention is not EFIAPI.

This fixes boot issues when using GCC 4.4 in X64 modules.

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

13 years agoForcing functions with variable argument lists to use the same calling convention...
geekboy15a [Thu, 29 Apr 2010 01:05:44 +0000 (01:05 +0000)]
Forcing functions with variable argument lists to use the same calling convention (EFIAPI).  This solves issues when using compilers where the default calling convention is not EFIAPI.

This fixes boot issues when using GCC 4.4 in X64 modules.

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

13 years agoMade use of GCC built-in functions for variable arguments in procedures dependent...
geekboy15a [Thu, 29 Apr 2010 01:01:44 +0000 (01:01 +0000)]
Made use of GCC built-in functions for variable arguments in procedures dependent on NO_BUILTIN_VA_FUNCS.  This is because they do not function correctly in GCC 4.4 when using ms_abi in X64 images.  This does not change functionality for other projects.

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

13 years agoUpdate the copyright notice format
hhtian [Wed, 28 Apr 2010 12:43:04 +0000 (12:43 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Wed, 28 Apr 2010 12:39:50 +0000 (12:39 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Wed, 28 Apr 2010 12:31:45 +0000 (12:31 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Wed, 28 Apr 2010 12:24:39 +0000 (12:24 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Wed, 28 Apr 2010 12:14:56 +0000 (12:14 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Wed, 28 Apr 2010 11:56:24 +0000 (11:56 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Wed, 28 Apr 2010 11:42:36 +0000 (11:42 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Wed, 28 Apr 2010 11:21:53 +0000 (11:21 +0000)]
Update the copyright notice format

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

13 years agoRemove debug #ifdef in USB HC init
andrewfish [Tue, 27 Apr 2010 18:59:36 +0000 (18:59 +0000)]
Remove debug #ifdef in USB HC init

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

13 years agoUpdate the copyright notice format
hhtian [Sat, 24 Apr 2010 12:25:26 +0000 (12:25 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Sat, 24 Apr 2010 12:12:42 +0000 (12:12 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Sat, 24 Apr 2010 12:09:16 +0000 (12:09 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Sat, 24 Apr 2010 12:07:51 +0000 (12:07 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Sat, 24 Apr 2010 12:03:22 +0000 (12:03 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Sat, 24 Apr 2010 11:57:59 +0000 (11:57 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Sat, 24 Apr 2010 10:14:16 +0000 (10:14 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Sat, 24 Apr 2010 10:12:37 +0000 (10:12 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Sat, 24 Apr 2010 09:52:28 +0000 (09:52 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Sat, 24 Apr 2010 09:49:11 +0000 (09:49 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Sat, 24 Apr 2010 09:48:54 +0000 (09:48 +0000)]
Update the copyright notice format

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

13 years agoUpdate the copyright notice format
hhtian [Sat, 24 Apr 2010 09:33:45 +0000 (09:33 +0000)]
Update the copyright notice format

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

14 years agoLibraries and utilities for instrumenting regions of code and measuring their perform...
darylm503 [Fri, 23 Apr 2010 17:00:32 +0000 (17:00 +0000)]
Libraries and utilities for instrumenting regions of code and measuring their performance.

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 16:40:22 +0000 (16:40 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 16:37:43 +0000 (16:37 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 16:28:26 +0000 (16:28 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 16:26:26 +0000 (16:26 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 16:24:38 +0000 (16:24 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 16:23:28 +0000 (16:23 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 16:20:52 +0000 (16:20 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 16:16:36 +0000 (16:16 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 16:13:53 +0000 (16:13 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 16:08:36 +0000 (16:08 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 16:04:26 +0000 (16:04 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 16:00:47 +0000 (16:00 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 15:52:13 +0000 (15:52 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 15:46:20 +0000 (15:46 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 15:37:19 +0000 (15:37 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 15:36:12 +0000 (15:36 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 15:35:43 +0000 (15:35 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 15:35:13 +0000 (15:35 +0000)]
Update the copyright notice format

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

14 years agoUpdate the copyright notice format
hhtian [Fri, 23 Apr 2010 15:32:58 +0000 (15:32 +0000)]
Update the copyright notice format

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

14 years agoRemove DataHub PCD references.
andrewfish [Thu, 22 Apr 2010 16:30:31 +0000 (16:30 +0000)]
Remove DataHub PCD references.

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

14 years agoAdd the correct check for the return value before use them.
lgao4 [Thu, 22 Apr 2010 02:59:29 +0000 (02:59 +0000)]
Add the correct check for the return value before use them.

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

14 years agoRemove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI...
lgao4 [Thu, 22 Apr 2010 02:49:54 +0000 (02:49 +0000)]
Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI Unix platform.

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

14 years agoRemove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI...
lgao4 [Thu, 22 Apr 2010 02:49:53 +0000 (02:49 +0000)]
Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI OVMF platform.

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

14 years agoRemove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI...
lgao4 [Thu, 22 Apr 2010 02:49:28 +0000 (02:49 +0000)]
Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI NT32 platform.

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

14 years ago1. Remove DataHubGen drive, which is replaced by SmbiosGen.
lgao4 [Thu, 22 Apr 2010 02:43:23 +0000 (02:43 +0000)]
1. Remove DataHubGen drive, which is replaced by SmbiosGen.
2. Remove the unused DataHub driver from DutePkg DSC/FDF files.

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

14 years agoFixup Embedded Package PCD names
andrewfish [Wed, 21 Apr 2010 22:09:56 +0000 (22:09 +0000)]
Fixup Embedded Package PCD names

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

14 years agoClean up using FIQ as ctrl-c checker so you can break in from the debugger.
andrewfish [Wed, 21 Apr 2010 22:08:28 +0000 (22:08 +0000)]
Clean up using FIQ as ctrl-c checker so you can break in from the debugger.

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

14 years agoCleanup name issues with PCD entries.
andrewfish [Wed, 21 Apr 2010 22:06:00 +0000 (22:06 +0000)]
Cleanup name issues with PCD entries.

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

14 years agoAdd some ldm/vldm optimized CopyMem routines. Add performance macros to BDS
andrewfish [Wed, 21 Apr 2010 22:04:35 +0000 (22:04 +0000)]
Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS

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

14 years agoChange to a NEON compatible CPU Arch (ARMv7 is NEON optional) and add performance...
andrewfish [Wed, 21 Apr 2010 17:48:09 +0000 (17:48 +0000)]
Change to a NEON compatible CPU Arch (ARMv7 is NEON optional) and add performance lib stuff to measure boot time. Also add an example performace lib dumper as an example EBL command.

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

14 years agoEnable NEON (SIMD instructions) via coprocessor register so CopyMem/SetMem can use...
andrewfish [Wed, 21 Apr 2010 17:40:27 +0000 (17:40 +0000)]
Enable NEON (SIMD instructions) via coprocessor register so CopyMem/SetMem can use VLDM and friends if you want.

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

14 years agoFix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type section...
niruiyu [Wed, 21 Apr 2010 02:41:15 +0000 (02:41 +0000)]
Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type section data.

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

14 years agoFix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type section...
niruiyu [Wed, 21 Apr 2010 02:40:36 +0000 (02:40 +0000)]
Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type section data.

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

14 years agoAdd an IO Lib instance based on CPU IO2 Protocol.
rsun3 [Wed, 21 Apr 2010 02:06:55 +0000 (02:06 +0000)]
Add an IO Lib instance based on CPU IO2 Protocol.

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

14 years agoUse SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShiftState...
erictian [Mon, 19 Apr 2010 05:34:25 +0000 (05:34 +0000)]
Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShiftState value.

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

14 years agoUse SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShiftState...
erictian [Mon, 19 Apr 2010 05:32:57 +0000 (05:32 +0000)]
Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShiftState value.

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

14 years agoFixed GCC 4.4 build issues due to EFIAPI not being used when required.
geekboy15a [Fri, 16 Apr 2010 23:36:53 +0000 (23:36 +0000)]
Fixed GCC 4.4 build issues due to EFIAPI not being used when required.

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

14 years agoFixed GCC 4.4 build issues due to EFIAPI not being used when required.
geekboy15a [Fri, 16 Apr 2010 23:24:45 +0000 (23:24 +0000)]
Fixed GCC 4.4 build issues due to EFIAPI not being used when required.

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

14 years agoFixed GCC 4.4 build issue. All protocols and public interfaces must specify EFIAPI...
geekboy15a [Fri, 16 Apr 2010 22:40:15 +0000 (22:40 +0000)]
Fixed GCC 4.4 build issue.  All protocols and public interfaces must specify EFIAPI to enforce the expected calling convention.

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

14 years agoFixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to correctly...
geekboy15a [Fri, 16 Apr 2010 22:37:03 +0000 (22:37 +0000)]
Fixed GCC 4.4 build issue due to incorrect prefix.  Now using ASM_PFX to correctly set the prefix.

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