summaryrefslogtreecommitdiffstats
path: root/include/crc.h
Commit message (Collapse)AuthorAgeFilesLines
* include/crc.h: Remove unreferenced cyg_xxx() prototypesStefan Roese2016-03-141-26/+0
| | | | | | | | These cyg_ prototypes are not referenced anywhere in current mainline U-Boot. So lets remove them. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
* lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese2016-03-141-2/+2
| | | | | | | | | | | | | The original name of this function is unclear. This patch renames this CRC16 function to crc16_ccitt() matching its name with its implementation. To make the usage of this function more flexible, lets add the CRC start value as parameter to this function. This way it can be used by other functions requiring different start values than 0 as well. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
* Add eCos-2.0 SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-32/+1
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Some code cleanupWolfgang Denk2006-04-161-70/+69
|
* Add support for ymodem protocol (loady command).Markus Klotzbuecher2006-03-301-0/+101
Patch by Stefano Babic, 29 Mar 2006
OpenPOWER on IntegriCloud