mirror of https://github.com/acidanthera/audk.git
Add ResetSystemLib instances for PCAT that only supports cold reset and a warm reset that is always converted to a cold reset.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10767 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c07b2a9f88
commit
27833309f8
|
@ -41,6 +41,7 @@
|
||||||
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
||||||
PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
||||||
PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
||||||
|
ReseySystemLib|PcAtChipsetPkg/ResetSystemLib/ResetSystemLib.inf
|
||||||
|
|
||||||
[Components]
|
[Components]
|
||||||
PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
||||||
|
@ -48,5 +49,6 @@
|
||||||
PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
|
PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
|
||||||
PcAtChipsetPkg/KbcResetDxe/Reset.inf
|
PcAtChipsetPkg/KbcResetDxe/Reset.inf
|
||||||
PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
|
PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
|
||||||
|
PcAtChipsetPkg/ResetSystemLib/ResetSystemLib.inf
|
||||||
PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
|
PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
|
||||||
PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
||||||
|
|
Loading…
Reference in New Issue