summaryrefslogtreecommitdiff
path: root/OvmfPkg/Library/AcpiTimerLib
AgeCommit message (Expand)AuthorFilesLines
2023-04-10OvmfPkg: Update code to be more C11 compliant by using __func__Rebecca Cran3-4/+4
2022-04-02OvmfPkg: Update DxeAcpiTimerLib to read HostBridgeDevId in PlatformInfoHobMin Xu2-6/+26
2021-12-11OvmfPkg: Handle Cloud Hypervisor host bridgeSebastien Boeuf3-0/+10
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki4-39/+55
2021-12-07OvmfPkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2020-04-30OvmfPkg: Add bhyve support into AcpiTimerLibRebecca Cran2-0/+62
2020-04-30OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran3-4/+4
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney8-56/+8
2018-03-13OvmfPkg/AcpiTimerLib: list "AcpiTimerLib.h" in the INF filesLaszlo Ersek3-0/+3
2016-05-17OvmfPkg: determine PMBA value dependent on host bridge device IDLaszlo Ersek2-2/+14
2016-05-17OvmfPkg: add and use industry standard macro PIIX4_PMBA_MASKLaszlo Ersek2-2/+2
2016-05-17OvmfPkg: replace PcdAcpiPmBaseAddress with PIIX4_PMBA_VALUELaszlo Ersek4-12/+4
2016-05-17OvmfPkg/AcpiTimerLib: don't use possibly unset PMBA register (PEI phase)Laszlo Ersek1-2/+1
2015-05-13OvmfPkg: extract some bits and port offsets common to Q35 and I440FXLaszlo Ersek3-30/+0
2015-05-13OvmfPkg: consolidate POWER_MGMT_REGISTER_PIIX4() on "I440FxPiix4.h" macrosLaszlo Ersek3-10/+8
2015-05-13OvmfPkg: consolidate POWER_MGMT_REGISTER_Q35() on "Q35MchIch9.h" macrosLaszlo Ersek3-10/+8
2015-03-26OvmfPkg: Q35: Use correct ACPI PM control register:bitGabriel Somlo2-20/+28
2014-11-14OvmfPkg: AcpiTimerLib: Switch additional stages to PCD-based Dxe instanceGabriel Somlo2-2/+2
2014-11-14OvmfPkg: AcpiTimerLib: Use global variable during PEI_CORE and PEIMGabriel Somlo3-12/+30
2014-11-14OvmfPkg: AcpiTimerLib: Split into multiple phase-specific instancesGabriel Somlo9-189/+474
2014-09-09OvmfPkg: AcpiTimerLib: Access power mgmt regs based on host bridge typeGabriel Somlo1-8/+63
2012-10-04When SOURCE_DEBUG_ENABLE is set, a TimerLib is linked into the SEC Phase to s...mdkinney1-31/+51
2012-09-12OvmfPkg: use PCI_COMMAND_OFFSET/EFI_PCI_COMMAND_IO_SPACE in AcpiTimerLibjljusten1-1/+5
2012-09-12OvmfPkg: fix the mask for accessing the PIIX4 PMBA [15:6] bitfieldjljusten1-1/+1
2012-09-12OvmfPkg: extract the PBMA used in AcpiTimerLib into a PCDjljusten2-1/+8
2012-09-12OvmfPkg: assorted whitespace removaljljusten2-5/+4
2012-05-04OvmfPkg/AcpiTables: Change the ACPI PM Base Adress to 0xb000jljusten1-1/+1
2011-08-25Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu21-0/+36
2011-08-11OvmfPkg AcpiTimerLib: Fix issue with I/O address initializationjljusten1-1/+1
2011-07-27OvmfPkg/Library/AcpiTimerLib: Modified to support Xen HVMjljusten1-5/+24
2010-04-28Update the copyright notice formathhtian2-4/+4
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao41-1/+1
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten1-0/+0
2010-02-25remove svn:executable attribute for INF file.klu21-0/+0
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-2/+0
2010-02-231. Correct File header to ## @filelgao41-4/+4
2009-05-27Add initial version of Open Virtual Machine Firmware (OVMF) platform.jljusten2-0/+265