zbao | 7d94cf9 | 2012-07-02 14:19:14 +0800 | [diff] [blame] | 1 | #***************************************************************************** |
| 2 | # |
| 3 | # Copyright (c) 2012, Advanced Micro Devices, Inc. |
| 4 | # All rights reserved. |
| 5 | # |
| 6 | # Redistribution and use in source and binary forms, with or without |
| 7 | # modification, are permitted provided that the following conditions are met: |
| 8 | # * Redistributions of source code must retain the above copyright |
| 9 | # notice, this list of conditions and the following disclaimer. |
| 10 | # * Redistributions in binary form must reproduce the above copyright |
| 11 | # notice, this list of conditions and the following disclaimer in the |
| 12 | # documentation and/or other materials provided with the distribution. |
| 13 | # * Neither the name of Advanced Micro Devices, Inc. nor the names of |
| 14 | # its contributors may be used to endorse or promote products derived |
| 15 | # from this software without specific prior written permission. |
| 16 | # |
| 17 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 18 | # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 19 | # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 20 | # DISCLAIMED. IN NO EVENT SHALL ADVANCED MICRO DEVICES, INC. BE LIABLE FOR ANY |
| 21 | # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 22 | # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 23 | # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 24 | # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 | # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 26 | # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | # |
| 28 | #***************************************************************************** |
| 29 | |
| 30 | # AGESA V5 Files |
| 31 | AGESA_ROOT = src/vendorcode/amd/agesa/f15tn |
| 32 | |
| 33 | AGESA_INC = -Isrc/mainboard/$(MAINBOARDDIR) |
| 34 | AGESA_INC += -I$(AGESA_ROOT) |
| 35 | AGESA_INC += -I$(AGESA_ROOT)/Include |
| 36 | AGESA_INC += -I$(AGESA_ROOT)/Lib |
| 37 | AGESA_INC += -I$(AGESA_ROOT)/Legacy |
| 38 | AGESA_INC += -I$(AGESA_ROOT)/Proc/Common |
| 39 | AGESA_INC += -I$(AGESA_ROOT)/Proc/HT |
| 40 | AGESA_INC += -I$(AGESA_ROOT)/Proc/CPU |
| 41 | AGESA_INC += -I$(AGESA_ROOT)/Proc/CPU/Feature |
| 42 | AGESA_INC += -I$(AGESA_ROOT)/Proc/CPU/Family |
| 43 | AGESA_INC += -I$(AGESA_ROOT)/Proc/CPU/Family/0x15 |
| 44 | AGESA_INC += -I$(AGESA_ROOT)/Proc/CPU/Family/0x15/TN |
| 45 | AGESA_INC += -I$(AGESA_ROOT)/Proc/Mem |
| 46 | AGESA_INC += -I$(AGESA_ROOT)/Proc/Mem/NB/TN |
| 47 | AGESA_INC += -I$(AGESA_ROOT)/Proc/IDS |
| 48 | AGESA_INC += -I$(AGESA_ROOT)/Proc/IDS/Family |
| 49 | AGESA_INC += -I$(AGESA_ROOT)/Proc/IDS/Family/0x15 |
| 50 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB |
| 51 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Common |
zbao | 7d94cf9 | 2012-07-02 14:19:14 +0800 | [diff] [blame] | 52 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbGfxConfig |
| 53 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbPcieConfig |
| 54 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbGfxInitLibV1 |
| 55 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbPcieInitLibV1 |
| 56 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbNbInitLibV1 |
| 57 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbInitTN |
| 58 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbSbLib |
| 59 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbPcieTrainingV1 |
| 60 | AGESA_INC += -I$(AGESA_ROOT)/Proc/IDS/Family/0x15/TN |
| 61 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbCommonLib |
zbao | 7d94cf9 | 2012-07-02 14:19:14 +0800 | [diff] [blame] | 62 | AGESA_INC += -I$(AGESA_ROOT)/Proc/Mem/Main |
| 63 | AGESA_INC += -I$(AGESA_ROOT)/Proc/IDS/Library |
| 64 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbNbInitLibV4 |
| 65 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbIommuIvrs |
| 66 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbIvrsLib |
| 67 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbSbIommuLib |
| 68 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbTable |
| 69 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbPcieInitLibV4 |
| 70 | AGESA_INC += -I$(AGESA_ROOT)/Proc/Fch |
| 71 | AGESA_INC += -I$(AGESA_ROOT)/Proc/Fch/Common |
| 72 | AGESA_INC += -I$(AGESA_ROOT)/Proc/IDS/Debug |
| 73 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbPcieAspm |
| 74 | AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Include/Library |
| 75 | |
| 76 | AGESA_INC += -I$(src)/southbridge/amd/agesa/hudson |
| 77 | |
Patrick Georgi | 9f5af6a | 2014-05-18 23:30:56 +0200 | [diff] [blame] | 78 | CFLAGS_x86_32 += -march=k8-sse3 -mtune=k8-sse3 -fno-zero-initialized-in-bss -fno-strict-aliasing |
zbao | 7d94cf9 | 2012-07-02 14:19:14 +0800 | [diff] [blame] | 79 | |
| 80 | export AGESA_ROOT := $(AGESA_ROOT) |
| 81 | export AGESA_INC := $(AGESA_INC) |
Patrick Georgi | e392743 | 2014-05-18 23:04:27 +0200 | [diff] [blame] | 82 | CPPFLAGS_x86_32 += $(AGESA_INC) |
zbao | 7d94cf9 | 2012-07-02 14:19:14 +0800 | [diff] [blame] | 83 | ####################################################################### |
Alexandru Gagniuc | ee905a8 | 2014-03-29 13:15:18 -0500 | [diff] [blame] | 84 | |
| 85 | classes-y += libagesa |
| 86 | |
Furquan Shaikh | 99ac98f | 2014-04-23 10:18:48 -0700 | [diff] [blame] | 87 | $(eval $(call create_class_compiler,libagesa,x86_32)) |
| 88 | |
Alexandru Gagniuc | ee905a8 | 2014-03-29 13:15:18 -0500 | [diff] [blame] | 89 | libagesa-y += Legacy/Proc/Dispatcher.c |
| 90 | libagesa-y += Legacy/Proc/agesaCallouts.c |
| 91 | libagesa-y += Legacy/Proc/hobTransfer.c |
| 92 | libagesa-y += Lib/amdlib.c |
| 93 | libagesa-y += Lib/helper.c |
| 94 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnC6State.c |
| 95 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnCpb.c |
| 96 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnEquivalenceTable.c |
| 97 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnInitEarlyTable.c |
| 98 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnIoCstate.c |
| 99 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnLogicalIdTables.c |
| 100 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnMicrocodePatch0600110F_Enc.c |
| 101 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnMicrocodePatchTables.c |
| 102 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnMsrTables.c |
| 103 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnPciTables.c |
| 104 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnPowerMgmtSystemTables.c |
| 105 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnPowerPlane.c |
| 106 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnSharedMsrTable.c |
| 107 | libagesa-y += Proc/CPU/Family/0x15/TN/F15TnUtilities.c |
| 108 | libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnCacheFlushOnHalt.c |
| 109 | libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnCoreAfterReset.c |
| 110 | libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnDmi.c |
| 111 | libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnHtc.c |
| 112 | libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnNbAfterReset.c |
| 113 | libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnPowerCheck.c |
| 114 | libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnPsi.c |
| 115 | libagesa-y += Proc/CPU/Family/0x15/TN/cpuF15TnPstate.c |
| 116 | libagesa-y += Proc/CPU/Family/0x15/cpuCommonF15Utilities.c |
| 117 | libagesa-y += Proc/CPU/Family/0x15/cpuF15BrandId.c |
| 118 | libagesa-y += Proc/CPU/Family/0x15/cpuF15CacheDefaults.c |
| 119 | libagesa-y += Proc/CPU/Family/0x15/cpuF15Dmi.c |
| 120 | libagesa-y += Proc/CPU/Family/0x15/cpuF15MmioMap.c |
| 121 | libagesa-y += Proc/CPU/Family/0x15/cpuF15MsrTables.c |
| 122 | libagesa-y += Proc/CPU/Family/0x15/cpuF15PciTables.c |
| 123 | libagesa-y += Proc/CPU/Family/0x15/cpuF15PowerCheck.c |
| 124 | libagesa-y += Proc/CPU/Family/0x15/cpuF15Utilities.c |
| 125 | libagesa-y += Proc/CPU/Family/0x15/cpuF15WheaInitDataTables.c |
| 126 | libagesa-y += Proc/CPU/Feature/PreserveMailbox.c |
| 127 | libagesa-y += Proc/CPU/Feature/cpuC6State.c |
| 128 | libagesa-y += Proc/CPU/Feature/cpuCacheFlushOnHalt.c |
| 129 | libagesa-y += Proc/CPU/Feature/cpuCacheInit.c |
| 130 | libagesa-y += Proc/CPU/Feature/cpuCoreLeveling.c |
| 131 | libagesa-y += Proc/CPU/Feature/cpuCpb.c |
| 132 | libagesa-y += Proc/CPU/Feature/cpuDmi.c |
| 133 | libagesa-y += Proc/CPU/Feature/cpuFeatureLeveling.c |
| 134 | libagesa-y += Proc/CPU/Feature/cpuFeatures.c |
| 135 | libagesa-y += Proc/CPU/Feature/cpuHtc.c |
| 136 | libagesa-y += Proc/CPU/Feature/cpuHwC1e.c |
| 137 | libagesa-y += Proc/CPU/Feature/cpuIoCstate.c |
| 138 | libagesa-y += Proc/CPU/Feature/cpuPsi.c |
| 139 | libagesa-y += Proc/CPU/Feature/cpuPstateGather.c |
| 140 | libagesa-y += Proc/CPU/Feature/cpuPstateLeveling.c |
| 141 | libagesa-y += Proc/CPU/Feature/cpuPstateTables.c |
| 142 | libagesa-y += Proc/CPU/Feature/cpuSlit.c |
| 143 | libagesa-y += Proc/CPU/Feature/cpuSrat.c |
| 144 | libagesa-y += Proc/CPU/Feature/cpuWhea.c |
| 145 | libagesa-y += Proc/CPU/S3.c |
| 146 | libagesa-y += Proc/CPU/Table.c |
| 147 | libagesa-y += Proc/CPU/cahalt.c |
| 148 | libagesa-y += Proc/CPU/cahaltasm.S |
| 149 | libagesa-y += Proc/CPU/cpuApicUtilities.c |
| 150 | libagesa-y += Proc/CPU/cpuBist.c |
| 151 | libagesa-y += Proc/CPU/cpuBrandId.c |
| 152 | libagesa-y += Proc/CPU/cpuEarlyInit.c |
| 153 | libagesa-y += Proc/CPU/cpuEventLog.c |
| 154 | libagesa-y += Proc/CPU/cpuFamilyTranslation.c |
| 155 | libagesa-y += Proc/CPU/cpuGeneralServices.c |
| 156 | libagesa-y += Proc/CPU/cpuInitEarlyTable.c |
| 157 | libagesa-y += Proc/CPU/cpuLateInit.c |
| 158 | libagesa-y += Proc/CPU/cpuMicrocodePatch.c |
| 159 | libagesa-y += Proc/CPU/cpuPostInit.c |
| 160 | libagesa-y += Proc/CPU/cpuPowerMgmt.c |
| 161 | libagesa-y += Proc/CPU/cpuPowerMgmtMultiSocket.c |
| 162 | libagesa-y += Proc/CPU/cpuPowerMgmtSingleSocket.c |
| 163 | libagesa-y += Proc/CPU/cpuWarmReset.c |
| 164 | libagesa-y += Proc/CPU/heapManager.c |
| 165 | libagesa-y += Proc/Common/AmdInitEarly.c |
| 166 | libagesa-y += Proc/Common/AmdInitEnv.c |
| 167 | libagesa-y += Proc/Common/AmdInitLate.c |
| 168 | libagesa-y += Proc/Common/AmdInitMid.c |
| 169 | libagesa-y += Proc/Common/AmdInitPost.c |
| 170 | libagesa-y += Proc/Common/AmdInitReset.c |
| 171 | libagesa-y += Proc/Common/AmdInitResume.c |
| 172 | libagesa-y += Proc/Common/AmdLateRunApTask.c |
| 173 | libagesa-y += Proc/Common/AmdS3LateRestore.c |
| 174 | libagesa-y += Proc/Common/AmdS3Save.c |
| 175 | libagesa-y += Proc/Common/CommonInits.c |
| 176 | libagesa-y += Proc/Common/CommonReturns.c |
| 177 | libagesa-y += Proc/Common/CreateStruct.c |
| 178 | libagesa-y += Proc/Common/S3RestoreState.c |
| 179 | libagesa-y += Proc/Common/S3SaveState.c |
| 180 | libagesa-y += Proc/GNB/Common/GnbLibFeatures.c |
| 181 | libagesa-y += Proc/GNB/GnbInitAtEarly.c |
| 182 | libagesa-y += Proc/GNB/GnbInitAtEnv.c |
| 183 | libagesa-y += Proc/GNB/GnbInitAtLate.c |
| 184 | libagesa-y += Proc/GNB/GnbInitAtMid.c |
| 185 | libagesa-y += Proc/GNB/GnbInitAtPost.c |
| 186 | libagesa-y += Proc/GNB/GnbInitAtReset.c |
| 187 | libagesa-y += Proc/GNB/GnbInitAtS3Save.c |
| 188 | libagesa-y += Proc/GNB/Library/GnbTimerLibWrap0/GnbTimerLibWrap0.c |
| 189 | libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLib.c |
| 190 | libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibCpuAcc.c |
| 191 | libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibHeap.c |
| 192 | libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibIoAcc.c |
| 193 | libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibMemAcc.c |
| 194 | libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibPci.c |
| 195 | libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibPciAcc.c |
| 196 | libagesa-y += Proc/GNB/Modules/GnbFamTranslation/GnbPcieTranslation.c |
| 197 | libagesa-y += Proc/GNB/Modules/GnbFamTranslation/GnbTranslation.c |
| 198 | libagesa-y += Proc/GNB/Modules/GnbGfxConfig/GfxConfigEnv.c |
| 199 | libagesa-y += Proc/GNB/Modules/GnbGfxConfig/GfxConfigLib.c |
| 200 | libagesa-y += Proc/GNB/Modules/GnbGfxConfig/GfxConfigMid.c |
| 201 | libagesa-y += Proc/GNB/Modules/GnbGfxConfig/GfxConfigPost.c |
| 202 | libagesa-y += Proc/GNB/Modules/GnbGfxInitLibV1/GfxCardInfo.c |
| 203 | libagesa-y += Proc/GNB/Modules/GnbGfxInitLibV1/GfxEnumConnectors.c |
| 204 | libagesa-y += Proc/GNB/Modules/GnbGfxInitLibV1/GfxPowerPlayTable.c |
| 205 | libagesa-y += Proc/GNB/Modules/GnbGfxInitLibV1/GnbGfxInitLibV1.c |
| 206 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxEnvInitTN.c |
| 207 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxGmcInitTN.c |
| 208 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxIntegratedInfoTableTN.c |
| 209 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxLibTN.c |
| 210 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxMidInitTN.c |
| 211 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxPostInitTN.c |
| 212 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GfxTablesTN.c |
| 213 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbBapmCoeffCalcTN.c |
| 214 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbEarlyInitTN.c |
| 215 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbEnvInitTN.c |
| 216 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbFuseTableTN.c |
| 217 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbIommuIvrsTN.c |
| 218 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbMidInitTN.c |
| 219 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbPostInitTN.c |
| 220 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbRegisterAccTN.c |
| 221 | libagesa-y += Proc/GNB/Modules/GnbInitTN/GnbTablesTN.c |
| 222 | libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieAlibTNFM2.c |
| 223 | libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieAlibTNFS1.c |
| 224 | libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieComplexDataTN.c |
| 225 | libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieConfigTN.c |
| 226 | libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieEarlyInitTN.c |
| 227 | libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieEnvInitTN.c |
| 228 | libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieLibTN.c |
| 229 | libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieMidInitTN.c |
| 230 | libagesa-y += Proc/GNB/Modules/GnbInitTN/PciePostInitTN.c |
| 231 | libagesa-y += Proc/GNB/Modules/GnbInitTN/PciePowerGateTN.c |
| 232 | libagesa-y += Proc/GNB/Modules/GnbInitTN/PcieTablesTN.c |
| 233 | libagesa-y += Proc/GNB/Modules/GnbIommuIvrs/GnbIommuIvrs.c |
| 234 | libagesa-y += Proc/GNB/Modules/GnbIvrsLib/GnbIvrsLib.c |
| 235 | libagesa-y += Proc/GNB/Modules/GnbMSocketLib/GnbMSocketLib.c |
| 236 | libagesa-y += Proc/GNB/Modules/GnbNbInitLibV1/GnbNbInitLibV1.c |
| 237 | libagesa-y += Proc/GNB/Modules/GnbNbInitLibV4/GnbNbInitLibV4.c |
| 238 | libagesa-y += Proc/GNB/Modules/GnbPcieAlibV1/PcieAlib.c |
| 239 | libagesa-y += Proc/GNB/Modules/GnbPcieAspm/PcieAspm.c |
| 240 | libagesa-y += Proc/GNB/Modules/GnbPcieClkPm/PcieClkPm.c |
| 241 | libagesa-y += Proc/GNB/Modules/GnbPcieConfig/GnbHandleLib.c |
| 242 | libagesa-y += Proc/GNB/Modules/GnbPcieConfig/PcieConfigData.c |
| 243 | libagesa-y += Proc/GNB/Modules/GnbPcieConfig/PcieConfigLib.c |
| 244 | libagesa-y += Proc/GNB/Modules/GnbPcieConfig/PcieInputParser.c |
| 245 | libagesa-y += Proc/GNB/Modules/GnbPcieConfig/PcieMapTopology.c |
| 246 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieAspmBlackList.c |
| 247 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieAspmExitLatency.c |
| 248 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePhyServices.c |
| 249 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePifServices.c |
| 250 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePortRegAcc.c |
| 251 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePortServices.c |
| 252 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePowerMgmt.c |
| 253 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieSiliconServices.c |
| 254 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieTimer.c |
| 255 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieTopologyServices.c |
| 256 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieUtilityLib.c |
| 257 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieWrapperRegAcc.c |
| 258 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV4/PcieMaxPayloadV4.c |
| 259 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV4/PciePortServicesV4.c |
| 260 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV4/PciePowerMgmtV4.c |
| 261 | libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV4/PcieWrapperServicesV4.c |
| 262 | libagesa-y += Proc/GNB/Modules/GnbPcieTrainingV1/PcieTraining.c |
| 263 | libagesa-y += Proc/GNB/Modules/GnbPcieTrainingV1/PcieWorkarounds.c |
| 264 | libagesa-y += Proc/GNB/Modules/GnbSbIommuLib/GnbSbIommuLib.c |
| 265 | libagesa-y += Proc/GNB/Modules/GnbSbLib/GnbSbLib.c |
| 266 | libagesa-y += Proc/GNB/Modules/GnbSbLib/GnbSbPcie.c |
| 267 | libagesa-y += Proc/GNB/Modules/GnbSview/GnbSview.c |
| 268 | libagesa-y += Proc/GNB/Modules/GnbTable/GnbTable.c |
| 269 | libagesa-y += Proc/HT/Fam15Mod1x/htNbFam15Mod1x.c |
| 270 | libagesa-y += Proc/HT/Fam15Mod1x/htNbUtilitiesFam15Mod1x.c |
| 271 | libagesa-y += Proc/HT/htFeat.c |
| 272 | libagesa-y += Proc/HT/htInterface.c |
| 273 | libagesa-y += Proc/HT/htInterfaceCoherent.c |
| 274 | libagesa-y += Proc/HT/htInterfaceGeneral.c |
| 275 | libagesa-y += Proc/HT/htInterfaceNonCoherent.c |
| 276 | libagesa-y += Proc/HT/htMain.c |
| 277 | libagesa-y += Proc/HT/htNb.c |
| 278 | libagesa-y += Proc/HT/htNotify.c |
| 279 | libagesa-y += Proc/IDS/Debug/IdsDebug.c |
| 280 | libagesa-y += Proc/IDS/Debug/IdsDebugPrint.c |
| 281 | libagesa-y += Proc/IDS/Debug/IdsDpSerial.c |
| 282 | libagesa-y += Proc/IDS/Family/0x15/TN/IdsF15TnAllService.c |
| 283 | libagesa-y += Proc/IDS/Library/IdsLib.c |
| 284 | libagesa-y += Proc/Mem/Ardk/ma.c |
| 285 | libagesa-y += Proc/Mem/Feat/CHINTLV/mfchi.c |
| 286 | libagesa-y += Proc/Mem/Feat/CSINTLV/mfcsi.c |
| 287 | libagesa-y += Proc/Mem/Feat/DMI/mfDMI.c |
| 288 | libagesa-y += Proc/Mem/Feat/ECC/mfecc.c |
| 289 | libagesa-y += Proc/Mem/Feat/ECC/mfemp.c |
| 290 | libagesa-y += Proc/Mem/Feat/EXCLUDIMM/mfdimmexclud.c |
| 291 | libagesa-y += Proc/Mem/Feat/IDENDIMM/mfidendimm.c |
| 292 | libagesa-y += Proc/Mem/Feat/INTLVRN/mfintlvrn.c |
| 293 | libagesa-y += Proc/Mem/Feat/LVDDR3/mflvddr3.c |
| 294 | libagesa-y += Proc/Mem/Feat/MEMCLR/mfmemclr.c |
| 295 | libagesa-y += Proc/Mem/Feat/ODTHERMAL/mfodthermal.c |
| 296 | libagesa-y += Proc/Mem/Feat/PARTRN/mfParallelTraining.c |
| 297 | libagesa-y += Proc/Mem/Feat/PARTRN/mfStandardTraining.c |
| 298 | libagesa-y += Proc/Mem/Feat/S3/mfs3.c |
| 299 | libagesa-y += Proc/Mem/Feat/TABLE/mftds.c |
| 300 | libagesa-y += Proc/Mem/Main/TN/mmflowtn.c |
| 301 | libagesa-y += Proc/Mem/Main/mdef.c |
| 302 | libagesa-y += Proc/Mem/Main/merrhdl.c |
| 303 | libagesa-y += Proc/Mem/Main/minit.c |
| 304 | libagesa-y += Proc/Mem/Main/mm.c |
| 305 | libagesa-y += Proc/Mem/Main/mmConditionalPso.c |
| 306 | libagesa-y += Proc/Mem/Main/mmEcc.c |
| 307 | libagesa-y += Proc/Mem/Main/mmExcludeDimm.c |
| 308 | libagesa-y += Proc/Mem/Main/mmLvDdr3.c |
| 309 | libagesa-y += Proc/Mem/Main/mmMemClr.c |
| 310 | libagesa-y += Proc/Mem/Main/mmMemRestore.c |
| 311 | libagesa-y += Proc/Mem/Main/mmNodeInterleave.c |
| 312 | libagesa-y += Proc/Mem/Main/mmOnlineSpare.c |
| 313 | libagesa-y += Proc/Mem/Main/mmParallelTraining.c |
| 314 | libagesa-y += Proc/Mem/Main/mmStandardTraining.c |
| 315 | libagesa-y += Proc/Mem/Main/mmUmaAlloc.c |
| 316 | libagesa-y += Proc/Mem/Main/mmflow.c |
| 317 | libagesa-y += Proc/Mem/Main/mu.c |
| 318 | libagesa-y += Proc/Mem/Main/muc.c |
| 319 | libagesa-y += Proc/Mem/NB/TN/mndcttn.c |
| 320 | libagesa-y += Proc/Mem/NB/TN/mnflowtn.c |
| 321 | libagesa-y += Proc/Mem/NB/TN/mnidendimmtn.c |
| 322 | libagesa-y += Proc/Mem/NB/TN/mnmcttn.c |
| 323 | libagesa-y += Proc/Mem/NB/TN/mnottn.c |
| 324 | libagesa-y += Proc/Mem/NB/TN/mnphytn.c |
| 325 | libagesa-y += Proc/Mem/NB/TN/mnregtn.c |
| 326 | libagesa-y += Proc/Mem/NB/TN/mns3tn.c |
| 327 | libagesa-y += Proc/Mem/NB/TN/mntn.c |
| 328 | libagesa-y += Proc/Mem/NB/mn.c |
| 329 | libagesa-y += Proc/Mem/NB/mnS3.c |
| 330 | libagesa-y += Proc/Mem/NB/mndct.c |
| 331 | libagesa-y += Proc/Mem/NB/mnfeat.c |
| 332 | libagesa-y += Proc/Mem/NB/mnflow.c |
| 333 | libagesa-y += Proc/Mem/NB/mnmct.c |
| 334 | libagesa-y += Proc/Mem/NB/mnphy.c |
| 335 | libagesa-y += Proc/Mem/NB/mnreg.c |
| 336 | libagesa-y += Proc/Mem/NB/mntrain3.c |
| 337 | libagesa-y += Proc/Mem/Ps/TN/FM2/mpUtnfm2.c |
| 338 | libagesa-y += Proc/Mem/Ps/TN/FP2/mpStnfp2.c |
| 339 | libagesa-y += Proc/Mem/Ps/TN/FS1/mpStnfs1.c |
| 340 | libagesa-y += Proc/Mem/Ps/TN/mpStn3.c |
| 341 | libagesa-y += Proc/Mem/Ps/TN/mpUtn3.c |
| 342 | libagesa-y += Proc/Mem/Ps/TN/mptn3.c |
| 343 | libagesa-y += Proc/Mem/Ps/mp.c |
| 344 | libagesa-y += Proc/Mem/Ps/mpmaxfreq.c |
| 345 | libagesa-y += Proc/Mem/Ps/mpmr0.c |
| 346 | libagesa-y += Proc/Mem/Ps/mpodtpat.c |
| 347 | libagesa-y += Proc/Mem/Ps/mprtt.c |
| 348 | libagesa-y += Proc/Mem/Ps/mpsao.c |
| 349 | libagesa-y += Proc/Mem/Tech/DDR3/mt3.c |
| 350 | libagesa-y += Proc/Mem/Tech/DDR3/mtot3.c |
| 351 | libagesa-y += Proc/Mem/Tech/DDR3/mtrci3.c |
| 352 | libagesa-y += Proc/Mem/Tech/DDR3/mtsdi3.c |
| 353 | libagesa-y += Proc/Mem/Tech/DDR3/mtspd3.c |
| 354 | libagesa-y += Proc/Mem/Tech/DDR3/mttecc3.c |
| 355 | libagesa-y += Proc/Mem/Tech/DDR3/mttwl3.c |
| 356 | libagesa-y += Proc/Mem/Tech/mt.c |
| 357 | libagesa-y += Proc/Mem/Tech/mthdi.c |
| 358 | libagesa-y += Proc/Mem/Tech/mttEdgeDetect.c |
| 359 | libagesa-y += Proc/Mem/Tech/mttdimbt.c |
| 360 | libagesa-y += Proc/Mem/Tech/mttecc.c |
| 361 | libagesa-y += Proc/Mem/Tech/mtthrc.c |
| 362 | libagesa-y += Proc/Mem/Tech/mtthrcSeedTrain.c |
| 363 | libagesa-y += Proc/Mem/Tech/mttml.c |
| 364 | libagesa-y += Proc/Mem/Tech/mttoptsrc.c |
| 365 | libagesa-y += Proc/Mem/Tech/mttsrc.c |
| 366 | libagesa-y += Proc/Fch/Azalia/AzaliaEnv.c |
| 367 | libagesa-y += Proc/Fch/Azalia/AzaliaLate.c |
| 368 | libagesa-y += Proc/Fch/Azalia/AzaliaMid.c |
| 369 | libagesa-y += Proc/Fch/Azalia/AzaliaReset.c |
| 370 | libagesa-y += Proc/Fch/Common/AcpiLib.c |
| 371 | libagesa-y += Proc/Fch/Common/FchCommon.c |
| 372 | libagesa-y += Proc/Fch/Common/FchLib.c |
| 373 | libagesa-y += Proc/Fch/Common/FchPeLib.c |
| 374 | libagesa-y += Proc/Fch/Common/MemLib.c |
| 375 | libagesa-y += Proc/Fch/Common/PciLib.c |
| 376 | libagesa-y += Proc/Fch/Gec/Family/Hudson2/Hudson2GecEnvService.c |
| 377 | libagesa-y += Proc/Fch/Gec/Family/Hudson2/Hudson2GecService.c |
| 378 | libagesa-y += Proc/Fch/Gec/GecEnv.c |
| 379 | libagesa-y += Proc/Fch/Gec/GecLate.c |
| 380 | libagesa-y += Proc/Fch/Gec/GecMid.c |
| 381 | libagesa-y += Proc/Fch/Gec/GecReset.c |
| 382 | libagesa-y += Proc/Fch/HwAcpi/Family/Hudson2/Hudson2HwAcpiEnvService.c |
| 383 | libagesa-y += Proc/Fch/HwAcpi/Family/Hudson2/Hudson2HwAcpiLateService.c |
| 384 | libagesa-y += Proc/Fch/HwAcpi/Family/Hudson2/Hudson2HwAcpiMidService.c |
| 385 | libagesa-y += Proc/Fch/HwAcpi/Family/Hudson2/Hudson2SSService.c |
| 386 | libagesa-y += Proc/Fch/HwAcpi/HwAcpiEnv.c |
| 387 | libagesa-y += Proc/Fch/HwAcpi/HwAcpiLate.c |
| 388 | libagesa-y += Proc/Fch/HwAcpi/HwAcpiMid.c |
| 389 | libagesa-y += Proc/Fch/HwAcpi/HwAcpiReset.c |
| 390 | libagesa-y += Proc/Fch/Hwm/Family/Hudson2/Hudson2HwmEnvService.c |
| 391 | libagesa-y += Proc/Fch/Hwm/Family/Hudson2/Hudson2HwmLateService.c |
| 392 | libagesa-y += Proc/Fch/Hwm/Family/Hudson2/Hudson2HwmMidService.c |
| 393 | libagesa-y += Proc/Fch/Hwm/HwmEnv.c |
| 394 | libagesa-y += Proc/Fch/Hwm/HwmLate.c |
| 395 | libagesa-y += Proc/Fch/Hwm/HwmMid.c |
| 396 | libagesa-y += Proc/Fch/Hwm/HwmReset.c |
| 397 | libagesa-y += Proc/Fch/Ide/IdeEnv.c |
| 398 | libagesa-y += Proc/Fch/Ide/IdeLate.c |
| 399 | libagesa-y += Proc/Fch/Ide/IdeMid.c |
| 400 | libagesa-y += Proc/Fch/Imc/Family/Hudson2/Hudson2ImcService.c |
| 401 | libagesa-y += Proc/Fch/Imc/FchEcEnv.c |
| 402 | libagesa-y += Proc/Fch/Imc/FchEcLate.c |
| 403 | libagesa-y += Proc/Fch/Imc/FchEcMid.c |
| 404 | libagesa-y += Proc/Fch/Imc/FchEcReset.c |
| 405 | libagesa-y += Proc/Fch/Imc/ImcEnv.c |
| 406 | libagesa-y += Proc/Fch/Imc/ImcLate.c |
| 407 | libagesa-y += Proc/Fch/Imc/ImcLib.c |
| 408 | libagesa-y += Proc/Fch/Imc/ImcMid.c |
| 409 | libagesa-y += Proc/Fch/Imc/ImcReset.c |
| 410 | libagesa-y += Proc/Fch/Interface/Family/Hudson2/EnvDefHudson2.c |
| 411 | libagesa-y += Proc/Fch/Interface/Family/Hudson2/ResetDefHudson2.c |
| 412 | libagesa-y += Proc/Fch/Interface/FchInitEnv.c |
| 413 | libagesa-y += Proc/Fch/Interface/FchInitLate.c |
| 414 | libagesa-y += Proc/Fch/Interface/FchInitMid.c |
| 415 | libagesa-y += Proc/Fch/Interface/FchInitReset.c |
| 416 | libagesa-y += Proc/Fch/Interface/FchInitS3.c |
| 417 | libagesa-y += Proc/Fch/Interface/FchTaskLauncher.c |
| 418 | libagesa-y += Proc/Fch/Interface/InitEnvDef.c |
| 419 | libagesa-y += Proc/Fch/Interface/InitResetDef.c |
| 420 | libagesa-y += Proc/Fch/Ir/IrEnv.c |
| 421 | libagesa-y += Proc/Fch/Ir/IrLate.c |
| 422 | libagesa-y += Proc/Fch/Ir/IrMid.c |
| 423 | libagesa-y += Proc/Fch/Pcib/PcibEnv.c |
| 424 | libagesa-y += Proc/Fch/Pcib/PcibLate.c |
| 425 | libagesa-y += Proc/Fch/Pcib/PcibMid.c |
| 426 | libagesa-y += Proc/Fch/Pcib/PcibReset.c |
| 427 | libagesa-y += Proc/Fch/Pcie/AbEnv.c |
| 428 | libagesa-y += Proc/Fch/Pcie/AbLate.c |
| 429 | libagesa-y += Proc/Fch/Pcie/AbMid.c |
| 430 | libagesa-y += Proc/Fch/Pcie/AbReset.c |
| 431 | libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2AbEnvService.c |
| 432 | libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2AbResetService.c |
| 433 | libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2AbService.c |
| 434 | libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2GppResetService.c |
| 435 | libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2GppService.c |
| 436 | libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2PcieEnvService.c |
| 437 | libagesa-y += Proc/Fch/Pcie/Family/Hudson2/Hudson2PcieService.c |
| 438 | libagesa-y += Proc/Fch/Pcie/GppEnv.c |
| 439 | libagesa-y += Proc/Fch/Pcie/GppHp.c |
| 440 | libagesa-y += Proc/Fch/Pcie/GppLate.c |
| 441 | libagesa-y += Proc/Fch/Pcie/GppLib.c |
| 442 | libagesa-y += Proc/Fch/Pcie/GppMid.c |
| 443 | libagesa-y += Proc/Fch/Pcie/GppPortInit.c |
| 444 | libagesa-y += Proc/Fch/Pcie/GppReset.c |
| 445 | libagesa-y += Proc/Fch/Pcie/PcieEnv.c |
| 446 | libagesa-y += Proc/Fch/Pcie/PcieLate.c |
| 447 | libagesa-y += Proc/Fch/Pcie/PcieMid.c |
| 448 | libagesa-y += Proc/Fch/Pcie/PcieReset.c |
| 449 | libagesa-y += Proc/Fch/Sata/AhciEnv.c |
| 450 | libagesa-y += Proc/Fch/Sata/AhciLate.c |
| 451 | libagesa-y += Proc/Fch/Sata/AhciLib.c |
| 452 | libagesa-y += Proc/Fch/Sata/AhciMid.c |
| 453 | libagesa-y += Proc/Fch/Sata/Family/Hudson2/Hudson2SataEnvService.c |
| 454 | libagesa-y += Proc/Fch/Sata/Family/Hudson2/Hudson2SataResetService.c |
| 455 | libagesa-y += Proc/Fch/Sata/Family/Hudson2/Hudson2SataService.c |
| 456 | libagesa-y += Proc/Fch/Sata/Ide2AhciEnv.c |
| 457 | libagesa-y += Proc/Fch/Sata/Ide2AhciLate.c |
| 458 | libagesa-y += Proc/Fch/Sata/Ide2AhciLib.c |
| 459 | libagesa-y += Proc/Fch/Sata/Ide2AhciMid.c |
| 460 | libagesa-y += Proc/Fch/Sata/RaidEnv.c |
| 461 | libagesa-y += Proc/Fch/Sata/RaidLate.c |
| 462 | libagesa-y += Proc/Fch/Sata/RaidLib.c |
| 463 | libagesa-y += Proc/Fch/Sata/RaidMid.c |
| 464 | libagesa-y += Proc/Fch/Sata/SataEnv.c |
| 465 | libagesa-y += Proc/Fch/Sata/SataEnvLib.c |
| 466 | libagesa-y += Proc/Fch/Sata/SataIdeEnv.c |
| 467 | libagesa-y += Proc/Fch/Sata/SataIdeLate.c |
| 468 | libagesa-y += Proc/Fch/Sata/SataIdeLib.c |
| 469 | libagesa-y += Proc/Fch/Sata/SataIdeMid.c |
| 470 | libagesa-y += Proc/Fch/Sata/SataLate.c |
| 471 | libagesa-y += Proc/Fch/Sata/SataLib.c |
| 472 | libagesa-y += Proc/Fch/Sata/SataMid.c |
| 473 | libagesa-y += Proc/Fch/Sata/SataReset.c |
| 474 | libagesa-y += Proc/Fch/Sd/Family/Hudson2/Hudson2SdEnvService.c |
| 475 | libagesa-y += Proc/Fch/Sd/Family/Hudson2/Hudson2SdResetService.c |
| 476 | libagesa-y += Proc/Fch/Sd/Family/Hudson2/Hudson2SdService.c |
| 477 | libagesa-y += Proc/Fch/Sd/SdEnv.c |
| 478 | libagesa-y += Proc/Fch/Sd/SdLate.c |
| 479 | libagesa-y += Proc/Fch/Sd/SdMid.c |
| 480 | libagesa-y += Proc/Fch/Spi/Family/Hudson2/Hudson2LpcEnvService.c |
| 481 | libagesa-y += Proc/Fch/Spi/Family/Hudson2/Hudson2LpcResetService.c |
| 482 | libagesa-y += Proc/Fch/Spi/LpcEnv.c |
| 483 | libagesa-y += Proc/Fch/Spi/LpcLate.c |
| 484 | libagesa-y += Proc/Fch/Spi/LpcMid.c |
| 485 | libagesa-y += Proc/Fch/Spi/LpcReset.c |
| 486 | libagesa-y += Proc/Fch/Spi/SpiEnv.c |
| 487 | libagesa-y += Proc/Fch/Spi/SpiLate.c |
| 488 | libagesa-y += Proc/Fch/Spi/SpiMid.c |
| 489 | libagesa-y += Proc/Fch/Spi/SpiReset.c |
| 490 | libagesa-y += Proc/Fch/Usb/EhciEnv.c |
| 491 | libagesa-y += Proc/Fch/Usb/EhciLate.c |
| 492 | libagesa-y += Proc/Fch/Usb/EhciMid.c |
| 493 | libagesa-y += Proc/Fch/Usb/EhciReset.c |
| 494 | libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2EhciEnvService.c |
| 495 | libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2EhciLateService.c |
| 496 | libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2EhciMidService.c |
| 497 | libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2OhciEnvService.c |
| 498 | libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2OhciLateService.c |
| 499 | libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2OhciMidService.c |
| 500 | libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2XhciEnvService.c |
| 501 | libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2XhciLateService.c |
| 502 | libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2XhciMidService.c |
| 503 | libagesa-y += Proc/Fch/Usb/Family/Hudson2/Hudson2XhciResetService.c |
| 504 | libagesa-y += Proc/Fch/Usb/OhciEnv.c |
| 505 | libagesa-y += Proc/Fch/Usb/OhciLate.c |
| 506 | libagesa-y += Proc/Fch/Usb/OhciMid.c |
| 507 | libagesa-y += Proc/Fch/Usb/OhciReset.c |
| 508 | libagesa-y += Proc/Fch/Usb/UsbEnv.c |
| 509 | libagesa-y += Proc/Fch/Usb/UsbLate.c |
| 510 | libagesa-y += Proc/Fch/Usb/UsbMid.c |
| 511 | libagesa-y += Proc/Fch/Usb/UsbReset.c |
| 512 | libagesa-y += Proc/Fch/Usb/XhciEnv.c |
| 513 | libagesa-y += Proc/Fch/Usb/XhciLate.c |
| 514 | libagesa-y += Proc/Fch/Usb/XhciMid.c |
| 515 | libagesa-y += Proc/Fch/Usb/XhciReset.c |
| 516 | |
| 517 | $(obj)/libagesa.fam15tn.a: $$(libagesa-objs) |
| 518 | @printf " AGESA $(subst $(obj)/,,$(@))\n" |
| 519 | ar rcs $@ $+ |
| 520 | |
| 521 | romstage-libs += $(obj)/libagesa.fam15tn.a |
| 522 | ramstage-libs += $(obj)/libagesa.fam15tn.a |