summaryrefslogtreecommitdiff
path: root/common/xyzModem.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-1/+1
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass1-1/+1
2019-01-15xyz-modem: Fix timeout loop waiting with WATCHDOGLokesh Vutla1-0/+2
2018-12-09lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich1-1/+1
2018-05-11xyz-modem: va_start() must be matched by va_end()Heinrich Schuchardt1-8/+9
2018-05-11Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selectedAlex Kiernan1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-04-08common/xyzModem.c: Do not use hard-coded address for debug bufferAlexandru Gagniuc1-9/+3
2017-04-08common/xyzModem.c: unifdef (Remove useless #ifdefs)Alexandru Gagniuc1-103/+0
2016-11-29xyz-modem: Change getc timeout loop waitingtomas.melin@vaisala.com1-5/+5
2016-03-15lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese1-1/+1
2014-06-12common/xyzModem.c: move empty statements to newlineJeroen Hofstee1-1/+2
2013-07-24Add eCos-2.0 SPDX-License-Identifier to source filesWolfgang Denk1-33/+1
2012-11-04common/misc: sparse fixesKim Phillips1-3/+3
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams1-1/+1
2009-07-19common: fix 'dummy' is used uninitialized in this function warningKim Phillips1-1/+1
2006-08-31Coding Style cleanup.Wolfgang Denk1-445/+548
2006-07-21More code cleanupWolfgang Denk1-1/+1
2006-05-10Fix compile warnings in common/xyzModem.cStefan Roese1-6/+9
2006-04-16Some code cleanupWolfgang Denk1-140/+144
2006-03-30Add support for ymodem protocol (loady command).Markus Klotzbuecher1-0/+739