aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/s230u/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/s230u/Makefile.inc')
-rw-r--r--src/mainboard/lenovo/s230u/Makefile.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/s230u/Makefile.inc b/src/mainboard/lenovo/s230u/Makefile.inc
new file mode 100644
index 0000000000..226eca85b0
--- /dev/null
+++ b/src/mainboard/lenovo/s230u/Makefile.inc
@@ -0,0 +1,15 @@
+romstage-y += gpio.c
+ramstage-y += ec.c
+smm-y += smihandler.c
+
+# FIXME: SPD images for samsung_8gb and hynix_8gb are missing.
+# It's possible that no mainboards with that variation were manufactured.
+SPD_SOURCES = elpida_4gb # 0b0000
+SPD_SOURCES += samsung_4gb # 0b0001
+SPD_SOURCES += hynix_4gb # 0b0010
+SPD_SOURCES += elpida_8gb # 0b0011
+SPD_SOURCES += elpida_8gb # 0b0100 FIXME: samsung_8gb
+SPD_SOURCES += elpida_8gb # 0b0101 FIXME: hynix_8gb
+SPD_SOURCES += elpida_2gb # 0b0110
+SPD_SOURCES += samsung_2gb # 0b0111
+SPD_SOURCES += hynix_2gb # 0b1000