| #
b706d635 |
| 15-Aug-2007 |
Stefan Roese <sr@denx.de> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
d61ea148 |
| 15-Aug-2007 |
Stefan Roese <sr@denx.de> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
3b3bff4c |
| 14-Aug-2007 |
Stefan Roese <sr@denx.de> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
d1bc6c8d |
| 14-Aug-2007 |
Ben Warren <bwarren@qstreams.com> |
Sync'd u-boot-net with mainline
Merge git://www.denx.de/git/u-boot
Conflicts:
drivers/bcm570x.c drivers/tigon3.c
|
| #
375c2c9e |
| 13-Aug-2007 |
Haavard Skinnemoen <hskinnemoen@atmel.com> |
Merge commit 'upstream/master'
|
| #
78549bbf |
| 07-Aug-2007 |
Markus Klotzbuecher <mk@denx.de> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
85fad497 |
| 07-Aug-2007 |
Michal Simek <monstr@monstr.eu> |
Merge git://www.denx.de/git/u-boot
|
| #
f2c2a937 |
| 05-Aug-2007 |
Wolfgang Denk <wd@denx.de> |
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
|
| #
6bf6f114 |
| 03-Aug-2007 |
Andy Fleming <afleming@freescale.com> |
Merge branch 'testing' into working
Conflicts:
CHANGELOG fs/fat/fat.c include/configs/MPC8560ADS.h include/configs/pcs440ep.h net/eth.c
|
| #
639221c7 |
| 09-Jul-2007 |
Jon Loeliger <jdl@freescale.com> |
include/: Remove obsolete references to CONFIG_COMMANDS Mostly removed from comments here.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
|
| #
72a074ce |
| 12-Jun-2007 |
Jon Loeliger <jdl@jdl.com> |
include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older c
include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely.
All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
Signed-off-by: Jon Loeliger <jdl@freescale.com>
show more ...
|
| #
d3c5e8b2 |
| 27-Nov-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/master
|
| #
fb883a52 |
| 11-Oct-2006 |
Wolfgang Denk <wd@nyx.denx.de> |
Merge with /home/wd/git/u-boot/master
|
| #
afa98843 |
| 19-Sep-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'master' of http://www.denx.de/git/u-boot
Conflicts:
board/stxxtc/Makefile
|
| #
64cd52ef |
| 18-Sep-2006 |
Stefan Roese <sr@denx.de> |
Merge with /home/stefan/git/u-boot/denx
|
| #
e8143e72 |
| 30-Aug-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Add splashscreen support for MCC200 board.
|
| #
88804d19 |
| 04-Jul-2005 |
wdenk <wdenk> |
* Patch by Detlev Zundel, 30 Jun 2005: Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code
|
| #
8655b6f8 |
| 09-Oct-2004 |
wdenk <wdenk> |
* Clean up tools/bmp_logo.c to not add trailing white space
* Patch by Hinko Kocevar, 21 Aug 2004: - Group common framebuffer functions in common/lcd.c - Group common framebuffer macros and #def
* Clean up tools/bmp_logo.c to not add trailing white space
* Patch by Hinko Kocevar, 21 Aug 2004: - Group common framebuffer functions in common/lcd.c - Group common framebuffer macros and #defines in include/lcd.h - Provide calc_fbsize() for video ATAG
show more ...
|
| #
c3f4d17e |
| 25-Jun-2004 |
wdenk <wdenk> |
Add "cls" function to MPC823 LCD driver so we can reinitialize the display even after showing a bitmap
|
| #
682011ff |
| 03-Jun-2003 |
wdenk <wdenk> |
* Patches by Udi Finkelstein, 2 June 2003: - Added support for custom keyboards, initialized by defining a board-specific drv_keyboard_init as well as defining CONFIG_KEYBOARD . - Added suppo
* Patches by Udi Finkelstein, 2 June 2003: - Added support for custom keyboards, initialized by defining a board-specific drv_keyboard_init as well as defining CONFIG_KEYBOARD . - Added support for the RBC823 board. - cpu/mpc8xx/lcd.c now automatically calculates the Horizontal Pixel Count field.
* Fix alignment problem in BOOTP (dhcp_leasetime option) [pointed out by Nicolas Lacressonnière, 2 Jun 2003]
* Patch by Mark Rakes, 14 May 2003: add support for Intel e1000 gig cards.
* Patch by Nye Liu, 3 Jun 2003: fix critical typo in MAMR definition (include/mpc8xx.h)
* Fix requirement to align U-Boot image on 16 kB boundaries on PPC.
* Patch by Klaus Heydeck, 2 Jun 2003 Minor changes for KUP4K configuration
show more ...
|
| #
fe8c2806 |
| 03-Nov-2002 |
wdenk <wdenk> |
Initial revision
|