mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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 <sjg@chromium.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user