- 2a2e33b Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change IP_IO structure using this UNION to point the special IP Protocol. by qianouyang · 15 years ago
- 0ccabf7 Initialize the local variable before refer to them. by lgao4 · 15 years ago
- cda8ba5 Add ASSERT() conditions to UEFI Library Print() and AsciiPrint() functions if gST->ConOut is NULL. by mdkinney · 15 years ago
- de243ee 1.Restore BSP IDT table to AP when AP wakeup. by vanjeff · 15 years ago
- 4ac4deb Add more check to make sure code run safely. by lgao4 · 15 years ago
- 61ece96 Skip restoration of DRx registers to support in-circuit emualators or debuggers set breakpoint in interrupt/exception context. by rsun3 · 15 years ago
- 35a1715 Minor grammatical work--mostly adding periods. Sending separately a list of files missing Doxygen @param and @return information. by myronporter · 15 years ago
- 63c89e0 remove --image-base option EfiLdr.inf, and use GenFw to do image base relocation by klu2 · 15 years ago
- 8850ca7 Update Shell binaries to integrate recent updates in EDK shell project and integrate one hot fix in hexedit. by qhuang8 · 15 years ago
- 2788ff5 Fix the issue that if OEM SMBIOS data includes string, it will cause SmbiosFldMiscTypeOEM buffer overflow. by li-elvin · 15 years ago
- 7830363 fix GCC X64 build broken by klu2 · 15 years ago
- 12c1395 fix X64 build broken by klu2 · 15 years ago
- 5bf5fb3 Change MaxBlock to HEX value to avoid GCC build failure. by li-elvin · 15 years ago
- 13ad1de Do the following fix up in SetupBrowser driver: by lgao4 · 15 years ago
- c6498c1 Fix the issue that ASSERT() at line 1391 incorrectly asserts when order list variable is empty. by xli24 · 15 years ago
- 3ea80ba Convert some C-style comments to Doxygen style for coding standard compliance. by darylm503 · 15 years ago
- 39669f1 Fixed tracker #203752, Dhcp4 assert issue. by hhuan13 · 15 years ago
- 4548fc2 Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes. by lgao4 · 15 years ago
- 5adb8db Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes. by lgao4 · 15 years ago
- 2bd78c9 Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read operation. by geekboy15a · 15 years ago
- f1329e6 Update EdkShellPkg.dsc read me to add a note to remind developers to update platform FDF files when they want to debug shell package to replace binaries from EdkShellBinPkg by qhuang8 · 15 years ago
- 75d37fc Correct the svn repository link by klu2 · 15 years ago
- 938f46b Add DMA Lib for generic ARM cache coherency model. by andrewfish · 15 years ago
- 81bc205 Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abstractions and make OMAP DMA lib about channel programming only. by andrewfish · 15 years ago
- 6be6c2e NullDmaLib:DmaMap() function needs to return valid DeviceAddress. by andrewfish · 15 years ago
- e10a18f Make the [BuildOption] match the others for GCC. by andrewfish · 15 years ago
- 076c050 Set the default compilers arch flags for these packages by andrewfish · 15 years ago
- aaeef06 Add a DMA lib that works like PCI_IO protocl. Add a NULL version that would work with Intel (DMA is coherent no matter what you do). by andrewfish · 15 years ago
- a108933 If SCSI version support Read/Write (16) command, use both commands to access disk especially for above 2TB. by li-elvin · 15 years ago
- a24faca Add Read/Write (16) command to SCSI library. by li-elvin · 15 years ago
- 4515103 remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib. by niruiyu · 15 years ago
- 8e7c9e0 Fix line ending issue. Update DMA Map primatives to double buffer if buffer does not start on cache line boundary. If buffer is not a multiple of a cache line only whole cache lines will be allowed in the buffer. This is part of the MAP API. by andrewfish · 15 years ago
- d744b79 Add a little more code for SD Card DMA, but make sure it is turned off until it is debugged. by andrewfish · 15 years ago
- 9e04898 Remove references to a package that does not exist. by andrewfish · 15 years ago
- e22812c Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreateTimeOpCode by lgao4 · 15 years ago
- 5a2bc71 synchronize interget type definition from MdePkg's processbinding.h to make build pass under GCC44 tool chain by klu2 · 15 years ago
- 21ecdf1 Library interface should be declared as EFIAPI by klu2 · 15 years ago
- 4a5b245 Status code handler callback should be declared as EFIAPI by klu2 · 15 years ago
- 14531b1 Use the ASSERT() for parameter checking as the 4th parameter of internal worker function of MakeTable() must be <= 16. by lgao4 · 15 years ago
- ec7cb6a Add the missing PalLib NULL instance. by lgao4 · 15 years ago
- c6b4f78 Add the missing PalLib NULL instance. by lgao4 · 15 years ago
- a167ecb Fixed the issue of that IP4driver can’t correctly reassemble the Out of Sequence Fragments. by qianouyang · 15 years ago
- ce5fad4 For BdsDxe module, by xli24 · 15 years ago
- 97ada49 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
- 164d596 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
- 8a86c11 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
- 3a8ab95 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
- 2bca9a9 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
- 6a53bf1 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
- 779bf66 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
- 4fb411f Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
- 88b3d36 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
- a6bb62e MdeModulePkg AcpiTableDxe: Fix GCC build warning by jljusten · 15 years ago
- 2653bb4 MdePkg BaseLib: Fix GCC build break by jljusten · 15 years ago
- 2ad29d0 fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K variable exists. by erictian · 15 years ago
- fe21112 Waiting for redeye so I added some memory map comments to ArmEb.h. Also fixed assembly syntax issue with GCC. by andrewfish · 15 years ago
- c756ce8 Fix GCC build break as MemoryFence() API has already been included in GccInline.c in BaseLib. by qhuang8 · 15 years ago
- d01a90f Fix some typos by qhuang8 · 15 years ago
- 20c1e33 Refine function comment to follow doxygen format. by klu2 · 15 years ago
- 4e4a5f3 Temporarily remove build-in __sync_val_compare_and_swap() in the implementation of sync functions. by qhuang8 · 15 years ago
- afe7c8b Fix VS2003 build error by jyao1 · 15 years ago
- 364aa45 Fix GCC build issue by andrewfish · 15 years ago
- 3b7e958 Move TscTimerLib library to correct CPU ARCH as it depends on BaseLib API AsmReadTsc(), which is only available for Ia32 & x64 CPU. by qhuang8 · 15 years ago
- 24cd83a Remove unicode code in source code. by qhuang8 · 15 years ago
- 0ef42f8 Update QueryCapsuleCapabilities interface. by li-elvin · 15 years ago
- 9c4a5f7 add security check. by vanjeff · 15 years ago
- a9dfdf4 Fix GCC error by andrewfish · 15 years ago
- 4ade93d Fixup to point to real RAM and NOR addressess. by andrewfish · 15 years ago
- 1a35232 Fix GCC buid issue. by andrewfish · 15 years ago
- ebeffc4 Added stub RTC lib, turned on option of building debug agent (GDB STUB) into SEC. Added the platform library template needed to break into GDB stub with ctrl-c. Cleaned up PCDs for selecting serial ports for Console or GDB usage. Filled in GDB Serial Port lib. by andrewfish · 15 years ago
- 31e4a57 Fix newline at end of file issue. by andrewfish · 15 years ago
- b830c1d Fix grammer in comment by andrewfish · 15 years ago
- c9b34b8 Update copyright format by hhtian · 15 years ago
- 1a6f1b5 Update copyright format by hhtian · 15 years ago
- 6b3f2b8 Setting svn:executable property on applications that do not have it set at this time by lgao4 · 15 years ago
- cf683fe 1. Restore the inline C implementation of GCC assembly files that was temporarily removed in Svn r10045. by qhuang8 · 15 years ago
- 40d841f Sync EDKII BaseTools to BaseTools project r1971 by lgao4 · 15 years ago
- 3dc8585 MdeModulePkg: by jyao1 · 15 years ago
- f0f78f9 MdePkg: by jyao1 · 15 years ago
- 6a8fb8b Change TPM_BASE to 0 per TPM spec. by rsun3 · 15 years ago
- 4cb6774 Fix OS X build issues. Wrong slash direction in include path and unused variable warnning. by andrewfish · 15 years ago
- 9203284 Get TimerDxe driver compiling. by andrewfish · 15 years ago
- 4099cdc Remove obsolete DebugSupport Driver by andrewfish · 15 years ago
- 23d3998 Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can link debugger into DXE core directly so you don't need a debug support. Also we are going to FIQ for debugger ctrl-c break in, so no need to hook the timer infrastructure. by andrewfish · 15 years ago
- 5f4dc6d Ported TimerDxe driver to edk2. by andrewfish · 15 years ago
- b76848c A better template, with some build scripts, for ArmEbPkg. New libraries are just stubs and need to get filled in. Also debugger scripts are just copies of the BeagleBoard scripts and need to be ported. Compiles with all build 3 build scripts. Cygwin RVCT via build.sh, DOS RVCT via b.bat, and DOS box CodeSourcery GCC via ba.bat. by andrewfish · 15 years ago
- f0c855b Small code refinement in MdeModulePkg. by rsun3 · 15 years ago
- 0e4483b Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they depend on the protocols produced by SMM driver. by lgao4 · 15 years ago
- 562fccb Fix a typo in comment by klu2 · 15 years ago
- 29a4f92 Fix 3 K8 issues for PXE module by hhuan13 · 15 years ago
- d60957b Fix minor format issue in file header by qhuang8 · 15 years ago
- c78fece Fix minor format issue in file header by qhuang8 · 15 years ago
- 636844a Fix minor format issue in file header by qhuang8 · 15 years ago
- e3e134e Fix minor format issue in file header by qhuang8 · 15 years ago
- d57c443 Fix minor format issue in file header by qhuang8 · 15 years ago
- 2432c68 Fix for UNIXGCC build by jchen20 · 15 years ago
- 47c242a Setting svn:executable property on applications that do not have it set at this time by lhauch · 15 years ago
- ef05e06 1) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variables and parameter across the transition when TEMP RAM is disabled. by mdkinney · 15 years ago
- da935a5 Add fix for the hardcoded Max ACPI table number. With this fix, the number of ACPI table has no limitations by dynamical allocation by jchen20 · 15 years ago
- 884366c Added a PCD to turn on/off probing Block IO devices to detect add/remove/change. FAT driver does not do this so if the shell does not do this you will get dir hits on an SD Card that has been removed. Default is ON. I moved this feature from device command to main command loop so it gets done after you type return before your command is processed. by andrewfish · 15 years ago