summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* * Patch by Detlev Zundel, 30 Jun 2005:wdenk2005-07-041-12/+21
| | | | Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code
* * Fix baudrate calculation problem on MPC5200 systemswdenk2005-06-271-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
* * Patch by Travis Sawyer, 10 Jun 2005:wdenk2005-06-201-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;
* * Add support for HMI1001 boardwdenk2005-06-101-7/+6
| | | | * Disable "date" and "sntp" commands on TQM866M which has no RTC
* Fix watchdog reset problems on LWMON boardwdenk2005-06-051-0/+1
|
* * Fix debug code in omap5912osk flash driverwdenk2005-05-121-3/+4
| | | | * Add support for MPC8247 based "IDS8247" board.
* * Patch by Matthias Fuchs, 03 May 2005:stroese2005-05-031-0/+2
| | | | | Added missing variable declaration in cmd_nand.c Modified CFG_PCI_PTM1MS in configs/PLU405.h to map 128MB ram
* * Patch by Stefan Roese, 03 May 2005:stroese2005-05-031-8/+19
| | | | | Update for P3G4 Fix problems in cmd_universe.c
* * Patch by Steven Scholz, 07 Apr 2005:wdenk2005-04-071-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.
* * Patches by Robert Whaley, 29 Nov 2004:wdenk2005-04-061-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
* * Patch by Ladislav Michl, 05 Apr 2005:wdenk2005-04-051-2/+2
| | | | | | | | | Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.
* * Patch by Yuli Barcohen, 08 Nov 2004:wdenk2005-04-031-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
* Patches by Josef Wagner, 29 Oct 2004:wdenk2005-04-031-143/+340
| | | | | - Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board
* * Patch by Scott McNutt, 01 Nov 2004:wdenk2005-04-031-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.
* Fix problems with SNTP support;wdenk2005-04-022-2/+3
| | | | enable SNTP support in some boards.
* * Patch by Masami Komiya, 30 Mar 2005:wdenk2005-04-011-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
* * Patch by Detlev Zundel, 31 Mar 2005:wdenk2005-03-311-5/+3
| | | | | | | Cleanup duplicate definition of overwrite_console() * Update TQM5200 configuration; prepare for Rev. 200 starter kit boards
* Patch by Manfred Baral, 17 Mar 2005:wdenk2005-03-201-1/+1
| | | | Fix typo
* Add port initialization for digital I/O on INKA4x0wdenk2005-03-061-1/+1
|
* * Fix get_partition_info() parameter error in all other callswdenk2005-03-044-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
* Cleanup USB and partition defineswdenk2005-02-241-0/+4
|
* Fix yet another recently introduced bug.wdenk2005-02-081-1/+2
|
* Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.cwdenk2005-02-042-1/+3
|
* Fix byteorder problem in usbboot and scsiboot commands.wdenk2005-02-042-4/+4
|
* * Patch by Cajus Hahn, 04 Feb 2005:wdenk2005-02-041-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
* * Removed '--no-warn-mismatch' option from Makefile. This optionwdenk2005-02-033-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)
* Fix IDE stability problems on CPC45 board.wdenk2005-01-221-0/+4
|
* Code cleanup.wdenk2005-01-221-18/+18
|
* * Patch by Sam Song, 11 October 2004:wdenk2005-01-091-1/+1
| | | | | | | | | - Add RESET/PREBOOT/AUTOBOOT support for RPXlite_DW board - Adjust CPU:BUS frequency ratio 1:1 when core frequency less than 50MHz * Patch by Sam Song, 10 Oct 2004: Fix a parameter error in run_command() in main.c
* * Patches by Richard Woodruff, 01 Oct 2004:wdenk2005-01-091-9/+25
| | | | | | | | add support for the TI OMAP2420 processor and its H4 reference board * Patch by Christian Pellegrin, 24 Sep 2004: Added support for NE2000 compatible (DP8390, DP83902) NICs.
* * Patch by Leif Lindholm, 23 Sep 2004:wdenk2005-01-091-0/+9
| | | | | | | | add support for the AMD db1550 board * Patch by Travis Sawyer, 15 Sep 2004: Add CONFIG_SERIAL_MULTI support for ppc4xx, update README.serial_multi
* Patch by Florian Schlote, 08 Sep 2004:wdenk2005-01-091-11/+11
| | | | Add support for SenTec-COBRA5272-board (Coldfire).
* * Patch by Gleb Natapov, 07 Sep 2004:wdenk2005-01-091-0/+121
| | | | | | | | mpc824x: set PCI latency timer to a sane value (is 0 after reset). * Patch by Kurt Stremerch, 03 Sep 2004: Add bitstream configuration option for fpga command (Xilinx only).
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-316-44/+49
| | | | | | | | | | | | * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board.
* Add support for UC100 boardwdenk2004-12-181-0/+193
|
* added ".i" same as ".jffs2s" for compatibility with older units ↵stroese2004-12-161-0/+8
| | | | (CFG_NAND_SKIP_BAD_DOT_I)
* memory commands "mdc" and "mwc" added for cyclic read/writestroese2004-12-161-0/+74
|
* remove "static" from "ide_dev_desc" to use it from external codestroese2004-12-161-1/+1
|
* code cleanup: use CFG_VXWORKS_MAC_PTR instead of multiple board definesstroese2004-12-161-8/+3
|
* - ext2fs support addedstroese2004-12-161-2/+2
| | | | - Tundra universe support added
* Tundra universe support addedstroese2004-12-161-0/+391
|
* ext2fs support addedstroese2004-12-161-0/+294
|
* * Clean up CMC PU2 flash driverwdenk2004-12-101-2/+9
| | | | | | * Update MAINTAINERS file * Fix bug in MPC823 LCD driver
* * Update for AT91RM9200DK and CMC_PU2 boards:wdenk2004-11-212-7/+11
| | | | | | | - Enable booting directly from flash - fix CMC_PU2 flash driver * Fix mkimage usage message
* Patch by TsiChung Liew, 23 Sep 2004:wdenk2004-10-282-2/+16
| | | | | - add support for MPC8220 CPU - Add support for Alaska and Yukon boards
* Code cleanup for GCC-3.3.x compilerswdenk2004-10-171-1/+3
|
* Cleanupwdenk2004-10-111-6/+6
|
* * Patch by Pantelis Antoniou, 14 Sep 2004:wdenk2004-10-111-54/+62
| | | | | | | Fix early serial hang when CONFIG_SERIAL_MULTI is defined. * Patch by Pantelis Antoniou, 14 Sep 2004: Kick watchdog when bz-decompressing
* * Patch by Gridish Shlomi, 30 Aug 2004:wdenk2004-10-101-1/+1
| | | | | | | | | | | | | | | | | - Add support to revA version of PQ27 and PQ27E. - Reverted MPC8260ADS baudrate back to original 115200 * Patch by Hojin, 17 Sep 2004: Fix typo in cfi_flash.c * Patch by Mark Jonas, 09 September 2004: mtest's data line test (with CFG_ALT_MEMTEST set) returned a wrong error message * Patch by Mark Jonas, 31 August 2004: Added option CFG_XLB_PIPELINING to enable XLB pipelining. This improves FTP performance for MPC5200 systems. Enabled for IceCube by default.
* Patches by Scott McNutt, 24 Aug 2004:wdenk2004-10-102-0/+35
| | | | | | - Add support for Altera Nios-II processors. - Add support for Psyent PCI-5441 board. - Add support for Psyent PK1C20 board.
OpenPOWER on IntegriCloud