- b88bd01 Add a tempate for a RealView FVB for the variable services. by andrewfish · 14 years ago
- 1c8029e Update the previous fix to only shadow the function for supported processor architectrues. The old way required non supported processor architectures to opt out. by andrewfish · 14 years ago
- 27172c0 Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM. So I did the same thing that is done on Itanium and skipped the shadow for ARM architecture in all cases. by andrewfish · 14 years ago
- 4546bcb Fix a bug: by hhuan13 · 14 years ago
- be757a7 Update EdkShellBinPkg to integrate a patch in Shell SVN r41. by qhuang8 · 14 years ago
- c945216 Fix the issues that StatusCode can't work when PcdStatusCodeUseMemory is set to TRUE or PcdStatusCodeUseDataHub is set to TRUE. by lgao4 · 15 years ago
- be63a20 Fix the issues that StatusCode can't work when PcdStatusCodeUseMemory is set to TRUE. by lgao4 · 15 years ago
- b24633c Initialize lists ArpService->PendingRequestTable/DeniedCacheTable/ResolvedCacheTable before firing timer ArpService->PeriodicTimer. This remove the race condition in ArpCreateService(): it is possible for the timer event to trigger before the lists are initialized which will results in a hang in ArpTimerHandler(). by xdu2 · 15 years ago
- 74df502 1. update to use 1 EFI Variable per NIC (instead of converge all NIC configuration into one EFI Variable), this remove the limitation that max NIC configuration will depend on PcdMaxVariableSize. by xdu2 · 15 years ago
- 8df3a68 Update OVMF BDS Library to call GenericBdsLib function to save gEfiMemoryTypeInformation by mdkinney · 15 years ago
- 755e4d1 Update logic in Suuported() for PCI-ISA Bridges with Positive Decode to avoid false positives on bridges of class PCI_CLASS_BRIDGE_OTHER. by mdkinney · 15 years ago
- 4bc6ab8 Fix path in script by andrewfish · 15 years ago
- 7668305 Use same scheme as *.asm file. by andrewfish · 15 years ago
- 8b4eff7 Make SEC ModuleEntryPoint build with Xcode. Just need another level of indirection by andrewfish · 15 years ago
- afdfe8f Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to have a PEI phase, and added place holder CPU PEIM to ArmPkg. This ArmRealViewEbPkg now boots from SEC, PEI, DXE, BDS, to EBL in the ARM RealView system emulator that comes with RealView Pro. by andrewfish · 15 years ago
- 7ee525b Report correct MediaPresentSupported value from Nt32 SNP mode data. by xdu2 · 15 years ago
- 49fd66c Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block data. That issue incurs incorrect network transfer. by hhuan13 · 15 years ago
- 7f97c9b Use ASSERT to check the expression. by lgao4 · 15 years ago
- 1dc1b43 1. fixed one bug to construct config request string header used child handle instead of NIC controller handle. by vanjeff · 15 years ago
- 25400c6 Add routing header type to NetLib. by tye1 · 15 years ago
- 58380e9 Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
- 3b33c6d Fix FFS file type for binary modules of type UEFI_DRIVER by mdkinney · 15 years ago
- 445b357 roll back last check-in. by vanjeff · 15 years ago
- 7df41b1 by vanjeff · 15 years ago
- 6b22483 1) Call ProcessNotifyList() to process all Dispatch Notifications after the Memory Discovered PPI is installed. by mdkinney · 15 years ago
- 7a743a2 Remove extra references to binary INFs from DSC file by mdkinney · 15 years ago
- f1f11ea Fixed a bug in Mtftp4: to allow the block number to roll over to accept transfers of unlimited size. by hhuan13 · 15 years ago
- 97c0d02 Remove unnecessary volatile for local Index variable. by lgao4 · 15 years ago
- 9053bc5 Sync EDKII BaseTools to BaseTools project r1988 by qhuang8 · 15 years ago
- 96dd57e Update BASE PCI Library that uses CF8/CFC access mechanism for PCI configuration cycles to be safe for use from interrupt context and from modules of type DXE_SMM_DRIVER. by mdkinney · 15 years ago
- 76d428b Simplify DSC/FDF files for OVMF by mdkinney · 15 years ago
- 2fc59a0 Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
- 22f6824 Update BASE_NAME to match the file names of the shell binaries so the INF files can be used from a DSC/FDF file to include the binary of the shell in a platform. by mdkinney · 15 years ago
- 50835d0 Update filename case of X64 binary to match the IA32 and IPF binary filenames. by mdkinney · 15 years ago
- b772d85 Add binary of the shell back with proper case in filename. by mdkinney · 15 years ago
- d39b3d3 Remove shell binary with incorrect case in filename. by mdkinney · 15 years ago
- 174ea22 Update BASE_NAME to match the file names of the shell binaries so the INF files can be used from a DSC/FDF file to include the binary of the shell in a platform. by mdkinney · 15 years ago
- 37de2c8 Fix minor spec compliance issue: "EFI_DEVICE_PATH_CREATE_NODE" should be "EFI_DEVICE_PATH_UTILS_CREATE_NODE" according to UEFI spec. by qhuang8 · 15 years ago
- 15c952e Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
- 127010d Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
- c5eef36 Add back the removed pair of "#ifndef VA_START" and "#endif" in recent check-in to avoid macro redefinition. by rsun3 · 15 years ago
- c5b16b1 Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
- e4a3449 Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by MyronPorter · 15 years ago
- daaad27 PcAtChipsetPkg PciHostBridgeDxe: Fix build warning with GCC by jljusten · 15 years ago
- cac2ab9 Update PcAtChipsetPkg PciRootBridgeIo to consume IoLib&PciLib. by rsun3 · 15 years ago
- 46f0e2a Remove some unnecessary clear screen from console drivers. by li-elvin · 15 years ago
- 35f9e94 Add a missing parameter description in the function header for CoreFindFreePagesI(). by rsun3 · 15 years ago
- c5b900b Fix the bug that definition of EFI_DISPATCH_OPROM_TABLE does not follow Framework CSM Spec v0.97. by xli24 · 15 years ago
- 1249696 EdkCompatibilityPkg: Fix EFIAPI usage inconsistencies by jljusten · 15 years ago
- 19e2bfe ECP MpServicesOnFrameworkMpServicesThunk: Fix build with GCC by jljusten · 15 years ago
- 5f68233 EdkCompatibilityPkg VA_LIST: Fix build issue with GCC 4.4 by jljusten · 15 years ago
- 0e7e330 EdkCompatibilityPkg IA32 EfiBind.h: Do not include stdint.h by jljusten · 15 years ago
- 4ea439f Sync FrameworkUefiLib with the MdePkg UefiLib by mdkinney · 15 years ago
- 57b3102 Update NT32 to produce the gEfiMemoryTypeInformation HOB by mdkinney · 15 years ago
- ea3cfce Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryTypeInformation by mdkinney · 15 years ago
- a4e9b4f Allow gEfiMemoryTypeInformation bins to shrink if boot mode is BOOT_WITH_DEFAULT_SETTINGS or the gEfiMemoryTypeInformation variable does not exist. by mdkinney · 15 years ago
- 2345e7d 1) Improve how memory usage is tracked in DXE Core by mdkinney · 15 years ago
- 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