summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library/AcpiTimerLib
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg: Add bhyve support into AcpiTimerLibRebecca Cran2020-04-302-0/+62
* OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran2020-04-303-4/+4
* OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-098-56/+8
* OvmfPkg/AcpiTimerLib: list "AcpiTimerLib.h" in the INF filesLaszlo Ersek2018-03-133-0/+3
* OvmfPkg: determine PMBA value dependent on host bridge device IDLaszlo Ersek2016-05-172-2/+14
* OvmfPkg: add and use industry standard macro PIIX4_PMBA_MASKLaszlo Ersek2016-05-172-2/+2
* OvmfPkg: replace PcdAcpiPmBaseAddress with PIIX4_PMBA_VALUELaszlo Ersek2016-05-174-12/+4
* OvmfPkg/AcpiTimerLib: don't use possibly unset PMBA register (PEI phase)Laszlo Ersek2016-05-171-2/+1
* OvmfPkg: extract some bits and port offsets common to Q35 and I440FXLaszlo Ersek2015-05-133-30/+0
* OvmfPkg: consolidate POWER_MGMT_REGISTER_PIIX4() on "I440FxPiix4.h" macrosLaszlo Ersek2015-05-133-10/+8
* OvmfPkg: consolidate POWER_MGMT_REGISTER_Q35() on "Q35MchIch9.h" macrosLaszlo Ersek2015-05-133-10/+8
* OvmfPkg: Q35: Use correct ACPI PM control register:bitGabriel Somlo2015-03-262-20/+28
* OvmfPkg: AcpiTimerLib: Switch additional stages to PCD-based Dxe instanceGabriel Somlo2014-11-142-2/+2
* OvmfPkg: AcpiTimerLib: Use global variable during PEI_CORE and PEIMGabriel Somlo2014-11-143-12/+30
* OvmfPkg: AcpiTimerLib: Split into multiple phase-specific instancesGabriel Somlo2014-11-149-189/+474
* OvmfPkg: AcpiTimerLib: Access power mgmt regs based on host bridge typeGabriel Somlo2014-09-091-8/+63
* When SOURCE_DEBUG_ENABLE is set, a TimerLib is linked into the SEC Phase to s...mdkinney2012-10-041-31/+51
* OvmfPkg: use PCI_COMMAND_OFFSET/EFI_PCI_COMMAND_IO_SPACE in AcpiTimerLibjljusten2012-09-121-1/+5
* OvmfPkg: fix the mask for accessing the PIIX4 PMBA [15:6] bitfieldjljusten2012-09-121-1/+1
* OvmfPkg: extract the PBMA used in AcpiTimerLib into a PCDjljusten2012-09-122-1/+8
* OvmfPkg: assorted whitespace removaljljusten2012-09-122-5/+4
* OvmfPkg/AcpiTables: Change the ACPI PM Base Adress to 0xb000jljusten2012-05-041-1/+1
* Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu22011-08-251-0/+36
* OvmfPkg AcpiTimerLib: Fix issue with I/O address initializationjljusten2011-08-111-1/+1
* OvmfPkg/Library/AcpiTimerLib: Modified to support Xen HVMjljusten2011-07-271-5/+24
* Update the copyright notice formathhtian2010-04-282-4/+4
* Update the modules with the different module GUID to avoid the different modu...lgao42010-04-061-1/+1
* Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten2010-02-251-0/+0
* remove svn:executable attribute for INF file.klu22010-02-251-0/+0
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-251-2/+0
* 1. Correct File header to ## @filelgao42010-02-231-4/+4
* Add initial version of Open Virtual Machine Firmware (OVMF) platform.jljusten2009-05-272-0/+265