index
:
0xFFFF
legacy
maemo
master
flashing utility
Pali Rohár
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
image.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-21
image: Fix buffer pointer in function image_hash_from_data
Pali Rohár
1
-4
/
+4
2013-04-21
image: image_read returns unsigned type
Pali Rohár
1
-1
/
+1
2013-02-25
image: Do not call image_free on NULL pointer
Pali Rohár
1
-0
/
+3
2013-01-05
Fix crashing when accessing out of global arrays
Pali Rohár
1
-1
/
+1
2012-11-23
image: Align all images (not only mmc and kernel)
Pali Rohár
1
-3
/
+3
2012-11-20
image: Fix memory leak
Pali Rohár
1
-0
/
+2
2012-11-20
image: Fix function image_missing_values_from_name
Pali Rohár
1
-0
/
+3
2012-09-23
image: Added mmc detection
Pali Rohár
1
-0
/
+5
2012-09-22
Fix compilation on 32bit system
Pali Rohár
1
-2
/
+2
2012-09-22
image: Fix autoidentify images
Pali Rohár
1
-2
/
+2
2012-09-22
image: Implement image_hwrev_is_valid
Pali Rohár
1
-15
/
+6
2012-09-22
image: Use device_list
Pali Rohár
1
-26
/
+69
2012-08-27
image: Do not verify image types and devices if noverify was specified
Pali Rohár
1
-2
/
+2
2012-08-24
image: Check if specified image type and device are correct
Pali Rohár
1
-7
/
+34
2012-08-24
image: Fix image detection, detect kernel by magic number and U-Boot by arm b...
Pali Rohár
1
-9
/
+9
2012-08-12
image: Fix image_missing_values_from_name
Pali Rohár
1
-2
/
+6
2012-08-12
Remove IMAGE_OMAP_NAND type - it is 2nd
Pali Rohár
1
-1
/
+0
2012-08-11
image_read returns size_t, so 0 when error or end of file
Pali Rohár
1
-0
/
+1
2012-08-11
image: Fix image_missing_values_from_name
Pali Rohár
1
-1
/
+1
2012-08-11
image: Fix image_read
Pali Rohár
1
-4
/
+7
2012-08-11
image: Detect ROMFS file as initfs
Pali Rohár
1
-0
/
+2
2012-08-11
image: Fix aligning, now aligning is working again
Pali Rohár
1
-12
/
+15
2012-08-10
Fix ERROR macros
Pali Rohár
1
-3
/
+3
2012-08-09
Added new global macros for ERROR/WARNING/VERBOSE, use it
Pali Rohár
1
-22
/
+9
2012-08-09
image: Added functions image_print_info, image_list_unlink, image_hwrev_is_valid
Pali Rohár
1
-2
/
+64
2012-08-08
image: call image_align after checking hash
Pali Rohár
1
-1
/
+2
2012-08-08
Added enum DEVICE_COUNT and IMAGE_COUNT, Added function device_to_long_string
Pali Rohár
1
-1
/
+1
2012-08-08
Added missing license headers
Pali Rohár
1
-0
/
+18
2012-08-07
image: image_type_from_data - added support for rx-51 images
Pali Rohár
1
-12
/
+11
2012-08-07
image: function image_list_add will add image to the end of list
Pali Rohár
1
-10
/
+11
2012-08-07
image: Implement image_hash_from_data
Pali Rohár
1
-5
/
+19
2012-08-07
image: align image only if needed
Pali Rohár
1
-1
/
+2
2012-08-07
image: Added support for aligning images (kernel and mmc), function image_rea...
Pali Rohár
1
-21
/
+75
2012-08-07
image: Implement image_missing_values_from_name and image_name_alloc_from_values
Pali Rohár
1
-9
/
+120
2012-08-07
Compile fixes
Pali Rohár
1
-12
/
+22
2012-08-07
Implement image functions
Pali Rohár
1
-13
/
+115
2012-07-14
Prepaired new code for fiasco images
Pali Rohár
1
-0
/
+165