vendorcode/amd/agesa/f14: update microcode
[coreboot.git] / src / vendorcode / amd / agesa / f14 / Makefile.inc
blob00e2443d053e1c606cbb6e7676816fb567e3938f
1 #*****************************************************************************
3 # Copyright (c) 2011, Advanced Micro Devices, Inc.
4 # All rights reserved.
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.
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.
28 #*****************************************************************************
30 # AGESA V5 Files
31 AGESA_ROOT = src/vendorcode/amd/agesa/f14
33 AGESA_INC =  -Isrc/mainboard/$(MAINBOARDDIR)
34 AGESA_INC += -I$(AGESA_ROOT)
35 AGESA_INC += -I$(AGESA_ROOT)/../common
36 AGESA_INC += -I$(AGESA_ROOT)/Include
37 AGESA_INC += -I$(AGESA_ROOT)/Lib
38 AGESA_INC += -I$(AGESA_ROOT)/Legacy
39 AGESA_INC += -I$(AGESA_ROOT)/Proc/Common
40 AGESA_INC += -I$(AGESA_ROOT)/Proc/CPU
41 AGESA_INC += -I$(AGESA_ROOT)/Proc/CPU/Family
42 AGESA_INC += -I$(AGESA_ROOT)/Proc/CPU/Family/0x14
43 AGESA_INC += -I$(AGESA_ROOT)/Proc/CPU/Family/0x14/ON
44 AGESA_INC += -I$(AGESA_ROOT)/Proc/CPU/Feature 
45 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB
46 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Common
47 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Gfx
48 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Gfx/Family
49 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Modules/GnbCommonLib
50 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Nb
51 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Nb/Family
52 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Nb/Family/0x14
53 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/Nb/Feature
54 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/PCIe
55 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/PCIe/Family
56 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/PCIe/Family/0x14
57 AGESA_INC += -I$(AGESA_ROOT)/Proc/GNB/PCIe/Feature
58 AGESA_INC += -I$(AGESA_ROOT)/Proc/HT
59 AGESA_INC += -I$(AGESA_ROOT)/Proc/IDS
60 AGESA_INC += -I$(AGESA_ROOT)/Proc/Mem
61 AGESA_INC += -I$(AGESA_ROOT)/Proc/Mem/NB/ON
62 AGESA_INC += -I$(AGESA_ROOT)/Proc/Recovery/GNB
63 AGESA_INC += -I$(AGESA_ROOT)/Proc/Recovery/CPU
64 AGESA_INC += -I$(AGESA_ROOT)/Proc/Recovery/Mem
66 CFLAGS_x86_32 += -march=k8-sse3 -mtune=k8-sse3 -fno-zero-initialized-in-bss -fno-strict-aliasing
68 export AGESA_ROOT := $(AGESA_ROOT)
69 export AGESA_INC  := $(AGESA_INC)
70 CPPFLAGS_x86_32 += $(AGESA_INC)
71 #######################################################################
73 classes-y += libagesa
75 $(eval $(call create_class_compiler,libagesa,x86_32))
77 libagesa-y  = Proc/GNB/Modules/GnbGfxConfig/GfxConfigPost.c
78 libagesa-y += Proc/GNB/Modules/GnbGfxConfig/GfxConfigEnv.c
79 libagesa-y += Proc/GNB/Nb/Family/0x14/F14NbLclkDpm.c
80 libagesa-y += Proc/GNB/Modules/GnbPcieAlibV1/PcieAlib.c
81 libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieSiliconServices.c
82 libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibPciAcc.c
83 libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibHeap.c
84 libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibCpuAcc.c
85 libagesa-y += Proc/GNB/Modules/GnbGfxInitLibV1/GfxCardInfo.c
86 libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibIoAcc.c
87 libagesa-y += Proc/GNB/Modules/GnbGfxInitLibV1/GfxPowerPlayTable.c
88 libagesa-y += Proc/GNB/Modules/GnbPcieConfig/PcieMapTopology.c
89 libagesa-y += Proc/GNB/Modules/GnbPcieConfig/PcieInputParser.c
90 libagesa-y += Proc/GNB/Modules/GnbPcieConfig/PcieConfigData.c
91 libagesa-y += Proc/GNB/Modules/GnbPcieTrainingV1/PcieWorkarounds.c
92 libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibMemAcc.c
93 libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieTopologyServices.c
94 libagesa-y += Proc/GNB/Modules/GnbPcieTrainingV1/PcieTraining.c
95 libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePortServices.c
96 libagesa-y += Proc/GNB/Modules/GnbGfxInitLibV1/GfxEnumConnectors.c
97 libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieTimer.c
98 libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePifServices.c
99 libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieAspmExitLatency.c
100 libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieWrapperRegAcc.c
101 libagesa-y += Proc/GNB/Modules/GnbPcieConfig/PcieConfigLib.c
102 libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePortRegAcc.c
103 libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieUtilityLib.c
104 libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieAspmBlackList.c
105 libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PciePowerMgmt.c
106 libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieAspm.c
107 libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLibPci.c
108 libagesa-y += Proc/GNB/Modules/GnbPcieInitLibV1/PcieSbLink.c
109 libagesa-y += Proc/GNB/Modules/GnbNbInitLibV1/GnbNbInitLibV1.c
110 libagesa-y += Proc/GNB/Modules/GnbCommonLib/GnbLib.c
111 libagesa-y += Proc/CPU/Family/0x14/cpuF14PerCorePciTables.c
112 libagesa-y += Proc/CPU/Family/0x14/cpuF14BrandIdFt1.c
113 libagesa-y += Proc/GNB/Nb/NbInitAtPost.c
114 libagesa-y += Proc/GNB/PCIe/Family/0x14/F14PcieAlib.c
115 libagesa-y += Proc/CPU/Family/0x14/F14IoCstate.c
116 libagesa-y += Proc/CPU/Feature/cpuIoCstate.c
117 libagesa-y += Proc/Mem/NB/ON/mnprotoon.c
118 libagesa-y += Proc/CPU/Family/0x14/F14MicrocodePatch0500000B.c
119 libagesa-y += Proc/CPU/Family/0x14/F14MicrocodePatch0500001A.c
120 libagesa-y += Proc/CPU/Family/0x14/F14MicrocodePatch05000029.c
121 libagesa-y += Proc/CPU/Family/0x14/F14MicrocodePatch05000119.c
122 libagesa-y += Proc/GNB/PCIe/Family/0x14/F14PciePifServices.c
123 libagesa-y += Proc/CPU/Family/0x14/ON/F14OnInitEarlyTable.c
124 libagesa-y += Proc/CPU/cpuInitEarlyTable.c
125 libagesa-y += Proc/GNB/Nb/Family/0x14/F14NbLclkNclkRatio.c
126 libagesa-y += Proc/GNB/Nb/Family/0x14/F14NbSmu.c
127 libagesa-y += Proc/GNB/PCIe/PcieInitAtEnv.c
128 libagesa-y += Proc/GNB/PCIe/PcieInitAtPost.c
129 libagesa-y += Proc/GNB/Nb/Feature/NbLclkDpm.c
130 libagesa-y += Proc/GNB/Nb/Feature/NbFuseTable.c
131 libagesa-y += Proc/GNB/Nb/Family/0x14/F14NbPowerGate.c
132 libagesa-y += Proc/GNB/Common/GnbLibFeatures.c
133 libagesa-y += Proc/CPU/Family/0x14/cpuF14Pstate.c
134 libagesa-y += Proc/CPU/Feature/cpuC6State.c
135 libagesa-y += Proc/CPU/Family/0x14/F14C6State.c
136 libagesa-y += Proc/Mem/Main/mmMemRestore.c
137 libagesa-y += Proc/Mem/Main/mm.c
138 libagesa-y += Proc/CPU/Family/0x14/cpuCommonF14Utilities.c
139 libagesa-y += Proc/CPU/Family/0x14/ON/F14OnEquivalenceTable.c
140 libagesa-y += Proc/Mem/Tech/mttml.c
141 libagesa-y += Proc/Mem/Tech/DDR3/mtrci3.c
142 libagesa-y += Proc/GNB/GnbInitAtReset.c
143 libagesa-y += Proc/Mem/NB/ON/mnmcton.c
144 libagesa-y += Proc/CPU/Feature/cpuCacheInit.c
145 libagesa-y += Proc/Mem/Tech/mttdimbt.c
146 libagesa-y += Proc/Mem/Tech/DDR3/mtsdi3.c
147 libagesa-y += Proc/Mem/Tech/mthdi.c
148 libagesa-y += Proc/GNB/GnbInitAtEarly.c
149 libagesa-y += Proc/CPU/Family/0x14/cpuF14PowerMgmtSystemTables.c
150 libagesa-y += Proc/GNB/PCIe/Family/0x14/F14PcieWrapperServices.c
151 libagesa-y += Proc/Mem/NB/mnfeat.c
152 libagesa-y += Proc/Mem/Main/mmStandardTraining.c
153 libagesa-y += Proc/HT/Fam14/htNbUtilitiesFam14.c
154 libagesa-y += Proc/CPU/cpuBist.c
155 libagesa-y += Proc/Mem/Main/mmParallelTraining.c
156 libagesa-y += Proc/Mem/Feat/LVDDR3/mflvddr3.c
157 libagesa-y += Proc/GNB/PCIe/Family/0x14/F14PcieComplexConfig.c
158 libagesa-y += Proc/CPU/Family/0x14/cpuF14PowerPlane.c
159 libagesa-y += Proc/CPU/Family/0x14/cpuF14LowPowerInit.c
160 libagesa-y += Proc/Mem/NB/mnreg.c
161 libagesa-y += Proc/Mem/NB/ON/mnflowon.c
162 libagesa-y += Proc/Mem/Feat/CHINTLV/mfchi.c
163 libagesa-y += Proc/GNB/PCIe/PcieInit.c
164 libagesa-y += Proc/GNB/Gfx/GfxInitAtMidPost.c
165 libagesa-y += Proc/CPU/Family/0x14/cpuF14CacheDefaults.c
166 libagesa-y += Proc/Mem/Ps/ON/mpuon3.c
167 libagesa-y += Proc/CPU/cahalt.c
168 libagesa-y += Proc/CPU/cahaltasm.S
169 libagesa-y += Proc/Mem/Tech/mt.c
170 libagesa-y += Proc/CPU/Family/0x14/ON/F14OnMicrocodePatchTables.c
171 libagesa-y += Proc/CPU/Family/0x14/ON/F14OnPciTables.c
172 libagesa-y += Proc/GNB/PCIe/PciePortInit.c
173 libagesa-y += Proc/Mem/NB/mnflow.c
174 libagesa-y += Proc/CPU/Feature/cpuFeatureLeveling.c
175 libagesa-y += Proc/Mem/Tech/mttoptsrc.c
176 libagesa-y += Proc/Mem/Feat/PARTRN/mfParallelTraining.c
177 libagesa-y += Proc/GNB/Gfx/GfxInitAtPost.c
178 libagesa-y += Proc/Mem/Main/mmEcc.c
179 libagesa-y += Legacy/Proc/Dispatcher.c
180 libagesa-y += Proc/Mem/Feat/MEMCLR/mfmemclr.c
181 libagesa-y += Proc/CPU/Family/0x14/cpuF14WheaInitDataTables.c
182 libagesa-y += Proc/CPU/Feature/cpuDmi.c
183 libagesa-y += Proc/Mem/Tech/mttsrc.c
184 libagesa-y += Proc/Mem/NB/mnmct.c
185 libagesa-y += Proc/HT/htInterfaceNonCoherent.c
186 libagesa-y += Proc/Mem/NB/ON/mnidendimmon.c
187 libagesa-y += Proc/CPU/Feature/cpuSrat.c
188 libagesa-y += Proc/Common/AmdS3LateRestore.c
189 libagesa-y += Proc/CPU/Table.c
190 libagesa-y += Proc/GNB/PCIe/Family/0x14/F14PcieComplexServices.c
191 libagesa-y += Proc/CPU/Family/0x14/cpuF14Utilities.c
192 libagesa-y += Proc/HT/htInterface.c
193 libagesa-y += Proc/GNB/Gfx/GfxStrapsInit.c
194 libagesa-y += Proc/GNB/Nb/NbInitAtEarly.c
195 libagesa-y += Lib/amdlib.c
196 libagesa-y += Proc/CPU/Feature/cpuCacheFlushOnHalt.c
197 libagesa-y += Proc/CPU/Feature/cpuCpb.c
198 libagesa-y += Proc/Mem/Main/minit.c
199 libagesa-y += Proc/GNB/PCIe/Family/0x14/F14PciePhyServices.c
200 libagesa-y += Proc/GNB/GnbInitAtLate.c
201 libagesa-y += Proc/Mem/NB/ON/mnoton.c
202 libagesa-y += Proc/Mem/Feat/INTLVRN/mfintlvrn.c
203 libagesa-y += Proc/GNB/Nb/NbInit.c
204 libagesa-y += Proc/Mem/Feat/IDENDIMM/mfidendimm.c
205 libagesa-y += Proc/Mem/Main/mmflow.c
206 libagesa-y += Proc/Mem/Ardk/ma.c
207 libagesa-y += Proc/Common/CommonInits.c
208 libagesa-y += Proc/CPU/Feature/cpuPstateLeveling.c
209 libagesa-y += Proc/Mem/NB/ON/mndcton.c
210 libagesa-y += Proc/Common/AmdInitPost.c
211 libagesa-y += Proc/GNB/Gfx/GfxGmcInit.c
212 libagesa-y += Proc/CPU/cpuBrandId.c
213 libagesa-y += Proc/Mem/NB/mnphy.c
214 libagesa-y += Proc/Common/AmdInitEnv.c
215 libagesa-y += Proc/Mem/Main/mmConditionalPso.c
216 libagesa-y += Proc/GNB/GnbInitAtPost.c
217 libagesa-y += Proc/Common/CommonReturns.c
218 libagesa-y += Proc/CPU/cpuPowerMgmt.c
219 libagesa-y += Proc/Common/AmdInitResume.c
220 libagesa-y += Proc/CPU/Family/0x14/cpuF14PowerCheck.c
221 libagesa-y += Proc/CPU/Family/0x14/cpuF14Dmi.c
222 libagesa-y += Proc/Mem/NB/ON/mnregon.c
223 libagesa-y += Proc/GNB/Gfx/GfxIntegratedInfoTableInit.c
224 libagesa-y += Proc/Common/AmdInitEarly.c
225 libagesa-y += Proc/CPU/cpuFamilyTranslation.c
226 libagesa-y += Proc/CPU/cpuPostInit.c
227 libagesa-y += Proc/Mem/NB/mn.c
228 libagesa-y += Proc/GNB/Gfx/GfxInitAtEnvPost.c
229 libagesa-y += Proc/CPU/Feature/cpuHwC1e.c
230 libagesa-y += Proc/CPU/cpuLateInit.c
231 libagesa-y += Proc/Common/CreateStruct.c
232 libagesa-y += Proc/CPU/Feature/cpuWhea.c
233 libagesa-y += Proc/Mem/Feat/CSINTLV/mfcsi.c
234 libagesa-y += Proc/Mem/Feat/ECC/mfecc.c
235 libagesa-y += Proc/Mem/Feat/DMI/mfDMI.c
236 libagesa-y += Proc/Mem/Ps/ON/mpson3.c
237 libagesa-y += Proc/Common/AmdLateRunApTask.c
238 libagesa-y += Proc/CPU/cpuPowerMgmtMultiSocket.c
239 libagesa-y += Proc/Mem/Main/mmUmaAlloc.c
240 libagesa-y += Proc/CPU/Feature/cpuPstateTables.c
241 libagesa-y += Proc/CPU/Family/0x14/cpuF14PciTables.c
242 libagesa-y += Proc/CPU/cpuPowerMgmtSingleSocket.c
243 libagesa-y += Proc/GNB/GnbInitAtMid.c
244 libagesa-y += Proc/Mem/Tech/DDR3/mt3.c
245 libagesa-y += Proc/Mem/Feat/EXCLUDIMM/mfdimmexclud.c
246 libagesa-y += Proc/Mem/Main/mmExcludeDimm.c
247 libagesa-y += Proc/GNB/PCIe/PcieInitAtEarlyPost.c
248 libagesa-y += Proc/HT/htInterfaceGeneral.c
249 libagesa-y += Proc/CPU/S3.c
250 libagesa-y += Proc/CPU/Feature/cpuFeatures.c
251 libagesa-y += Proc/Mem/Ps/mp.c
252 libagesa-y += Proc/Mem/Main/mdef.c
253 libagesa-y += Proc/Mem/Tech/mtthrc.c
254 libagesa-y += Proc/CPU/cpuGeneralServices.c
255 libagesa-y += Proc/HT/htNb.c
256 libagesa-y += Proc/CPU/Feature/cpuSlit.c
257 libagesa-y += Proc/Mem/Feat/ECC/mfemp.c
258 libagesa-y += Proc/GNB/Nb/NbInitAtLatePost.c
259 libagesa-y += Proc/Mem/Main/mmNodeInterleave.c
260 libagesa-y += Proc/HT/Fam14/htNbFam14.c
261 libagesa-y += Proc/GNB/Gfx/GfxConfigData.c
262 libagesa-y += Proc/Mem/Main/ON/mmflowon.c
263 libagesa-y += Proc/Common/AmdInitReset.c
264 libagesa-y += Proc/CPU/Family/0x14/cpuF14MsrTables.c
265 libagesa-y += Proc/GNB/PCIe/PcieInitAtLatePost.c
266 libagesa-y += Proc/Mem/Tech/mttEdgeDetect.c
267 libagesa-y += Proc/GNB/Gfx/GfxRegisterAcc.c
268 libagesa-y += Proc/Common/AmdInitLate.c
269 libagesa-y += Proc/HT/htFeat.c
270 libagesa-y += Proc/GNB/Nb/NbInitAtReset.c
271 libagesa-y += Proc/CPU/Family/0x14/ON/F14OnLogicalIdTables.c
272 libagesa-y += Proc/CPU/Family/0x14/ON/F14OnCpb.c
273 libagesa-y += Legacy/Proc/hobTransfer.c
274 libagesa-y += Proc/CPU/cpuApicUtilities.c
275 libagesa-y += Proc/GNB/GnbInitAtEnv.c
276 libagesa-y += Proc/CPU/cpuEventLog.c
277 libagesa-y += Proc/HT/htInterfaceCoherent.c
278 libagesa-y += Proc/Mem/Main/muc.c
279 libagesa-y += Proc/Mem/Main/mmLvDdr3.c
280 libagesa-y += Proc/CPU/cpuMicrocodePatch.c
281 libagesa-y += Proc/Mem/Tech/mttecc.c
282 libagesa-y += Proc/CPU/Family/0x14/cpuF14SoftwareThermal.c
283 libagesa-y += Legacy/Proc/agesaCallouts.c
284 libagesa-y += Proc/Mem/NB/ON/mnon.c
285 libagesa-y += Proc/Mem/Feat/ODTHERMAL/mfodthermal.c
286 libagesa-y += Proc/Mem/Feat/PARTRN/mfStandardTraining.c
287 libagesa-y += Proc/Mem/NB/mndct.c
288 libagesa-y += Proc/Mem/Main/mmOnlineSpare.c
289 libagesa-y += Proc/CPU/cpuEarlyInit.c
290 libagesa-y += Proc/Mem/NB/ON/mnphyon.c
291 libagesa-y += Proc/Mem/Main/merrhdl.c
292 libagesa-y += Proc/Common/AmdS3Save.c
293 libagesa-y += Proc/Mem/Tech/DDR3/mtspd3.c
294 libagesa-y += Proc/CPU/Family/0x14/cpuF14BrandId.c
295 libagesa-y += Proc/HT/htMain.c
296 libagesa-y += Proc/CPU/cpuWarmReset.c
297 libagesa-y += Proc/GNB/Nb/NbConfigData.c
298 libagesa-y += Proc/Mem/Tech/DDR3/mttwl3.c
299 libagesa-y += Proc/CPU/Feature/cpuPstateGather.c
300 libagesa-y += Proc/Mem/Tech/DDR3/mtot3.c
301 libagesa-y += Proc/Mem/Main/mmMemClr.c
302 libagesa-y += Proc/Mem/Ardk/ON/mauon3.c
303 libagesa-y += Proc/Mem/Feat/TABLE/mftds.c
304 libagesa-y += Proc/Mem/Ardk/ON/mason3.c
305 libagesa-y += Proc/Mem/Feat/S3/mfs3.c
306 libagesa-y += Proc/HT/htNotify.c
307 libagesa-y += Proc/Mem/NB/mnS3.c
308 libagesa-y += Proc/CPU/heapManager.c
309 libagesa-y += Proc/Mem/Tech/DDR3/mttecc3.c
310 libagesa-y += Proc/Mem/NB/ON/mnS3on.c
311 libagesa-y += Proc/Common/AmdInitMid.c
312 libagesa-y += Proc/Mem/NB/mntrain3.c
313 libagesa-y += Proc/GNB/Gfx/Family/0x14/F14GfxServices.c
314 libagesa-y += Proc/Common/S3SaveState.c
315 libagesa-y += Proc/Common/S3RestoreState.c
316 libagesa-y += Proc/GNB/PCIe/PcieLateInit.c
317 libagesa-y += Proc/GNB/PCIe/PciePortLateInit.c
318 libagesa-y += Proc/GNB/PCIe/PcieMiscLib.c
319 libagesa-y += Proc/GNB/Nb/NbSmuLib.c
320 libagesa-y += Proc/GNB/Nb/NbInitAtEnv.c
321 libagesa-y += Proc/GNB/Nb/Family/0x14/F14NbServices.c
322 libagesa-y += Proc/GNB/Gfx/GfxLib.c
323 libagesa-y += Proc/GNB/Nb/NbPowerMgmt.c
324 libagesa-y += Proc/Recovery/HT/htInitReset.c
325 libagesa-y += Proc/Mem/Main/mu.c
327 $(obj)/libagesa.fam14.a: $$(libagesa-objs)
328         @printf " AGESA $(subst $(obj)/,,$(@))\n"
329         ar rcs $@ $+
331 romstage-libs += $(obj)/libagesa.fam14.a
332 ramstage-libs += $(obj)/libagesa.fam14.a