summaryrefslogtreecommitdiffstats
path: root/src/image.h
AgeCommit message (Collapse)AuthorFilesLines
2021-05-02image: Define 1st, cert-sw and ape-algo Harmattan imagesPali Rohár1-0/+3
This change allows 0xFFFF to unpack Harmattan fiasco images.
2021-05-02fiasco: Add support for unpacking multiple parts of one imagePali Rohár1-4/+12
Fiasco mmc image contains layout and two parts in one data section. First part is FAT32 partition (MyDocs) and second part is tar archive for second ext3 partition (/home). This change extends fiasco parser to load all parts from one data section and correctly unpack all parts.
2017-06-17image: Add new function image_alloc_from_fd()Pali Rohár1-0/+1
2012-09-22Fix compilation on 32bit systemPali Rohár1-4/+4
2012-09-22image: Implement image_hwrev_is_validPali Rohár1-1/+1
2012-09-22image: Use device_listPali Rohár1-2/+1
2012-08-12Remove IMAGE_OMAP_NAND type - it is 2ndPali Rohár1-1/+0
2012-08-09Added new global macros for ERROR/WARNING/VERBOSE, use itPali Rohár1-4/+0
2012-08-09main: Implement more optionsPali Rohár1-0/+4
2012-08-09image: Added functions image_print_info, image_list_unlink, image_hwrev_is_validPali Rohár1-0/+4
2012-08-08Added enum DEVICE_COUNT and IMAGE_COUNT, Added function device_to_long_stringPali Rohár1-0/+1
2012-08-08Added missing license headersPali Rohár1-0/+17
2012-08-07image: Added support for aligning images (kernel and mmc), function ↵Pali Rohár1-2/+3
image_read will fill buf with 0xFF
2012-08-07image: Implement image_missing_values_from_name and image_name_alloc_from_valuesPali Rohár1-10/+3
2012-08-07Compile fixesPali Rohár1-4/+5
2012-08-07Implement image functionsPali Rohár1-3/+17
2012-07-14Prepaired new code for fiasco imagesPali Rohár1-0/+54