Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | | | | | | | Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some | Markus Klotzbuecher | 2006-05-23 | -9/+9 | |
| * | | | | | | | | | | | More cleanup for the delta board and the generic usb_ohci driver. Added | Markus Klotzbuecher | 2006-05-23 | -17/+50 | |
| * | | | | | | | | | | | This patch adds USB storage support for the delta board. This is the first | Markus Klotzbuecher | 2006-05-22 | -1/+2065 | |
* | | | | | | | | | | | | mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c | Joakim Tjernlund | 2007-03-02 | -13/+14 | |
* | | | | | | | | | | | | mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC | Emilian Medve | 2007-03-02 | -1/+1 | |
* | | | | | | | | | | | | mpc83xx: U-Boot support for Wind River SBC8349 | Paul Gortmaker | 2007-03-02 | -0/+89 | |
* | | | | | | | | | | | | mpc83xx: Add support for the MPC832XEMDS board | Dave Liu | 2007-03-02 | -3/+10 | |
* | | | | | | | | | | | | mpc83xx: Fix the UEC driver bug of QE | Dave Liu | 2007-03-02 | -8/+6 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Minor code cleanup. | Wolfgang Denk | 2007-02-27 | -4/+4 | |
* | | | | | | | | | | | [PATCH] Change systemace driver to select 8 & 16bit mode | Stefan Roese | 2007-02-22 | -5/+2 | |
* | | | | | | | | | | | [PATCH v3] Add sync to ensure flash_write_cmd is fully finished | Haiying Wang | 2007-02-21 | -12/+4 | |
* | | | | | | | | | | | [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write) | Stefan Roese | 2007-02-21 | -4/+4 | |
* | | | | | | | | | | | [PATCH] Update SystemACE driver for 16bit access | Stefan Roese | 2007-02-20 | -3/+11 | |
* | | | | | | | | | | | [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe... | Grant Likely | 2007-02-20 | -4/+3 | |
* | | | | | | | | | | | [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros | Grant Likely | 2007-02-20 | -26/+10 | |
* | | | | | | | | | | | [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c | Grant Likely | 2007-02-20 | -1/+265 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver | Heiko Schocher | 2007-01-19 | -16/+10 | |
* | | | | | | | | | | [PATCH] Fix: Compilerwarnings for SC3 board. | Heiko Schocher | 2007-01-18 | -3/+3 | |
* | | | | | | | | | | Merge with /home/hs/SC3/u-boot | Wolfgang Denk | 2007-01-15 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Added support for the SOLIDCARD III board from Eurodesign | Heiko Schocher | 2007-01-11 | -2/+10 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
* | | | | | | | | | | [PATCH] nand: Fix problem with oobsize calculation | Stefan Roese | 2007-01-05 | -1/+1 | |
|/ / / / / / / / / | |||||
* | | | | | | | | | Fix bug in adaption of Stefano Babic's CFI driver patch. | Wolfgang Denk | 2006-12-27 | -15/+21 | |
* | | | | | | | | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-12-24 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different ... | Stefano Babic | 2006-12-24 | -1/+2 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge with /home/hs/TQ/u-boot-dev | Wolfgang Denk | 2006-12-24 | -7/+10 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Added support for the TQM8272 board from TQ | Heiko Schocher | 2006-12-21 | -7/+12 | |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Code cleanup. | Wolfgang Denk | 2006-11-30 | -574/+580 | |
* | | | | | | | | Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.git | Wolfgang Denk | 2006-11-30 | -47/+4008 | |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Make fsl-i2c not conflict with SOFT I2C | Joakim Tjernlund | 2006-11-29 | -7/+10 | |
| * | | | | | | | | Fix I2C master address initialization. | Joakim Tjernlund | 2006-11-29 | -1/+1 | |
| * | | | | | | | | Merge http://www.denx.de/git/u-boot | Kim Phillips | 2006-11-28 | -61/+163 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| * | | | | | | | | Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c | Kim Phillips | 2006-11-28 | -3/+3 | |
| * | | | | | | | | mpc83xx: Update 83xx to use fsl_i2c.c | Timur Tabi | 2006-11-03 | -32/+81 | |
| * | | | | | | | | mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR | Timur Tabi | 2006-11-03 | -1/+1 | |
| * | | | | | | | | mpc83xx: add QE ethernet support | Dave Liu | 2006-11-03 | -0/+3910 | |
| * | | | | | | | | mpc83xx: Add support for the MPC8349E-mITX | Timur Tabi | 2006-11-03 | -3/+1 | |
| * | | | | | | | | NAND Flash verify across block boundaries | Nick Spence | 2006-11-03 | -0/+1 | |
| * | | | | | | | | Added RGMII support to the TSECs and Marvell 881111 Phy | Nick Spence | 2006-11-03 | -4/+4 | |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | [PATCH] nand: Fix patch merge problem | Stefan Roese | 2006-11-28 | -2/+2 | |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge with /home/sr/git/u-boot/denx-alpr-merge-test | Wolfgang Denk | 2006-11-27 | -0/+2 | |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge with /home/stefan/git/u-boot/denx | Stefan Roese | 2006-11-27 | -57/+157 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | Merge with /home/stefan/git/u-boot/denx | Stefan Roese | 2006-11-10 | -397/+2766 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| * | | | | | | | CFG_NAND_QUIET_TEST added to not warn upon missing NAND device | Stefan Roese | 2006-10-07 | -0/+2 | |
* | | | | | | | | [PATCH] nand_wait() timeout fixes | Stefan Roese | 2006-11-27 | -4/+4 | |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated] | Stefan Roese | 2006-11-13 | -57/+157 | |
| |/ / / / / |/| | | | | | |||||
* | | | | | | [PATCH] NAND: Partition name support added to NAND subsystem | Stefan Roese | 2006-10-28 | -9/+2 | |
* | | | | | | Fix TSEC driver (now for real): avoid crashes if PHY is not attached | Ben Warren | 2006-10-26 | -3/+6 | |
* | | | | | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-10-24 | -1/+403 | |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add common serial driver for Atmel AT32 and AT91 chips | Wolfgang Denk | 2006-10-24 | -1/+403 | |
* | | | | | | | Merge with http://www.jdl.com/software/u-boot-86xx.git | Wolfgang Denk | 2006-10-20 | -384/+1480 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | |