- 27f3015 Add AHCI support for DUET. by lzeng14 · 14 years ago
- ed365e9 fix a invalid pointer conversion when builing 32bit image. by erictian · 14 years ago
- 3fee586 Add missing .h file to INF file by gdong1 · 14 years ago
- 2d7df64 Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration has already been checked into BaseTools project. by andrewfish · 14 years ago
- a1fe1d6 ECP package BootScriptSaveOnS3SaveStateThunk driver needs to support framework 32bit dispatch code. It must be loaded into <4G memory. by lgao4 · 14 years ago
- 6377d2f Fix minor Xcode build issues. by andrewfish · 14 years ago
- 6ced2e1 Fix Xcode build issue. by andrewfish · 14 years ago
- 692477d UnixPkg: Fix build for Linux by jljusten · 14 years ago
- 2dcef68 UnixPkg: Use build flag to prevent FatPkg from being required by jljusten · 14 years ago
- b80022d Correct incoming buffer size comparison to the incoming buffer, not the existing buffer. by jcarsey · 14 years ago
- 17a6c33 when timeout is 0, infinite loop on the timeout request to follow UEFI spec by erictian · 14 years ago
- 6617d83 Fix the bug that BDS assumes any boot option resides in the FV is Shell which causes that the non-Shell FV boot option is removed by GenericBdsLib. by niruiyu · 14 years ago
- 1571367 Symptom: by ydong10 · 14 years ago
- d00ed85 Puts SMM variable common definitions in SmmVariableCommon.h. by gdong1 · 14 years ago
- 60d8f1f clean non-ASCII char by hhtian · 14 years ago
- 267865e OvmfPkg: Add create-release.py script by jljusten · 14 years ago
- 1b88f96 The input StringInfo should be kept for HiiStringIdToImage() function. by lgao4 · 14 years ago
- c1e2b15 1.Refine all the goto and action opcode. When the menu link to the sub form, use the goto opcode and show the arrow. Others use the action opcode. by ydong10 · 14 years ago
- c3161b2 1.Reposition the platform info. Move from the old position to left one block space and down one block space. by ydong10 · 14 years ago
- 3b2eba1 HiiCompareLanguage should use the exact match method, old code use the best match method. by ydong10 · 14 years ago
- 89cd812 Update PeiCore and DxeCore to verify FFS data checksum. by lgao4 · 14 years ago
- 59424ff SourceLevelDebugPkg: Pack CPU context structures by jljusten · 14 years ago
- 2094c4d Add definitions for the UEFI ACPI Data Table defined in the UEFI spec and the SMM Communication ACPI Table defined in the PI spec. by rsun3 · 14 years ago
- 1fcd34f fix refresh menu save attribute error. not consider the grayout attribute. by ydong10 · 14 years ago
- d66e9f0 Add comments for the two parameters of DxeTscTimerLibConstructor. by lzeng14 · 14 years ago
- b6ca1fd Update the arrow position. by ydong10 · 14 years ago
- 1b71e7f A minor change for the format of usage align with spec. by gikidy · 14 years ago
- d6d78ac Fix a bug in PxeBcDriver (When disconnect PxeBc driver under shell environment will cause a exception) by hhuan13 · 14 years ago
- cbdf19a Refine coding style. by ydong10 · 14 years ago
- ba319b9 Update inappropriate comments. by ydong10 · 14 years ago
- 92063c4 Correct copyright year by hhtian · 14 years ago
- 994c16b Fix shell timezone bugs (corresponding Shell SVN r47) by niruiyu · 14 years ago
- 7a07cec Update HiiCompareLanguage() function to use GetBestLanguage() API to do RFC4646 language compare. by lgao4 · 14 years ago
- 8dc8879 update comments and correct reclaim algorithm if there is no record existing in FTW working block. by erictian · 14 years ago
- 8e491a8 Enhance BMM to support changing FlowControl setting in Front Page. by ydong10 · 14 years ago
- ad0ecbc Per PI spec, StatusCode related structure is not required to be defined as packed byte. So, StatusCode related structures are updated from packed to unpacked. by lgao4 · 14 years ago
- 6beb225 Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry Virtual Address is non-zero, but the Relocation Data Directory Size is zero, BasePeCoffLib should only handle such case as PIC TE image. by lgao4 · 14 years ago
- 5788e95 update copyright format by hhtian · 14 years ago
- 439b0e2 minor format update by hhtian · 14 years ago
- d50f6f8 TscTimerLib in PerformancePkg is a BASE type library, which should be used by any module type. by lzeng14 · 14 years ago
- b7bc11a correct Intel's copyright date as the changes checked-in at r11273 & r11272 are contributed by third party. by erictian · 14 years ago
- c161dce Correct comments in DevicePathDxe.inf. by lgao4 · 14 years ago
- f0a1bf1 Add four PCDs for the different color settings of Subtitle and Text Filed on Browser. by lgao4 · 14 years ago
- 9a33a65 Update DEBUG log information to specify SMM driver to be loaded in SmmCore by lgao4 · 14 years ago
- d613c2a Correct typo in word in DxeCore. by lgao4 · 14 years ago
- b695e7f Updates function description per UEFI2.3d. No impact is for functionality. The main changes include: by lgao4 · 14 years ago
- 9095e76 Update function description per UEFI2.3d. The main changes include: by lgao4 · 14 years ago
- 2ab7038 Add new FV extension type 0x0002 and its related structure per PI1.2B. by lgao4 · 14 years ago
- 36d5815 UEFI table also need to be in ACPI NVS memory, because some data field by jyao1 · 14 years ago
- 40039e2 Add SmmPeriodicSmiLib to MdePkg. by mdkinney · 14 years ago
- 784ce12 1) Add PcdSerialDetectCable to MdeModulePkg to enable/disable cable detection if hardware flow control is enabled. The default is to not perform cable detection. by mdkinney · 14 years ago
- db662a6 Clean up BaseSerialPortLib16550 to remove references and checks for Carrier Detect(CD). This is not required for this library implementation. The only signals used for Hardware Flow Control are RTS/CTS. by mdkinney · 14 years ago
- b739d70 Make the default toolchain for Linux CodeSourcery. by andrewfish · 14 years ago
- 507ebc1 Fixes to get CodeSourcery GCC and RVCT 3.1 compiling. by andrewfish · 14 years ago
- 2ac288f Fix issue with fixing tabs. by andrewfish · 14 years ago
- 5d23922 Remove tabs. by andrewfish · 14 years ago
- 58b5d03 Remove tabs from all text files in the package. by andrewfish · 14 years ago
- 6111eb8 Update to match changes in the ArmPkg. by andrewfish · 14 years ago
- 1bfda05 Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsUnixLib.h and fixed a lot of issues with Xcode building. by andrewfish · 14 years ago
- 7373d15 Add the missing up/down arrow in UNI string. by lgao4 · 14 years ago
- 1d5d0ae Add ArmPlatformPkg from ARM Ltd. patch. by andrewfish · 14 years ago
- fb334ef Fix EBL GetCurrentIpAddress & GetCurrentMacAddress commands. Add variable services commands. Fix arugment parsing in EBL. All fixes from ARM Ltd. by andrewfish · 14 years ago
- 4c8a6e0 Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update the rest of the MdePkg ARM assembler to use the macro. Leave the old INTERWORK_FUNC macro in place until we can make sure all the other packages have been updated and then it can be removed. by andrewfish · 14 years ago
- d6bf79a Add assertion after memory allocation. by niruiyu · 14 years ago
- f43c43c Correct comments for EFI_LEGACY_PIRQ_ENTRY. by jyao1 · 14 years ago
- 59b1946 OvmfPkg NvVarsFileLib: Leverage SerializeVariablesLib by jljusten · 14 years ago
- b043ebc OvmfPkg: Add SerializeVariablesLib library instance by jljusten · 14 years ago
- e79f62f OvmfPkg: Add SerializeVariablesLib library class by jljusten · 14 years ago
- be88744 Add back the BdsDeleteBootOption to pass build. by niruiyu · 14 years ago
- a34688d Don't need to update its copy right. It is same to previous version. by lgao4 · 14 years ago
- af388a9 PcAtChipsetPkg/PciHostBridgeDxe: Fix enum type mismatch by jljusten · 14 years ago
- 1fade6c Roll back previous change. GCC assembly file should use .S postfix. by lgao4 · 14 years ago
- 22d1f97 BDS enhancement: enumerate & show all legacy boot options in Boot Manager so that user is able to boot any devices in the same type in Boot Manager without changing the legacy dev order. by niruiyu · 14 years ago
- fbd26c4 Remove ; from end of EFI_PEI_PCI_CFG_ADDRESS() macro that prevents the macro from being used in expressions. by mdkinney · 14 years ago
- 36b8597 Update comments of BIT1 and BIT2 to align UEFI Spec 2.3d for EFI_PARTITION_ENTRY.Attributes in UefiGpt.h by niruiyu · 14 years ago
- 4631644 OvmfPkg ResetSystemLib: Fix build issue with VS2005 by jljusten · 14 years ago
- 4eb5628 Updated IntelFrameworkPkg\Include\Guid\DataHubRecords.h same with ECP definition by li-elvin · 14 years ago
- 4e03ff8 If RSC_HANDLER_CALLBACK_ENTRY is allocated as boot service memory, the status code handler cannot work in runtime (after exit boot service). It should be allocated in runtime memory. by li-elvin · 14 years ago
- d930357 fix word typo by erictian · 14 years ago
- 858939c fix arm gcc build error by erictian · 14 years ago
- 14fc747 NetworkPkg: Update the IpsecConfig application to fix the GCC4.5 build issue. by qianouyang · 14 years ago
- f6cf5cf Support proportional Font and Font output flags. by lgao4 · 14 years ago
- 8db466c Correct file name. by lgao4 · 14 years ago
- 5d1cf21 Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaximum instead of EfiGcdMemoryTypeMaximum. Also fix typo in DEBUG() message string for gDS->AllocateIoSpace() calls. by mdkinney · 14 years ago
- 40a6995 MdeModulePkg HiiDatabaseDxe: Fix build error on GCC 4.4 by jljusten · 14 years ago
- c0e1097 OvmfPkg: Add support for memory above 4GB by jljusten · 14 years ago
- 999a815 OvmfPkg: Add NullMemoryTestDxe driver by jljusten · 14 years ago
- 3ca1591 OvmfPkg: Add DEBUG messages to dump the contents of CMOS by jljusten · 14 years ago
- 76389e1 NetworkPkg: comments clean up. by xdu2 · 14 years ago
- 686d4d4 NetworkPkg: Add IN/OUT modifier. by xdu2 · 14 years ago
- e33e341 Enhance code to avoid build error. by ydong10 · 14 years ago
- 0d70a70 ProcessCumulative() function always calculates the average performance by dividing the count of performance record. by lzeng14 · 14 years ago
- 2e7120c NetworkPkg-IpSecDxe: Remove extra space in function type definition to beautify doxygen output. by xdu2 · 14 years ago
- bfd4204 NetworkPkg: Update the IpsecDxe driver related PCDs in NetworkPkg.dec. by qianouyang · 14 years ago
- e5c861a Fixed HiiSetString failed. Tracker NUM:204479 by ydong10 · 14 years ago
- c10dc4c Export EDKII_GLUE_DebugPrintErrorLevel and EDKII_GLUE_DebugPropertyMask macro by lgao4 · 14 years ago
- 8322eb7 Enhance the code to avoid the potential of return address of local variable to output structure. by tye1 · 14 years ago
- b57cc03 Update the GUID value to be consist with the one in DEC file. by gdong1 · 14 years ago
- a02ab69 Fixed 3 ECC errors. by gdong1 · 14 years ago
- e313026 OvmfPkg EmuVariableFvb: Use 64-bit NV storage PCD by jljusten · 14 years ago