index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: core support
David Feng
2014-01-09
1
-0
/
+1
*
FIT: delete unnecessary casts
Masahiro Yamada
2013-09-20
1
-5
/
+1
*
Cosmetic: Fix a number of typos, no functional changes.
Robert P. J. Day
2013-09-20
1
-1
/
+1
*
ARM: mxs: tools: Add mkimage support for MXS bootstream
Marek Vasut
2013-08-31
1
-0
/
+1
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-17
/
+1
*
common/image.c: Fix regression with ramdisk load/entry points in FIT
Stefano Babic
2013-07-12
1
-1
/
+1
*
bootm: Use selected configuration for ramdisk and fdt
Simon Glass
2013-07-12
1
-2
/
+2
*
Clarify bootm OS arguments
Simon Glass
2013-06-26
1
-8
/
+14
*
image: Use fit_image_load() to load ramdisk
Simon Glass
2013-06-04
1
-106
/
+16
*
image: Add device tree setup to image library
Simon Glass
2013-05-14
1
-0
/
+50
*
image: Split libfdt code into image-fdt.c
Simon Glass
2013-05-14
1
-566
/
+0
*
image: Remove remaining #ifdefs in image-fit.c
Simon Glass
2013-05-14
1
-6
/
+1
*
sandbox: image: Add support for booting images in sandbox
Simon Glass
2013-05-14
1
-20
/
+28
*
image: Rename fit_image_check_hashes() to fit_image_verify()
Simon Glass
2013-05-14
1
-1
/
+1
*
image: Split FIT code into new image-fit.c
Simon Glass
2013-05-14
1
-1602
/
+0
*
image: Export fit_check_ramdisk()
Simon Glass
2013-05-14
1
-7
/
+2
*
image: Move timestamp #ifdefs to header file
Simon Glass
2013-05-14
1
-29
/
+21
*
image: Add support for Plan 9
Steven Stallion
2013-03-27
1
-0
/
+1
*
image: Use crc header file instead of C prototypes
Simon Glass
2013-02-28
1
-2
/
+2
*
treewide: include libfdt_env.h before fdt.h
Kim Phillips
2013-02-07
1
-1
/
+0
*
env: Add a loadaddr env handler
Joe Hershberger
2012-12-13
1
-0
/
+21
*
env: Use getenv_yesno() more generally
Joe Hershberger
2012-12-13
1
-6
/
+0
*
fdt: Add option to default to most compatible conf in a fit image
Gabe Black
2012-11-12
1
-0
/
+127
*
common/misc: sparse fixes
Kim Phillips
2012-11-04
1
-4
/
+4
*
fdt: Check for a token to skip auto-hash validation
Joe Hershberger
2012-10-15
1
-0
/
+41
*
fdt: Check error codes returned from fdtlib when loading ITB
Joe Hershberger
2012-10-15
1
-0
/
+5
*
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Tom Rini
2012-09-25
1
-0
/
+1
|
\
|
*
powerpc/CoreNet: add tool to support pbl image build.
Shaohui Xie
2012-08-23
1
-0
/
+1
*
|
image/FIT: Add ramdisk load, entry address and OS tag inclusion
Jagannadha Sutradharudu Teki
2012-09-02
1
-3
/
+4
|
/
*
image/fit: drop inline markings on parser code
Mike Frysinger
2012-04-30
1
-2
/
+2
*
RAMDISK: Fix unused variable issue caused by raw rd support
Marek Vasut
2012-03-30
1
-0
/
+2
*
BOOT: Add RAW ramdisk support to bootz
Marek Vasut
2012-03-30
1
-3
/
+12
*
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
2012-03-18
1
-26
/
+26
*
bootstage: Convert FIT progress numbers to enums
Simon Glass
2012-03-18
1
-16
/
+20
*
bootstage: Convert progress numbers 10-19 to enums
Simon Glass
2012-03-18
1
-10
/
+10
*
bootstage: Convert progress numbers 1-9 into enums
Simon Glass
2012-03-18
1
-1
/
+1
*
bootstage: Use show_boot_error() for -ve progress numbers
Simon Glass
2012-03-18
1
-11
/
+11
*
image: Support FDTs already loaded at their load address
Stephen Warren
2012-03-06
1
-3
/
+10
*
common/image.c: align usage of fdt_high with initrd_high
Shawn Guo
2012-02-27
1
-7
/
+5
*
openrisc: Add architecture image support
Stefan Kristiansson
2012-01-13
1
-0
/
+1
*
powerpc/bootm: Flush ramdisk and device tree image when booting on MP
Kumar Gala
2011-12-12
1
-0
/
+8
*
image: Implement IH_TYPE_KERNEL_NOLOAD
Stephen Warren
2011-12-01
1
-0
/
+1
*
mkimage: adding support for Davinci AIS image
Stefano Babic
2011-10-23
1
-4
/
+5
*
checkpatch whitespace cleanups
Stephen Warren
2011-10-22
1
-566
/
+621
*
nds32: common bdinfo, bootm, image support
Macpaul Lin
2011-10-22
1
-0
/
+1
*
Fix use of int as pointer in image.c
Simon Glass
2011-10-17
1
-2
/
+2
*
common/image.c: remove duplicated IH_TYPE entries.
Wolfgang Denk
2011-10-09
1
-6
/
+3
*
ARM: remove broken "evb4510" board.
Wolfgang Denk
2011-09-07
1
-11
/
+0
*
mkimage: Add OMAP boot image support
John Rigby
2011-08-03
1
-1
/
+5
*
mkimage: add UBL header support for booting davinci cpus
Heiko Schocher
2011-07-28
1
-0
/
+1
[next]