aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f16kb/Proc/Fch
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/agesa/f16kb/Proc/Fch')
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Azalia/Makefile.inc4
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Common/Makefile.inc6
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/HwAcpi/Family/Yangtze/Makefile.inc4
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/HwAcpi/Makefile.inc4
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Hwm/Family/Yangtze/Makefile.inc2
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Hwm/Makefile.inc1
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Ide/Makefile.inc3
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Imc/Family/Yangtze/Makefile.inc1
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Imc/Makefile.inc8
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Interface/Family/Yangtze/Makefile.inc2
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Interface/Makefile.inc8
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Pcie/Family/Yangtze/Makefile.inc3
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Pcie/Makefile.inc9
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/Family/Yangtze/Makefile.inc3
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/Makefile.inc22
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sd/Family/Yangtze/Makefile.inc3
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sd/Makefile.inc3
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Spi/Family/Yangtze/Makefile.inc2
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Spi/Makefile.inc8
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Family/Yangtze/Makefile.inc10
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Makefile.inc16
21 files changed, 122 insertions, 0 deletions
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Azalia/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Azalia/Makefile.inc
new file mode 100644
index 0000000000..d7af4ffb15
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Azalia/Makefile.inc
@@ -0,0 +1,4 @@
+libagesa-y += AzaliaEnv.c
+libagesa-y += AzaliaLate.c
+libagesa-y += AzaliaMid.c
+libagesa-y += AzaliaReset.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Common/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Common/Makefile.inc
new file mode 100644
index 0000000000..ffa00dadae
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Common/Makefile.inc
@@ -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
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/HwAcpi/Family/Yangtze/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/HwAcpi/Family/Yangtze/Makefile.inc
new file mode 100644
index 0000000000..f48af9b8de
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/HwAcpi/Family/Yangtze/Makefile.inc
@@ -0,0 +1,4 @@
+libagesa-y += YangtzeHwAcpiEnvService.c
+libagesa-y += YangtzeHwAcpiLateService.c
+libagesa-y += YangtzeHwAcpiMidService.c
+libagesa-y += YangtzeSSService.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/HwAcpi/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/HwAcpi/Makefile.inc
new file mode 100644
index 0000000000..b30cc7862e
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/HwAcpi/Makefile.inc
@@ -0,0 +1,4 @@
+libagesa-y += HwAcpiEnv.c
+libagesa-y += HwAcpiLate.c
+libagesa-y += HwAcpiMid.c
+libagesa-y += HwAcpiReset.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Hwm/Family/Yangtze/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Hwm/Family/Yangtze/Makefile.inc
new file mode 100644
index 0000000000..c169e97ee2
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Hwm/Family/Yangtze/Makefile.inc
@@ -0,0 +1,2 @@
+libagesa-y += YangtzeHwmEnvService.c
+libagesa-y += YangtzeHwmLateService.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Hwm/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Hwm/Makefile.inc
new file mode 100644
index 0000000000..9e14856e0b
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Hwm/Makefile.inc
@@ -0,0 +1 @@
+libagesa-y += HwmLate.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Ide/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Ide/Makefile.inc
new file mode 100644
index 0000000000..561afd5ece
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Ide/Makefile.inc
@@ -0,0 +1,3 @@
+libagesa-y += IdeEnv.c
+libagesa-y += IdeLate.c
+libagesa-y += IdeMid.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Imc/Family/Yangtze/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Imc/Family/Yangtze/Makefile.inc
new file mode 100644
index 0000000000..9ddd3338a4
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Imc/Family/Yangtze/Makefile.inc
@@ -0,0 +1 @@
+libagesa-y += YangtzeImcService.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Imc/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Imc/Makefile.inc
new file mode 100644
index 0000000000..b2c49a9748
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Imc/Makefile.inc
@@ -0,0 +1,8 @@
+libagesa-y += FchEcEnv.c
+libagesa-y += FchEcLate.c
+libagesa-y += FchEcMid.c
+libagesa-y += ImcEnv.c
+libagesa-y += ImcLate.c
+libagesa-y += ImcLib.c
+libagesa-y += ImcMid.c
+libagesa-y += ImcReset.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Interface/Family/Yangtze/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Interface/Family/Yangtze/Makefile.inc
new file mode 100644
index 0000000000..58d762cea0
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Interface/Family/Yangtze/Makefile.inc
@@ -0,0 +1,2 @@
+libagesa-y += EnvDefYangtze.c
+libagesa-y += ResetDefYangtze.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Interface/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Interface/Makefile.inc
new file mode 100644
index 0000000000..cdfb60ba91
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Interface/Makefile.inc
@@ -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
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Pcie/Family/Yangtze/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Pcie/Family/Yangtze/Makefile.inc
new file mode 100644
index 0000000000..1f47f7758d
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Pcie/Family/Yangtze/Makefile.inc
@@ -0,0 +1,3 @@
+libagesa-y += YangtzeAbEnvService.c
+libagesa-y += YangtzeAbResetService.c
+libagesa-y += YangtzeAbService.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Pcie/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Pcie/Makefile.inc
new file mode 100644
index 0000000000..b29db0a850
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Pcie/Makefile.inc
@@ -0,0 +1,9 @@
+libagesa-y += AbEnv.c
+libagesa-y += AbLate.c
+libagesa-y += AbMid.c
+libagesa-y += AbReset.c
+libagesa-y += PcieEnv.c
+libagesa-y += PcieEnv.c
+libagesa-y += PcieLate.c
+libagesa-y += PcieMid.c
+libagesa-y += PcieReset.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/Family/Yangtze/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/Family/Yangtze/Makefile.inc
new file mode 100644
index 0000000000..867045d487
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/Family/Yangtze/Makefile.inc
@@ -0,0 +1,3 @@
+libagesa-y += YangtzeSataEnvService.c
+libagesa-y += YangtzeSataResetService.c
+libagesa-y += YangtzeSataService.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/Makefile.inc
new file mode 100644
index 0000000000..1855216616
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sata/Makefile.inc
@@ -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
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sd/Family/Yangtze/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sd/Family/Yangtze/Makefile.inc
new file mode 100644
index 0000000000..5cfdbafceb
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sd/Family/Yangtze/Makefile.inc
@@ -0,0 +1,3 @@
+libagesa-y += YangtzeSdEnvService.c
+libagesa-y += YangtzeSdResetService.c
+libagesa-y += YangtzeSdService.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sd/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sd/Makefile.inc
new file mode 100644
index 0000000000..bb72b4d150
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Sd/Makefile.inc
@@ -0,0 +1,3 @@
+libagesa-y += SdEnv.c
+libagesa-y += SdLate.c
+libagesa-y += SdMid.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Spi/Family/Yangtze/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Spi/Family/Yangtze/Makefile.inc
new file mode 100644
index 0000000000..9c56ac7dbb
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Spi/Family/Yangtze/Makefile.inc
@@ -0,0 +1,2 @@
+libagesa-y += YangtzeLpcEnvService.c
+libagesa-y += YangtzeLpcResetService.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Spi/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Spi/Makefile.inc
new file mode 100644
index 0000000000..191f922fe4
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Spi/Makefile.inc
@@ -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
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Family/Yangtze/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Family/Yangtze/Makefile.inc
new file mode 100644
index 0000000000..70223b628a
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Family/Yangtze/Makefile.inc
@@ -0,0 +1,10 @@
+libagesa-y += YangtzeEhciEnvService.c
+libagesa-y += YangtzeEhciLateService.c
+libagesa-y += YangtzeEhciMidService.c
+libagesa-y += YangtzeOhciEnvService.c
+libagesa-y += YangtzeOhciLateService.c
+libagesa-y += YangtzeOhciMidService.c
+libagesa-y += YangtzeXhciEnvService.c
+libagesa-y += YangtzeXhciLateService.c
+libagesa-y += YangtzeXhciMidService.c
+libagesa-y += YangtzeXhciResetService.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Makefile.inc
new file mode 100644
index 0000000000..d1f1876d43
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Makefile.inc
@@ -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