From 269e932340869696abfaeb63736ba887d88ef690 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 21 Jan 2011 07:24:08 +0000 Subject: Add nvramtool -C option that takes a CBFS file as argument. When using this option, nvramtool looks for a cmos_layout.bin and cmos.default in the image and uses these for layout information and CMOS data. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6285 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/nvramtool/opts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util/nvramtool/opts.h') diff --git a/util/nvramtool/opts.h b/util/nvramtool/opts.h index 659b3d8cde..4cac976deb 100644 --- a/util/nvramtool/opts.h +++ b/util/nvramtool/opts.h @@ -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; -- cgit v1.2.3