Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/8e9a6cb169ff21132ef4b56b6399419e1034da4c/tools
You should set ROOT_URL correctly, otherwise the web may not work correctly.
Guilherme Maciel Ferreira
a804b5ce2d
Add dumpimage, a tool to extract data from U-Boot images
...
Given a multi-file image created through the mkimage's -d option:
$ mkimage -A x86 -O linux -T multi -n x86 -d vmlinuz:initrd.img:System.map \
multi.img
Image Name: x86
Created: Thu Jul 25 10:29:13 2013
Image Type: Intel x86 Linux Multi-File Image (gzip compressed)
Data Size: 13722956 Bytes = 13401.32 kB = 13.09 MB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 4040128 Bytes = 3945.44 kB = 3.85 MB
Image 1: 7991719 Bytes = 7804.41 kB = 7.62 MB
Image 2: 1691092 Bytes = 1651.46 kB = 1.61 MB
It is possible to perform the innverse operation -- extracting any file from
the image -- by using the dumpimage's -i option:
$ dumpimage -i multi.img -p 2 System.map
Although it's feasible to retrieve "data files" from image through scripting,
the requirement to embed tools such 'dd', 'awk' and 'sed' for this sole purpose
is cumbersome and unreliable -- once you must keep track of file sizes inside
the image. Furthermore, extracting data files using "dumpimage" tool is faster
than through scripting.
Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
12 years ago
..
bddb
Coding Style cleanup: replace leading SPACEs by TABs
12 years ago
buildman
buildman: make board selector argument a regex
12 years ago
easylogo
…
env
Makefile: do not create a symbolic link to arch/${ARCH}/include/asm
12 years ago
gdb
tools: Makefile: delete redundant lines
12 years ago
kernel-doc
Coding Style cleanup: replace leading SPACEs by TABs
12 years ago
logos
arm, am335x: add support for 3 siemens boards
12 years ago
omap
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
palmtreo680
…
patman
patman: add Commit-notes tag and section
12 years ago
scripts
Coding Style cleanup: replace leading SPACEs by TABs
12 years ago
.gitignore
Add dumpimage, a tool to extract data from U-Boot images
12 years ago
Makefile
Add dumpimage, a tool to extract data from U-Boot images
12 years ago
aisimage.c
tools: moved code common to all image tools to a separated module.
12 years ago
aisimage.h
Coding Style cleanup: remove trailing white space
12 years ago
bin2header.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
binutils-version.sh
…
bmp_logo.c
tools, bmp_logo: fix index from uint16_t to int to allow bigger logos
12 years ago
checkpatch.pl
boards.cfg: show info about boards.cfg instead of MAINTAINERS
12 years ago
checkstack.pl
…
cleanpatch
…
default_image.c
Add dumpimage, a tool to extract data from U-Boot images
12 years ago
dtc-version.sh
Validate dtc is new enough
12 years ago
dumpimage.c
Add dumpimage, a tool to extract data from U-Boot images
12 years ago
dumpimage.h
Add dumpimage, a tool to extract data from U-Boot images
12 years ago
envcrc.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
fdt_host.h
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
fit_image.c
tools: moved code common to all image tools to a separated module.
12 years ago
gcc-version.sh
…
gen_eth_addr.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
getline.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
getline.h
…
image-host.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
imagetool.c
tools: moved code common to all image tools to a separated module.
12 years ago
imagetool.h
Add dumpimage, a tool to extract data from U-Boot images
12 years ago
img2brec.sh
Coding Style cleanup: replace leading SPACEs by TABs
12 years ago
img2srec.c
…
imximage.c
tools: moved code common to all image tools to a separated module.
12 years ago
imximage.h
Coding Style cleanup: remove trailing white space
12 years ago
jtagconsole
…
kwbimage.c
tools: moved code common to all image tools to a separated module.
12 years ago
kwbimage.h
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
kwboot.c
…
mingw_support.c
Add LGPL-2.0+ SPDX-License-Identifier to source files
12 years ago
mingw_support.h
Add LGPL-2.0+ SPDX-License-Identifier to source files
12 years ago
mkenvimage.c
tools/Makefile: Move _GNU_SOURCE to Makefile
12 years ago
mkexynosspl.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
mkimage.c
tools: moved code common to all image tools to a separated module.
12 years ago
mkimage.h
tools: moved code common to all image tools to a separated module.
12 years ago
mpc86x_clk.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
mxsboot.c
tools: mxsboot: Mark the FCB pages as valid
12 years ago
mxsimage.c
tools: moved code common to all image tools to a separated module.
12 years ago
mxsimage.h
ARM: mxs: tools: Add mkimage support for MXS bootstream
12 years ago
ncb.c
…
netconsole
…
omapimage.c
tools: moved code common to all image tools to a separated module.
12 years ago
omapimage.h
Coding Style cleanup: remove trailing white space
12 years ago
os_support.c
Add LGPL-2.0+ SPDX-License-Identifier to source files
12 years ago
os_support.h
Add LGPL-2.0+ SPDX-License-Identifier to source files
12 years ago
pblimage.c
tools: moved code common to all image tools to a separated module.
12 years ago
pblimage.h
Coding Style cleanup: remove trailing white space
12 years ago
proftool.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
reformat.py
Coding Style cleanup: replace leading SPACEs by TABs
12 years ago
setlocalversion
…
ublimage.c
tools: moved code common to all image tools to a separated module.
12 years ago
ublimage.h
Coding Style cleanup: remove trailing white space
12 years ago
ubsha1.c
Coding Style cleanup: replace leading SPACEs by TABs
12 years ago
xway-swap-bytes.c
…