summaryrefslogtreecommitdiff
path: root/OvmfPkg/Csm
AgeCommit message (Expand)AuthorFilesLines
2023-04-10OvmfPkg: Update code to be more C11 compliant by using __func__Rebecca Cran2-2/+2
2022-09-09OvmfPkg/LegacyBootManagerLib: Fix debug macro argumentsMichael Kubacki1-3/+3
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki43-5526/+5709
2021-12-07OvmfPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-4/+4
2021-12-07OvmfPkg: Change OPTIONAL keyword usage styleMichael D Kinney7-52/+49
2021-11-08OvmfPkg: Reproduce builds across source format changesMichael D Kinney1-3/+3
2020-04-30OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran11-97/+97
2020-02-10OvmfPkg/Csm/LegacyBios: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2020-02-10OvmfPkg/Csm: Fix various typosAntoine Coeur21-62/+62
2020-02-10OvmfPkg/Acpi: Fix few typosAntoine Coeur1-1/+1
2019-10-04OvmfPkg: strip trailing whitespaceLeif Lindholm1-9/+9
2019-06-26OvmfPkg/LegacyBbs: Add boot entries for VirtIO and NVME devicesDavid Woodhouse1-5/+152
2019-06-26OvmfPkg/LegacyBios: set NumberBbsEntries to the size of BbsTableDavid Woodhouse1-3/+4
2019-06-17OvmfPkg/Csm/CsmSupportLib: Drop IntelFrameworkPkg dependencyHao A Wu1-2/+1
2019-06-14OvmfPkg/Csm/LegacyBiosDxe: Fix Legacy16GetTableAddress call for E820 dataDavid Woodhouse1-0/+3
2019-06-14OvmfPkg/Csm/LegacyBootManagerLib: Update to make it build for OVMFHao A Wu1-4/+3
2019-06-14OvmfPkg/Csm/LegacyBootMaintUiLib: Update to make it build for OVMFHao A Wu1-4/+3
2019-06-14OvmfPkg/Csm/LegacyBiosDxe: Update to make it build for OVMFHao A Wu1-12/+10
2019-06-14OvmfPkg/Csm/VideoDxe: Update to make it build for OVMFHao A Wu1-8/+6
2019-06-14OvmfPkg: Copy the required CSM components from framework packagesHao A Wu50-0/+22879
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney10-70/+10
2018-06-29OvmfPkg: Removing ipf which is no longer supported from edk2.chenc21-2/+2
2018-03-13OvmfPkg/CsmSupportLib: list "LegacyRegion.h" in the INF fileLaszlo Ersek1-0/+1
2018-03-13OvmfPkg/CsmSupportLib: list "LegacyPlatform.h" in the INF fileLaszlo Ersek1-0/+1
2018-03-13OvmfPkg/CsmSupportLib: list "LegacyInterrupt.h" in the INF fileLaszlo Ersek1-0/+1
2018-03-13OvmfPkg/CsmSupportLib: list "CsmSupportLib.h" in the INF fileLaszlo Ersek1-0/+1
2018-03-13OvmfPkg/CsmSupportLib: sort [Sources*] sections in the INF fileLaszlo Ersek1-1/+1
2017-09-20OvmfPkg/CsmSupportLib: move PAM register addresses to IndustryStandardLaszlo Ersek2-52/+32
2016-10-27OvmfPkg: Make more use of ARRAY_SIZE()Gary Lin1-4/+4
2016-09-12OvmfPkg: Fix typing errorsThomas Huth1-2/+2
2016-03-15OvmfPkg/LegacyRegion: Support legacy region manipulation of Q35Ruiyu Ni2-39/+87
2014-11-21OvmfPkg: CsmSupportLib: depend on OvmfPkg.dec explicitlyLaszlo Ersek1-0/+1
2014-11-14OvmfPkg: CsmSupportLib: Set/use platform specific legacy interrupt deviceGabriel Somlo3-3/+34
2014-07-31OvmfPkg/Csm/CsmSupportLib: fix "missing braces around initializer"Laszlo Ersek1-11/+11
2011-11-10OvmfPkg: Add CSM16 and related drivers if CSM_ENABLE is setjljusten2-0/+35
2011-11-10OvmfPkg: Add CsmSupportLibjljusten9-0/+2317