- 3ddc4cf update the comments. by ydong10 · 14 years ago
- e07404f Co-work with patch V11137 to refine the Hii menu. by ydong10 · 14 years ago
- c7f204d Co-work with patch V11137 to refine the Hii menu. by ydong10 · 14 years ago
- 3c4b112 [BDS] Device Manager was requested to add more sub-level menu about network device. by ydong10 · 14 years ago
- 785e597 Move away from 0x40 block size (worked around a DXE core bug assuming the FV header fit in a block) of the FV to 1 byte. This makes more sense as the FV is shadowed from FLASH into RAM by HW so it is never on top of a real block device. by andrewfish · 14 years ago
- 55b902c add progress code definitions defined in Framework Specification. by vanjeff · 14 years ago
- 06128e8 add note for EFI_SW_PEI_EC_INVALID_CAPSULE_DESCRIPTOR and EFI_SW_PEI_PC_RECOVERY_BEGIN to express they are different with the current PI specification 1.2. by vanjeff · 14 years ago
- f00864f updated progress code definitions to match PI Spec 1.2. by vanjeff · 14 years ago
- aaf779a Fixed a bug: when underlayer receives much more data, return EFI_BUFFER_TOO_SMALL. by hhuan13 · 14 years ago
- fe29507 Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can use NEON registers to speed things up. This means we need to save state so we don't blow up a CopyMem. by andrewfish · 14 years ago
- 6638a86 Older tools rounded down the size of the FV, and the new tools round up. Our main FV region is not a multiple of the block size, but it is set to fill the space. Probably need to move to a block size of 1 at some point. by andrewfish · 14 years ago
- 4038c1f Add MtrrLib and LocalApicLib declarations to the UefiCpuPkg DEC file. by mdkinney · 14 years ago
- fa542a1 1) Change location of DEBUG() macro that prints the name of the FFS file being evaluated by the DXE Dispatcher to eliminate a duplicate print. by mdkinney · 14 years ago
- d040b8f Roll back comment change for SOR. SOR does not apply to SMM. by mdkinney · 14 years ago
- c154b99 fixes for NULL verification. by jcarsey · 14 years ago
- eca37a3 Fix dec file to pass new stricter error checking. by andrewfish · 14 years ago
- 5479058 Refine code to make code more safely. by ydong10 · 14 years ago
- 8df0bd2 DuetPkg: Update create boot disk script to not modify bootsect.com by jljusten · 14 years ago
- dccf78f MdePkg: Fix GCC Thunk support for IA32 by jljusten · 14 years ago
- 7709cf4 DuetPkg, OvmfPkg, UnixPkg: Remove unnecessary reset during boot by jljusten · 14 years ago
- e1adae6 DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64 by jljusten · 14 years ago
- 6413702 Sync EDKII BaseTools to BaseTools project r2100. by lgao4 · 14 years ago
- 6a55eea Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros to log the evaluation of all dependency expressions. by mdkinney · 14 years ago
- 852b634 Fixed a bug for OPTION_NII(62) defined in RFC 5970. by hhuan13 · 14 years ago
- 5f88eeb fix for exit was specified in the startup script. by jcarsey · 14 years ago
- 15f3fc8 To align w/ UEFI 2.3 Spec, PXE driver installs PxeBc, LoadFile and SNP Protocol on IPV4/V6 child handle separately. by hhuan13 · 14 years ago
- 3ae55b7 Update comments for PI 1.2 SMM support. by mdkinney · 14 years ago
- d860010 Fix the bug that <continue> may not boot the first boot option but return back to front page. by niruiyu · 14 years ago
- d1e380b Remove unused files to make it easier to add new thunks. by andrewfish · 14 years ago
- 5f0286b Fix token dup caused by merge. by andrewfish · 14 years ago
- d0c3acd 2nd wave of r11105 checkin.2nd wave of r11105 checkin. by andrewfish · 14 years ago
- 2ff79f2 Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the emulator. Cleaned up POSIX include situation by centralizing it in a single file, like NT32. Fixed TPL issue with TPL High not being emulated correctly, it was possible to take a timer tick when the locks in the DXE core should have prevented this. Remove some unused files to make things easier to maintain. by andrewfish · 14 years ago
- e23a349 Sync update to improve compiler compatibility by mdkinney · 14 years ago
- e74c367 Fix ICC 9.1 build break by mdkinney · 14 years ago
- b4c9005 First try to get log time at TPL level <= TPL_CALLBACK, then fill time into DataHub. by lgao4 · 14 years ago
- d99e698 Lost a file in last check-in. by rsun3 · 14 years ago
- 2057d8c Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. This library differs with the SecPeiDxeTimerLibCpu library in the MdePkg in that it uses the local APIC library so that it supports x2APIC mode. by rsun3 · 14 years ago
- f754e61 1. enable /GL optimization building on OpensslLib. by vanjeff · 14 years ago
- 0fa3ac1 Fix the checking logic for the boot option enumeration. by niruiyu · 14 years ago
- 1134ead Reduce DataHub TPL Level to TPL_CALLBACK, because DataHub uses GetTime() service that must be called <= TPL_CALLBACK. by lgao4 · 14 years ago
- 3e99020 Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg. by lgao4 · 14 years ago
- 68bb5ce EHCI Controllers with a CapLen of 0 are ignored. by erictian · 14 years ago
- 462979a Fix a bug in GetLangFromSupportedLangCodes() by niruiyu · 14 years ago
- 5c03376 Fix a bug in GetLangFromSupportedLangCodes() by niruiyu · 14 years ago
- 963b62e Set PcdResetOnMemoryTypeInformationChange to FALSE in NT32 to avoid close down in the first start up. by niruiyu · 14 years ago
- f502042 fix unaligned device path node access. by jcarsey · 14 years ago
- d7f7911 Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is set before PlatformLangCodes/LangCodes. by niruiyu · 14 years ago
- 1623ce4 Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is set before PlatformLangCodes/LangCodes. by niruiyu · 14 years ago
- 6c4986d Adds the missing return status description for HiiConfigRouting.ConfigToBlock() API. by lgao4 · 14 years ago
- 09b7941 Fix the bug that HiiConfigToBlock doesn't update BlockSize when Block is not large enough by lgao4 · 14 years ago
- 8185265 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE, by vanjeff · 14 years ago
- 7b78853 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE, by vanjeff · 14 years ago
- da70d02 fix typo in comment. by jcarsey · 14 years ago
- 55565b0 The PCI HotPlug Init Protocol returns a list of Root HPC, but it is possible that some HPCs in the list are not found during PCI enumeration. In this case, the PCI HotPlug Init Protocol.InitializeRootHpc() will not be called for the un-found HPCs. However, in AllRootHPCInitialized(), all reported HPCs are checked to see if it has been initialized, so TIME_OUT happens. by rsun3 · 14 years ago
- 7caf72a Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether to reset system when memory type information changes. by niruiyu · 14 years ago
- dad6393 Add a new PCD PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether to reset system when memory type information changes. by niruiyu · 14 years ago
- 7b126c2 Include BaseMemoryLib.h for macro EFI_IP4_EQUAL, EFI_IP6_EQUAL etc. by xdu2 · 14 years ago
- 77fafe9 Compare DXE performance token name by DXE performance string length. by lgao4 · 14 years ago
- cda10fe Fix a potential issue in calling Cpu->GetTimerValue (Cpu, 0, &CurrentTick, (UINT64 *) &TimerPeriod); by tye1 · 14 years ago
- 255a3f3 Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is set before PlatformLangCodes/LangCodes. by niruiyu · 14 years ago
- 6361c6d Update the file description in IpSec.h to refer to an accurate UEFI version. by qianouyang · 14 years ago
- 90e529e Fixed the K9 failure. by qianouyang · 14 years ago
- b6ee589 Removed unnecessary GLOBAL_REMOVE_IF_UNREFERENCED. by vanjeff · 14 years ago
- 5d73d92 Add "Debug1" profile (all but Edit and HexEdit commands) by jcarsey · 14 years ago
- 75aadf5 adding "Install1" profile. by jcarsey · 14 years ago
- 8be0ba3 fixes for IPF, CTRL-C support, and file redirection. by jcarsey · 14 years ago
- 3a4932d adding new commands (libraries) to the build. by jcarsey · 14 years ago
- c01fa59 Fix PxeBcDhcp6.c comments since official UEFI 2.3 Errata D spec is published. by hhuan13 · 14 years ago
- d0bf0f8 Override MSFT build option in INF files to remove /GL or /Oi. by vanjeff · 14 years ago
- 9035e11 Fix spelling error in comment by mdkinney · 14 years ago
- 6780eef Sync EDKII BaseTools to BaseTools project r2093. by lgao4 · 14 years ago
- 5460c4b Fix build error. by ydong10 · 14 years ago
- ff51746 update error handling to use less ASSERT. by jcarsey · 14 years ago
- a12e31e Update return value. by jcarsey · 14 years ago
- a301fe0 Clarify the MARCO a little. by jcarsey · 14 years ago
- 4ba4961 Adding Driver1 profile commands to the UEFI Shell 2.0. by jcarsey · 14 years ago
- f97c241 Refine coding style. by ydong10 · 14 years ago
- 13f06a5 Fix the issue that the high 16-bit of EAX may contain invalid data, which cause bad stack pointer, the change will ensure the high 16-bit of EAX is cleared. by li-elvin · 14 years ago
- 4d4c535 Fix the issue that the high 16-bit of EAX may contain invalid data, which cause bad stack pointer, the change will ensure the high 16-bit of EAX is cleared. by li-elvin · 14 years ago
- be3b67b Fix the issue that the high 16-bit of EAX may contain invalid data, which cause bad stack pointer, the change will ensure the high 16-bit of EAX is cleared. by li-elvin · 14 years ago
- aec905b Fixed build error by ydong10 · 14 years ago
- f1e20ed fix GCC build failure. make function definition same with declaration. by erictian · 14 years ago
- c1450e1 Fix bug: The lower 2 bits of Width and stripped, Count will always be multiplied by 1, which will leave Count unchanged. by vanjeff · 14 years ago
- a605dfb Print Arrow for Goto button. by lgao4 · 14 years ago
- aca7074 fix build error by erictian · 14 years ago
- 72cfa6f Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE. by vanjeff · 14 years ago
- cd73414 Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of ReportStatusCode is performed at > TPL_NOTIFY or there is not enough memory to allocate a buffer for the ExtendedData associated with the status code being reported. by vanjeff · 14 years ago
- 7018623 store Year/Month/Day to variable in SetWakeupTime() because PCAT RTC Alarm registers has not corresponding Y/M/D alarm register. by erictian · 14 years ago
- f13f968 Fix ICC build break. by rsun3 · 14 years ago
- 6eea8ea Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddress for the MdeModulePkg that allows the platform DSC file to specify the address below which the EFI_SYSTEM_TABLE_POINTER structure is allocated. by lgao4 · 14 years ago
- aeeb84b Some existing PCI adapters with UEFI option ROMs make unaligned requests through the PCI I/O Protocol. Add support for unaligned requests in the PCI IO protocol implementation in the PCI Bus driver to be compatible with those UEFI option ROMs. by rsun3 · 14 years ago
- 8835954 Move some define code to the uni file. Also fixed some memory leak. by ydong10 · 14 years ago
- 224beee Fix tracker for build error. by ydong10 · 14 years ago
- 13fd0d5 Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory and Bus Master bits in the Command register of the PCI configuration header should be placed in the enabled state by the PCI Bus driver. by rsun3 · 14 years ago
- fefefa4 Remove unnecessary mBdsImageHandle. by niruiyu · 14 years ago
- 9dd7461 Refine code to make code follow the coding style. by ydong10 · 14 years ago
- b422161 Add Doxygen style comments to the EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE() macros. Clarify that the Size and Pages parameters to these macros are assumed to be type UINTN. by mdkinney · 14 years ago
- 4e36109 Add comment that describes the TPL restrictions for the Data Hub Protocol. by mdkinney · 14 years ago
- d2720e0 Fix bug in DataHub where it would skip the first record in a set when a filter is being used. Also add comments and update source code logic to make it easier to understand and maintain. by mdkinney · 14 years ago
- 3e516e5 Update ReadMe.txt to correct the minor errors in build steps. by niruiyu · 14 years ago