From 543a6824580331373a2d77694c23905dc7ca48a7 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 4 Feb 2013 15:39:13 -0800 Subject: cbfstool: support parsing UEFI firmware volumes This removes the hack implemented in http://review.coreboot.org/#/c/2280 (and should make using 64bit Tiano easier, but that's not yet supported) Change-Id: Ie30129c4102dfbd41584177f39057b31f5a937fd Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/2281 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Stefan Reinauer --- util/cbfstool/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/cbfstool/common.h') diff --git a/util/cbfstool/common.h b/util/cbfstool/common.h index 16c04c9c8e..e197143bc7 100644 --- a/util/cbfstool/common.h +++ b/util/cbfstool/common.h @@ -100,6 +100,8 @@ uint64_t intfiletype(const char *name); /* cbfs-mkpayload.c */ int parse_elf_to_payload(const struct buffer *input, struct buffer *output, comp_algo algo); +int parse_fv_to_payload(const struct buffer *input, + struct buffer *output, comp_algo algo); int parse_flat_binary_to_payload(const struct buffer *input, struct buffer *output, uint32_t loadaddress, -- cgit v1.2.3