summaryrefslogtreecommitdiff
path: root/PcAtChipsetPkg
AgeCommit message (Expand)AuthorFilesLines
2010-11-12fix GCC build failure. make function definition same with declaration.erictian1-3/+0
2010-11-10fix build errorerictian1-1/+1
2010-11-10store Year/Month/Day to variable in SetWakeupTime() because PCAT RTC Alarm re...erictian2-26/+64
2010-10-19Refine code to make code run safely.ydong101-1/+1
2010-09-17RefRefine soma code to make code run safely.ydong1014-170/+507
2010-08-11Fix PcAtChipsetPkg build failure by changing the PcAtChipsetPkg.dsc to refere...niruiyu1-2/+2
2010-08-03Update KbcResetDxe to be more generic by layering it on top of the ResetSyste...mdkinney4-129/+48
2010-08-03Add ResetSystemLib instances for PCAT that only supports cold reset and a war...mdkinney1-0/+2
2010-08-03Add ResetSystemLib instances for PCAT that only supports cold reset and a war...mdkinney2-0/+124
2010-07-16Remove IO and MMIO GCD add operations from this generic PCI Hot Bridge drivers.mdkinney1-36/+0
2010-07-02Update logic in Suuported() for PCI-ISA Bridges with Positive Decode to avoid...mdkinney1-4/+23
2010-06-19PcAtChipsetPkg PciHostBridgeDxe: Fix build warning with GCCjljusten1-0/+42
2010-06-18Update PcAtChipsetPkg PciRootBridgeIo to consume IoLib&PciLib.rsun35-334/+439
2010-06-03Convert some C-style comments to Doxygen style for coding standard compliance.darylm5032-97/+98
2010-05-21Clean up package/platform DSC files by the following steps:lgao41-2/+0
2010-05-20Refine function comment to follow doxygen format.klu23-504/+348
2010-04-24Update the copyright notice formathhtian28-41/+41
2010-04-15Fix format of Copyright notice to conform to legal requirements.darylm5034-67/+66
2010-04-12Refine the file/function comments to follow doxygen formatklu215-991/+1832
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao41-1/+1
2010-04-02Correct PCD Pcd8259LegacyModeMask and Pcd8259LegacyModeEdgeLevel definition ...lgao41-2/+2
2010-03-03Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod...xli244-4/+2
2010-02-28Correct copyright to 2010.lgao41-1/+1
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten7-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.klu25-10/+0
2010-02-231. Correct File header to ## @filelgao410-35/+35
2010-01-30Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney1-9/+6
2010-01-14Clean up INF. Remove dependency on CPU I/O 2 Protocol and the IntelFramework...mdkinney1-7/+3
2009-12-07Update drivers to consume CPU I/O 2 Protocol instead of Framework CPU I/O Pro...xli244-6/+6
2009-08-13Correct library instance to pass buildlgao41-9/+0
2009-08-12add correct [Depex] section.vanjeff1-2/+2
2009-08-11update include file to use IndustryStandard/Pci.heric_tian1-1/+1
2009-07-27For pass all compilers.gikidy1-3/+28
2009-07-27Add Nanosecond initialize when CMOS clear for ConvertRtcTimeToEfiTime can not...gikidy1-31/+10
2009-07-24roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the sc...eric_tian1-1/+1
2009-07-24if module doesn't explicitly depend on specific Pci spec, it should include I...eric_tian1-1/+1
2009-07-15Fixed 2 bugs in the RTC driver of PcAtChipsetPkg.rsun31-40/+32
2009-07-07Add UefiRuntimeLib to PcAtChipsetPkg.dsc.jljusten1-0/+1
2009-07-07Add declaration header file for token space.klu21-0/+25
2009-07-07Remove original PcRtc driver.klu24-1663/+0
2009-07-07Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.in...klu21-1/+1
2009-07-07Move PcatRealTimeClockRuntimeDxe driver to PcAtChipsetPkgklu24-0/+1643
2009-07-06Add Pcd8259LegacyModeEdgeLevel into PcAtChipsetPkg.decklu23-2/+6
2009-07-061) Add package description file (dec) for PcAtChipsetPkgklu21-0/+47
2009-07-061) Add package description file (dec) for PcAtChipsetPkgklu23-3/+9
2009-07-011. Remove SetVecotor() in SetMode().vanjeff1-3/+1
2009-06-29Fix the bug that necessary call of SetVectorBase() is missing in the SetMode(...xli241-0/+2
2009-06-051. Enhance the RTC driver to not reserve the CMOS century register MSB.gikidy2-125/+9
2009-06-011. removed an extra call to SetVectorBase() in the SetMode() function.vanjeff3-15/+35