summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* NET: Cosmetic changesLarry Johnson2007-11-06-123/+110
* Merge git://www.denx.de/git/u-bootBen Warren2007-11-06-303/+844
|\
| * Cleanup coding style; update CHANGELOGWolfgang Denk2007-11-03-6/+524
| * fix wording in READMEBruce Adler2007-11-03-1/+1
| * blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mkShinya Kuribayashi2007-11-03-5/+1
| * Trimmed some variables in ne2000.cVlad Lungu2007-11-03-14/+7
| * Fix the issue of usb_kbd driver missing the scan code of key 'z'.Zhang Wei2007-11-03-1/+1
| * Fix USB support issue for MPC8641HPCN board.Zhang Wei2007-11-03-0/+2
| * Use config_cmd_default.h instead of config_cmd_all.hJean-Christophe PLAGNIOL-VILLARD2007-11-03-229/+160
| * TQM5200: Call usb_cpu_init() during board initMarian Balakowicz2007-11-03-2/+8
| * Fix typo in nfs.cGuennadi Liakhovetski2007-11-03-1/+0
| * Fix a typo in cpu/mpc824x/interrupts.cGuennadi Liakhovetski2007-11-03-1/+1
| * add ft_cpu_setup(..) on mpc8260Sergej Stepanov2007-11-03-0/+38
| * changes for IDS8247 board supportSergej Stepanov2007-11-03-43/+101
* | Merge git://www.denx.de/git/u-bootBen Warren2007-11-02-112/+173
|\ \ | |/
| * Merge branch 'master' of /home/wd/git/u-boot/workWolfgang Denk2007-11-02-116/+180
| |\
| | * Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-11-02-37/+53
| | |\
| | | * ATSTK1002: Remove default ethernet addressesHaavard Skinnemoen2007-11-01-8/+3
| | | * DHCP Client FixJustin Flammia2007-11-01-4/+7
| | | * Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk2007-11-01-23/+41
| | | |\
| | | | * ColdFire 54455: Fix correct boot location for atmel and intelTsiChungLiew2007-10-25-17/+27
| | | | * ColdFire: Fix build error when CONFIG_WATCHDOG is definedTsiChungLiew2007-10-25-0/+3
| | | | * ColdFire 5329: Assign correct SDRAM size and fix cacheTsiChungLiew2007-10-25-3/+3
| | | | * ColdFire 5253: Assign correct SDRAM sizeTsiChungLiew2007-10-25-1/+1
| | | | * ColdFire 5282: Fix external flash boot and return dramsizeTsiChungLiew2007-10-25-2/+7
| | | * | Merge branch 'master' of git://www.denx.de/git/u-boot-armWolfgang Denk2007-11-01-2/+2
| | | |\ \
| | | | * | Move PL01* serial drivers to drivers/serial and adjust Makefiles.Peter Pearse2007-10-23-2/+2
| | | | |/
| | | * | Merge branch 'master' of git://www.denx.de/git/u-boot-tq-groupWolfgang Denk2007-11-01-8/+13
| | | |\ \
| | | | * | TQM5200: fix spurious characters on second serial interfaceMartin Krause2007-10-24-1/+1
| | | | * | TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic...Martin Krause2007-10-24-7/+12
| | | | * | Merge branch 'u-boot' of /home/mkr/git/u-boot-tq-group into bugfixMartin Krause2007-10-23-75/+172
| | | | |\ \ | | | | | |/
| | * | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-11-01-79/+127
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk2007-11-01-57/+89
| | | |\ \ \
| | | | * | | [MIPS] Fix UNCACHED_SDRAMVlad Lungu2007-10-21-1/+1
| | | | * | | [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanupShinya Kuribayashi2007-10-21-1/+26
| | | | * | | [MIPS] u-boot.lds: Define _gp in a standard mannerShinya Kuribayashi2007-10-21-7/+14
| | | | * | | [MIPS] Fix $gp usageShinya Kuribayashi2007-10-21-6/+13
| | | | * | | [MIPS] u-boot.lds: Fix __got_start and __got_endShinya Kuribayashi2007-10-21-21/+35
| | | | * | | [MIPS] u-boot.lds: Remove duplicated .sdata sectionShinya Kuribayashi2007-10-21-21/+0
| | | | | |/ | | | | |/|
| | | * | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2007-11-01-22/+38
| | | |\ \ \
| | | | * | | Setting MSR[DE] in do_reseturwithsughosh@gmail.com2007-10-19-1/+6
| | | | * | | MSR overwrite fixurwithsughosh@gmail.com2007-10-19-8/+3
| | | | * | | tsec driver should clear RHALT on startupDan Wilson2007-10-19-0/+1
| | | | * | | Improve handling of PCI interrupt device tree fixup on MPC85xx CDSKumar Gala2007-10-19-8/+18
| | | | * | | Set OF_STDOUT_PATH to match the default console on MPC8568 MDSKumar Gala2007-10-19-1/+1
| | | | * | | Remove magic numbers from cache related operations for mpc85xxKumar Gala2007-10-19-4/+4
| | | | * | | Merge branch 'denx'Andy Fleming2007-10-19-1143/+6693
| | | | |\ \ \
| | | | * | | | 85xx io out functions need sync after write.Ed Swarthout2007-09-26-0/+5
* | | | | | | | DHCP Client FixJustin Flammia2007-10-29-4/+7
|/ / / / / / /
* | | | | | | TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).Bartlomiej Sieka2007-10-25-2/+2