aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_ymodem.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+2
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini1-1/+0
2024-05-06common: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-11-16spl: Only support bl_len when we have toSean Anderson1-1/+1
2023-11-16spl: Remove filename from spl_load_infoSean Anderson1-1/+0
2023-11-16spl: Remove NULL assignments in spl_load_infoSean Anderson1-1/+0
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-7/+7
2022-02-03spl: ymodem: Fix buffer overflow during Image copyVignesh Raghavendra1-1/+14
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-2/+2
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2019-12-03spl: ymodem: Fix loading of fit imageLokesh Vutla1-2/+6
2019-10-11spl: ymodem: Make SPL Y-Modem loader framework accessibleAndreas Dannenberg1-2/+2
2019-10-11spl: ymodem: Fix FIT loading termination handlingAndreas Dannenberg1-2/+3
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-0/+1
2019-04-22spl: ymodem: Add support for loading full fitImagesMarek Vasut1-1/+19
2019-04-09spl: ymodem: Move GZ handling out of YModem sessionMarek Vasut1-13/+15
2019-04-09spl: ymodem: Terminate YModem session on errorMarek Vasut1-2/+3
2019-01-15spl: ymodem: Add support for loading gzip compressed uImageMarek Vasut1-5/+24
2018-07-24spl: remove dependency to "asm/utils.h"Paulo Zaneti1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-1/+1
2016-11-28spl: remove redundant call to parse_image_header()tomas.melin@vaisala.com1-1/+0
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass1-1/+1
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-4/+5
2016-10-06spl: Convert spl_ymodem_load_image() to use linker listSimon Glass1-1/+2
2016-10-06spl: Convert boot_device into a structSimon Glass1-1/+1
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass1-2/+3
2016-05-27spl: Add an option to load a FIT containing U-Boot from UARTLokesh Vutla1-14/+84
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut1-2/+5
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-2/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini1-0/+75