Update AMD F14 Agesa to support Rev C0 cpus
authorefdesign98 <efdesign98@gmail.com>
Thu, 4 Aug 2011 18:09:17 +0000 (12:09 -0600)
committerPatrick Georgi <patrick@georgi-clan.de>
Sat, 6 Aug 2011 16:06:18 +0000 (18:06 +0200)
commit84cbce2364cf3e40f24ba37b2f72a711a2e50f58
tree57c26631dd5c9df392e6c515b0855ef403f1e186
parent0df0e14fb5b613e76ff022359c55d5df5633b40f
Update AMD F14 Agesa to support Rev C0 cpus

This change updates the AMD Agesa code to support the Family 14
rev C0 cpus.  It also fixes (again) a ton of warnings, although
not all of them are gone.  The warning fixes affect code in the
Family 12 tree as well, so there are some small changes therein.
This code has been tested on a Persimmon and passes Abuild.
This is the first (and largest) of a number of commits to complete
the upgrade.

Change-Id: Id28d9bf7931f8baa2a602f6bb096a5a465ccd20d
Signed-off-by: Frank Vibrans <frank.vibrans@amd.com>
Signed-off-by: efdesign98 <efdesign98@gmail.com>
Reviewed-on: http://review.coreboot.org/131
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
277 files changed:
src/cpu/amd/agesa/family14/Makefile.inc
src/vendorcode/amd/agesa/f12/Include/ComalInstall.h [deleted file]
src/vendorcode/amd/agesa/f12/Include/DeccanInstall.h [deleted file]
src/vendorcode/amd/agesa/f12/Proc/CPU/Family/cpuFamRegisters.h
src/vendorcode/amd/agesa/f12/Proc/GNB/Modules/GnbPcieAlibV1/PcieAlib.c
src/vendorcode/amd/agesa/f12/Proc/GNB/PCIe/Family/LN/F12PcieAlib.c
src/vendorcode/amd/agesa/f14/AGESA.h
src/vendorcode/amd/agesa/f14/AMD.h
src/vendorcode/amd/agesa/f14/Include/AdvancedApi.h
src/vendorcode/amd/agesa/f14/Include/BrazosInstall.h
src/vendorcode/amd/agesa/f14/Include/Filecode.h
src/vendorcode/amd/agesa/f14/Include/GnbInterface.h
src/vendorcode/amd/agesa/f14/Include/GnbInterfaceStub.h
src/vendorcode/amd/agesa/f14/Include/Ids.h
src/vendorcode/amd/agesa/f14/Include/OptionCpbInstall.h
src/vendorcode/amd/agesa/f14/Include/OptionFamily14hInstall.h
src/vendorcode/amd/agesa/f14/Include/OptionGnb.h
src/vendorcode/amd/agesa/f14/Include/OptionGnbInstall.h
src/vendorcode/amd/agesa/f14/Include/OptionMemory.h
src/vendorcode/amd/agesa/f14/Include/OptionMemoryInstall.h
src/vendorcode/amd/agesa/f14/Include/OptionMemoryRecoveryInstall.h
src/vendorcode/amd/agesa/f14/Include/OptionPstateInstall.h
src/vendorcode/amd/agesa/f14/Include/PlatformInstall.h
src/vendorcode/amd/agesa/f14/Legacy/Proc/Dispatcher.c
src/vendorcode/amd/agesa/f14/Legacy/Proc/agesaCallouts.c
src/vendorcode/amd/agesa/f14/Legacy/Proc/hobTransfer.c
src/vendorcode/amd/agesa/f14/Legacy/agesa.inc
src/vendorcode/amd/agesa/f14/Lib/amdlib.c
src/vendorcode/amd/agesa/f14/Makefile.inc
src/vendorcode/amd/agesa/f14/Porting.h
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/F10IoCstate.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/F10PmNbCofVidInit.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/F10PmNbPstateInit.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/RevC/F10RevCHwC1e.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/RevC/F10RevCSwC1e.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/RevC/F10RevCUtilities.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/RevD/F10RevDHtAssist.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/RevD/F10RevDMsgBasedC1e.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/RevD/F10RevDUtilities.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/RevD/HY/F10HyMsrTables.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/RevE/F10RevEUtilities.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/cpuF10Dmi.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/cpuF10EarlyInit.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/cpuF10PowerCheck.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/cpuF10PowerPlane.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/cpuF10Pstate.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x10/cpuF10Utilities.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/F14C6State.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/F14IoCstate.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/F14MicrocodePatch0500000B.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/F14MicrocodePatch0500001A.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/F14MicrocodePatch05000028.c [new file with mode: 0644]
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/F14MicrocodePatch05000101.c [new file with mode: 0644]
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/ON/F14OnCpb.c [new file with mode: 0644]
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/ON/F14OnEquivalenceTable.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/ON/F14OnInitEarlyTable.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/ON/F14OnLogicalIdTables.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/ON/F14OnMicrocodePatchTables.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/ON/F14OnPciTables.c [new file with mode: 0644]
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuCommonF14Utilities.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14BrandId.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14BrandIdFt1.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14CacheDefaults.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14Dmi.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14LowPowerInit.c [new file with mode: 0644]
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14LowPowerInit.h [new file with mode: 0644]
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14MsrTables.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14PciTables.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14PerCorePciTables.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14PowerCheck.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14PowerMgmt.h
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14PowerMgmtSystemTables.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14PowerPlane.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14Pstate.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14SoftwareThermal.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14Utilities.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/cpuF14WheaInitDataTables.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Family/cpuFamRegisters.h
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/PreserveMailbox.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuC6State.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuCacheFlushOnHalt.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuCacheInit.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuCoreLeveling.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuCpb.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuDmi.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuFeatureLeveling.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuFeatures.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuHtAssist.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuHwC1e.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuIoCstate.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuLowPwrPstate.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuMsgBasedC1e.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuPstateGather.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuPstateLeveling.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuPstateTables.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuSlit.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuSrat.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuSwC1e.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/cpuWhea.c
src/vendorcode/amd/agesa/f14/Proc/CPU/S3.c
src/vendorcode/amd/agesa/f14/Proc/CPU/Table.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuApicUtilities.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuBist.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuBrandId.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuEarlyInit.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuFamilyTranslation.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuGeneralServices.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuInitEarlyTable.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuLateInit.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuMicrocodePatch.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuPostInit.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuPowerMgmt.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuPowerMgmtMultiSocket.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuPowerMgmtSingleSocket.c
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuRegisters.h
src/vendorcode/amd/agesa/f14/Proc/CPU/cpuWarmReset.c
src/vendorcode/amd/agesa/f14/Proc/CPU/heapManager.c
src/vendorcode/amd/agesa/f14/Proc/CPU/heapManager.h
src/vendorcode/amd/agesa/f14/Proc/Common/AmdInitEarly.c
src/vendorcode/amd/agesa/f14/Proc/Common/AmdInitEnv.c
src/vendorcode/amd/agesa/f14/Proc/Common/AmdInitLate.c
src/vendorcode/amd/agesa/f14/Proc/Common/AmdInitMid.c
src/vendorcode/amd/agesa/f14/Proc/Common/AmdInitPost.c
src/vendorcode/amd/agesa/f14/Proc/Common/AmdInitReset.c
src/vendorcode/amd/agesa/f14/Proc/Common/AmdInitResume.c
src/vendorcode/amd/agesa/f14/Proc/Common/AmdLateRunApTask.c
src/vendorcode/amd/agesa/f14/Proc/Common/AmdS3LateRestore.c
src/vendorcode/amd/agesa/f14/Proc/Common/AmdS3Save.c
src/vendorcode/amd/agesa/f14/Proc/Common/CommonInits.c
src/vendorcode/amd/agesa/f14/Proc/Common/CommonReturns.c
src/vendorcode/amd/agesa/f14/Proc/Common/CreateStruct.c
src/vendorcode/amd/agesa/f14/Proc/Common/CreateStruct.h
src/vendorcode/amd/agesa/f14/Proc/Common/S3SaveState.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Common/Gnb.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Common/GnbFuseTable.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Common/GnbGfx.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Common/GnbGfxFamServices.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Common/GnbLibFeatures.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Common/GnbPcie.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Common/GnbRegistersON.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Gfx/Family/0x14/F14GfxServices.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Gfx/Family/GfxFamilyServices.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Gfx/GfxConfigData.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Gfx/GfxConfigData.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Gfx/GfxGmcInit.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Gfx/GfxInitAtMidPost.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Gfx/GfxInitAtPost.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Gfx/GfxIntegratedInfoTableInit.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Gfx/GfxStrapsInit.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Gfx/GfxStrapsInit.h
src/vendorcode/amd/agesa/f14/Proc/GNB/GnbInitAtEarly.c
src/vendorcode/amd/agesa/f14/Proc/GNB/GnbInitAtEnv.c
src/vendorcode/amd/agesa/f14/Proc/GNB/GnbInitAtLate.c
src/vendorcode/amd/agesa/f14/Proc/GNB/GnbInitAtMid.c
src/vendorcode/amd/agesa/f14/Proc/GNB/GnbInitAtPost.c
src/vendorcode/amd/agesa/f14/Proc/GNB/GnbInitAtReset.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbCommonLib/GnbLib.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbCommonLib/GnbLibCpuAcc.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbCommonLib/GnbLibHeap.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbCommonLib/GnbLibPci.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbGfxConfig/GfxConfigEnv.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbGfxConfig/GfxConfigPost.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbGfxInitLibV1/GfxEnumConnectors.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbGfxInitLibV1/GfxPowerPlayTable.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbGfxInitLibV1/GfxPowerPlayTable.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbNbInitLibV1/GnbNbInitLibV1.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieAlibV1/PcieAlib.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieAlibV1/PcieAlibConfig.esl
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieAlibV1/PcieAlibCore.esl
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieAlibV1/PcieAlibHotplug.esl
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieAlibV1/PcieAlibPspp.esl
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieConfig/PcieConfigData.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieConfig/PcieConfigData.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieConfig/PcieConfigLib.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieConfig/PcieInputParser.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieConfig/PcieMapTopology.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieInitLibV1/PcieAspm.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieInitLibV1/PcieAspmBlackList.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieInitLibV1/PciePifServices.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieInitLibV1/PciePortRegAcc.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieInitLibV1/PciePortServices.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieInitLibV1/PciePowerMgmt.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieInitLibV1/PcieSbLink.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieInitLibV1/PcieSiliconServices.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieInitLibV1/PcieSmuLib.esl
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieInitLibV1/PcieTopologyServices.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieInitLibV1/PcieUtilityLib.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieTrainingV1/PcieTraining.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieTrainingV1/PcieWorkarounds.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/Family/0x14/F14NbPowerGate.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/Family/0x14/F14NbServices.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/Family/0x14/F14NbSmu.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/Family/0x14/F14NbSmuFirmware.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/Family/NbFamilyServices.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/Feature/NbFuseTable.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/NbInit.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/NbPowerMgmt.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/NbPowerMgmt.h
src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/NbSmuLib.c
src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/NbSmuLib.h
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/Family/0x14/F14PcieAlib.c
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/Family/0x14/F14PcieAlib.esl
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/Family/0x14/F14PcieAlibSsdt.h
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/Family/0x14/F14PcieComplexConfig.c
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/Family/0x14/F14PcieComplexServices.c
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/Family/0x14/F14PciePhyServices.c
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/Family/0x14/F14PciePifServices.c
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/Family/0x14/F14PcieWrapperServices.c
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/Family/0x14/OntarioComplexData.h
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/PcieInit.c
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/PcieInitAtEnv.h
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/PcieInitAtPost.c
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/PcieLateInit.c
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/PcieMiscLib.c
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/PciePortInit.c
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/PciePortInit.h
src/vendorcode/amd/agesa/f14/Proc/GNB/PCIe/PciePortLateInit.c
src/vendorcode/amd/agesa/f14/Proc/HT/Fam14/htNbFam14.c
src/vendorcode/amd/agesa/f14/Proc/HT/Fam14/htNbUtilitiesFam14.c
src/vendorcode/amd/agesa/f14/Proc/HT/Fam14/htNbUtilitiesFam14.h
src/vendorcode/amd/agesa/f14/Proc/IDS/IdsLib.h
src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/CSINTLV/mfcsi.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/DMI/mfDMI.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/ECC/mfecc.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/ECC/mfemp.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/EXCLUDIMM/mfdimmexclud.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/IDENDIMM/mfidendimm.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/S3/mfs3.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/ON/mmflowon.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/mdef.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/minit.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/mmEcc.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/mmExcludeDimm.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/mmLvDdr3.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/mmMemClr.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/mmMemRestore.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/mmNodeInterleave.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/mmOnlineSpare.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/mmParallelTraining.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/mmStandardTraining.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/mmUmaAlloc.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/mmflow.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/mu.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Main/muc.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/C32/mnParTrainc32.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/DA/mnParTrainDa.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/DA/mndctda.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/DR/mnParTrainDr.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/HY/mnParTrainHy.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/ON/mnS3on.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/ON/mndcton.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/ON/mnflowon.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/ON/mnidendimmon.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/ON/mnon.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/ON/mnon.h
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/ON/mnprotoon.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/ON/mnregon.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/mndct.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/mnfeat.c
src/vendorcode/amd/agesa/f14/Proc/Mem/NB/mnmct.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Ps/ON/mpson3.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Ps/ON/mpuon3.c
src/vendorcode/amd/agesa/f14/Proc/Mem/Tech/DDR3/mtrci3.c
src/vendorcode/amd/agesa/f14/Proc/Mem/mm.h
src/vendorcode/amd/agesa/f14/Proc/Mem/mn.h
src/vendorcode/amd/agesa/f14/Proc/Recovery/Mem/NB/ON/mrndcton.c
src/vendorcode/amd/agesa/f14/Proc/Recovery/Mem/NB/ON/mrnmcton.c
src/vendorcode/amd/agesa/f14/Proc/Recovery/Mem/NB/ON/mrnon.c
src/vendorcode/amd/agesa/f14/Proc/Recovery/Mem/NB/ON/mrnon.h
src/vendorcode/amd/agesa/f14/Proc/Recovery/Mem/NB/mrndct.c
src/vendorcode/amd/agesa/f14/Proc/Recovery/Mem/NB/mrnmct.c
src/vendorcode/amd/agesa/f14/Proc/Recovery/Mem/NB/mrntrain3.c
src/vendorcode/amd/agesa/f14/Proc/Recovery/Mem/Tech/DDR3/mrtsdi3.c
src/vendorcode/amd/agesa/f14/Proc/Recovery/Mem/Tech/DDR3/mrttwl3.c
src/vendorcode/amd/agesa/f14/Proc/Recovery/Mem/Tech/mrtthrc.c
src/vendorcode/amd/agesa/f14/Proc/Recovery/Mem/Tech/mrttsrc.c
src/vendorcode/amd/agesa/f14/Proc/Recovery/Mem/mrm.c