Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add eCos-2.0 SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -33/+1 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | Consolidate bool type | York Sun | 2013-04-01 | -8/+0 |
| | | | | | | | | | | | | | '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> | |||
* | More code cleanup | Wolfgang Denk | 2006-07-21 | -0/+3 |
| | ||||
* | Some code cleanup | Wolfgang Denk | 2006-04-16 | -61/+63 |
| | ||||
* | Add support for ymodem protocol (loady command). | Markus Klotzbuecher | 2006-03-30 | -0/+112 |
Patch by Stefano Babic, 29 Mar 2006 |