aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2005-08-12FRAM memory access optimization.2-4/+53
2005-08-10Add configuration for IFM AEV FIFO board.Wolfgang Denk4-35/+35
Minor coding style cleanup.
2005-08-09Make new "mtdparts" code build with older compilersWolfgang Denk1-2/+5
Patch by Andrea Scian, 09 Aug 2005
2005-08-09Merge with /home/wd/git/u-boot/masterWolfgang Denk2-5/+5
2005-08-09Fix compiler warnings with older GCC versionsWolfgang Denk1-9/+16
2005-08-08Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)Stefan Roese2-5/+5
Patch by Stefan Roese, 08 Aug 2005
2005-08-08Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk2-94/+1991
Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning.
2005-08-08Fix sign extension bug in 'fpga loadb' command;Wolfgang Denk1-41/+56
make 'fpga loadb' always print the file header info Patch by Andrew Dyer, 11 Jan 2005
2005-08-07Fix errors that occur when accessing SystemACE CFWolfgang Denk1-4/+27
Patch by Jeff Angielski, 09 Jan 2005
2005-08-06Fix 'mii help' text formattingWolfgang Denk1-1/+1
Patch by Cory Tusar, 10 Dec 2004
2005-08-05Merge with /home/wd/git/u-boot/masterWolfgang Denk5-10/+53
2005-08-05Fix compile problem in cmd_flash.cWolfgang Denk1-3/+5
Patch by Teun Grinwis, 05 Aug 2005
2005-08-04(re)enabled scsi commands do_scsi() and do_scsiboot()Wolfgang Denk3-7/+43
Patch by Denis Peter, 06 Dec 2004
2005-08-03Cleanup build problems (on Fedora Core x86_64 build host)Wolfgang Denk1-0/+5
2005-08-02Merge with rsync://git-user@source.denx.net/git/u-boot.gitJon Loeliger4-8/+12
2005-08-02Coding style cleanupWolfgang Denk4-18/+16
2005-08-01Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger4-17/+13
- C++ comments - Trailing white space - Indentation not by TAB - Excessive amount of empty lines - Trailing empty lines
2005-08-01Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese3-7/+9
Patch by Steven Blakeslee, 27 Jul 2005
2005-07-28Merge with rsync://git-user@source.denx.net/git/u-boot.gitJon Loeliger1-1/+1
2005-07-28Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c"Wolfgang Denk1-1/+1
[Patch by Cedric Vincent, 6 Jul 2005]
2005-07-23* Patch by Jon Loeliger, Kumar Gala 2005-02-08Jon Loeliger2-4/+4
- Convert the CPM2 based functionality to use new CONFIG_CPM2 option rather than a myriad of CONFIG_MPC8560-like variants. Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560. Eliminates the CONFIG_MPC8560 option entirely. Distributes the new CONFIG_CPM2 option to each 8260 board.
2005-07-21Fix low-level OHCI transfers for ARM920t and MPC5xxxWolfgang Denk3-122/+286
A new, Windows compatible init sequence was also backported from Linux 2.6, but disabled with #undef NEW_INIT_SEQ as it wouldn't change the behaviour of the memopry sticks we tested. Maybe it's not relevant for mass storage devices. For recerence, see file common/usb.c, function usb_new_device(), section #ifdef NEW_INIT_SEQ.
2005-07-21Add new argument format for flash commands to allow for usage likeWolfgang Denk1-4/+104
"erase $(addr) +$(filesize)", i. e. a size argument can be used and U-Boot will automaticially find the end of the corresponding sector.
2005-07-04* Patch by Detlev Zundel, 30 Jun 2005:LABEL_2005_07_04_0202wdenk1-12/+21
Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code
2005-06-27* Fix baudrate calculation problem on MPC5200 systemswdenk1-1/+1
* Add MPC8220 boards to MAKEALL script * Add EEPROM and RTC support for HMI1001 board * Patch by Detlev Zundel, 20 Jun 2005: Fix initialization of low active GPIO pins on inka4x0 board
2005-06-20* Patch by Travis Sawyer, 10 Jun 2005:wdenk1-1/+1
Initialize allocated dev and private hw structures after their respective allocation in 440gx_enet.c * Patch by Steven Scholz, 10 Jun 2005: Fix byteorder problems with second argument of "bootm" with standalone images;
2005-06-10* Add support for HMI1001 boardwdenk1-7/+6
* Disable "date" and "sntp" commands on TQM866M which has no RTC
2005-06-05Fix watchdog reset problems on LWMON boardwdenk1-0/+1
2005-05-12* Fix debug code in omap5912osk flash driverLABEL_2005_05_13_0050wdenk1-3/+4
* Add support for MPC8247 based "IDS8247" board.
2005-05-03* Patch by Matthias Fuchs, 03 May 2005:stroese1-0/+2
Added missing variable declaration in cmd_nand.c Modified CFG_PCI_PTM1MS in configs/PLU405.h to map 128MB ram
2005-05-03* Patch by Stefan Roese, 03 May 2005:stroese1-8/+19
Update for P3G4 Fix problems in cmd_universe.c
2005-04-07* Patch by Steven Scholz, 07 Apr 2005:wdenk1-0/+1
Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C * Patch by Steven Scholz, 07 Apr 2005: Fix compiler warning in altera.c * Patch by Ladislav Michl, 06 Apr 2005: Fix voiceblue configuration.
2005-04-06* Patches by Robert Whaley, 29 Nov 2004:wdenk1-2/+2
- update the pxa-regs.h file for PXA27x chips - add PXA27x based ADSVIX board - add support for MMC on PXA27x processors * Patch by Andrew E. Mileski, 28 Nov 2004: Fix PPC4xx SPD SDRAM detection bug * Patch by Hiroshi Ito, 26 Nov 2004: Fix logic of "test -z" and "test -n" commands
2005-04-05* Patch by Ladislav Michl, 05 Apr 2005:wdenk1-2/+2
Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.
2005-04-03* Patch by Yuli Barcohen, 08 Nov 2004:wdenk1-1/+1
Add support for Analogue & Micro Rattler boards. Tested on Rattler8248. * Patch by Andre Renaud, 08 Nov 2004: Fix watchdog support in common/lcd.c * Patch by Marc Leeman, 05 Nov 2003: Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU bug only affects the XPC8245 processors
2005-04-03Patches by Josef Wagner, 29 Oct 2004:wdenk1-143/+340
- Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board
2005-04-03* Patch by Scott McNutt, 01 Nov 2004:wdenk1-0/+2
Add missing NIOS/NIOS2 support for "iminfo" command * Patch by Detlev Zundel, 29 Oct 2004: Add missing NIOS/NIOS2 support for "mkimage" tool.
2005-04-02Fix problems with SNTP support;wdenk2-2/+3
enable SNTP support in some boards.
2005-04-01* Patch by Masami Komiya, 30 Mar 2005:wdenk1-0/+51
add SNTP support and expand time server and time offset fields of DHCP support. See doc/README.SNTP * Patch by Steven Scholz, 13 Dec 2004: Fix bug in at91rm920 ethernet driver
2005-03-31* Patch by Detlev Zundel, 31 Mar 2005:wdenk1-5/+3
Cleanup duplicate definition of overwrite_console() * Update TQM5200 configuration; prepare for Rev. 200 starter kit boards
2005-03-20Patch by Manfred Baral, 17 Mar 2005:wdenk1-1/+1
Fix typo
2005-03-06Add port initialization for digital I/O on INKA4x0LABEL_2005_03_06_0225wdenk1-1/+1
2005-03-04* Fix get_partition_info() parameter error in all other callswdenk4-4/+7
(common/cmd_ide.c, common/cmd_reiser.c, common/cmd_scsi.c). * Enable USB and IDE support for INKA4x0 board * Patch by Andrew Dyer, 28 February 2005: fix ext2load passing an incorrect pointer to get_partition_info() resulting in load failure for devices other than 0
2005-02-24Cleanup USB and partition defineswdenk1-0/+4
2005-02-08Fix yet another recently introduced bug.LABEL_2005_02_08_1615wdenk1-1/+2
2005-02-04Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.cwdenk2-1/+3
2005-02-04Fix byteorder problem in usbboot and scsiboot commands.wdenk2-4/+4
2005-02-04* Patch by Cajus Hahn, 04 Feb 2005:wdenk1-1/+1
- don't insist on leading '/' for filename in ext2load - set default partition to useful value (1) in ext2load * Patch by Andrew Dyer, 08 Jan 2005: fix wrong return codes in ext2 code
2005-02-03* Removed '--no-warn-mismatch' option from Makefile. This optionwdenk3-215/+203
makes 'ld' to overlook binary objects compatibility. * Moved $(PLATFORM_LIBS) from the library group (--start-group ... --end-group) outside of the group. This will make 'ld' to do _multiple_ search in the library group when resolving symbol references and do only a _single_ seach in libgcc.a after the group search. * Fix stability problems on CPC45 board again. * Make image detection for diskboot / usbboot / scsiboot more robust (also check header checksum)
2005-01-22Fix IDE stability problems on CPC45 board.wdenk1-0/+4