summaryrefslogtreecommitdiffstats
path: root/util/nvramtool/lbtable.h
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@secunet.com>2011-01-21 07:24:08 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2011-01-21 07:24:08 +0000
commit269e932340869696abfaeb63736ba887d88ef690 (patch)
treed37feee820644896be53f8a3e1b909042c414344 /util/nvramtool/lbtable.h
parent9cd7eba1180396cbd91776a94444696f6b4069c4 (diff)
downloadcoreboot-269e932340869696abfaeb63736ba887d88ef690.tar.gz
coreboot-269e932340869696abfaeb63736ba887d88ef690.tar.bz2
coreboot-269e932340869696abfaeb63736ba887d88ef690.zip
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 <patrick.georgi@secunet.com> Acked-by: Stefan Reinauer <stepan@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6285 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/nvramtool/lbtable.h')
-rw-r--r--util/nvramtool/lbtable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/nvramtool/lbtable.h b/util/nvramtool/lbtable.h
index 5587bd8637bf..c9276b6d0408 100644
--- a/util/nvramtool/lbtable.h
+++ b/util/nvramtool/lbtable.h
@@ -35,6 +35,7 @@
void get_lbtable(void);
void get_layout_from_cmos_table(void);
+void get_layout_from_cbfs_file(void);
void dump_lbtable(void);
void list_lbtable_choices(void);
void list_lbtable_item(const char item[]);