aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2006-06-30Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2-3/+8
2006-06-30Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2-3/+8
2006-06-16Add support for gth2 boardWolfgang Denk1-1/+6
2006-06-16Add support for CONFIG_SERIAL_MULTI on MPC5xxxWolfgang Denk1-2/+2
2006-05-30* Update Intel IXP4xx supportWolfgang Denk1-0/+3
2006-05-15Fix PCMCIA support on virtlab2Wolfgang Denk1-0/+7
2006-05-12Cleanup compile warning.Wolfgang Denk1-0/+2
2006-05-12Add support for VirtLab2 boardWolfgang Denk1-2/+171
2006-05-10Fix compile warnings in common/xyzModem.cStefan Roese1-6/+9
2006-05-09Merge with /home/m8/git/u-bootWolfgang Denk1-1/+2
2006-05-09Add M5271EVB board support.Marian Balakowicz1-1/+2
2006-05-02Declare load_serial_ymodem() when using CFG_CMD_LOADB.Wolfgang Denk1-1/+4
2006-04-16Some code cleanupWolfgang Denk3-263/+270
2006-04-16Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk1-8/+7
2006-04-12Merge with /home/m8/git/u-bootWolfgang Denk1-4/+26
2006-04-11Fixes common/cmd_flash.c:Heiko Schocher1-8/+7
2006-04-06Merge with /home/sr/git/u-boot/cfi-flashWolfgang Denk1-2/+3
2006-04-05Remove dependencies between DoC code and old legacy NAND driver.Marian Balakowicz1-4/+26
2006-04-01* Add support for ymodem protocol downloadWolfgang Denk4-13/+938
2006-04-01* Changes/fixes for drivers/cfi_flash.c:Stefan Roese1-2/+3
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk28-454/+362
2006-03-30Add support for ymodem protocol (loady command).Markus Klotzbuecher4-14/+938
2006-03-24Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher10-53/+99
2006-03-20Support for redundant environment in NAND Flash.Markus Klotzbuecher1-13/+102
2006-03-13Change max size of uncompressed uImage's to 8MByte and addStefan Roese1-2/+6
2006-03-13Change the sequence of events in soft_i2c.c:send_ack() to keep fromWolfgang Denk1-4/+1
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk2-17/+48
2006-03-12Adjust "echo" as a default commandWolfgang Denk1-0/+4
2006-03-12Coding Style cleanupWolfgang Denk1-1/+1
2006-03-12Avoid dereferencing NULL in find_cmd() if no valid commands were foundWolfgang Denk1-3/+6
2006-03-12Add ADI Blackfin supportWolfgang Denk1-0/+2
2006-03-12Add loads of ntohl() in image header handlingWolfgang Denk5-17/+17
2006-03-12Fix comment in common/soft_i2c.cWolfgang Denk1-1/+4
2006-03-11Some code cleanup for GCC 4.xWolfgang Denk1-6/+6
2006-03-08Some minor fixes to environment in NAND code.Markus Klotzbuecher2-3/+7
2006-03-06Minor code cleanupWolfgang Denk1-2/+0
2006-03-05Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka6-1941/+451
2006-02-24Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka4-11/+387
2006-01-11Add support for passing initrd information via flat device treeKumar Gala2-9/+18
2006-01-11Added OF_STDOUT_PATH and OF_SOCKumar Gala1-0/+3
2006-01-11Allow board code to fixup the flat device tree before booting aKumar Gala1-1/+4
2006-01-11Added CONFIG_ options for bd_t and env in flat dev treeKumar Gala1-7/+23
2005-12-01Fix U-Boot compilation for MIPS boards using ELDK 4.0Wolfgang Denk1-1/+1
2005-11-30Fix miiphy global data initialization (problem on 4xx boards when noMarian Balakowicz1-7/+10
2005-11-02* Add hook to NAND erase and implement nand_wait function.Wolfgang Denk1-1/+1
2005-10-29Merge with /home/m8/git/u-bootWolfgang Denk4-58/+307
2005-10-28Add support for multiple PHYs.Marian Balakowicz3-56/+305
2005-10-28Correct includes for flat tree builder.Marian Balakowicz1-2/+2
2005-10-20Fix problem with sleep in NetConsole (use get_timer())Stefan Roese1-9/+8
2005-10-17Merge with /home/sr/git/u-bootWolfgang Denk1-1/+1