| #
341cc69d |
| 23-Oct-2007 |
Martin Krause <martin.krause@tqs.de> |
Merge branch 'u-boot' of /home/mkr/git/u-boot-tq-group into bugfix
|
| #
05bf4919 |
| 20-Oct-2007 |
Wolfgang Denk <wd@denx.de> |
Minor coding style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
b407f1a4 |
| 20-Oct-2007 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of /home/git/u-boot/
|
| #
d4d1e9be |
| 19-Oct-2007 |
Andy Fleming <afleming@freescale.com> |
Merge branch 'denx'
|
| #
281df457 |
| 18-Oct-2007 |
Tony Li <tony.li@freescale.com> |
mpc83xx: Add configure entry for MPC83xx ATM support
Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into Makfile and MAKEALL
Signed-off-by: Tony Li <tony.li@freescale.com> Signed-off-by: Kim
mpc83xx: Add configure entry for MPC83xx ATM support
Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into Makfile and MAKEALL
Signed-off-by: Tony Li <tony.li@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
show more ...
|
| #
f147dd15 |
| 18-Oct-2007 |
Kim Phillips <kim.phillips@freescale.com> |
Merge git://www.denx.de/git/u-boot
|
| #
3c89d754 |
| 16-Oct-2007 |
Jon Loeliger <jdl@freescale.com> |
Initial mpc8610hpcd Makefile files.
Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com> Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Initial mpc8610hpcd Makefile files.
Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com> Signed-off-by: Jason Jin <Jason.jin@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
show more ...
|
| #
e58ade3a |
| 14-Oct-2007 |
Michal Simek <monstr@monstr.eu> |
Merge git://www.denx.de/git/u-boot
|
| #
95df6f4e |
| 14-Oct-2007 |
Michal Simek <monstr@monstr.eu> |
Merge ../master/
|
| #
63640019 |
| 13-Oct-2007 |
Wolfgang Denk <wd@denx.de> |
Prepare for 1.3.0-rc3 release
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
23c56f97 |
| 13-Oct-2007 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash
|
| #
e81a95a9 |
| 04-Oct-2007 |
Peter Pearse <peter.pearse@arm.com> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
b90296fc |
| 02-Oct-2007 |
Haavard Skinnemoen <hskinnemoen@atmel.com> |
Merge commit 'origin/master'
|
| #
8ffc7749 |
| 24-Sep-2007 |
Kim Phillips <kim.phillips@freescale.com> |
Merge branch 'master' of git://www.denx.de/git/u-boot
|
| #
b90c045f |
| 23-Sep-2007 |
Michal Simek <monstr@monstr.eu> |
synchronizition with mainline
|
| #
6b6f287a |
| 23-Sep-2007 |
Michal Simek <monstr@monstr.eu> |
Merge ../u-boot
|
| #
d91ea45d |
| 22-Sep-2007 |
Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
sh: Update Makefile
Add support MS7722SE01 to Makefile.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
| #
b8685aff |
| 22-Sep-2007 |
Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
Merge git://www.denx.de/git/u-boot
Conflicts:
CREDITS
|
| #
66dcad3a |
| 19-Sep-2007 |
Wolfgang Denk <wd@denx.de> |
v1.3.0-rc2
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
90a3af45 |
| 18-Sep-2007 |
Wolfgang Denk <wd@denx.de> |
Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master
|
| #
8a783a65 |
| 18-Sep-2007 |
Grant Likely <grant.likely@secretlab.ca> |
Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
/bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded nulls in a string differently. For example
Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
/bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded nulls in a string differently. For example, the following statement: echo "this is a string\0" > afile Will produce the following with /bin/bash: "this is a string\0" But with /bin/dash, will produce: "this is a string
Bug fixed by moving the embedded null out of the makefile and into the config header. Also renamed the macro to avoid usage colision with the same macro used by other board ports.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
show more ...
|
| #
f8d3ca7b |
| 18-Sep-2007 |
Wolfgang Denk <wd@denx.de> |
MCC200: fix build warning
The MCC200 board config file includes version.h for some customer- specific setting, which causes warnings with "make depend"; build version.h before depend.
Signed-off-by
MCC200: fix build warning
The MCC200 board config file includes version.h for some customer- specific setting, which causes warnings with "make depend"; build version.h before depend.
Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|
| #
afd477b2 |
| 18-Sep-2007 |
Peter Pearse <peter.pearse@arm.com> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
f930922f |
| 17-Sep-2007 |
Markus Klotzbuecher <mk@denx.de> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
d7e8ce10 |
| 10-Sep-2007 |
Kyungmin Park <kmpark@infradead.org> |
OneNAND support (take #2)
[PATCH 3/3] OneNAND support (take #2)
OneNAND support at U-Boot
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
|