aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f15/Proc/HT
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/agesa/f15/Proc/HT')
-rw-r--r--src/vendorcode/amd/agesa/f15/Proc/HT/Fam10/Makefile.inc6
-rw-r--r--src/vendorcode/amd/agesa/f15/Proc/HT/Fam15/Makefile.inc6
-rw-r--r--src/vendorcode/amd/agesa/f15/Proc/HT/Features/Makefile.inc9
-rw-r--r--src/vendorcode/amd/agesa/f15/Proc/HT/Makefile.inc8
-rw-r--r--src/vendorcode/amd/agesa/f15/Proc/HT/NbCommon/Makefile.inc4
-rw-r--r--src/vendorcode/amd/agesa/f15/Proc/HT/htGraph/Makefile.inc25
6 files changed, 58 insertions, 0 deletions
diff --git a/src/vendorcode/amd/agesa/f15/Proc/HT/Fam10/Makefile.inc b/src/vendorcode/amd/agesa/f15/Proc/HT/Fam10/Makefile.inc
new file mode 100644
index 0000000000..e57f1657a0
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f15/Proc/HT/Fam10/Makefile.inc
@@ -0,0 +1,6 @@
+libagesa-y += htNbCoherentFam10.c
+libagesa-y += htNbFam10.c
+libagesa-y += htNbNonCoherentFam10.c
+libagesa-y += htNbOptimizationFam10.c
+libagesa-y += htNbSystemFam10.c
+libagesa-y += htNbUtilitiesFam10.c
diff --git a/src/vendorcode/amd/agesa/f15/Proc/HT/Fam15/Makefile.inc b/src/vendorcode/amd/agesa/f15/Proc/HT/Fam15/Makefile.inc
new file mode 100644
index 0000000000..ae6cae44e0
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f15/Proc/HT/Fam15/Makefile.inc
@@ -0,0 +1,6 @@
+libagesa-y += htNbCoherentFam15.c
+libagesa-y += htNbFam15.c
+libagesa-y += htNbNonCoherentFam15.c
+libagesa-y += htNbOptimizationFam15.c
+libagesa-y += htNbSystemFam15.c
+libagesa-y += htNbUtilitiesFam15.c
diff --git a/src/vendorcode/amd/agesa/f15/Proc/HT/Features/Makefile.inc b/src/vendorcode/amd/agesa/f15/Proc/HT/Features/Makefile.inc
new file mode 100644
index 0000000000..8d4cac712b
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f15/Proc/HT/Features/Makefile.inc
@@ -0,0 +1,9 @@
+libagesa-y += htFeatDynamicDiscovery.c
+libagesa-y += htFeatGanging.c
+libagesa-y += htFeatNoncoherent.c
+libagesa-y += htFeatOptimization.c
+libagesa-y += htFeatRouting.c
+libagesa-y += htFeatSets.c
+libagesa-y += htFeatSublinks.c
+libagesa-y += htFeatTrafficDistribution.c
+libagesa-y += htIds.c
diff --git a/src/vendorcode/amd/agesa/f15/Proc/HT/Makefile.inc b/src/vendorcode/amd/agesa/f15/Proc/HT/Makefile.inc
new file mode 100644
index 0000000000..f54568a1f1
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f15/Proc/HT/Makefile.inc
@@ -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
diff --git a/src/vendorcode/amd/agesa/f15/Proc/HT/NbCommon/Makefile.inc b/src/vendorcode/amd/agesa/f15/Proc/HT/NbCommon/Makefile.inc
new file mode 100644
index 0000000000..17944aa83e
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f15/Proc/HT/NbCommon/Makefile.inc
@@ -0,0 +1,4 @@
+libagesa-y += htNbCoherent.c
+libagesa-y += htNbNonCoherent.c
+libagesa-y += htNbOptimization.c
+libagesa-y += htNbUtilities.c
diff --git a/src/vendorcode/amd/agesa/f15/Proc/HT/htGraph/Makefile.inc b/src/vendorcode/amd/agesa/f15/Proc/HT/htGraph/Makefile.inc
new file mode 100644
index 0000000000..fceb584093
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f15/Proc/HT/htGraph/Makefile.inc
@@ -0,0 +1,25 @@
+libagesa-y += htGraph.c
+libagesa-y += htGraph1.c
+libagesa-y += htGraph2.c
+libagesa-y += htGraph3Line.c
+libagesa-y += htGraph3Triangle.c
+libagesa-y += htGraph4Degenerate.c
+libagesa-y += htGraph4FullyConnected.c
+libagesa-y += htGraph4Kite.c
+libagesa-y += htGraph4Line.c
+libagesa-y += htGraph4Square.c
+libagesa-y += htGraph4Star.c
+libagesa-y += htGraph5FullyConnected.c
+libagesa-y += htGraph5TwistedLadder.c
+libagesa-y += htGraph6DoubloonLower.c
+libagesa-y += htGraph6DoubloonUpper.c
+libagesa-y += htGraph6FullyConnected.c
+libagesa-y += htGraph6TwinTriangles.c
+libagesa-y += htGraph6TwistedLadder.c
+libagesa-y += htGraph7FullyConnected.c
+libagesa-y += htGraph7TwistedLadder.c
+libagesa-y += htGraph8DoubloonM.c
+libagesa-y += htGraph8FullyConnected.c
+libagesa-y += htGraph8Ladder.c
+libagesa-y += htGraph8TwinFullyFourWays.c
+libagesa-y += htGraph8TwistedLadder.c