summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
...
| | * | | | | | | | Change Id to symbolic name for RTL8139Jin Zhengxiong2006-06-28-1/+1
| * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-27-2/+4
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Fix RTL8139 in big endianJin Zhengxiong-R641882006-06-27-0/+1
| | * | | | | | | | Fix Tsec bug when no linkJin Zhengxiong-R641882006-06-27-1/+1
| | * | | | | | | | Fix bug for io_bar size during pci scanJin Zhengxiong-R641882006-06-27-1/+2
| * | | | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-06-07-5/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-05-09-7/+82
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Revert bad PCI prefetch limit change.Jon Loeliger2006-04-27-1/+1
| | * | | | | | | | | Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-26-8/+83
* | | | | | | | | | | Add board/cpu specific NAND chip select function to 440 NDFCStefan Roese2006-10-20-1/+8
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix spelling; minor code cleanup.Wolfgang Denk2006-10-12-3/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | * Several improvements to the new NAND subsystem:Stefan Roese2006-10-10-1/+870
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-09-4/+4
* | | | | | | | Coding style cleanupWolfgang Denk2006-10-09-4/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge with /home/m8/git/u-bootWolfgang Denk2006-09-04-29/+96
|\ \ \ \ \ \ \
| * | | | | | | Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-01-29/+96
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Make the serial driver framework work with CONFIG_SERIAL_MULTI enabledWolfgang Denk2006-08-30-0/+115
|/ / / / / /
* | | | | | Fix drivers/dm9000.c when configured in 32 bit mode.Wolfgang Denk2006-08-14-0/+3
| |_|_|/ / |/| | | |
* | | | | Code cleanupWolfgang Denk2006-07-21-1/+1
* | | | | More code cleanupWolfgang Denk2006-07-21-4/+10
* | | | | Fix support for PS/2 keyboard on TQM85xx boardsWolfgang Denk2006-07-19-16/+16
* | | | | Add support for TB5200 boardWolfgang Denk2006-07-19-5/+5
* | | | | Major PCMCIA Cleanup to make code better readable and maintainable.Wolfgang Denk2006-07-10-2/+800
* | | | | Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-30-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-30-1/+1
* | | | | Add support for wrPPMC7xx/74xx boardsHeiko Schocher2006-06-19-1/+1
* | | | | Add support for PS/2 keyboard on TQM85xx boardWolfgang Denk2006-06-16-7/+54
| |_|_|/ |/| | |
* | | | Fix watchdog handling in CFI flash driverWolfgang Denk2006-06-02-5/+1
| |/ / |/| |
* | | Fix watchdog issues for ColdFire boards.Wolfgang Denk2006-05-09-0/+5
| |/ |/|
* | Merge with /home/m8/git/u-bootWolfgang Denk2006-04-12-35/+18
|\ \
| * | Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-08-35/+18
* | | Merge with /home/sr/git/u-boot/cfi-flashWolfgang Denk2006-04-06-11/+60
|\ \ \
| * | | * Changes/fixes for drivers/cfi_flash.c:Stefan Roese2006-04-01-11/+60
| |/ /
* | | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-13/+14
|/ /
* | Add Nat Semi DP83865 PHY support to MPC85xx TSEC driverWolfgang Denk2006-03-12-0/+61
* | Fix compile problemWolfgang Denk2006-03-12-1/+2
* | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pciWolfgang Denk2006-03-12-10/+65
|\ \
| * | Fixed PCI indirect config ops to handle multiple PCI controllersKumar Gala2006-01-12-0/+16
| * | Report back PCI bus when doing table based device configKumar Gala2006-01-11-0/+1
| * | Added support for PCI prefetchable region and BARsKumar Gala2006-01-11-10/+48
| |/
* | Fix a HW timing issue on 8548 CDS for eTSEC 3 in RGMII modeWolfgang Denk2006-03-12-1/+1
* | Fix bad register definitions for LTX971 PHY on MPC85xx boards.Wolfgang Denk2006-03-12-6/+6
* | Add ADI Blackfin supportWolfgang Denk2006-03-12-0/+25
* | Fix conditional for including ks8695eth driverWolfgang Denk2006-03-12-2/+1
* | Cleanup compiler warnings.Wolfgang Denk2006-03-12-2/+2
* | Some code cleanup for GCC 4.xWolfgang Denk2006-03-11-28/+35
* | Cleanup (get rid of debug code that sneaked in)Wolfgang Denk2006-03-07-1/+1
* | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-03-06-306/+2029
|\ \
| * | Minor code cleanupWolfgang Denk2006-03-06-218/+218
| * | Merge the new NAND code (testing-NAND brach); see doc/README.nandWolfgang Denk2006-03-06-0/+7613
| |\ \