summaryrefslogtreecommitdiff
path: root/common/xyzModem.c
Commit message (Expand)AuthorAgeFilesLines
* xyz-modem: Fix timeout loop waiting with WATCHDOGLokesh Vutla2019-01-151-0/+2
* lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2018-12-081-1/+1
* xyz-modem: va_start() must be matched by va_end()Heinrich Schuchardt2018-05-101-8/+9
* Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selectedAlex Kiernan2018-05-101-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* common/xyzModem.c: Do not use hard-coded address for debug bufferAlexandru Gagniuc2017-04-081-9/+3
* common/xyzModem.c: unifdef (Remove useless #ifdefs)Alexandru Gagniuc2017-04-081-103/+0
* xyz-modem: Change getc timeout loop waitingtomas.melin@vaisala.com2016-11-281-5/+5
* lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese2016-03-141-1/+1
* common/xyzModem.c: move empty statements to newlineJeroen Hofstee2014-06-111-1/+2
* Add eCos-2.0 SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-33/+1
* common/misc: sparse fixesKim Phillips2012-11-041-3/+3
* cleanup: Fix typos and misspellings in various files.Mike Williams2011-07-281-1/+1
* common: fix 'dummy' is used uninitialized in this function warningKim Phillips2009-07-191-1/+1
* Coding Style cleanup.Wolfgang Denk2006-08-311-445/+548
* More code cleanupWolfgang Denk2006-07-211-1/+1
* Fix compile warnings in common/xyzModem.cStefan Roese2006-05-101-6/+9
* Some code cleanupWolfgang Denk2006-04-161-140/+144
* Add support for ymodem protocol (loady command).Markus Klotzbuecher2006-03-301-0/+739