Add nvramtool -C option that takes a CBFS file as argument.
[coreboot.git] / util / nvramtool / opts.h
index 659b3d8cde294fff460ba12c47d497602eb57669..4cac976deb95ca8e7d7b6a72ed285aa59dc087b2 100644 (file)
@@ -58,6 +58,7 @@ typedef struct {
 
 typedef enum { NVRAMTOOL_MOD_SHOW_VALUE_ONLY = 0,
        NVRAMTOOL_MOD_USE_CMOS_LAYOUT_FILE,
+       NVRAMTOOL_MOD_USE_CBFS_FILE,
        NVRAMTOOL_MOD_USE_CMOS_OPT_TABLE,
        NVRAMTOOL_NUM_OP_MODIFIERS      /* must always be last */
 } nvramtool_op_modifier_t;