| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MdePkg SafeIntLib: Update API definition to use the same output name | Liming Gao | 2018-02-01 | 1 | -6/+6 |
* | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 2018-02-01 | 7 | -98/+233 |
* | BaseTools: Support multiple .h file | Feng, Bob C | 2018-02-01 | 4 | -7/+9 |
* | BaseTool: Enhance error handling. | BobCF | 2018-02-01 | 1 | -49/+67 |
* | BaseTool: Add comments in PcdValueInit.c. | Feng, Bob C | 2018-02-01 | 1 | -4/+6 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: eliminate conditional jump in IA32 SmmStartup() | Laszlo Ersek | 2018-01-31 | 1 | -4/+3 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: remove unneeded DBs from IA32 SmmStartup() | Laszlo Ersek | 2018-01-31 | 1 | -7/+6 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: update comments in IA32 SmmStartup() | Laszlo Ersek | 2018-01-31 | 1 | -4/+4 |
* | BaseTools: Update BPDG to support L'' and '' format as VPD Pcd Value | Yonghong Zhu | 2018-01-31 | 2 | -17/+21 |
* | BaseTools: Fix the bug to align VPD PCD based on value type | Yonghong Zhu | 2018-01-31 | 1 | -2/+12 |
* | MdeModulePkg PiSmmCore: Set ForwardLink to NULL in RemoveOldEntry() | Star Zeng | 2018-01-31 | 1 | -1/+3 |
* | MdePkg ACPI: Correct processor struct of PPTT | Ming Huang | 2018-01-31 | 1 | -1/+1 |
* | BaseTools: Enhance parse performance by optimize ValueExpressionEx | Yunhua Feng | 2018-01-30 | 5 | -178/+183 |
* | MdeModulePkg/SdMmcPciHcDxe: allow HC capabilities to be overridden | Ard Biesheuvel | 2018-01-30 | 5 | -47/+157 |
* | MdeModulePkg: introduce SD/MMC override protocol | Ard Biesheuvel | 2018-01-30 | 2 | -0/+100 |
* | CorebootPayloadPkg: Use correct BytesPerScanLine | Arthur Heymans | 2018-01-30 | 1 | -1/+1 |
* | BaseTools: Fix indentation in CParser.py file | Gary Lin | 2018-01-30 | 2 | -18/+4 |
* | SecurityPkg: Disable TPM interrupt in DEC | Zhang, Chao B | 2018-01-30 | 1 | -2/+2 |
* | SecurityPkg: Tcg2Smm: Enable TPM2.0 interrupt support | Zhang, Chao B | 2018-01-29 | 5 | -21/+388 |
* | ShellPkg/Level2Command: Use UnicodeCollation in StrinCmp | Ruiyu Ni | 2018-01-29 | 5 | -45/+49 |
* | ShellPkg/CommandLib: Locate proper UnicodeCollation instance | Ruiyu Ni | 2018-01-29 | 2 | -12/+67 |
* | UefiCpuPkg/CpuDxe: remove all code to flush TLB for APs | Jian J Wang | 2018-01-29 | 1 | -80/+5 |
* | UefiCpuPkg/MpInitLib: force flushing TLB for AP in mwait loop mode | Jian J Wang | 2018-01-29 | 1 | -0/+7 |
* | UefiCpuPkg/MpInitLib: fix AP init issue in 64-bit PEI | Jian J Wang | 2018-01-29 | 1 | -4/+5 |
* | BeagleBoardPkg: reroute Firmware Vendor Pcd to MdeModulePkg | Leif Lindholm | 2018-01-26 | 1 | -1/+1 |
* | UefiCpuPkg/MpInitLib: Make sure AP uses correct StartupApSignal | Star Zeng | 2018-01-26 | 1 | -0/+9 |
* | UefiCpuPkg/CpuExceptionHandler: Init serial port before context dump | Ruiyu Ni | 2018-01-26 | 2 | -2/+10 |
* | MdeModulePkg/Partition: Fix media probe | Ruiyu Ni | 2018-01-26 | 1 | -3/+7 |
* | IntelSiliconPkg MicrocodeUpdateDxe: TotalSize must be multiples of 1KB | Star Zeng | 2018-01-26 | 1 | -4/+15 |
* | ShellPkg: Update package version from 1.01 to 1.02 | Ruiyu Ni | 2018-01-26 | 2 | -4/+4 |
* | MdePkg/BaseSafeIntLib: Add SafeIntLib class and instance | Sean Brogan | 2018-01-25 | 15 | -9/+8915 |
* | SecurityPkg:Tpm2DeviceLibDTpm: Support TPM command cancel | Zhang, Chao B | 2018-01-25 | 3 | -9/+53 |
* | BaseTools: Fixed incorrect VPD size. | BobCF | 2018-01-25 | 1 | -6/+4 |
* | BaseTool: Fixed the StructurePcd incorrect value. | Feng, Bob C | 2018-01-25 | 1 | -3/+6 |
* | BaseTools: Fixed some small issues | Feng, Bob C | 2018-01-25 | 3 | -4/+10 |
* | BaseTools: Fixed build failure for the PCD value initialization. | Feng, Bob C | 2018-01-25 | 1 | -2/+14 |
* | BaseTools: Add comments for the Structure Pcd definition in PcdValueInit.c file | Feng, Bob C | 2018-01-25 | 3 | -1/+7 |
* | BaseTool: Combine the HiiPcd value if they link to same Variable | Feng, Bob C | 2018-01-25 | 2 | -3/+35 |
* | NetworkPkg/HttpBootDxe: Avoid to corrupt HttpBootDxe setup screen. | Jiaxin Wu | 2018-01-25 | 2 | -2/+10 |
* | MdeModulePkg/UefiBootManagerLib: Skip the DNS device path node check. | Jiaxin Wu | 2018-01-25 | 1 | -1/+9 |
* | BaseTools: CommonLib Fix Crash to write the last byte | Liming Gao | 2018-01-25 | 1 | -1/+1 |
* | UefiCpuPkg/MpInitLib: fix issue in wakeup buffer initialization | Jian J Wang | 2018-01-25 | 2 | -10/+11 |
* | ShellPkg/UefiShellLevel3CommandsLib: fix string over-read | Jian J Wang | 2018-01-25 | 1 | -1/+1 |
* | IntelSiliconPkg IntelVTdDxe: Fix flush cache issue | Star Zeng | 2018-01-24 | 1 | -4/+9 |
* | MdeModulePkg/NvmExpressDxe: Fix data buffer not mapped for Write cmd | Hao Wu | 2018-01-24 | 1 | -2/+3 |
* | BaseTools: Barf on unknown HOST_ARCH in C Makefile | Chema Gonzalez | 2018-01-24 | 2 | -8/+10 |
* | MdeModulePkg/PciBusDxe: Install PciEnumerationComplete after PciIo | Ruiyu Ni | 2018-01-24 | 2 | -12/+13 |
* | MdeModulePkg/PciBusDxe: reference gFullEnumeration in one file | Ruiyu Ni | 2018-01-24 | 3 | -42/+38 |
* | UefiCpuPkg/MtrrLib: Add comments to recommend to use batch-set API | Ruiyu Ni | 2018-01-24 | 2 | -0/+20 |
* | UefiCpuPkg/MtrrLib: Update the comments for RETURN_BUFFER_TOO_SMALL | Ruiyu Ni | 2018-01-24 | 2 | -5/+13 |