Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-24 | Add eCos-2.0 SPDX-License-Identifier to source files | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2013-04-01 | Consolidate bool type | York Sun | |
'bool' is defined in random places. This patch consolidates them into a single header file include/linux/types.h, using stdbool.h introduced in C99. All other #define, typedef and enum are removed. They are all consistent with true = 1, false = 0. Replace FALSE, False with false. Replace TRUE, True with true. Skip *.py, *.php, lib/* files. Signed-off-by: York Sun <yorksun@freescale.com> | |||
2006-07-21 | More code cleanup | Wolfgang Denk | |
2006-04-16 | Some code cleanup | Wolfgang Denk | |
2006-03-30 | Add support for ymodem protocol (loady command). | Markus Klotzbuecher | |
Patch by Stefano Babic, 29 Mar 2006 |