| #
0299c2ef |
| 03-Mar-2016 |
Stefan Roese <sr@denx.de> |
include/crc.h: Remove unreferenced cyg_xxx() prototypes
These cyg_ prototypes are not referenced anywhere in current mainline U-Boot. So lets remove them.
Signed-off-by: Stefan Roese <sr@denx.de> R
include/crc.h: Remove unreferenced cyg_xxx() prototypes
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>
show more ...
|
| #
ecb57f69 |
| 03-Mar-2016 |
Stefan Roese <sr@denx.de> |
lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value
The original name of this function is unclear. This patch renames this CRC16 function to crc16_ccitt() matching its name with
lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value
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>
show more ...
|
| #
326ea986 |
| 31-Jul-2013 |
Stefano Babic <sbabic@denx.de> |
Merge git://git.denx.de/u-boot-arm
Conflicts: board/freescale/mx6qsabrelite/Makefile board/freescale/mx6qsabrelite/mx6qsabrelite.c include/configs/mx6qsabrelite.h
Signed-off-by: Stefano Babic <s
Merge git://git.denx.de/u-boot-arm
Conflicts: board/freescale/mx6qsabrelite/Makefile board/freescale/mx6qsabrelite/mx6qsabrelite.c include/configs/mx6qsabrelite.h
Signed-off-by: Stefano Babic <sbabic@denx.de>
show more ...
|
| #
8b485ba1 |
| 25-Jul-2013 |
Albert ARIBAUD <albert.u.boot@aribaud.net> |
Merge branch 'u-boot/master' into u-boot-arm/master
|
| #
e85427fd |
| 08-Jul-2013 |
Wolfgang Denk <wd@denx.de> |
Add eCos-2.0 SPDX-License-Identifier to source files
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
b86d7622 |
| 20-Apr-2006 |
Kumar Gala <galak@kernel.crashing.org> |
Merge branch 'master' of rsync://rsync.denx.de/git/u-boot
|
| #
cf48eb9a |
| 16-Apr-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Some code cleanup
|
| #
534ff676 |
| 01-Apr-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
* Add support for ymodem protocol download Patch by Stefano Babic, 29 Mar 2006
* Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000
Merge with /home/mk/8-benq/u-boot
|
| #
f2841d37 |
| 30-Mar-2006 |
Markus Klotzbuecher <mk@denx.de> |
Add support for ymodem protocol (loady command). Patch by Stefano Babic, 29 Mar 2006
|