summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/oryp6/include
diff options
context:
space:
mode:
authorJeremy Soller <jeremy@system76.com>2021-08-06 11:03:09 -0600
committerPatrick Georgi <pgeorgi@google.com>2021-11-02 19:21:41 +0000
commitc840bc4e322189244d3c71f27f1558d7a842a782 (patch)
treeed91c36a46911f7027a982b412605c6a3e3c7a95 /src/mainboard/system76/oryp6/include
parentc1481e086301a95cdeb7a26a6e3ea0e7301cbb24 (diff)
mb/system76/oryp6: Add Oryx Pro 7 as a variant
Change-Id: Id00a45a6a6acf0880934c55f1a3f18e63f2aed43 Signed-off-by: Jeremy Soller <jeremy@system76.com> Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52296 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/system76/oryp6/include')
-rw-r--r--src/mainboard/system76/oryp6/include/variant/romstage.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/system76/oryp6/include/variant/romstage.h b/src/mainboard/system76/oryp6/include/variant/romstage.h
new file mode 100644
index 0000000000..072a485334
--- /dev/null
+++ b/src/mainboard/system76/oryp6/include/variant/romstage.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef VARIANT_ROMSTAGE_H
+#define VARIANT_ROMSTAGE_H
+
+#include <fsp/soc_binding.h>
+
+void variant_configure_fspm(FSPM_UPD *memupd);
+
+#endif