Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
a2487684003b0bc380955e1a38cdd71da3ca4366
/
common
/
image.c
« Previous
1bce2ae
Cosmetic: Fix a number of typos, no functional changes.
by Robert P. J. Day
· 11 years ago
bce8837
ARM: mxs: tools: Add mkimage support for MXS bootstream
by Marek Vasut
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
e3a5bbc
common/image.c: Fix regression with ramdisk load/entry points in FIT
by Stefano Babic
· 11 years ago
f320a4d
bootm: Use selected configuration for ramdisk and fdt
by Simon Glass
· 11 years ago
983c72f
Clarify bootm OS arguments
by Simon Glass
· 11 years ago
a51ec63
image: Use fit_image_load() to load ramdisk
by Simon Glass
· 11 years ago
13d0698
image: Add device tree setup to image library
by Simon Glass
· 12 years ago
44d3a30
image: Split libfdt code into image-fdt.c
by Simon Glass
· 12 years ago
1fe7d93
image: Remove remaining #ifdefs in image-fit.c
by Simon Glass
· 12 years ago
35e7b0f
sandbox: image: Add support for booting images in sandbox
by Simon Glass
· 12 years ago
b8da836
image: Rename fit_image_check_hashes() to fit_image_verify()
by Simon Glass
· 12 years ago
53fbb7e
image: Split FIT code into new image-fit.c
by Simon Glass
· 12 years ago
61a439a
image: Export fit_check_ramdisk()
by Simon Glass
· 12 years ago
859e92b
image: Move timestamp #ifdefs to header file
by Simon Glass
· 12 years ago
04d4140
image: Add support for Plan 9
by Steven Stallion
· 12 years ago
0ccff50
image: Use crc header file instead of C prototypes
by Simon Glass
· 12 years ago
12e06fe
treewide: include libfdt_env.h before fdt.h
by Kim Phillips
· 12 years ago
1cf0a8b
env: Add a loadaddr env handler
by Joe Hershberger
· 12 years ago
ec8a252
env: Use getenv_yesno() more generally
by Joe Hershberger
· 12 years ago
d95f6ec
fdt: Add option to default to most compatible conf in a fit image
by Gabe Black
· 12 years ago
199adb6
common/misc: sparse fixes
by Kim Phillips
· 12 years ago
8ac88f2
fdt: Check for a token to skip auto-hash validation
by Joe Hershberger
· 12 years ago
367e125
fdt: Check error codes returned from fdtlib when loading ITB
by Joe Hershberger
· 12 years ago
5675b50
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 12 years ago
cee84e8
image/FIT: Add ramdisk load, entry address and OS tag inclusion
by Jagannadha Sutradharudu Teki
· 12 years ago
5d898a0
powerpc/CoreNet: add tool to support pbl image build.
by Shaohui Xie
· 12 years ago
314f634
image/fit: drop inline markings on parser code
by Mike Frysinger
· 13 years ago
57d40ab
RAMDISK: Fix unused variable issue caused by raw rd support
by Marek Vasut
· 13 years ago
017e1f3
BOOT: Add RAW ramdisk support to bootz
by Marek Vasut
· 13 years ago
770605e
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· 13 years ago
aacc8c1
bootstage: Convert FIT progress numbers to enums
by Simon Glass
· 13 years ago
5e41088
bootstage: Convert progress numbers 10-19 to enums
by Simon Glass
· 13 years ago
5dc8871
bootstage: Convert progress numbers 1-9 into enums
by Simon Glass
· 13 years ago
5ddb118
bootstage: Use show_boot_error() for -ve progress numbers
by Simon Glass
· 13 years ago
e37ae40
image: Support FDTs already loaded at their load address
by Stephen Warren
· 13 years ago
fa34f6b
common/image.c: align usage of fdt_high with initrd_high
by Shawn Guo
· 13 years ago
3ddcacc
openrisc: Add architecture image support
by Stefan Kristiansson
· 13 years ago
3b20011
powerpc/bootm: Flush ramdisk and device tree image when booting on MP
by Kumar Gala
· 13 years ago
b9b50e89
image: Implement IH_TYPE_KERNEL_NOLOAD
by Stephen Warren
· 13 years ago
4962e38
mkimage: adding support for Davinci AIS image
by Stefano Babic
· 13 years ago
712fbcf
checkpatch whitespace cleanups
by Stephen Warren
· 13 years ago
64d6146
nds32: common bdinfo, bootm, image support
by Macpaul Lin
· 13 years ago
0ec2ce4
Fix use of int as pointer in image.c
by Simon Glass
· 13 years ago
e42624b
common/image.c: remove duplicated IH_TYPE entries.
by Wolfgang Denk
· 13 years ago
26e670e
ARM: remove broken "evb4510" board.
by Wolfgang Denk
· 13 years ago
3decb14
mkimage: Add OMAP boot image support
by John Rigby
· 13 years ago
7816f2c
mkimage: add UBL header support for booting davinci cpus
by Heiko Schocher
· 13 years ago
1bb5e90
Fix typo from 'mb_alloc' -> 'lmb_alloc'
by Matthew McClintock
· 13 years ago
a28afca
Add uboot "fdt_high" enviroment variable
by David A. Long
· 13 years ago
55b0a39
Respect memreserve regions specified in the device tree
by Grant Likely
· 14 years ago
ed59e58
Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ
by Grant Likely
· 14 years ago
c3624e6
Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined
by Grant Likely
· 14 years ago
590d3ca
Stop passing around bootmem_base value.
by Grant Likely
· 14 years ago
7edb186
image: constify lookup tables
by Mike Frysinger
· 14 years ago
2e5167c
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
by Wolfgang Denk
· 14 years ago
43b08af
always relocate fdt into an lmb-allocated memory block
by Timur Tabi
· 14 years ago
fca43cc
boot: change some arch ifdefs to feature ifdefs
by John Rigby
· 14 years ago
d1263fc
common/image.c remove extra calls to be32_to_cpu in boot_get_fdt
by John Rigby
· 14 years ago
758b399
common/image.c fix length calculation in boot_relocate_fdt
by John Rigby
· 14 years ago
3df6195
Add support for operating system OSE
by Torkel Lundgren
· 14 years ago
958e120
fdt relocate: have more attention to use a bootmap or not
by Stephan Linz
· 14 years ago
c519fac
Fix condition where bootm_size not set and wrong memory size reported
by Matthew McClintock
· 14 years ago
54841ab
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
1117cbf
nios: remove nios-32 arch
by Thomas Chou
· 14 years ago
54fa2c5
Move test for unnecessary memmove to memmove_wd()
by Larry Johnson
· 15 years ago
8edcde5
mkimage: Add Freescale imx Boot Image support (imximage)
by Stefano Babic
· 15 years ago
4b142fe
common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
by Heiko Schocher
· 15 years ago
20dde48
add lzop decompression support
by Peter Korsgaard
· 15 years ago
521af04
Conditionally perform common relocation fixups
by Peter Tyser
· 15 years ago
aa0c7a8
mkimage: Add Kirkwood Boot Image support (kwbimage)
by Prafulla Wadaskar
· 15 years ago
b029ddd
mkimage: Make table_entry code global
by Prafulla Wadaskar
· 15 years ago
f666dea
mkimage: Make genimg_print_size() global
by Prafulla Wadaskar
· 15 years ago
3a2003f
tools/mkimage: fix compiler warnings, use "const"
by Wolfgang Denk
· 15 years ago
e3d1ac7
common/image.c: Relocate strings in tables.
by Scott Wood
· 16 years ago
cd67345
Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
fbc87dc
FIT: output image load address for type 'firmware', fix message while there
by Bartlomiej Sieka
· 16 years ago
fc9c172
Add support for LZMA uncompression algorithm.
by Luigi 'Comio' Mantellini
· 16 years ago
5251469
Fix printf errors under -DDEBUG
by Andrew Klossner
· 16 years ago
919f550
FIT: add ability to check hashes of all images in FIT, improve output
by Bartlomiej Sieka
· 16 years ago
f5ed9e3
Add support for booting of INTEGRITY operating system uImages
by Peter Tyser
· 16 years ago
9ba2e2c
Remove support for booting ARTOS images
by Kumar Gala
· 16 years ago
ea86b9e
Prevent crash if random/invalid ramdisks are passed to bootm
by Kumar Gala
· 16 years ago
8e02494
Prevent crash if random DTB address is passed to bootm
by Anatolij Gustschin
· 16 years ago
54f9c86
bootm: Set working fdt address as part of the bootm flow
by Kumar Gala
· 16 years ago
06a0991
bootm: refactor fdt locating and relocation code
by Kumar Gala
· 16 years ago
3216ca9
Fix fallout from autostart revert
by Kumar Gala
· 16 years ago
0bf202e
Revert "[new uImage] Add autostart flag to bootm_headers structure"
by Wolfgang Denk
· 16 years ago
41266c9
FIT: Fix handling of images without ramdisks
by Peter Tyser
· 16 years ago
c78fce6
FIS: repare incorrect return value with ramdisk handling
by Michal Simek
· 16 years ago
391fd93
Change lmb to use phys_size_t/phys_addr_t
by Becky Bruce
· 16 years ago
95d449a
Avoid initrd and logbuffer area overlaps
by Marian Balakowicz
· 16 years ago
ee0cfa7
Revert "Avoid initrd and logbuffer area overlaps"
by Wolfgang Denk
· 17 years ago
02b9b22
Fix offset calculation for multi-type legacy images.
by Nick Spence
· 17 years ago
1b5605c
Avoid initrd and logbuffer area overlaps
by Marian Balakowicz
· 17 years ago
273c37d
Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
by Marian Balakowicz
· 17 years ago
e419e12
Recognize 'powerpc' As an Alias for IH_ARCH_PPC
by Grant Erickson
· 17 years ago
7590378
Use watchdog-aware functions when calculating hashes of images - take two
by Bartlomiej Sieka
· 17 years ago
edbed24
Memory footprint optimizations
by Bartlomiej Sieka
· 17 years ago
Next »