AGESA f15tn vendorcode: Split to Makefile.inc files
Change-Id: I2a6e53e5555a1b1e19c45a196b21f8505e275a76 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21262 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
80b8f69ac9
commit
24b631ab3e
3
src/vendorcode/amd/agesa/f15tn/Legacy/Proc/Makefile.inc
Normal file
3
src/vendorcode/amd/agesa/f15tn/Legacy/Proc/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
libagesa-y += Dispatcher.c
|
||||||
|
libagesa-y += agesaCallouts.c
|
||||||
|
libagesa-y += hobTransfer.c
|
@ -84,432 +84,8 @@ CPPFLAGS_x86_32 += $(AGESA_INC)
|
|||||||
CPPFLAGS_x86_64 += $(AGESA_INC)
|
CPPFLAGS_x86_64 += $(AGESA_INC)
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
||||||
libagesa-y += Legacy/Proc/Dispatcher.c
|
subdirs-y += Legacy/Proc
|
||||||
libagesa-y += Legacy/Proc/agesaCallouts.c
|
subdirs-y += $(dir $(shell cd $(dir); find Proc -name Makefile.inc))
|
||||||
libagesa-y += Legacy/Proc/hobTransfer.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnC6State.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnCpb.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnEquivalenceTable.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnInitEarlyTable.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnIoCstate.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnLogicalIdTables.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnMicrocodePatch0600110F_Enc.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnMicrocodePatchTables.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnMsrTables.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnPciTables.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnPowerMgmtSystemTables.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnPowerPlane.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnSharedMsrTable.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/F15TnUtilities.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnCacheFlushOnHalt.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnCoreAfterReset.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnDmi.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnHtc.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnNbAfterReset.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnPowerCheck.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnPsi.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnPstate.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/cpuCommonF15Utilities.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/cpuF15BrandId.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/cpuF15CacheDefaults.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/cpuF15Dmi.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/cpuF15MmioMap.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/cpuF15MsrTables.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/cpuF15PciTables.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/cpuF15PowerCheck.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/cpuF15Utilities.c
|
|
||||||
libagesa-y += Proc/CPU/Family/0x15/cpuF15WheaInitDataTables.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/PreserveMailbox.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuC6State.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuCacheFlushOnHalt.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuCacheInit.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuCoreLeveling.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuCpb.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuDmi.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuFeatureLeveling.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuFeatures.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuHtc.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuHwC1e.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuIoCstate.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuPsi.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuPstateGather.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuPstateLeveling.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuPstateTables.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuSlit.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuSrat.c
|
|
||||||
libagesa-y += Proc/CPU/Feature/cpuWhea.c
|
|
||||||
libagesa-y += Proc/CPU/S3.c
|
|
||||||
libagesa-y += Proc/CPU/Table.c
|
|
||||||
libagesa-y += Proc/CPU/cahalt.c
|
|
||||||
libagesa-y += Proc/CPU/cahaltasm.S
|
|
||||||
libagesa-y += Proc/CPU/cpuApicUtilities.c
|
|
||||||
libagesa-y += Proc/CPU/cpuBist.c
|
|
||||||
libagesa-y += Proc/CPU/cpuBrandId.c
|
|
||||||
libagesa-y += Proc/CPU/cpuEarlyInit.c
|
|
||||||
libagesa-y += Proc/CPU/cpuEventLog.c
|
|
||||||
libagesa-y += Proc/CPU/cpuFamilyTranslation.c
|
|
||||||
libagesa-y += Proc/CPU/cpuGeneralServices.c
|
|
||||||
libagesa-y += Proc/CPU/cpuInitEarlyTable.c
|
|
||||||
libagesa-y += Proc/CPU/cpuLateInit.c
|
|
||||||
libagesa-y += Proc/CPU/cpuMicrocodePatch.c
|
|
||||||
libagesa-y += Proc/CPU/cpuPostInit.c
|
|
||||||
libagesa-y += Proc/CPU/cpuPowerMgmt.c
|
|
||||||
libagesa-y += Proc/CPU/cpuPowerMgmtMultiSocket.c
|
|
||||||
libagesa-y += Proc/CPU/cpuPowerMgmtSingleSocket.c
|
|
||||||
libagesa-y += Proc/CPU/cpuWarmReset.c
|
|
||||||
libagesa-y += Proc/CPU/heapManager.c
|
|
||||||
libagesa-y += Proc/Common/AmdInitEarly.c
|
|
||||||
libagesa-y += Proc/Common/AmdInitEnv.c
|
|
||||||
libagesa-y += Proc/Common/AmdInitLate.c
|
|
||||||
libagesa-y += Proc/Common/AmdInitMid.c
|
|
||||||
libagesa-y += Proc/Common/AmdInitPost.c
|
|
||||||
libagesa-y += Proc/Common/AmdInitReset.c
|
|
||||||
libagesa-y += Proc/Common/AmdInitResume.c
|
|
||||||
libagesa-y += Proc/Common/AmdLateRunApTask.c
|
|
||||||
libagesa-y += Proc/Common/AmdS3LateRestore.c
|
|
||||||
libagesa-y += Proc/Common/AmdS3Save.c
|
|
||||||
libagesa-y += Proc/Common/CommonInits.c
|
|
||||||
libagesa-y += Proc/Common/CommonReturns.c
|
|
||||||
libagesa-y += Proc/Common/CreateStruct.c
|
|
||||||
libagesa-y += Proc/Common/S3RestoreState.c
|
|
||||||
libagesa-y += Proc/Common/S3SaveState.c
|
|
||||||
libagesa-y += Proc/GNB/Common/GnbLibFeatures.c
|
|
||||||
libagesa-y += Proc/GNB/GnbInitAtEarly.c
|
|
||||||
libagesa-y += Proc/GNB/GnbInitAtEnv.c
|
|
||||||
libagesa-y += Proc/GNB/GnbInitAtLate.c
|
|
||||||
libagesa-y += Proc/GNB/GnbInitAtMid.c
|
|
||||||
libagesa-y += Proc/GNB/GnbInitAtPost.c
|
|
||||||
libagesa-y += Proc/GNB/GnbInitAtReset.c
|
|
||||||
libagesa-y += Proc/GNB/GnbInitAtS3Save.c
|
|
||||||
libagesa-y += Proc/GNB/Library/GnbTimerLibWrap0/GnbTimerLibWrap0.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLib.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibCpuAcc.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibHeap.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibIoAcc.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibMemAcc.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibPci.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibPciAcc.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbFamTranslation/GnbPcieTranslation.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbFamTranslation/GnbTranslation.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbGfxConfig/GfxConfigEnv.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbGfxConfig/GfxConfigLib.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbGfxConfig/GfxConfigMid.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbGfxConfig/GfxConfigPost.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbGfxInitLibV1/GfxCardInfo.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbGfxInitLibV1/GfxEnumConnectors.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbGfxInitLibV1/GfxPowerPlayTable.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbGfxInitLibV1/GnbGfxInitLibV1.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxEnvInitTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxGmcInitTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxIntegratedInfoTableTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxLibTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxMidInitTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxPostInitTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxTablesTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbBapmCoeffCalcTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbEarlyInitTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbEnvInitTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbFuseTableTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbIommuIvrsTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbMidInitTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbPostInitTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbRegisterAccTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbTablesTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieAlibTNFM2.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieAlibTNFS1.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieComplexDataTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieConfigTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieEarlyInitTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieEnvInitTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieLibTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieMidInitTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/PciePostInitTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/PciePowerGateTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieTablesTN.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbIommuScratch/GnbIommuScratch.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbIommuIvrs/GnbIommuIvrs.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbIvrsLib/GnbIvrsLib.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbMSocketLib/GnbMSocketLib.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbNbInitLibV1/GnbNbInitLibV1.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbNbInitLibV4/GnbNbInitLibV4.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieAlibV1/PcieAlib.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieAspm/PcieAspm.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieClkPm/PcieClkPm.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieConfig/GnbHandleLib.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieConfig/PcieConfigData.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieConfig/PcieConfigLib.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieConfig/PcieInputParser.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieConfig/PcieMapTopology.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieAspmBlackList.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieAspmExitLatency.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePhyServices.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePifServices.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePortRegAcc.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePortServices.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePowerMgmt.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieSiliconServices.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieTimer.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieTopologyServices.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieUtilityLib.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieWrapperRegAcc.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV4/PcieMaxPayloadV4.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV4/PciePortServicesV4.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV4/PciePowerMgmtV4.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV4/PcieWrapperServicesV4.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieTrainingV1/PcieTraining.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbPcieTrainingV1/PcieWorkarounds.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbSbIommuLib/GnbSbIommuLib.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbSbLib/GnbSbLib.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbSbLib/GnbSbPcie.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbSview/GnbSview.c
|
|
||||||
libagesa-y += Proc/GNB/Modules/GnbTable/GnbTable.c
|
|
||||||
libagesa-y += Proc/HT/Fam15Mod1x/htNbFam15Mod1x.c
|
|
||||||
libagesa-y += Proc/HT/Fam15Mod1x/htNbUtilitiesFam15Mod1x.c
|
|
||||||
libagesa-y += Proc/HT/htFeat.c
|
|
||||||
libagesa-y += Proc/HT/htInterface.c
|
|
||||||
libagesa-y += Proc/HT/htInterfaceCoherent.c
|
|
||||||
libagesa-y += Proc/HT/htInterfaceGeneral.c
|
|
||||||
libagesa-y += Proc/HT/htInterfaceNonCoherent.c
|
|
||||||
libagesa-y += Proc/HT/htMain.c
|
|
||||||
libagesa-y += Proc/HT/htNb.c
|
|
||||||
libagesa-y += Proc/HT/htNotify.c
|
|
||||||
libagesa-y += Proc/IDS/Debug/IdsDebug.c
|
|
||||||
libagesa-y += Proc/IDS/Debug/IdsDebugPrint.c
|
|
||||||
libagesa-y += Proc/IDS/Debug/IdsDpSerial.c
|
|
||||||
libagesa-y += Proc/IDS/Family/0x15/TN/IdsF15TnAllService.c
|
|
||||||
libagesa-y += Proc/IDS/Library/IdsLib.c
|
|
||||||
libagesa-y += Proc/Mem/Ardk/ma.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/CHINTLV/mfchi.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/CSINTLV/mfcsi.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/DMI/mfDMI.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/ECC/mfecc.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/ECC/mfemp.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/EXCLUDIMM/mfdimmexclud.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/IDENDIMM/mfidendimm.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/INTLVRN/mfintlvrn.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/LVDDR3/mflvddr3.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/MEMCLR/mfmemclr.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/ODTHERMAL/mfodthermal.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/PARTRN/mfParallelTraining.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/PARTRN/mfStandardTraining.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/S3/mfs3.c
|
|
||||||
libagesa-y += Proc/Mem/Feat/TABLE/mftds.c
|
|
||||||
libagesa-y += Proc/Mem/Main/TN/mmflowtn.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mdef.c
|
|
||||||
libagesa-y += Proc/Mem/Main/merrhdl.c
|
|
||||||
libagesa-y += Proc/Mem/Main/minit.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mm.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mmConditionalPso.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mmEcc.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mmExcludeDimm.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mmLvDdr3.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mmMemClr.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mmMemRestore.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mmNodeInterleave.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mmOnlineSpare.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mmParallelTraining.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mmStandardTraining.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mmUmaAlloc.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mmflow.c
|
|
||||||
libagesa-y += Proc/Mem/Main/mu.c
|
|
||||||
libagesa-y += Proc/Mem/Main/muc.c
|
|
||||||
libagesa-y += Proc/Mem/NB/TN/mndcttn.c
|
|
||||||
libagesa-y += Proc/Mem/NB/TN/mnflowtn.c
|
|
||||||
libagesa-y += Proc/Mem/NB/TN/mnidendimmtn.c
|
|
||||||
libagesa-y += Proc/Mem/NB/TN/mnmcttn.c
|
|
||||||
libagesa-y += Proc/Mem/NB/TN/mnottn.c
|
|
||||||
libagesa-y += Proc/Mem/NB/TN/mnphytn.c
|
|
||||||
libagesa-y += Proc/Mem/NB/TN/mnregtn.c
|
|
||||||
libagesa-y += Proc/Mem/NB/TN/mns3tn.c
|
|
||||||
libagesa-y += Proc/Mem/NB/TN/mntn.c
|
|
||||||
libagesa-y += Proc/Mem/NB/mn.c
|
|
||||||
libagesa-y += Proc/Mem/NB/mnS3.c
|
|
||||||
libagesa-y += Proc/Mem/NB/mndct.c
|
|
||||||
libagesa-y += Proc/Mem/NB/mnfeat.c
|
|
||||||
libagesa-y += Proc/Mem/NB/mnflow.c
|
|
||||||
libagesa-y += Proc/Mem/NB/mnmct.c
|
|
||||||
libagesa-y += Proc/Mem/NB/mnphy.c
|
|
||||||
libagesa-y += Proc/Mem/NB/mnreg.c
|
|
||||||
libagesa-y += Proc/Mem/NB/mntrain3.c
|
|
||||||
libagesa-y += Proc/Mem/Ps/TN/FM2/mpUtnfm2.c
|
|
||||||
libagesa-y += Proc/Mem/Ps/TN/FP2/mpStnfp2.c
|
|
||||||
libagesa-y += Proc/Mem/Ps/TN/FS1/mpStnfs1.c
|
|
||||||
libagesa-y += Proc/Mem/Ps/TN/mpStn3.c
|
|
||||||
libagesa-y += Proc/Mem/Ps/TN/mpUtn3.c
|
|
||||||
libagesa-y += Proc/Mem/Ps/TN/mptn3.c
|
|
||||||
libagesa-y += Proc/Mem/Ps/mp.c
|
|
||||||
libagesa-y += Proc/Mem/Ps/mpmaxfreq.c
|
|
||||||
libagesa-y += Proc/Mem/Ps/mpmr0.c
|
|
||||||
libagesa-y += Proc/Mem/Ps/mpodtpat.c
|
|
||||||
libagesa-y += Proc/Mem/Ps/mprtt.c
|
|
||||||
libagesa-y += Proc/Mem/Ps/mpsao.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/DDR3/mt3.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/DDR3/mtot3.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/DDR3/mtrci3.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/DDR3/mtsdi3.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/DDR3/mtspd3.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/DDR3/mttecc3.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/DDR3/mttwl3.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/mt.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/mthdi.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/mttEdgeDetect.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/mttdimbt.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/mttecc.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/mtthrc.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/mtthrcSeedTrain.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/mttml.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/mttoptsrc.c
|
|
||||||
libagesa-y += Proc/Mem/Tech/mttsrc.c
|
|
||||||
libagesa-y += Proc/Fch/Azalia/AzaliaEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Azalia/AzaliaLate.c
|
|
||||||
libagesa-y += Proc/Fch/Azalia/AzaliaMid.c
|
|
||||||
libagesa-y += Proc/Fch/Azalia/AzaliaReset.c
|
|
||||||
libagesa-y += Proc/Fch/Common/AcpiLib.c
|
|
||||||
libagesa-y += Proc/Fch/Common/FchCommon.c
|
|
||||||
libagesa-y += Proc/Fch/Common/FchLib.c
|
|
||||||
libagesa-y += Proc/Fch/Common/FchPeLib.c
|
|
||||||
libagesa-y += Proc/Fch/Common/MemLib.c
|
|
||||||
libagesa-y += Proc/Fch/Common/PciLib.c
|
|
||||||
libagesa-y += Proc/Fch/Gec/Family/Hudson2/Hudson2GecEnvService.c
|
|
||||||
libagesa-y += Proc/Fch/Gec/Family/Hudson2/Hudson2GecService.c
|
|
||||||
libagesa-y += Proc/Fch/Gec/GecEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Gec/GecLate.c
|
|
||||||
libagesa-y += Proc/Fch/Gec/GecMid.c
|
|
||||||
libagesa-y += Proc/Fch/Gec/GecReset.c
|
|
||||||
libagesa-y += Proc/Fch/HwAcpi/Family/Hudson2/Hudson2HwAcpiEnvService.c
|
|
||||||
libagesa-y += Proc/Fch/HwAcpi/Family/Hudson2/Hudson2HwAcpiLateService.c
|
|
||||||
libagesa-y += Proc/Fch/HwAcpi/Family/Hudson2/Hudson2HwAcpiMidService.c
|
|
||||||
libagesa-y += Proc/Fch/HwAcpi/Family/Hudson2/Hudson2SSService.c
|
|
||||||
libagesa-y += Proc/Fch/HwAcpi/HwAcpiEnv.c
|
|
||||||
libagesa-y += Proc/Fch/HwAcpi/HwAcpiLate.c
|
|
||||||
libagesa-y += Proc/Fch/HwAcpi/HwAcpiMid.c
|
|
||||||
libagesa-y += Proc/Fch/HwAcpi/HwAcpiReset.c
|
|
||||||
libagesa-y += Proc/Fch/Hwm/Family/Hudson2/Hudson2HwmEnvService.c
|
|
||||||
libagesa-y += Proc/Fch/Hwm/Family/Hudson2/Hudson2HwmLateService.c
|
|
||||||
libagesa-y += Proc/Fch/Hwm/Family/Hudson2/Hudson2HwmMidService.c
|
|
||||||
libagesa-y += Proc/Fch/Hwm/HwmEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Hwm/HwmLate.c
|
|
||||||
libagesa-y += Proc/Fch/Hwm/HwmMid.c
|
|
||||||
libagesa-y += Proc/Fch/Hwm/HwmReset.c
|
|
||||||
libagesa-y += Proc/Fch/Ide/IdeEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Ide/IdeLate.c
|
|
||||||
libagesa-y += Proc/Fch/Ide/IdeMid.c
|
|
||||||
libagesa-y += Proc/Fch/Imc/Family/Hudson2/Hudson2ImcService.c
|
|
||||||
libagesa-y += Proc/Fch/Imc/FchEcEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Imc/FchEcLate.c
|
|
||||||
libagesa-y += Proc/Fch/Imc/FchEcMid.c
|
|
||||||
libagesa-y += Proc/Fch/Imc/FchEcReset.c
|
|
||||||
libagesa-y += Proc/Fch/Imc/ImcEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Imc/ImcLate.c
|
|
||||||
libagesa-y += Proc/Fch/Imc/ImcLib.c
|
|
||||||
libagesa-y += Proc/Fch/Imc/ImcMid.c
|
|
||||||
libagesa-y += Proc/Fch/Imc/ImcReset.c
|
|
||||||
libagesa-y += Proc/Fch/Interface/Family/Hudson2/EnvDefHudson2.c
|
|
||||||
libagesa-y += Proc/Fch/Interface/Family/Hudson2/ResetDefHudson2.c
|
|
||||||
libagesa-y += Proc/Fch/Interface/FchInitEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Interface/FchInitLate.c
|
|
||||||
libagesa-y += Proc/Fch/Interface/FchInitMid.c
|
|
||||||
libagesa-y += Proc/Fch/Interface/FchInitReset.c
|
|
||||||
libagesa-y += Proc/Fch/Interface/FchInitS3.c
|
|
||||||
libagesa-y += Proc/Fch/Interface/FchTaskLauncher.c
|
|
||||||
libagesa-y += Proc/Fch/Interface/InitEnvDef.c
|
|
||||||
libagesa-y += Proc/Fch/Interface/InitResetDef.c
|
|
||||||
libagesa-y += Proc/Fch/Ir/IrEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Ir/IrLate.c
|
|
||||||
libagesa-y += Proc/Fch/Ir/IrMid.c
|
|
||||||
libagesa-y += Proc/Fch/Pcib/PcibEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Pcib/PcibLate.c
|
|
||||||
libagesa-y += Proc/Fch/Pcib/PcibMid.c
|
|
||||||
libagesa-y += Proc/Fch/Pcib/PcibReset.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/AbEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/AbLate.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/AbMid.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/AbReset.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2AbEnvService.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2AbResetService.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2AbService.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2GppResetService.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2GppService.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2PcieEnvService.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2PcieService.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/GppEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/GppHp.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/GppLate.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/GppLib.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/GppMid.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/GppPortInit.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/GppReset.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/PcieEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/PcieLate.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/PcieMid.c
|
|
||||||
libagesa-y += Proc/Fch/Pcie/PcieReset.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/AhciEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/AhciLate.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/AhciLib.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/AhciMid.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/Family/Hudson2/Hudson2SataEnvService.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/Family/Hudson2/Hudson2SataResetService.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/Family/Hudson2/Hudson2SataService.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/Ide2AhciEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/Ide2AhciLate.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/Ide2AhciLib.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/Ide2AhciMid.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/RaidEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/RaidLate.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/RaidLib.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/RaidMid.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/SataEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/SataEnvLib.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/SataIdeEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/SataIdeLate.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/SataIdeLib.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/SataIdeMid.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/SataLate.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/SataLib.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/SataMid.c
|
|
||||||
libagesa-y += Proc/Fch/Sata/SataReset.c
|
|
||||||
libagesa-y += Proc/Fch/Sd/Family/Hudson2/Hudson2SdEnvService.c
|
|
||||||
libagesa-y += Proc/Fch/Sd/Family/Hudson2/Hudson2SdResetService.c
|
|
||||||
libagesa-y += Proc/Fch/Sd/Family/Hudson2/Hudson2SdService.c
|
|
||||||
libagesa-y += Proc/Fch/Sd/SdEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Sd/SdLate.c
|
|
||||||
libagesa-y += Proc/Fch/Sd/SdMid.c
|
|
||||||
libagesa-y += Proc/Fch/Spi/Family/Hudson2/Hudson2LpcEnvService.c
|
|
||||||
libagesa-y += Proc/Fch/Spi/Family/Hudson2/Hudson2LpcResetService.c
|
|
||||||
libagesa-y += Proc/Fch/Spi/LpcEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Spi/LpcLate.c
|
|
||||||
libagesa-y += Proc/Fch/Spi/LpcMid.c
|
|
||||||
libagesa-y += Proc/Fch/Spi/LpcReset.c
|
|
||||||
libagesa-y += Proc/Fch/Spi/SpiEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Spi/SpiLate.c
|
|
||||||
libagesa-y += Proc/Fch/Spi/SpiMid.c
|
|
||||||
libagesa-y += Proc/Fch/Spi/SpiReset.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/EhciEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/EhciLate.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/EhciMid.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/EhciReset.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2EhciEnvService.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2EhciLateService.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2EhciMidService.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2OhciEnvService.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2OhciLateService.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2OhciMidService.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2XhciEnvService.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2XhciLateService.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2XhciMidService.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2XhciResetService.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/OhciEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/OhciLate.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/OhciMid.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/OhciReset.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/UsbEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/UsbLate.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/UsbMid.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/UsbReset.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/XhciEnv.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/XhciLate.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/XhciMid.c
|
|
||||||
libagesa-y += Proc/Fch/Usb/XhciReset.c
|
|
||||||
|
|
||||||
$(obj)/libagesa.fam15tn.a: $$(libagesa-objs)
|
$(obj)/libagesa.fam15tn.a: $$(libagesa-objs)
|
||||||
@printf " AGESA $(subst $(obj)/,,$(@))\n"
|
@printf " AGESA $(subst $(obj)/,,$(@))\n"
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
libagesa-y += cpuCommonF15Utilities.c
|
||||||
|
libagesa-y += cpuF15BrandId.c
|
||||||
|
libagesa-y += cpuF15CacheDefaults.c
|
||||||
|
libagesa-y += cpuF15Dmi.c
|
||||||
|
libagesa-y += cpuF15MmioMap.c
|
||||||
|
libagesa-y += cpuF15MsrTables.c
|
||||||
|
libagesa-y += cpuF15PciTables.c
|
||||||
|
libagesa-y += cpuF15PowerCheck.c
|
||||||
|
libagesa-y += cpuF15Utilities.c
|
||||||
|
libagesa-y += cpuF15WheaInitDataTables.c
|
@ -0,0 +1,22 @@
|
|||||||
|
libagesa-y += F15TnC6State.c
|
||||||
|
libagesa-y += F15TnCpb.c
|
||||||
|
libagesa-y += F15TnEquivalenceTable.c
|
||||||
|
libagesa-y += F15TnInitEarlyTable.c
|
||||||
|
libagesa-y += F15TnIoCstate.c
|
||||||
|
libagesa-y += F15TnLogicalIdTables.c
|
||||||
|
libagesa-y += F15TnMicrocodePatch0600110F_Enc.c
|
||||||
|
libagesa-y += F15TnMicrocodePatchTables.c
|
||||||
|
libagesa-y += F15TnMsrTables.c
|
||||||
|
libagesa-y += F15TnPciTables.c
|
||||||
|
libagesa-y += F15TnPowerMgmtSystemTables.c
|
||||||
|
libagesa-y += F15TnPowerPlane.c
|
||||||
|
libagesa-y += F15TnSharedMsrTable.c
|
||||||
|
libagesa-y += F15TnUtilities.c
|
||||||
|
libagesa-y += cpuF15TnCacheFlushOnHalt.c
|
||||||
|
libagesa-y += cpuF15TnCoreAfterReset.c
|
||||||
|
libagesa-y += cpuF15TnDmi.c
|
||||||
|
libagesa-y += cpuF15TnHtc.c
|
||||||
|
libagesa-y += cpuF15TnNbAfterReset.c
|
||||||
|
libagesa-y += cpuF15TnPowerCheck.c
|
||||||
|
libagesa-y += cpuF15TnPsi.c
|
||||||
|
libagesa-y += cpuF15TnPstate.c
|
19
src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/Makefile.inc
Normal file
19
src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/Makefile.inc
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
libagesa-y += PreserveMailbox.c
|
||||||
|
libagesa-y += cpuC6State.c
|
||||||
|
libagesa-y += cpuCacheFlushOnHalt.c
|
||||||
|
libagesa-y += cpuCacheInit.c
|
||||||
|
libagesa-y += cpuCoreLeveling.c
|
||||||
|
libagesa-y += cpuCpb.c
|
||||||
|
libagesa-y += cpuDmi.c
|
||||||
|
libagesa-y += cpuFeatureLeveling.c
|
||||||
|
libagesa-y += cpuFeatures.c
|
||||||
|
libagesa-y += cpuHtc.c
|
||||||
|
libagesa-y += cpuHwC1e.c
|
||||||
|
libagesa-y += cpuIoCstate.c
|
||||||
|
libagesa-y += cpuPsi.c
|
||||||
|
libagesa-y += cpuPstateGather.c
|
||||||
|
libagesa-y += cpuPstateLeveling.c
|
||||||
|
libagesa-y += cpuPstateTables.c
|
||||||
|
libagesa-y += cpuSlit.c
|
||||||
|
libagesa-y += cpuSrat.c
|
||||||
|
libagesa-y += cpuWhea.c
|
20
src/vendorcode/amd/agesa/f15tn/Proc/CPU/Makefile.inc
Normal file
20
src/vendorcode/amd/agesa/f15tn/Proc/CPU/Makefile.inc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
libagesa-y += S3.c
|
||||||
|
libagesa-y += Table.c
|
||||||
|
libagesa-y += cahalt.c
|
||||||
|
libagesa-y += cahaltasm.S
|
||||||
|
libagesa-y += cpuApicUtilities.c
|
||||||
|
libagesa-y += cpuBist.c
|
||||||
|
libagesa-y += cpuBrandId.c
|
||||||
|
libagesa-y += cpuEarlyInit.c
|
||||||
|
libagesa-y += cpuEventLog.c
|
||||||
|
libagesa-y += cpuFamilyTranslation.c
|
||||||
|
libagesa-y += cpuGeneralServices.c
|
||||||
|
libagesa-y += cpuInitEarlyTable.c
|
||||||
|
libagesa-y += cpuLateInit.c
|
||||||
|
libagesa-y += cpuMicrocodePatch.c
|
||||||
|
libagesa-y += cpuPostInit.c
|
||||||
|
libagesa-y += cpuPowerMgmt.c
|
||||||
|
libagesa-y += cpuPowerMgmtMultiSocket.c
|
||||||
|
libagesa-y += cpuPowerMgmtSingleSocket.c
|
||||||
|
libagesa-y += cpuWarmReset.c
|
||||||
|
libagesa-y += heapManager.c
|
15
src/vendorcode/amd/agesa/f15tn/Proc/Common/Makefile.inc
Normal file
15
src/vendorcode/amd/agesa/f15tn/Proc/Common/Makefile.inc
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
libagesa-y += AmdInitEarly.c
|
||||||
|
libagesa-y += AmdInitEnv.c
|
||||||
|
libagesa-y += AmdInitLate.c
|
||||||
|
libagesa-y += AmdInitMid.c
|
||||||
|
libagesa-y += AmdInitPost.c
|
||||||
|
libagesa-y += AmdInitReset.c
|
||||||
|
libagesa-y += AmdInitResume.c
|
||||||
|
libagesa-y += AmdLateRunApTask.c
|
||||||
|
libagesa-y += AmdS3LateRestore.c
|
||||||
|
libagesa-y += AmdS3Save.c
|
||||||
|
libagesa-y += CommonInits.c
|
||||||
|
libagesa-y += CommonReturns.c
|
||||||
|
libagesa-y += CreateStruct.c
|
||||||
|
libagesa-y += S3RestoreState.c
|
||||||
|
libagesa-y += S3SaveState.c
|
@ -0,0 +1,4 @@
|
|||||||
|
libagesa-y += AzaliaEnv.c
|
||||||
|
libagesa-y += AzaliaLate.c
|
||||||
|
libagesa-y += AzaliaMid.c
|
||||||
|
libagesa-y += AzaliaReset.c
|
@ -0,0 +1,6 @@
|
|||||||
|
libagesa-y += AcpiLib.c
|
||||||
|
libagesa-y += FchCommon.c
|
||||||
|
libagesa-y += FchLib.c
|
||||||
|
libagesa-y += FchPeLib.c
|
||||||
|
libagesa-y += MemLib.c
|
||||||
|
libagesa-y += PciLib.c
|
@ -0,0 +1,2 @@
|
|||||||
|
libagesa-y += Hudson2GecEnvService.c
|
||||||
|
libagesa-y += Hudson2GecService.c
|
4
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Gec/Makefile.inc
Normal file
4
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Gec/Makefile.inc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
libagesa-y += GecEnv.c
|
||||||
|
libagesa-y += GecLate.c
|
||||||
|
libagesa-y += GecMid.c
|
||||||
|
libagesa-y += GecReset.c
|
@ -0,0 +1,4 @@
|
|||||||
|
libagesa-y += Hudson2HwAcpiEnvService.c
|
||||||
|
libagesa-y += Hudson2HwAcpiLateService.c
|
||||||
|
libagesa-y += Hudson2HwAcpiMidService.c
|
||||||
|
libagesa-y += Hudson2SSService.c
|
@ -0,0 +1,4 @@
|
|||||||
|
libagesa-y += HwAcpiEnv.c
|
||||||
|
libagesa-y += HwAcpiLate.c
|
||||||
|
libagesa-y += HwAcpiMid.c
|
||||||
|
libagesa-y += HwAcpiReset.c
|
@ -0,0 +1,3 @@
|
|||||||
|
libagesa-y += Hudson2HwmEnvService.c
|
||||||
|
libagesa-y += Hudson2HwmLateService.c
|
||||||
|
libagesa-y += Hudson2HwmMidService.c
|
4
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Hwm/Makefile.inc
Normal file
4
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Hwm/Makefile.inc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
libagesa-y += HwmEnv.c
|
||||||
|
libagesa-y += HwmLate.c
|
||||||
|
libagesa-y += HwmMid.c
|
||||||
|
libagesa-y += HwmReset.c
|
3
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Ide/Makefile.inc
Normal file
3
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Ide/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
libagesa-y += IdeEnv.c
|
||||||
|
libagesa-y += IdeLate.c
|
||||||
|
libagesa-y += IdeMid.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += Hudson2ImcService.c
|
9
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Imc/Makefile.inc
Normal file
9
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Imc/Makefile.inc
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
libagesa-y += FchEcEnv.c
|
||||||
|
libagesa-y += FchEcLate.c
|
||||||
|
libagesa-y += FchEcMid.c
|
||||||
|
libagesa-y += FchEcReset.c
|
||||||
|
libagesa-y += ImcEnv.c
|
||||||
|
libagesa-y += ImcLate.c
|
||||||
|
libagesa-y += ImcLib.c
|
||||||
|
libagesa-y += ImcMid.c
|
||||||
|
libagesa-y += ImcReset.c
|
@ -0,0 +1,2 @@
|
|||||||
|
libagesa-y += EnvDefHudson2.c
|
||||||
|
libagesa-y += ResetDefHudson2.c
|
@ -0,0 +1,8 @@
|
|||||||
|
libagesa-y += FchInitEnv.c
|
||||||
|
libagesa-y += FchInitLate.c
|
||||||
|
libagesa-y += FchInitMid.c
|
||||||
|
libagesa-y += FchInitReset.c
|
||||||
|
libagesa-y += FchInitS3.c
|
||||||
|
libagesa-y += FchTaskLauncher.c
|
||||||
|
libagesa-y += InitEnvDef.c
|
||||||
|
libagesa-y += InitResetDef.c
|
3
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Ir/Makefile.inc
Normal file
3
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Ir/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
libagesa-y += IrEnv.c
|
||||||
|
libagesa-y += IrLate.c
|
||||||
|
libagesa-y += IrMid.c
|
@ -0,0 +1,4 @@
|
|||||||
|
libagesa-y += PcibEnv.c
|
||||||
|
libagesa-y += PcibLate.c
|
||||||
|
libagesa-y += PcibMid.c
|
||||||
|
libagesa-y += PcibReset.c
|
@ -0,0 +1,7 @@
|
|||||||
|
libagesa-y += Hudson2AbEnvService.c
|
||||||
|
libagesa-y += Hudson2AbResetService.c
|
||||||
|
libagesa-y += Hudson2AbService.c
|
||||||
|
libagesa-y += Hudson2GppResetService.c
|
||||||
|
libagesa-y += Hudson2GppService.c
|
||||||
|
libagesa-y += Hudson2PcieEnvService.c
|
||||||
|
libagesa-y += Hudson2PcieService.c
|
15
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Pcie/Makefile.inc
Normal file
15
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Pcie/Makefile.inc
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
libagesa-y += AbEnv.c
|
||||||
|
libagesa-y += AbLate.c
|
||||||
|
libagesa-y += AbMid.c
|
||||||
|
libagesa-y += AbReset.c
|
||||||
|
libagesa-y += GppEnv.c
|
||||||
|
libagesa-y += GppHp.c
|
||||||
|
libagesa-y += GppLate.c
|
||||||
|
libagesa-y += GppLib.c
|
||||||
|
libagesa-y += GppMid.c
|
||||||
|
libagesa-y += GppPortInit.c
|
||||||
|
libagesa-y += GppReset.c
|
||||||
|
libagesa-y += PcieEnv.c
|
||||||
|
libagesa-y += PcieLate.c
|
||||||
|
libagesa-y += PcieMid.c
|
||||||
|
libagesa-y += PcieReset.c
|
@ -0,0 +1,3 @@
|
|||||||
|
libagesa-y += Hudson2SataEnvService.c
|
||||||
|
libagesa-y += Hudson2SataResetService.c
|
||||||
|
libagesa-y += Hudson2SataService.c
|
22
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Sata/Makefile.inc
Normal file
22
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Sata/Makefile.inc
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
libagesa-y += AhciEnv.c
|
||||||
|
libagesa-y += AhciLate.c
|
||||||
|
libagesa-y += AhciLib.c
|
||||||
|
libagesa-y += AhciMid.c
|
||||||
|
libagesa-y += Ide2AhciEnv.c
|
||||||
|
libagesa-y += Ide2AhciLate.c
|
||||||
|
libagesa-y += Ide2AhciLib.c
|
||||||
|
libagesa-y += Ide2AhciMid.c
|
||||||
|
libagesa-y += RaidEnv.c
|
||||||
|
libagesa-y += RaidLate.c
|
||||||
|
libagesa-y += RaidLib.c
|
||||||
|
libagesa-y += RaidMid.c
|
||||||
|
libagesa-y += SataEnv.c
|
||||||
|
libagesa-y += SataEnvLib.c
|
||||||
|
libagesa-y += SataIdeEnv.c
|
||||||
|
libagesa-y += SataIdeLate.c
|
||||||
|
libagesa-y += SataIdeLib.c
|
||||||
|
libagesa-y += SataIdeMid.c
|
||||||
|
libagesa-y += SataLate.c
|
||||||
|
libagesa-y += SataLib.c
|
||||||
|
libagesa-y += SataMid.c
|
||||||
|
libagesa-y += SataReset.c
|
@ -0,0 +1,3 @@
|
|||||||
|
libagesa-y += Hudson2SdEnvService.c
|
||||||
|
libagesa-y += Hudson2SdResetService.c
|
||||||
|
libagesa-y += Hudson2SdService.c
|
3
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Sd/Makefile.inc
Normal file
3
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Sd/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
libagesa-y += SdEnv.c
|
||||||
|
libagesa-y += SdLate.c
|
||||||
|
libagesa-y += SdMid.c
|
@ -0,0 +1,2 @@
|
|||||||
|
libagesa-y += Hudson2LpcEnvService.c
|
||||||
|
libagesa-y += Hudson2LpcResetService.c
|
8
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Spi/Makefile.inc
Normal file
8
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Spi/Makefile.inc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
libagesa-y += LpcEnv.c
|
||||||
|
libagesa-y += LpcLate.c
|
||||||
|
libagesa-y += LpcMid.c
|
||||||
|
libagesa-y += LpcReset.c
|
||||||
|
libagesa-y += SpiEnv.c
|
||||||
|
libagesa-y += SpiLate.c
|
||||||
|
libagesa-y += SpiMid.c
|
||||||
|
libagesa-y += SpiReset.c
|
@ -0,0 +1,10 @@
|
|||||||
|
libagesa-y += Hudson2EhciEnvService.c
|
||||||
|
libagesa-y += Hudson2EhciLateService.c
|
||||||
|
libagesa-y += Hudson2EhciMidService.c
|
||||||
|
libagesa-y += Hudson2OhciEnvService.c
|
||||||
|
libagesa-y += Hudson2OhciLateService.c
|
||||||
|
libagesa-y += Hudson2OhciMidService.c
|
||||||
|
libagesa-y += Hudson2XhciEnvService.c
|
||||||
|
libagesa-y += Hudson2XhciLateService.c
|
||||||
|
libagesa-y += Hudson2XhciMidService.c
|
||||||
|
libagesa-y += Hudson2XhciResetService.c
|
16
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Usb/Makefile.inc
Normal file
16
src/vendorcode/amd/agesa/f15tn/Proc/Fch/Usb/Makefile.inc
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
libagesa-y += EhciEnv.c
|
||||||
|
libagesa-y += EhciLate.c
|
||||||
|
libagesa-y += EhciMid.c
|
||||||
|
libagesa-y += EhciReset.c
|
||||||
|
libagesa-y += OhciEnv.c
|
||||||
|
libagesa-y += OhciLate.c
|
||||||
|
libagesa-y += OhciMid.c
|
||||||
|
libagesa-y += OhciReset.c
|
||||||
|
libagesa-y += UsbEnv.c
|
||||||
|
libagesa-y += UsbLate.c
|
||||||
|
libagesa-y += UsbMid.c
|
||||||
|
libagesa-y += UsbReset.c
|
||||||
|
libagesa-y += XhciEnv.c
|
||||||
|
libagesa-y += XhciLate.c
|
||||||
|
libagesa-y += XhciMid.c
|
||||||
|
libagesa-y += XhciReset.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += GnbLibFeatures.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += GnbTimerLibWrap0.c
|
7
src/vendorcode/amd/agesa/f15tn/Proc/GNB/Makefile.inc
Normal file
7
src/vendorcode/amd/agesa/f15tn/Proc/GNB/Makefile.inc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
libagesa-y += GnbInitAtEarly.c
|
||||||
|
libagesa-y += GnbInitAtEnv.c
|
||||||
|
libagesa-y += GnbInitAtLate.c
|
||||||
|
libagesa-y += GnbInitAtMid.c
|
||||||
|
libagesa-y += GnbInitAtPost.c
|
||||||
|
libagesa-y += GnbInitAtReset.c
|
||||||
|
libagesa-y += GnbInitAtS3Save.c
|
@ -0,0 +1,7 @@
|
|||||||
|
libagesa-y += GnbLib.c
|
||||||
|
libagesa-y += GnbLibCpuAcc.c
|
||||||
|
libagesa-y += GnbLibHeap.c
|
||||||
|
libagesa-y += GnbLibIoAcc.c
|
||||||
|
libagesa-y += GnbLibMemAcc.c
|
||||||
|
libagesa-y += GnbLibPci.c
|
||||||
|
libagesa-y += GnbLibPciAcc.c
|
@ -0,0 +1,2 @@
|
|||||||
|
libagesa-y += GnbPcieTranslation.c
|
||||||
|
libagesa-y += GnbTranslation.c
|
@ -0,0 +1,4 @@
|
|||||||
|
libagesa-y += GfxConfigEnv.c
|
||||||
|
libagesa-y += GfxConfigLib.c
|
||||||
|
libagesa-y += GfxConfigMid.c
|
||||||
|
libagesa-y += GfxConfigPost.c
|
@ -0,0 +1,4 @@
|
|||||||
|
libagesa-y += GfxCardInfo.c
|
||||||
|
libagesa-y += GfxEnumConnectors.c
|
||||||
|
libagesa-y += GfxPowerPlayTable.c
|
||||||
|
libagesa-y += GnbGfxInitLibV1.c
|
@ -0,0 +1,27 @@
|
|||||||
|
libagesa-y += GfxEnvInitTN.c
|
||||||
|
libagesa-y += GfxGmcInitTN.c
|
||||||
|
libagesa-y += GfxIntegratedInfoTableTN.c
|
||||||
|
libagesa-y += GfxLibTN.c
|
||||||
|
libagesa-y += GfxMidInitTN.c
|
||||||
|
libagesa-y += GfxPostInitTN.c
|
||||||
|
libagesa-y += GfxTablesTN.c
|
||||||
|
libagesa-y += GnbBapmCoeffCalcTN.c
|
||||||
|
libagesa-y += GnbEarlyInitTN.c
|
||||||
|
libagesa-y += GnbEnvInitTN.c
|
||||||
|
libagesa-y += GnbFuseTableTN.c
|
||||||
|
libagesa-y += GnbIommuIvrsTN.c
|
||||||
|
libagesa-y += GnbMidInitTN.c
|
||||||
|
libagesa-y += GnbPostInitTN.c
|
||||||
|
libagesa-y += GnbRegisterAccTN.c
|
||||||
|
libagesa-y += GnbTablesTN.c
|
||||||
|
libagesa-y += PcieAlibTNFM2.c
|
||||||
|
libagesa-y += PcieAlibTNFS1.c
|
||||||
|
libagesa-y += PcieComplexDataTN.c
|
||||||
|
libagesa-y += PcieConfigTN.c
|
||||||
|
libagesa-y += PcieEarlyInitTN.c
|
||||||
|
libagesa-y += PcieEnvInitTN.c
|
||||||
|
libagesa-y += PcieLibTN.c
|
||||||
|
libagesa-y += PcieMidInitTN.c
|
||||||
|
libagesa-y += PciePostInitTN.c
|
||||||
|
libagesa-y += PciePowerGateTN.c
|
||||||
|
libagesa-y += PcieTablesTN.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += GnbIommuIvrs.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += GnbIommuScratch.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += GnbIvrsLib.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += GnbMSocketLib.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += GnbNbInitLibV1.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += GnbNbInitLibV4.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += PcieAlib.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += PcieAspm.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += PcieClkPm.c
|
@ -0,0 +1,5 @@
|
|||||||
|
libagesa-y += GnbHandleLib.c
|
||||||
|
libagesa-y += PcieConfigData.c
|
||||||
|
libagesa-y += PcieConfigLib.c
|
||||||
|
libagesa-y += PcieInputParser.c
|
||||||
|
libagesa-y += PcieMapTopology.c
|
@ -0,0 +1,12 @@
|
|||||||
|
libagesa-y += PcieAspmBlackList.c
|
||||||
|
libagesa-y += PcieAspmExitLatency.c
|
||||||
|
libagesa-y += PciePhyServices.c
|
||||||
|
libagesa-y += PciePifServices.c
|
||||||
|
libagesa-y += PciePortRegAcc.c
|
||||||
|
libagesa-y += PciePortServices.c
|
||||||
|
libagesa-y += PciePowerMgmt.c
|
||||||
|
libagesa-y += PcieSiliconServices.c
|
||||||
|
libagesa-y += PcieTimer.c
|
||||||
|
libagesa-y += PcieTopologyServices.c
|
||||||
|
libagesa-y += PcieUtilityLib.c
|
||||||
|
libagesa-y += PcieWrapperRegAcc.c
|
@ -0,0 +1,4 @@
|
|||||||
|
libagesa-y += PcieMaxPayloadV4.c
|
||||||
|
libagesa-y += PciePortServicesV4.c
|
||||||
|
libagesa-y += PciePowerMgmtV4.c
|
||||||
|
libagesa-y += PcieWrapperServicesV4.c
|
@ -0,0 +1,2 @@
|
|||||||
|
libagesa-y += PcieTraining.c
|
||||||
|
libagesa-y += PcieWorkarounds.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += GnbSbIommuLib.c
|
@ -0,0 +1,2 @@
|
|||||||
|
libagesa-y += GnbSbLib.c
|
||||||
|
libagesa-y += GnbSbPcie.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += GnbSview.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += GnbTable.c
|
@ -0,0 +1,2 @@
|
|||||||
|
libagesa-y += htNbFam15Mod1x.c
|
||||||
|
libagesa-y += htNbUtilitiesFam15Mod1x.c
|
8
src/vendorcode/amd/agesa/f15tn/Proc/HT/Makefile.inc
Normal file
8
src/vendorcode/amd/agesa/f15tn/Proc/HT/Makefile.inc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
libagesa-y += htFeat.c
|
||||||
|
libagesa-y += htInterface.c
|
||||||
|
libagesa-y += htInterfaceCoherent.c
|
||||||
|
libagesa-y += htInterfaceGeneral.c
|
||||||
|
libagesa-y += htInterfaceNonCoherent.c
|
||||||
|
libagesa-y += htMain.c
|
||||||
|
libagesa-y += htNb.c
|
||||||
|
libagesa-y += htNotify.c
|
@ -0,0 +1,3 @@
|
|||||||
|
libagesa-y += IdsDebug.c
|
||||||
|
libagesa-y += IdsDebugPrint.c
|
||||||
|
libagesa-y += IdsDpSerial.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += IdsF15TnAllService.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += IdsLib.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += ma.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mfchi.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mfcsi.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mfDMI.c
|
@ -0,0 +1,2 @@
|
|||||||
|
libagesa-y += mfecc.c
|
||||||
|
libagesa-y += mfemp.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mfdimmexclud.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mfidendimm.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mfintlvrn.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mflvddr3.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mfmemclr.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mfodthermal.c
|
@ -0,0 +1,2 @@
|
|||||||
|
libagesa-y += mfParallelTraining.c
|
||||||
|
libagesa-y += mfStandardTraining.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mfs3.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mftds.c
|
18
src/vendorcode/amd/agesa/f15tn/Proc/Mem/Main/Makefile.inc
Normal file
18
src/vendorcode/amd/agesa/f15tn/Proc/Mem/Main/Makefile.inc
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
libagesa-y += mdef.c
|
||||||
|
libagesa-y += merrhdl.c
|
||||||
|
libagesa-y += minit.c
|
||||||
|
libagesa-y += mm.c
|
||||||
|
libagesa-y += mmConditionalPso.c
|
||||||
|
libagesa-y += mmEcc.c
|
||||||
|
libagesa-y += mmExcludeDimm.c
|
||||||
|
libagesa-y += mmLvDdr3.c
|
||||||
|
libagesa-y += mmMemClr.c
|
||||||
|
libagesa-y += mmMemRestore.c
|
||||||
|
libagesa-y += mmNodeInterleave.c
|
||||||
|
libagesa-y += mmOnlineSpare.c
|
||||||
|
libagesa-y += mmParallelTraining.c
|
||||||
|
libagesa-y += mmStandardTraining.c
|
||||||
|
libagesa-y += mmUmaAlloc.c
|
||||||
|
libagesa-y += mmflow.c
|
||||||
|
libagesa-y += mu.c
|
||||||
|
libagesa-y += muc.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mmflowtn.c
|
9
src/vendorcode/amd/agesa/f15tn/Proc/Mem/NB/Makefile.inc
Normal file
9
src/vendorcode/amd/agesa/f15tn/Proc/Mem/NB/Makefile.inc
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
libagesa-y += mn.c
|
||||||
|
libagesa-y += mnS3.c
|
||||||
|
libagesa-y += mndct.c
|
||||||
|
libagesa-y += mnfeat.c
|
||||||
|
libagesa-y += mnflow.c
|
||||||
|
libagesa-y += mnmct.c
|
||||||
|
libagesa-y += mnphy.c
|
||||||
|
libagesa-y += mnreg.c
|
||||||
|
libagesa-y += mntrain3.c
|
@ -0,0 +1,9 @@
|
|||||||
|
libagesa-y += mndcttn.c
|
||||||
|
libagesa-y += mnflowtn.c
|
||||||
|
libagesa-y += mnidendimmtn.c
|
||||||
|
libagesa-y += mnmcttn.c
|
||||||
|
libagesa-y += mnottn.c
|
||||||
|
libagesa-y += mnphytn.c
|
||||||
|
libagesa-y += mnregtn.c
|
||||||
|
libagesa-y += mns3tn.c
|
||||||
|
libagesa-y += mntn.c
|
6
src/vendorcode/amd/agesa/f15tn/Proc/Mem/Ps/Makefile.inc
Normal file
6
src/vendorcode/amd/agesa/f15tn/Proc/Mem/Ps/Makefile.inc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
libagesa-y += mp.c
|
||||||
|
libagesa-y += mpmaxfreq.c
|
||||||
|
libagesa-y += mpmr0.c
|
||||||
|
libagesa-y += mpodtpat.c
|
||||||
|
libagesa-y += mprtt.c
|
||||||
|
libagesa-y += mpsao.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mpUtnfm2.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mpStnfp2.c
|
@ -0,0 +1 @@
|
|||||||
|
libagesa-y += mpStnfs1.c
|
@ -0,0 +1,3 @@
|
|||||||
|
libagesa-y += mpStn3.c
|
||||||
|
libagesa-y += mpUtn3.c
|
||||||
|
libagesa-y += mptn3.c
|
@ -0,0 +1,7 @@
|
|||||||
|
libagesa-y += mt3.c
|
||||||
|
libagesa-y += mtot3.c
|
||||||
|
libagesa-y += mtrci3.c
|
||||||
|
libagesa-y += mtsdi3.c
|
||||||
|
libagesa-y += mtspd3.c
|
||||||
|
libagesa-y += mttecc3.c
|
||||||
|
libagesa-y += mttwl3.c
|
10
src/vendorcode/amd/agesa/f15tn/Proc/Mem/Tech/Makefile.inc
Normal file
10
src/vendorcode/amd/agesa/f15tn/Proc/Mem/Tech/Makefile.inc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
libagesa-y += mt.c
|
||||||
|
libagesa-y += mthdi.c
|
||||||
|
libagesa-y += mttEdgeDetect.c
|
||||||
|
libagesa-y += mttdimbt.c
|
||||||
|
libagesa-y += mttecc.c
|
||||||
|
libagesa-y += mtthrc.c
|
||||||
|
libagesa-y += mtthrcSeedTrain.c
|
||||||
|
libagesa-y += mttml.c
|
||||||
|
libagesa-y += mttoptsrc.c
|
||||||
|
libagesa-y += mttsrc.c
|
Loading…
x
Reference in New Issue
Block a user