summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Collapse)AuthorAgeLines
* Fixed PCI indirect config ops to handle multiple PCI controllersKumar Gala2006-01-12-0/+16
| | | | | | We need to adjust the bus number we are trying to access based on which PCI controller its on Patch by Kumar Gala 12 Jan 2006
* Report back PCI bus when doing table based device configKumar Gala2006-01-11-0/+1
| | | | Patch by Kumar Gala 11 Jan 2006
* Added support for PCI prefetchable region and BARsKumar Gala2006-01-11-10/+48
| | | | | | | | | | | If a host controller sets up a region as prefetchable and a device's BAR denotes it as prefetchable, allocate the BAR into the prefetch region. If a BAR is prefetchable and no prefetchable region has been setup by the controller we fall back to allocating the BAR into the normally memory region. Patch by Kumar Gala 11 Jan 2006
* Add support for Prodrive P3P440 board:Stefan Roese2005-11-22-0/+2
| | | | | | | - Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c - CFG_FLASH_QUIET_TEST added to use the common CFI driver for bank autodetection Patch by Stefan Roese, 22 Nov 2005
* Add support for multiple PHYs.Marian Balakowicz2005-10-28-27/+133
|
* Add PCI support for the TQM834x board.Rafal Jaworowski2005-10-17-2/+13
|
* Merge with /home/m8/git/u-bootWolfgang Denk2005-10-15-4/+10
|\
| * Added support for TQM834x boards.Marian Balakowicz2005-10-11-4/+10
| |
* | Cleanup for GCC-4.xWolfgang Denk2005-10-13-14/+16
| |
* | Merge with /home/sr/git/u-bootWolfgang Denk2005-10-13-0/+7
|\ \ | |/ |/|
| * Fix gzip bmp support (test if malloc fails, warning when truncated).Stefan Roese2005-10-08-0/+7
| | | | | | | | | | Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board. Patch by Stefan Roese, 08 Oct 2005
* | Add support for NetSilicon NS7520 processor.Wolfgang Denk2005-10-09-1/+850
| | | | | | | | | | | | Patch by Art Shipkowski, 12 May 2005 Cleanup.
* | Add support for AP1000 board.Wolfgang Denk2005-10-09-0/+37
| | | | | | | | Patch by James MacAulay, 07 Oct 2005
* | Fixed compilation for ARM when using a (standard) hard-FP toolchainWolfgang Denk2005-10-09-2/+2
|/ | | | Patch by Anders Larsen, 07 Oct 2005
* Remove unnecessary dependency of netconsole on CONFIG_NET_MULTIWolfgang Denk2005-10-06-4/+0
| | | | Patch by Marcus Hall, 24 Aug 2005
* * Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200Wolfgang Denk2005-10-05-0/+4
| | | | | | | Patch by Anders Larsen, 29 Apr 2005 * Fix problems introduced by Patch by Steven Scholz, 02 Mar 2005 (8e2be51de8dd03c1ce4d06cbb18ad06133d47cd5)
* Add board support for armadillo HT1070Wolfgang Denk2005-09-26-98/+98
| | | | Patch by Rowel Atienza, 06 Apr 2005
* Add support for MII in eepro100 driver.Wolfgang Denk2005-09-26-0/+41
| | | | Patch by Gleb Natapov, 21 Mar 2005
* Fixes to the Lubbock (PXA 25x) support:Wolfgang Denk2005-09-26-7/+17
| | | | | | | - Resolve the FIXME with respect to saving the u-boot environment. - Make the default load address land in real memory. - Fix lan91c96 SMC_{in,out}{b,w,l}() macros Patch by David Brownell, 10 Mar 2005
* OMAP242x H4 board updateWolfgang Denk2005-09-25-3/+14
| | | | | | | | | | | | | | - fix for ES2 differences. - switch to using the cfi_flash driver. - fix SRAM build address. - fix for GP device operation. - unlock SRAM for GP devices. - display more device information. - fix potential deadlock in omap24xx_i2c driver. - fix DLL load values to match dpllout*1 operation. - fix 2nd chip select init for combo DDR device. - add support for CFI Intel 28F256L18 on H4 board. Patch by Richard Woodruff, 03 Mar 2005
* Fix drivers/cfi_flash.c: use info->reset_cmd instead of FLASH_CMD_RESETWolfgang Denk2005-09-25-5/+5
| | | | Patch by Zachary Landau, 11 Feb 2005
* Update omap5912osk board:Wolfgang Denk2005-09-25-2/+2
| | | | | | | Use drivers/cfi_flash.c instead of private flash driver; Remove hardcoded personalized settings from omap5912osk.h; Fix spacing with (RO) marks in 'flinfo' output. Patch by Michael Bendzick, 14 Jan 2005
* Fix warnings for PCI code on ixpWolfgang Denk2005-09-25-3/+3
| | | | Patch by Joe <lgxue@yahoo.com>, 13 Jan 2005
* Optimize flash_make_cmd in drivers/cfi_flash.c for little endianWolfgang Denk2005-09-24-23/+4
| | | | | | | | Fix "WARNING: flash_make_cmd: unsuppported LittleEndian mode" message when probing for nonexistent flash in little endian mode. As a side effect more efficient and smaller code is generated, which is always a Good Thing (TM). Patch by Ladislav Michl, 24 Sep 2005
* Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-23-1/+1
|
* Add SM501 support to HH405 board.Stefan Roese2005-09-22-1/+48
| | | | | | Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP). Add support for eeprom write-enable (CFG_EEPROM_WREN). Patch by Stefan Roese, 22 Sep 2005
* Fix autonegotiation in tsec ethernet driverStefan Roese2005-09-21-10/+61
| | | | Patch by Stefan Roese, 21 Sep 2005
* Enable SM712 driver support for HMI1001 board.Wolfgang Denk2005-09-03-5/+8
|
* Prepare U-Boot for gcc-4.xWolfgang Denk2005-08-26-2/+2
|
* Eliminate calls of ARM libgcc.a helper functions _divsi3 and _modsi3Wolfgang Denk2005-08-12-2/+2
| | | | Patch by Anders Larsen, 26 Apr 2005
* Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)Stefan Roese2005-08-08-1/+1
| | | | Patch by Stefan Roese, 08 Aug 2005
* Fix typoWolfgang Denk2005-08-06-3/+3
|
* Merge with /home/wd/git/u-boot/jon_loeligerWolfgang Denk2005-08-05-1/+1579
|\
| * Merge with /home/wd/git/u-boot/masterWolfgang Denk2005-08-05-7/+5
| |\
| * \ Merge with rsync://git-user@source.denx.net/git/u-boot.gitJon Loeliger2005-08-02-1/+1
| |\ \
| * | | Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger2005-08-01-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - C++ comments - Trailing white space - Indentation not by TAB - Excessive amount of empty lines - Trailing empty lines
| * | | * Patch by Eran LibertyEran Liberty2005-07-28-14/+24
| | | | | | | | | | | | | | | | Add support for the Freescale MPC8349ADS board.
| * | | * Patch by Jon Loeliger, 2005-07-25Jon Loeliger2005-07-25-1/+1569
| | | | | | | | | | | | | | | | | | | | Move the TSEC driver out of cpu/mpc85xx as it will be shared by the upcoming mpc83xx family as well.
* | | | Add support for MicroSys PM856 boardWolfgang Denk2005-08-05-2/+0
| |_|/ |/| | | | | | | | Patch by Josef Wagner, 03 Aug 2005
* | | (re)enabled scsi commands do_scsi() and do_scsiboot()Wolfgang Denk2005-08-04-7/+5
| |/ |/| | | | | Patch by Denis Peter, 06 Dec 2004
* | Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese2005-08-01-1/+1
|/ | | | Patch by Steven Blakeslee, 27 Jul 2005
* * Extend burst mode RAM test program to take a loop countwdenk2005-05-23-1/+3
| | | | | | | (0 = infinite) * Use CONFIG_DRIVER_KS8695ETH to enable KS8695 ethernet driver on those boards that use it.
* * Patch by Greg Ungerer, 19 May 2005:wdenk2005-05-19-1/+238
| | | | | | | add support for the KS8695P (ARM 922 based) CPU * Patch by Steven Scholz, 19 May 2005: Add support for CONFIG_SERIAL_TAG on ARM boards
* Add PCI support for Sorcery board.wdenk2005-05-16-4/+22
| | | | Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
* Auto-size RAM on canmb board.wdenk2005-04-20-7/+10
| | | | Cleanup.
* * Fixes for TQM8560 board:wdenk2005-04-13-0/+1
| | | | | | | | | - fix clock rates - remove debug messages - fix flash sector protection * Patch by Steven Scholz, 07 Apr 2005: Fix warning in cpu/arm920t/at91rm9200/i2c.c
* * Patch by Yusdi Santoso, 22 Oct 2004:wdenk2005-04-03-27/+117
| | | | | | | | - Add support for HIDDEN_DRAGON board - fix endianess problem in driver/rtl1839.c * Patch by Allen Curtis, 21 Oct 2004: support multiple serial ports
* * Patch by Detlev Zundel, 31 Mar 2005:wdenk2005-03-31-54/+4
| | | | | | | Cleanup duplicate definition of overwrite_console() * Update TQM5200 configuration; prepare for Rev. 200 starter kit boards
* Patches by Martin Krause, 22 Mar 2005:wdenk2005-03-27-1/+200
| | | | | | | | - use TQM5200_auto as MAKEALL target for TQM5200 systems - add support for SM501 graphics controller - add support for graphic console on TQM5200 - add support for TQM5200 Rev 200 - cleanup, fix typo in include/configs/TQM5200.h
* Fix cirrus voltage detection (for CPC45)wdenk2005-02-07-38/+31
|