| #
306b236b |
| 04-Apr-2017 |
Alexandru Gagniuc <alex.g@adaptrum.com> |
common/xyzModem.c: unifdef (Remove useless #ifdefs)
Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>
|
| #
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>
|
| #
18122019 |
| 12-Apr-2013 |
Albert ARIBAUD <albert.u.boot@aribaud.net> |
Merge branch 'u-boot/master' into 'u-boot-arm/master'
Conflicts: drivers/video/exynos_fb.c
|
| #
472d5460 |
| 01-Apr-2013 |
York Sun <yorksun@freescale.com> |
Consolidate bool type
'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
Consolidate bool type
'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>
show more ...
|
| #
281f69ed |
| 09-Aug-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'wd'
|
| #
98280e3d |
| 07-Aug-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/master
|
| #
966083e9 |
| 21-Jul-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
More code cleanup
|
| #
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
|