rv1126-uboot/tools
Brian McFarland 80ee0196a6 Patch to mkenvimage to handle text files with length that exceed env size
The current head revision of mkenvimage
(e72be8947e) will prevent you from creating
an env image from a text file that is larger than the env length specified
by the '-s' option.  That doesn't make sense given that the tool now allows
comments and blank lines.  This patch removes that limitation and allows
longer text files to be used.

I don't have time / desire at the moment to figure out "patman" and could
really care less if this is adopted up stream.  Just figured I would share
in case anybody else finds it useful enough to take time to do a proper
patch.

>From 39ff30190c2bf687861f4b4b33230f1944fb64f9 Mon Sep 17 00:00:00 2001
From: Brian McFarland <bmcfarland@rldrake.com>
Date: Thu, 12 Mar 2015 11:37:19 -0400
Subject: [PATCH] In mkenvimage, removed the check that prevented using a
 source text file larger than the output environment image.  Instead, the main
 parsing loop checks to see if the environment buffer is full, and quits if it
 is.  After the main parse loop, a second loop swallows comments and
 whitespace until either the EOF is reached or more env vars are found, in
 which case an error will be thrown.
2015-03-28 12:07:47 -04:00
..
buildman buildman: Add a space before the list of boards 2015-03-05 16:14:32 -07:00
easylogo
env add example for file on VFAT filesystem usage 2015-02-17 06:27:44 -05:00
gdb
kermit
logos arm: mx6: cm-fx6: display compulab logo 2015-01-29 17:42:29 +01:00
omap
palmtreo680
patman patman: Read in the git-mailrc alias file 2015-02-15 14:34:06 -07:00
scripts
.gitignore tools: Add ifdtool to .gitignore 2014-11-25 07:11:17 -07:00
Makefile tools/imagetool: remove linker script 2015-02-16 12:41:41 -05:00
aisimage.c imagetool: replace image registration function by linker_lists feature 2015-01-29 13:38:41 -05:00
aisimage.h
atmel_pmecc_params.c
atmelimage.c imagetool: replace image registration function by linker_lists feature 2015-01-29 13:38:41 -05:00
bin2header.c
bmp_logo.c
default_image.c tools: do not print error messages in verify_header() functions 2015-01-29 13:38:41 -05:00
dumpimage.c dumpimage: replace the term "datafile" by "subimage" 2015-01-29 13:38:41 -05:00
dumpimage.h
envcrc.c
fdt_host.h
fit_check_sign.c
fit_common.c
fit_common.h
fit_image.c dumpimage: fit: extract FIT images 2015-01-29 13:38:41 -05:00
fit_info.c
gen_eth_addr.c
genboardscfg.py tools/genboardscfg.py: pick up also commented maitainers 2014-09-24 18:30:28 -04:00
getline.c
getline.h
gpheader.h
gpimage-common.c dumpimage: add 'T' option to explicitly set the image type 2015-01-29 13:38:41 -05:00
gpimage.c imagetool: replace image registration function by linker_lists feature 2015-01-29 13:38:41 -05:00
ifdtool.c x86: Correct ifdtool microcode calculation 2015-01-13 07:24:58 -08:00
ifdtool.h tools/ifdtool: Support writing multiple files (-w) simultaneously 2014-12-13 22:32:04 -07:00
image-host.c
imagetool.c tools/imagetool: remove linker script 2015-02-16 12:41:41 -05:00
imagetool.h tools/imagetool: remove linker script 2015-02-16 12:41:41 -05:00
img2brec.sh
img2srec.c
imximage.c Merge branch 'master' of git://www.denx.de/git/u-boot-imx 2015-02-10 10:40:43 -05:00
imximage.h imx: imximage: Add QuadSPI boot support 2015-02-10 12:48:49 +01:00
jtagconsole
kwbimage.c kwbimage: align v1 binary header to 4B 2015-03-05 22:08:59 +01:00
kwbimage.h
kwboot.c tools/kwboot: Sync with latest barebox version to support Armada XP 2014-10-23 09:59:21 -04:00
microcode-tool x86: Add a script to process Intel microcode files 2014-12-18 17:26:08 -07:00
microcode-tool.py x86: Enhance the microcode tool to support header files as input 2015-02-05 22:16:42 -07:00
mingw_support.c
mingw_support.h
mkenvimage.c Patch to mkenvimage to handle text files with length that exceed env size 2015-03-28 12:07:47 -04:00
mkexynosspl.c
mkimage.c dumpimage: add 'T' option to explicitly set the image type 2015-01-29 13:38:41 -05:00
mkimage.h
mksunxiboot.c tools: mksunxiboot: Fix problems on big endian systems 2015-02-16 20:14:01 +01:00
mpc86x_clk.c
mxsboot.c mxsboot : Support of 224-bytes OOB area length 2015-01-19 09:10:52 +01:00
mxsimage.c imagetool: replace image registration function by linker_lists feature 2015-01-29 13:38:41 -05:00
mxsimage.h ARM: mxs: tools: Add support for boot progress display flag 2014-11-20 10:13:45 +01:00
ncb.c
netconsole
omapimage.c imagetool: replace image registration function by linker_lists feature 2015-01-29 13:38:41 -05:00
omapimage.h
os_support.c
os_support.h
pbl_crc32.c
pbl_crc32.h
pblimage.c imagetool: replace image registration function by linker_lists feature 2015-01-29 13:38:41 -05:00
pblimage.h
proftool.c
relocate-rela.c
socfpgaimage.c tools: do not print error messages in verify_header() functions 2015-01-29 13:38:41 -05:00
ublimage.c imagetool: replace image registration function by linker_lists feature 2015-01-29 13:38:41 -05:00
ublimage.h
ubsha1.c
xway-swap-bytes.c