summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | [PATCH] Update SystemACE driver for 16bit accessStefan Roese2007-02-201-3/+11
* | | | | | [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely2007-02-201-4/+3
* | | | | | [PATCH 7_9] Replace ace_readw_ace_writeb functions with macrosGrant Likely2007-02-201-26/+10
* | | | | | [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.cGrant Likely2007-02-202-1/+265
| |_|_|_|/ |/| | | |
* | | | | [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driverHeiko Schocher2007-01-191-16/+10
* | | | | [PATCH] Fix: Compilerwarnings for SC3 board.Heiko Schocher2007-01-181-3/+3
* | | | | Merge with /home/hs/SC3/u-bootWolfgang Denk2007-01-151-2/+10
|\ \ \ \ \
| * | | | | Added support for the SOLIDCARD III board from EurodesignHeiko Schocher2007-01-111-2/+10
| | |_|_|/ | |/| | |
* | | | | [PATCH] nand: Fix problem with oobsize calculationStefan Roese2007-01-051-1/+1
|/ / / /
* | | | Fix bug in adaption of Stefano Babic's CFI driver patch.Wolfgang Denk2006-12-271-15/+21
* | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-12-241-1/+2
|\ \ \ \
| * | | | Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different ...Stefano Babic2006-12-241-1/+2
| | |_|/ | |/| |
* | | | Merge with /home/hs/TQ/u-boot-devWolfgang Denk2006-12-241-7/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Added support for the TQM8272 board from TQHeiko Schocher2006-12-212-7/+12
| |/ /
* | | Code cleanup.Wolfgang Denk2006-11-303-574/+580
* | | Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk2006-11-3013-47/+4008
|\ \ \
| * | | Make fsl-i2c not conflict with SOFT I2CJoakim Tjernlund2006-11-291-7/+10
| * | | Fix I2C master address initialization.Joakim Tjernlund2006-11-291-1/+1
| * | | Merge http://www.denx.de/git/u-bootKim Phillips2006-11-282-61/+163
| |\ \ \ | | | |/ | | |/|
| * | | Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.cKim Phillips2006-11-281-3/+3
| * | | mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi2006-11-031-32/+81
| * | | mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi2006-11-031-1/+1
| * | | mpc83xx: add QE ethernet supportDave Liu2006-11-039-0/+3910
| * | | mpc83xx: Add support for the MPC8349E-mITXTimur Tabi2006-11-031-3/+1
| * | | NAND Flash verify across block boundariesNick Spence2006-11-031-0/+1
| * | | Added RGMII support to the TSECs and Marvell 881111 PhyNick Spence2006-11-031-4/+4
| | |/ | |/|
* | | [PATCH] nand: Fix patch merge problemStefan Roese2006-11-281-2/+2
| |/ |/|
* | Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk2006-11-271-0/+2
|\ \
| * \ Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-271-57/+157
| |\ \
| * \ \ Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-1015-397/+2766
| |\ \ \ | | | |/ | | |/|
| * | | CFG_NAND_QUIET_TEST added to not warn upon missing NAND deviceStefan Roese2006-10-071-0/+2
* | | | [PATCH] nand_wait() timeout fixesStefan Roese2006-11-271-4/+4
| |_|/ |/| |
* | | [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]Stefan Roese2006-11-131-57/+157
| |/ |/|
* | [PATCH] NAND: Partition name support added to NAND subsystemStefan Roese2006-10-281-9/+2
* | Fix TSEC driver (now for real): avoid crashes if PHY is not attachedBen Warren2006-10-261-3/+6
* | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-243-1/+403
|\ \
| * | Add common serial driver for Atmel AT32 and AT91 chipsWolfgang Denk2006-10-243-1/+403
* | | Merge with http://www.jdl.com/software/u-boot-86xx.gitWolfgang Denk2006-10-207-384/+1480
|\ \ \ | |/ / |/| |
| * | Converted all 85xx boards to use a common FSL I2C driver.Jon Loeliger2006-10-201-3/+7
| * | Rewrite a series of goto statements as a sequences ofJon Loeliger2006-10-191-31/+21
| * | Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.cJon Loeliger2006-10-192-1/+249
| * | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-121-3/+3
| |\ \
| * | | Remove unneeded include files and local variable.Jon Loeliger2006-10-121-3/+0
| * | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-112-1/+870
| |\ \ \
| * \ \ \ Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-105-8/+7
| |\ \ \ \
| * | | | | Ran lindent and cleaned up whitespace issues.Jon Loeliger2006-10-101-441/+455
| * | | | | Merge branch 'mpc85xx'Jon Loeliger2006-09-192-13/+77
| |\ \ \ \ \
| | * | | | | Add support for eTSEC 3 & 4 on 8548 CDSAndy Fleming2006-09-192-10/+76
| * | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-09-196-29/+211
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-231-142/+138
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud