Importing mkelfimage from
authorStefan Reinauer <stepan@coresystems.de>
Fri, 15 Feb 2008 18:16:06 +0000 (18:16 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 15 Feb 2008 18:16:06 +0000 (18:16 +0000)
commitb34eea348cb7d6d9c93d17d51a1f322114b8f15d
tree38dd85932dacaa7c7a174d87307baff6210d70c4
parent46fc14dcc8cdba1d66ae6fa9fdcbbf33265d676e
Importing mkelfimage from
ftp://ftp.lnxi.com/pub/mkelfImage/mkelfImage-2.7.tar.gz

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3103 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
63 files changed:
util/mkelfImage/AUTHORS [new file with mode: 0644]
util/mkelfImage/COPYING [new file with mode: 0644]
util/mkelfImage/Makefile [new file with mode: 0644]
util/mkelfImage/Makefile.conf.in [new file with mode: 0644]
util/mkelfImage/News [new file with mode: 0644]
util/mkelfImage/arch/i386/include/arch/io.h [new file with mode: 0644]
util/mkelfImage/arch/i386/include/limits.h [new file with mode: 0644]
util/mkelfImage/arch/i386/include/stdint.h [new file with mode: 0644]
util/mkelfImage/arch/ia64/include/limits.h [new file with mode: 0644]
util/mkelfImage/arch/ia64/include/stdint.h [new file with mode: 0644]
util/mkelfImage/config/config.guess [new file with mode: 0755]
util/mkelfImage/config/config.sub [new file with mode: 0755]
util/mkelfImage/config/install-sh [new file with mode: 0755]
util/mkelfImage/configure [new file with mode: 0755]
util/mkelfImage/configure.ac [new file with mode: 0644]
util/mkelfImage/include/elf.h [new file with mode: 0644]
util/mkelfImage/include/elf_boot.h [new file with mode: 0644]
util/mkelfImage/include/linuxbios_tables.h [new file with mode: 0644]
util/mkelfImage/include/mkelfImage.h [new file with mode: 0644]
util/mkelfImage/kunzip_src/arch/alpha/include/stddef.h [new file with mode: 0644]
util/mkelfImage/kunzip_src/arch/alpha/include/stdint.h [new file with mode: 0644]
util/mkelfImage/kunzip_src/arch/alpha/include/va-alpha.h [new file with mode: 0644]
util/mkelfImage/kunzip_src/arch/alpha/lib/Makefile [new file with mode: 0644]
util/mkelfImage/kunzip_src/arch/alpha/lib/divide.S [new file with mode: 0644]
util/mkelfImage/kunzip_src/arch/alpha/lib/kunzip.lds [new file with mode: 0644]
util/mkelfImage/kunzip_src/arch/alpha/lib/start.S [new file with mode: 0644]
util/mkelfImage/kunzip_src/arch/i386/include/stddef.h [new file with mode: 0644]
util/mkelfImage/kunzip_src/arch/i386/include/stdint.h [new file with mode: 0644]
util/mkelfImage/kunzip_src/arch/i386/lib/Makefile [new file with mode: 0644]
util/mkelfImage/kunzip_src/arch/i386/lib/kunzip.lds [new file with mode: 0644]
util/mkelfImage/kunzip_src/arch/i386/lib/start.S [new file with mode: 0644]
util/mkelfImage/kunzip_src/include/stdarg.h [new file with mode: 0644]
util/mkelfImage/kunzip_src/include/stdlib.h [new file with mode: 0644]
util/mkelfImage/kunzip_src/include/string.h [new file with mode: 0644]
util/mkelfImage/kunzip_src/include/types.h [new file with mode: 0644]
util/mkelfImage/kunzip_src/lib/inflate.c [new file with mode: 0644]
util/mkelfImage/kunzip_src/lib/kunzip.c [new file with mode: 0644]
util/mkelfImage/kunzip_src/lib/malloc.c [new file with mode: 0644]
util/mkelfImage/kunzip_src/lib/memcmp.c [new file with mode: 0644]
util/mkelfImage/kunzip_src/lib/memcpy.c [new file with mode: 0644]
util/mkelfImage/kunzip_src/lib/memset.c [new file with mode: 0644]
util/mkelfImage/linux-i386/Makefile [new file with mode: 0644]
util/mkelfImage/linux-i386/convert.bin.c [new file with mode: 0644]
util/mkelfImage/linux-i386/convert.h [new file with mode: 0644]
util/mkelfImage/linux-i386/convert.lds [new file with mode: 0644]
util/mkelfImage/linux-i386/convert_params.c [new file with mode: 0644]
util/mkelfImage/linux-i386/head.S [new file with mode: 0644]
util/mkelfImage/linux-i386/mkelf-linux-i386.c [new file with mode: 0644]
util/mkelfImage/linux-i386/uniform_boot.h [new file with mode: 0644]
util/mkelfImage/linux-i386/x86-linux.h [new file with mode: 0644]
util/mkelfImage/linux-ia64/Makefile [new file with mode: 0644]
util/mkelfImage/linux-ia64/convert.bin.c [new file with mode: 0644]
util/mkelfImage/linux-ia64/convert.h [new file with mode: 0644]
util/mkelfImage/linux-ia64/convert.lds [new file with mode: 0644]
util/mkelfImage/linux-ia64/convert_params.c [new file with mode: 0644]
util/mkelfImage/linux-ia64/head.S [new file with mode: 0644]
util/mkelfImage/linux-ia64/mkelf-linux-ia64.c [new file with mode: 0644]
util/mkelfImage/main/Makefile [new file with mode: 0644]
util/mkelfImage/main/mkelfImage.c [new file with mode: 0644]
util/mkelfImage/main/mkelfImage.man [new file with mode: 0644]
util/mkelfImage/mkelfImage.spec.in [new file with mode: 0644]
util/mkelfImage/util/Makefile [new file with mode: 0644]
util/mkelfImage/util/bin-to-hex.c [new file with mode: 0644]