index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
image.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-20
common/image.c: Use correct suffixes for binary sizes
xypron.glpk@gmx.de
1
-1
/
+1
2017-01-20
bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set
Rick Altherr
1
-10
/
+0
2017-01-02
tools: mkimage: add firmware-ivt image type for HAB verification
Sven Ebenfeld
1
-0
/
+6
2016-12-20
common: Fix logic in fpga programming
Michal Simek
1
-4
/
+3
2016-12-03
image: Add Trusted Execution Environment image type
Andrew F. Davis
1
-0
/
+1
2016-12-03
image: Add FIT image loadable section custom processing
Andrew F. Davis
1
-0
/
+33
2016-11-05
image: Protect against overflow in unknown_msg()
Simon Glass
1
-2
/
+4
2016-10-13
libfdt: Bring in upstream stringlist functions
Simon Glass
1
-10
/
+9
2016-10-06
tools: mkimage: add support for Vybrid image format
Albert ARIBAUD \(3ADEV\)
1
-0
/
+1
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
1
-1
/
+1
2016-09-22
image-fit: Fix fit_get_node_from_config semantics
Paul Burton
1
-1
/
+1
2016-08-15
xtensa: add support for the xtensa processor architecture [1/2]
Chris Zankel
1
-0
/
+1
2016-07-14
image: Add functions to obtain category information
Simon Glass
1
-0
/
+68
2016-07-14
image: Add a name for invalid types
Simon Glass
1
-3
/
+3
2016-07-14
image: Create a table of information for each category
Simon Glass
1
-0
/
+13
2016-05-24
image: Add boot_get_fpga() to load fpga with bootm
Michal Simek
1
-0
/
+92
2016-05-24
mkimage: Report information about fpga
Michal Simek
1
-0
/
+1
2016-05-24
tools: zynqmpimage: Add Xilinx ZynqMP boot header generation
Michal Simek
1
-0
/
+1
2016-03-14
image: Add functions to obtain short names
Simon Glass
1
-4
/
+22
2016-03-14
fdt: Allow libfdt to be used in SPL
Simon Glass
1
-2
/
+2
2016-03-14
Kconfig: Move CONFIG_FIT and related options to Kconfig
Simon Glass
1
-12
/
+12
2016-02-08
image: fix getenv_bootm_size() function again
Masahiro Yamada
1
-8
/
+13
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
1
-1
/
+1
2016-01-19
image: fix getenv_bootm_size() function
Masahiro Yamada
1
-2
/
+2
2016-01-13
image: check "bootm_low" and "bootm_size" if "initrd_high" is missing
Masahiro Yamada
1
-2
/
+1
2015-11-19
tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage
Nathan Rossi
1
-0
/
+1
2015-10-27
image.c: Fix non-Android booting with ramdisk and/or device tree
Tom Rini
1
-1
/
+1
2015-10-11
common/image.c: Make boot_get_ramdisk() perform a check for Android images
Tom Rini
1
-0
/
+9
2015-10-11
Add support for LZ4 decompression algorithm
Julius Werner
1
-0
/
+1
2015-09-02
rockchip: Add support for the SPI image
Simon Glass
1
-0
/
+1
2015-09-02
rockchip: Add support for the SD image
Simon Glass
1
-0
/
+1
2015-09-02
rockchip: Add the rkimage format to mkimage
Simon Glass
1
-0
/
+1
2015-08-28
image: Fix loop condition to avoid warning
Thierry Reding
1
-2
/
+2
2015-08-12
image: fix Android ramdisk support when dtb is specified
Rob Herring
1
-10
/
+8
2015-08-12
spl, common, serial: build SPL without serial support
Heiko Schocher
1
-2
/
+6
2015-07-21
mkimage: Display a better list of available image types
Simon Glass
1
-26
/
+32
2015-05-28
image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARM
Matt Porter
1
-1
/
+1
2015-05-28
add boot_get_loadables() to load listed images
Karl Apsite
1
-0
/
+71
2015-05-05
dm: rtc: Rename to_tm() to rtc_to_tm() and add error code
Simon Glass
1
-1
/
+1
2015-04-18
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
1
-0
/
+1
2015-04-10
lpc32xx: add lpc32xx-spl.bin boot image target
Albert ARIBAUD \(3ADEV\)
1
-0
/
+1
2015-01-29
imagetool: make the image_save_datafile() available to all image types
Guilherme Maciel Ferreira
1
-1
/
+1
2015-01-14
image: bootm: Add OpenRTOS image type
Marek Vasut
1
-0
/
+4
2015-01-05
memmove_wd: copy chunk down from big address if parameter to is larger than from
Sonic Zhang
1
-2
/
+12
2014-10-28
x86: image: Add new image type for x64_64
Simon Glass
1
-0
/
+1
2014-10-27
image: Fix Android boot image support
Ahmad Draidi
1
-1
/
+2
2014-10-22
x86: Support loading kernel setup from a FIT
Simon Glass
1
-0
/
+11
2014-10-06
tools: socfpga: Add socfpga preloader signing to mkimage
Charles Manning
1
-0
/
+1
2014-08-28
Fix test failure caused by bad handling of ramdisk
Simon Glass
1
-1
/
+2
2014-08-21
image: fix bootm failure for FIT image
Bryan Wu
1
-12
/
+27
[next]