summaryrefslogtreecommitdiff
path: root/common/xyzModem.c
AgeCommit message (Expand)Author
2021-09-03xyz-modem: Allow to cancel transfer also by CTRL+CPali Rohár
2021-09-03xyz-modem: Put xyzModem_stream_close debug diagnostic message into ZM_DEBUG()Pali Rohár
2021-09-03xyz-modem: Fix x-modem "xyzModem_eof error" at the end of filePali Rohár
2021-09-03xyz-modem: Fix crash after cancelling transferPali Rohár
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass
2019-01-15xyz-modem: Fix timeout loop waiting with WATCHDOGLokesh Vutla
2018-12-08lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich
2018-05-10xyz-modem: va_start() must be matched by va_end()Heinrich Schuchardt
2018-05-10Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selectedAlex Kiernan
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-04-08common/xyzModem.c: Do not use hard-coded address for debug bufferAlexandru Gagniuc
2017-04-08common/xyzModem.c: unifdef (Remove useless #ifdefs)Alexandru Gagniuc
2016-11-28xyz-modem: Change getc timeout loop waitingtomas.melin@vaisala.com
2016-03-14lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese
2014-06-11common/xyzModem.c: move empty statements to newlineJeroen Hofstee
2013-07-24Add eCos-2.0 SPDX-License-Identifier to source filesWolfgang Denk
2012-11-04common/misc: sparse fixesKim Phillips
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams
2009-07-19common: fix 'dummy' is used uninitialized in this function warningKim Phillips
2006-08-31Coding Style cleanup.Wolfgang Denk
2006-07-21More code cleanupWolfgang Denk
2006-05-10Fix compile warnings in common/xyzModem.cStefan Roese
2006-04-16Some code cleanupWolfgang Denk
2006-03-30Add support for ymodem protocol (loady command).Markus Klotzbuecher