summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-28BaseTools: Fix DevicePath GNUmakefile for macOSedk2-stable202208Rebecca Cran1-0/+2
2022-08-28Revert "BaseTools: Fix DSC LibraryClass precedence rule"Liming Gao1-2/+2
2022-08-28Revert "ShellPkg: Adds Local APIC parser to AcpiView"Liming Gao1-67/+7
2022-08-28Revert "UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test"Liming Gao9-7266/+1
2022-08-25Maintainers.txt: Update maintainers listAbner Chang1-5/+5
2022-08-24ShellPkg: Add revision check for DSDT Header on ArmEdward Pickup1-1/+17
2022-08-23UefiPayloadPkg: Fix Coverity report defectJames Lu3-5/+5
2022-08-23RedfishPkg: Redfish functions for REST requests are not fully spec compliedAbner Chang4-2/+309
2022-08-23RedfishPkg: Redfish modules may need to use the functions which are privateAbner Chang2-1/+1
2022-08-23RedfishPkg/RedfishDiscoverDxe: USB Redfish host interface is not supportedAbner Chang1-3/+8
2022-08-23UefiPayloadPkg: Add macro to control NvmExpressDxeKavya2-0/+5
2022-08-23UefiPayloadPkg: Return PciRootBridges instead of NULLKavya1-2/+2
2022-08-22ShellPkg: Adds Local APIC parser to AcpiViewAbdul Lateef Attar1-7/+67
2022-08-19BaseTools/Source/C/GenSec: Fix EFI_SECTION_FREEFORM_SUBTYPE_GUID headerMichael D Kinney1-1/+1
2022-08-18MdePkg: Added support for SMBIOS spec v3.6.0 to Smbios.hSainadh Nagolu1-32/+66
2022-08-18ShellPkg: Improved Smbios Type 9 table changes in PrintInfo.cSainadh Nagolu1-5/+10
2022-08-18MdePkg: Improved Smbios Type9 table and Smbios spec v3.5.0 ChangesSainadh Nagolu1-31/+40
2022-08-17MdeModulePkg/DumpDynPcd: Remove unsupported format specifiersKonstantin Aladyshev1-14/+14
2022-08-16OvmfPkg/VirtioFsDxe: Check GetDriverName argumentsDimitrije Pavlov1-0/+4
2022-08-16OvmfPkg/VirtioGpuDxe: Check QueryMode argumentsDimitrije Pavlov1-1/+4
2022-08-16OvmfPkg/PlatformDxe: Check ExtractConfig and RouteConfig argumentsDimitrije Pavlov1-0/+8
2022-08-16UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit testZhiguang Liu9-1/+7266
2022-08-15MdeModulePkg: Update the SMBIOS version by UPLKasimX Liu2-8/+34
2022-08-15IntelFsp2Pkg: FSPM_ARCH2_UPD mismatching bug.Chasel Chiu2-2/+4
2022-08-15UefiPayloadPkg: Remove clearing CR0.WP when protecting pagetableDun Tan1-6/+1
2022-08-15MdeModulePkg/DxeIpl: Remove clearing CR0.WP when protecting pagetableDun Tan1-6/+1
2022-08-15UefiCpuPkg/PiSmmCpuDxeSmm: Remove mInternalCr3 in PiSmmCpuDxeSmmDun Tan4-147/+96
2022-08-15UefiCpuPkg/PiSmmCpuDxeSmm: Add a new mIsShadowStack flagDun Tan1-4/+6
2022-08-15ShellPkg/SmbiosView: Display extended memory info in smbiosview -t 17Shengfengx Xue1-0/+5
2022-08-12MdeModulePkg: Enhance bus scan for all root bridge instancesFoster Nong1-4/+14
2022-08-10MdePkg/Library/UefiDevicePathLib: Add back StandaloneMm INF fileMichael D Kinney2-0/+79
2022-08-09CpuPageTableLib: define IA32_PAGE_LEVEL enum type internallyRay Ni2-6/+14
2022-08-09CpuPageTableLib: Fix bug that wrongly requires extra size for mappingRay Ni1-8/+5
2022-08-09CpuPageTableLib: Fix a bug to avoid unnecessary changing to page tableRay Ni1-9/+32
2022-08-09CpuPageTableLib: Fix parent attributes are not inherited properlyRay Ni2-17/+147
2022-08-09CpuPageTableLib: Avoid treating non-leaf entry as leaf oneRay Ni1-4/+7
2022-08-09CpuPageTableLib: Split the page entry when LA is aligned but PA is notRay Ni1-1/+6
2022-08-09CpuPageTableLib: Refactor the logicRay Ni1-1/+1
2022-08-09CpuPageTableLib: Fix a bug when a bit is 1 in Attribute, 0 in MaskRay Ni1-1/+1
2022-08-09UefiCpuPkg/CpuPageTableLib: Return error on invalid parametersRay Ni1-0/+7
2022-08-09UefiCpuPkg: Create CpuPageTableLib for manipulating X86 paging structsRay Ni7-1/+1247
2022-08-09UefiCpuPkg: Simplify the struct definition of CPU_EXCEPTION_INIT_DATALiu, Zhiguang5-161/+145
2022-08-09MdeModulePkg: Move CPU_EXCEPTION_INIT_DATA to UefiCpuPkgLiu, Zhiguang2-68/+68
2022-08-09UefiCpuPkg: Simplify InitializeSeparateExceptionStacksLiu, Zhiguang11-340/+289
2022-08-08PrmPkg: Add details on AArch64 build to the Readme.Jose Marinho1-0/+11
2022-08-08PrmPkg: Support AArch64 builds using GCCJose Marinho2-3/+22
2022-08-08PrmPkg: Build Prm Samples with GCC for AARCH64Jose Marinho2-0/+8
2022-08-08PrmPkg: Enable external visibility on PRM symbolsJose Marinho1-0/+3
2022-08-08Basetools/GenFw: Allow AARCH64 builds to use the --prm flagJose Marinho1-3/+3
2022-08-06BaseTools/GenSec: Support EFI_SECTION_FREEFORM_SUBTYPE_GUID sectionsKonstantin Aladyshev1-2/+169