summaryrefslogtreecommitdiffstats
path: root/common/spl/spl_ymodem.c
Commit message (Expand)AuthorAgeFilesLines
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* spl: ymodem: Fix loading of fit imageLokesh Vutla2019-12-031-2/+6
* spl: ymodem: Make SPL Y-Modem loader framework accessibleAndreas Dannenberg2019-10-111-2/+2
* spl: ymodem: Fix FIT loading termination handlingAndreas Dannenberg2019-10-111-2/+3
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-111-0/+1
* spl: ymodem: Add support for loading full fitImagesMarek Vasut2019-04-221-1/+19
* spl: ymodem: Move GZ handling out of YModem sessionMarek Vasut2019-04-091-13/+15
* spl: ymodem: Terminate YModem session on errorMarek Vasut2019-04-091-2/+3
* spl: ymodem: Add support for loading gzip compressed uImageMarek Vasut2019-01-151-5/+24
* spl: remove dependency to "asm/utils.h"Paulo Zaneti2018-07-241-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-091-1/+1
* spl: remove redundant call to parse_image_header()tomas.melin@vaisala.com2016-11-281-1/+0
* spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-061-1/+1
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-061-4/+5
* spl: Convert spl_ymodem_load_image() to use linker listSimon Glass2016-10-061-1/+2
* spl: Convert boot_device into a structSimon Glass2016-10-061-1/+1
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-061-2/+3
* spl: Add an option to load a FIT containing U-Boot from UARTLokesh Vutla2016-05-271-14/+84
* SPL: Let spl_parse_image_header() return valueMarek Vasut2016-05-171-2/+5
* spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-181-2/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* SPL: Move the omap SPL framework to common/splTom Rini2012-09-271-0/+75