summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/brya/variants/redrix4es/Makefile.inc
diff options
context:
space:
mode:
authorYH Lin <yueherngl@google.com>2021-11-29 09:44:01 -0800
committerTim Wawrzynczak <twawrzynczak@chromium.org>2021-11-30 17:11:56 +0000
commit6ba7bee1aae390fbdef9063ac766665250f1d24a (patch)
tree1c199129d4e0761e37d9759bba1cdee0af02b0f5 /src/mainboard/google/brya/variants/redrix4es/Makefile.inc
parent5c59fefd8936ce64e114bc32348053038d669692 (diff)
downloadcoreboot-6ba7bee1aae390fbdef9063ac766665250f1d24a.tar.gz
coreboot-6ba7bee1aae390fbdef9063ac766665250f1d24a.tar.bz2
coreboot-6ba7bee1aae390fbdef9063ac766665250f1d24a.zip
brya: add various ES variants
Fork multiple "4ES" variants off some brya devices to properly support ES SoC. BRANCH=none BUG=b:201767461 TEST=emerge-brya coreboot and check the artifacts Signed-off-by: YH Lin <yueherngl@google.com> Change-Id: Ic9516fec591429238bde1478eca2522d8ed10127 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59728 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/redrix4es/Makefile.inc')
-rw-r--r--src/mainboard/google/brya/variants/redrix4es/Makefile.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/redrix4es/Makefile.inc b/src/mainboard/google/brya/variants/redrix4es/Makefile.inc
new file mode 100644
index 000000000000..446d113a805b
--- /dev/null
+++ b/src/mainboard/google/brya/variants/redrix4es/Makefile.inc
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-only
+bootblock-y += gpio.c
+
+romstage-y += gpio.c
+
+ramstage-y += gpio.c
+
+ramstage-$(CONFIG_FW_CONFIG) += fw_config.c
+
+ramstage-y += variant.c