summaryrefslogtreecommitdiff
path: root/include/expo.h
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-10-14 16:32:11 -0600
committerTom Rini <[email protected]>2024-11-03 21:27:12 -0600
commitae3b5928d61190d0faef7dfb2bbfc415a25b6ca5 (patch)
treeae3f75cd3750f675aeaaa2282d8c8cbe5a42649f /include/expo.h
parente25c34ddb524043c26ff1db820584a40c0f094b8 (diff)
x86: coreboot: Allow building an expo for editing CMOS config
Coreboot provides the CMOS layout in the tables it passes to U-Boot. Use that to build an editor for the CMOS settings. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/expo.h')
-rw-r--r--include/expo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/expo.h b/include/expo.h
index 8cb37260db5..3c383d2e2ee 100644
--- a/include/expo.h
+++ b/include/expo.h
@@ -762,4 +762,12 @@ int expo_apply_theme(struct expo *exp, ofnode node);
*/
int expo_build(ofnode root, struct expo **expp);
+/**
+ * cb_expo_build() - Build an expo for coreboot CMOS RAM
+ *
+ * @expp: Returns the expo created
+ * Return: 0 if OK, -ve on error
+ */
+int cb_expo_build(struct expo **expp);
+
#endif /*__EXPO_H */