index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
u-boot: Fix several typos
Shyam Saini
2018-06-13
1
-1
/
+1
*
Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze
Tom Rini
2018-05-11
1
-0
/
+1
|
\
|
*
tools: zynqmpimage: Add bif support
Alexander Graf
2018-05-11
1
-0
/
+1
*
|
image: socfpga: Add SFP image version 1 definition
Marek Vasut
2018-05-08
1
-1
/
+2
|
/
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
tools: mkimage: Support RISC-V arch
Rick Chen
2018-03-30
1
-0
/
+1
*
image: Add IH_OS_TEE for TEE chain-load boot
Bryan O'Donoghue
2018-03-19
1
-0
/
+1
*
tools/mkimage: add support for STM32 image format
Patrick Delaunay
2018-03-19
1
-0
/
+1
*
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-03-05
1
-1
/
+1
*
common: image.c: Fix CACHE: Misaligned operation output
Heiko Schocher
2017-12-18
1
-1
/
+2
*
fpga: allow programming fpga from FIT image for all FPGA drivers
Goldschmidt Simon
2017-12-14
1
-4
/
+2
*
Drop the log buffer
Simon Glass
2017-12-07
1
-9
/
+0
*
image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted Firmware
Philipp Tomsich
2017-11-26
1
-0
/
+1
*
common: Remove genimg_get_image()
Tuomas Tynkkynen
2017-10-16
1
-27
/
+0
*
Drop CONFIG_HAS_DATAFLASH
Tuomas Tynkkynen
2017-10-16
1
-62
/
+0
*
image: Add TI PMMC image type
Andrew F. Davis
2017-09-12
1
-0
/
+1
*
env: Rename some other getenv()-related functions
Simon Glass
2017-08-16
1
-9
/
+9
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-6
/
+8
*
common/image.c: Use correct suffixes for binary sizes
xypron.glpk@gmx.de
2017-01-20
1
-1
/
+1
*
bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set
Rick Altherr
2017-01-20
1
-10
/
+0
*
tools: mkimage: add firmware-ivt image type for HAB verification
Sven Ebenfeld
2017-01-02
1
-0
/
+6
*
common: Fix logic in fpga programming
Michal Simek
2016-12-20
1
-4
/
+3
*
image: Add Trusted Execution Environment image type
Andrew F. Davis
2016-12-03
1
-0
/
+1
*
image: Add FIT image loadable section custom processing
Andrew F. Davis
2016-12-03
1
-0
/
+33
*
image: Protect against overflow in unknown_msg()
Simon Glass
2016-11-05
1
-2
/
+4
*
libfdt: Bring in upstream stringlist functions
Simon Glass
2016-10-13
1
-10
/
+9
*
tools: mkimage: add support for Vybrid image format
Albert ARIBAUD \(3ADEV\)
2016-10-06
1
-0
/
+1
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
1
-1
/
+1
*
image-fit: Fix fit_get_node_from_config semantics
Paul Burton
2016-09-22
1
-1
/
+1
*
xtensa: add support for the xtensa processor architecture [1/2]
Chris Zankel
2016-08-15
1
-0
/
+1
*
image: Add functions to obtain category information
Simon Glass
2016-07-14
1
-0
/
+68
*
image: Add a name for invalid types
Simon Glass
2016-07-14
1
-3
/
+3
*
image: Create a table of information for each category
Simon Glass
2016-07-14
1
-0
/
+13
*
image: Add boot_get_fpga() to load fpga with bootm
Michal Simek
2016-05-24
1
-0
/
+92
*
mkimage: Report information about fpga
Michal Simek
2016-05-24
1
-0
/
+1
*
tools: zynqmpimage: Add Xilinx ZynqMP boot header generation
Michal Simek
2016-05-24
1
-0
/
+1
*
image: Add functions to obtain short names
Simon Glass
2016-03-14
1
-4
/
+22
*
fdt: Allow libfdt to be used in SPL
Simon Glass
2016-03-14
1
-2
/
+2
*
Kconfig: Move CONFIG_FIT and related options to Kconfig
Simon Glass
2016-03-14
1
-12
/
+12
*
image: fix getenv_bootm_size() function again
Masahiro Yamada
2016-02-08
1
-8
/
+13
*
Use correct spelling of "U-Boot"
Bin Meng
2016-02-06
1
-1
/
+1
*
image: fix getenv_bootm_size() function
Masahiro Yamada
2016-01-19
1
-2
/
+2
*
image: check "bootm_low" and "bootm_size" if "initrd_high" is missing
Masahiro Yamada
2016-01-13
1
-2
/
+1
*
tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage
Nathan Rossi
2015-11-19
1
-0
/
+1
*
image.c: Fix non-Android booting with ramdisk and/or device tree
Tom Rini
2015-10-27
1
-1
/
+1
*
common/image.c: Make boot_get_ramdisk() perform a check for Android images
Tom Rini
2015-10-11
1
-0
/
+9
*
Add support for LZ4 decompression algorithm
Julius Werner
2015-10-11
1
-0
/
+1
*
rockchip: Add support for the SPI image
Simon Glass
2015-09-02
1
-0
/
+1
*
rockchip: Add support for the SD image
Simon Glass
2015-09-02
1
-0
/
+1
*
rockchip: Add the rkimage format to mkimage
Simon Glass
2015-09-02
1
-0
/
+1
[next]