index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
image.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test failure caused by bad handling of ramdisk
Simon Glass
2014-08-28
1
-0
/
+1
*
image: fix bootm failure for FIT image
Bryan Wu
2014-08-21
1
-0
/
+3
*
image: introduce genimg_get_kernel_addr()
Bryan Wu
2014-08-09
1
-0
/
+1
*
fit: make sha256 support optional
Dirk Eibach
2014-07-07
1
-0
/
+5
*
includes: move openssl headers to include/u-boot
Jeroen Hofstee
2014-06-19
1
-1
/
+1
*
Enhance fit_check_sign to check all images
Simon Glass
2014-06-19
1
-1
/
+4
*
image: Remove the fit_load_image() property parameter
Simon Glass
2014-06-19
1
-2
/
+3
*
Prevent a buffer overflow in mkimage when signing with SHA256
Michael van der Westhuizen
2014-06-05
1
-1
/
+2
*
bootm: make use of legacy image format configurable
Heiko Schocher
2014-06-05
1
-0
/
+2
*
mkimage: add atmelimage
Andreas Bießmann
2014-05-27
1
-0
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2014-05-22
1
-0
/
+13
|
\
|
*
image: add support for Android's boot image format
Sebastian Siewior
2014-05-08
1
-0
/
+13
*
|
Merge branch 'u-boot/master'
Albert ARIBAUD
2014-05-09
1
-2
/
+36
|
\
\
|
|
/
|
*
tools, fit_check_sign: verify a signed fit image
Heiko Schocher
2014-03-21
1
-7
/
+10
|
*
rsa: add sha256,rsa4096 algorithm
Heiko Schocher
2014-03-21
1
-0
/
+1
|
*
rsa: add sha256-rsa2048 algorithm
Heiko Schocher
2014-03-21
1
-0
/
+21
|
*
fit: add sha256 support
Heiko Schocher
2014-03-21
1
-0
/
+9
*
|
tools: mkimage: add support for gpimage format
Karicheri, Muralidharan
2014-04-17
1
-0
/
+1
|
/
*
fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP
Masahiro Yamada
2014-02-19
1
-2
/
+2
*
arc: bdinfo, image and arc-specific init functions declarations support
Alexey Brodkin
2014-02-07
1
-0
/
+1
*
arm64: core support
David Feng
2014-01-09
1
-0
/
+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
-18
/
+1
*
bootm: Use selected configuration for ramdisk and fdt
Simon Glass
2013-07-12
1
-3
/
+4
*
bootm: Clean up bootz_setup() function
Simon Glass
2013-07-10
1
-0
/
+11
*
mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE
Simon Glass
2013-06-28
1
-3
/
+0
*
image: Add support for signing of FIT configurations
Simon Glass
2013-06-26
1
-0
/
+16
*
image: Support signing of images
Simon Glass
2013-06-26
1
-4
/
+55
*
image: Add signing infrastructure
Simon Glass
2013-06-26
1
-2
/
+88
*
Add a 'fake' go command to the bootm command
Simon Glass
2013-06-26
1
-1
/
+2
*
Refactor the bootm command to reduce code duplication
Simon Glass
2013-06-26
1
-7
/
+9
*
image: Use fit_image_load() to load kernel
Simon Glass
2013-06-04
1
-1
/
+0
*
image: Use fit_image_load() to load FDT
Simon Glass
2013-06-04
1
-3
/
+3
*
image: Use fit_image_load() to load ramdisk
Simon Glass
2013-06-04
1
-1
/
+0
*
image: Introduce fit_image_load() to load images from FITs
Simon Glass
2013-06-04
1
-2
/
+95
*
image: Add device tree setup to image library
Simon Glass
2013-05-14
1
-9
/
+52
*
image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL
Simon Glass
2013-05-14
1
-2
/
+31
*
image: Remove remaining #ifdefs in image-fit.c
Simon Glass
2013-05-14
1
-0
/
+2
*
sandbox: image: Add support for booting images in sandbox
Simon Glass
2013-05-14
1
-1
/
+1
*
image: Rename hash printing to fit_image_print_verification_data()
Simon Glass
2013-05-14
1
-1
/
+0
*
image: Rename fit_add_hashes() to fit_add_verification_data()
Simon Glass
2013-05-14
1
-2
/
+8
*
image: Export fit_conf_get_prop_node()
Simon Glass
2013-05-14
1
-0
/
+14
*
image: Move hash checking into its own function
Simon Glass
2013-05-14
1
-3
/
+5
*
image: Rename fit_image_check_hashes() to fit_image_verify()
Simon Glass
2013-05-14
1
-2
/
+2
*
image: Convert fit_image_hash_set_value() to static, and rename
Simon Glass
2013-05-14
1
-2
/
+0
*
image: Move HOSTCC image code to tools/
Simon Glass
2013-05-14
1
-0
/
+3
*
image: Export fit_check_ramdisk()
Simon Glass
2013-05-14
1
-0
/
+3
*
image: Move timestamp #ifdefs to header file
Simon Glass
2013-05-14
1
-0
/
+8
*
image: Add support for Plan 9
Steven Stallion
2013-03-27
1
-0
/
+1
*
treewide: include libfdt_env.h before fdt.h
Kim Phillips
2013-02-07
1
-1
/
+0
[next]