summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Coding style cleanupWolfgang Denk2006-10-092-4/+3
|
* Merge with /home/m8/git/u-bootWolfgang Denk2006-09-044-29/+96
|\
| * Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-014-29/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory.
* | Make the serial driver framework work with CONFIG_SERIAL_MULTI enabledWolfgang Denk2006-08-302-0/+115
|/
* Fix drivers/dm9000.c when configured in 32 bit mode.Wolfgang Denk2006-08-141-0/+3
| | | | Patch by Eric Benard, 17 Nov 2005
* Code cleanupWolfgang Denk2006-07-211-1/+1
|
* More code cleanupWolfgang Denk2006-07-214-4/+10
|
* Fix support for PS/2 keyboard on TQM85xx boardsWolfgang Denk2006-07-192-16/+16
| | | | | | | | | | | | | | The PS/2 keyobard driver for the TQM85xx modules only supports the internal DUART of the MPC85xx CPU. Since the MPC8560 doesn't include a DUART, the TQM8560 modules can't be used with the PS/2 keyboard controller on the STK85xx board. The PS/2 keyboard driver should work with the modules TQM8540, TQM8541 and TQM8555, but it only has been tested on a TQM8540, yet. Make sure the PS/2 controller on the STK85xx is programmed. Jumper settings: X66 1-2, 9-10; X61 2-3 Patch by Martin Krause, 21 Jun 2006
* Add support for TB5200 boardWolfgang Denk2006-07-192-5/+5
| | | | | | | | The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module integrated in a little aluminium case. Patch by Martin Krause, 8 Jun 2006 Some code cleanup
* Major PCMCIA Cleanup to make code better readable and maintainable.Wolfgang Denk2006-07-105-2/+800
| | | | | | | | | | | Notes: - Board-dependend code for RPXLITE and RPXCLASSIC-based boards placed to the drivers/rpx_pmcia.c file to avoid duplication. Same for TQM8xx-based boards (drivers/tqm8xx_pmcia.c). - drivers/i82365.c has been split into two parts located at board/atc/ti113x.c and board/cpc45/pd67290.c (ATC and CPC45 are the only boards using CONFIG_82365). - Changes were tested for clean build and *very* *few* boards.
* Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-301-1/+1
|\
| * Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-301-1/+1
| |
* | Add support for wrPPMC7xx/74xx boardsHeiko Schocher2006-06-191-1/+1
| | | | | | | | Patch from Richard Danter, 12 Aug 2005
* | Add support for PS/2 keyboard on TQM85xx boardWolfgang Denk2006-06-162-7/+54
| | | | | | | | | | | | | | Patch by Martin Krause, 07 Nov 2005 Tested on a STK85XX baseboard. Make sure the PS/2 controller has been programmed. Jumper Settings: X66 1-2, 9-10; X61 2-3
* | Fix watchdog handling in CFI flash driverWolfgang Denk2006-06-021-5/+1
| | | | | | | | | | Just use udelay() when waiting for status changes which will implicitely trigger the watchdog.
* | Fix watchdog issues for ColdFire boards.Wolfgang Denk2006-05-091-0/+5
| |
* | Merge with /home/m8/git/u-bootWolfgang Denk2006-04-127-35/+18
|\ \
| * | Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-087-35/+18
| | | | | | | | | | | | Some more NAND cleanup and small fixes.
* | | Merge with /home/sr/git/u-boot/cfi-flashWolfgang Denk2006-04-061-11/+60
|\ \ \
| * | | * Changes/fixes for drivers/cfi_flash.c:Stefan Roese2006-04-011-11/+60
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Intel legacy lock/unlock support to common CFI driver On some Intel flash's (e.g. Intel J3) legacy unlocking is supported, meaning that unlocking of one sector will unlock all sectors of this bank. Using this feature, unlocking of all sectors upon startup (via env var "unlock=yes") will get much faster. - Fixed problem with multiple reads of envronment variable "unlock" as pointed out by Reinhard Arlt & Anders Larsen. - Removed unwanted linefeeds from "protect" command when CFG_FLASH_PROTECTION is enabled. - Changed p3p400 board to use CFG_FLASH_PROTECTION Patch by Stefan Roese, 01 Apr 2006 * Changes/fixes for drivers/cfi_flash.c: - Correctly handle the cases where CFG_HZ != 1000 (several XScale-based boards) - Fix the timeout calculation of buffered writes (off by a factor of 1000) Patch by Anders Larsen, 31 Mar 2006
* | | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-317-13/+14
|/ /
* | Add Nat Semi DP83865 PHY support to MPC85xx TSEC driverWolfgang Denk2006-03-122-0/+61
| | | | | | | | Patch by Murray Jensen, 08 Jul 2005
* | Fix compile problemWolfgang Denk2006-03-121-1/+2
| |
* | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pciWolfgang Denk2006-03-123-10/+65
|\ \
| * | Fixed PCI indirect config ops to handle multiple PCI controllersKumar Gala2006-01-121-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-111-0/+1
| | | | | | | | | | | | Patch by Kumar Gala 11 Jan 2006
| * | Added support for PCI prefetchable region and BARsKumar Gala2006-01-111-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
* | Fix a HW timing issue on 8548 CDS for eTSEC 3 in RGMII modeWolfgang Denk2006-03-121-1/+1
| | | | | | | | Patch by Andy Fleming, 14 Jun 2005
* | Fix bad register definitions for LTX971 PHY on MPC85xx boards.Wolfgang Denk2006-03-121-6/+6
| | | | | | | | Patch by Gerhard Jaeger, 21 Jun 2005
* | Add ADI Blackfin supportWolfgang Denk2006-03-123-0/+25
| | | | | | | | | | | | | | - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
* | Fix conditional for including ks8695eth driverWolfgang Denk2006-03-121-2/+1
| | | | | | | | Patch by Greg Ungerer, 04 Jun 2005
* | Cleanup compiler warnings.Wolfgang Denk2006-03-121-2/+2
| | | | | | | | Patch by Greg Ungerer, 21 May 2005
* | Some code cleanup for GCC 4.xWolfgang Denk2006-03-116-28/+35
| |
* | Cleanup (get rid of debug code that sneaked in)Wolfgang Denk2006-03-071-1/+1
| |
* | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-03-0610-306/+2029
|\ \ | | | | | | | | | Code cleanup.
| * | Minor code cleanupWolfgang Denk2006-03-061-218/+218
| | |
| * | Merge the new NAND code (testing-NAND brach); see doc/README.nandWolfgang Denk2006-03-069-0/+7613
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Rewrite of NAND code based on what is in 2.6.12 Linux kernel Patch by Ladislav Michl, 29 Jun 2005 [Merge with /home/tur/nand/u-boot]
| | * | Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-058-19/+1658
| | | | | | | | | | | | | | | | | | | | | | | | | | | | code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards.
| * | | Fix problem with flash_get_size() from CFI driver updateStefan Roese2006-03-011-0/+1
| | | | | | | | | | | | | | | | Patch by Stefan Roese, 1 Mar 2006
| * | | Major CFI-FLASH driver update:Stefan Roese2006-02-281-69/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add env-variable "unlock" to handle initial state of sectors (locked/unlocked). Only the U-Boot image and it's environment is protected, all other sectors are unprotected (unlocked) if flash hardware protection is used (CFG_FLASH_PROTECTION) and the environment variable "unlock" is set to "yes". Patch by Stefan Roese, 28 Feb 2006 * Update drivers/cfi_flash.c: - find_sector() called in both versions of flash_write_cfiword() Patch by Peter Pearse, 27th Feb 2006 * CFI support for a x8/x16 AMD/Spansion flash configured in x8 mode Patch by Jose Maria Lopez, 16 Jan 2006 * Add support for AMD/Spansion Flashes in flash_write_cfibuffer Patch by Alex Bastos and Thomas Schaefer, 2005-08-29 * Changes/fixes for drivers/cfi_flash.c: We *should* check if there are any error bits if the previous call returned ERR_OK (Otherwise we will have output an error message in flash_status_check() already.) The original code would only check for error bits if flash_status_check() returns ERR_TIMEOUT. Patch by Marcus Hall, 23 Aug 2005 * Changes/fixes for drivers/cfi_flash.c: - Add CFG_FLASH_PROTECT_CLEAR on drivers/cfi_flash.c - Prohibit buffer write when buffer_size is 1 on drivers/cfi_flash.c Patch by Sangmoon Kim, 19 Aug 2005 * Fixes for drivers/cfi_flash.c: - Fix wrong timeout value usage in flash_status_check() - Round write_tout up when converting to msec in flash_get_size() - Remove clearing flash status at the end of flash_write_cfibuffer() which sets Intel 28F640J3 flash back to command mode on CSB472 Patch by Tolunay Orkun, 02 July 2005
* | | | Cleanup of NAND support of delta board using the Monahans Data FlashMarkus Klotzbücher2006-03-061-7/+1
| | | | | | | | | | | | | | | | Controller.
* | | | NAND finally working. Two bugs fixed:Markus Klotzbücher2006-03-061-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * For READ_STATUS and READID commands always 8 bytes need to be read from NDDB. Otherwise they stay there and get send to flash as the first data word when writing. * In nand_base.c the oob variable is not reset so this->oob_buf is overwritten what eventually screws up the bad block descriptor table.
* | | | Merge /home/tur/nand/u-boot/Markus Klotzbücher2006-02-247-0/+5974
|\ \ \ \ | | |/ / | |/| | | | | | This is a first version of the testing-NAND branch merged back to main.
| * | | Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-247-0/+5974
| |\ \ \ | | |/ / | |/| |
| | * | * Add hook to NAND erase and implement nand_wait function.Wolfgang Denk2005-11-021-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | Patch by Mike Rapoport, 01 Nov 2005 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
| | * | Update of new NAND codeWolfgang Denk2005-09-146-506/+502
| | | | | | | | | | | | | | | | Patch by Ladislav Michl, 13 Sep 2005
| | * | Merge with testing-NAND (Rewrite of NAND code)Wolfgang Denk2005-08-177-0/+5927
| | |\ \
| | | * | Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk2005-08-177-0/+5927
| | | | | | | | | | | | | | | | | | | | Patch by Ladislav Michl, 29 Jun 2005
* | | | | Merged and added more pxa-regs.h stuff, especially the GPIO ControlMarkus Klotzbücher2006-02-201-1/+1
|/ / / / | | | | | | | | | | | | Register Definitions.
* | | | Add VGA support (CT69000) to CPCI750 board.Stefan Roese2006-01-182-0/+40
| |_|/ |/| | | | | | | | | | | | | | Insert missing __le32_to_cpu() for filesize in ext2fs_read_file(). Patch by Reinhard Arlt, 30 Dec 2005
OpenPOWER on IntegriCloud