coreboot-kgpe-d16/util/cbfstool
Alexandru Gagniuc 35850ae88e cbfstool: Eliminate global variable "arch"
Now that unused functions have been removed, the global "arch" is only
used in very few places. We can pack "arch" in the "param" structure
and pass it down to where it is actually used.

Change-Id: I255d1e2bc6b5ead91b6b4e94a0202523c4ab53dc
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/5105
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2014-02-04 19:37:48 +01:00
..
lzma cbfstool/lzma: Avoid use of typedef with structs and enums 2014-01-29 20:06:26 +01:00
EXAMPLE cbfstool: Update example file. 2013-02-04 11:12:15 +01:00
Makefile Add section header parsing and use it in the mk-payload step 2014-02-02 20:18:55 +01:00
Makefile.inc Add section header parsing and use it in the mk-payload step 2014-02-02 20:18:55 +01:00
cbfs-mkpayload.c cbfstool: Eliminate global variable "arch" 2014-02-04 19:37:48 +01:00
cbfs-mkstage.c cbfstool: Eliminate global variable "arch" 2014-02-04 19:37:48 +01:00
cbfs-payload-linux.c Add a (b)zImage parser to cbfstool 2013-08-31 08:58:34 +02:00
cbfs.h cbfstool: Eliminate global variable "arch" 2014-02-04 19:37:48 +01:00
cbfs_image.c cbfstool: add code to serialize the header using the new xdr functions 2014-02-02 23:48:18 +01:00
cbfs_image.h cbfstool: add code to serialize the header using the new xdr functions 2014-02-02 23:48:18 +01:00
cbfstool.c cbfstool: Eliminate global variable "arch" 2014-02-04 19:37:48 +01:00
coff.h GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
common.c cbfstool: Eliminate global variable "arch" 2014-02-04 19:37:48 +01:00
common.h cbfstool: Eliminate global variable "arch" 2014-02-04 19:37:48 +01:00
compress.c cbfs: fix issues with word size and endianness. 2014-01-29 20:03:44 +01:00
elf.h cbfstool: add a constant for the aarch64 2013-11-18 16:58:58 +01:00
elfheaders.c cbfstool: Eliminate global variable "arch" 2014-02-04 19:37:48 +01:00
fit.c Add section header parsing and use it in the mk-payload step 2014-02-02 20:18:55 +01:00
fit.h cbfstool: Add update-fit command 2013-03-27 01:25:12 +01:00
fv.h GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
linux.h Add a (b)zImage parser to cbfstool 2013-08-31 08:58:34 +02:00
linux_trampoline.c Add a (b)zImage parser to cbfstool 2013-08-31 08:58:34 +02:00
swab.h Various fixes to cbfstool. 2011-10-24 20:29:29 +02:00
xdr.c cbfs: fix issues with word size and endianness. 2014-01-29 20:03:44 +01:00