summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* fsl_pci_init enable COMMAND_MEMORY if inbound windowEd Swarthout2007-10-241-0/+8
* Coding style: keep lists sorted; update CHANGELOGWolfgang Denk2007-10-231-16/+14
* Fix missing drivers makefile entries ds1722.c mw_eeprom.cJean-Christophe PLAGNIOL-VILLARD2007-10-233-5/+6
* Minor coding style cleanup; update CHANGELOGWolfgang Denk2007-10-211-8/+2
* Fix NE2000 driver:Vlad Lungu2007-10-212-24/+14
* Merge branch 'master' of git://www.denx.de/git/u-boot-usbWolfgang Denk2007-10-151-40/+72
|\
| * Bugfix: Use only one PTD for one endpointTimo Ketola2007-10-021-40/+72
* | Merge branch 'merge' of git://www.denx.de/git/u-boot-microblazeWolfgang Denk2007-10-131-1/+1
|\ \
| * | [PATCH] Change macro name for UartLiteMichal Simek2007-09-241-1/+1
| * | synchronizition with mainlineMichal Simek2007-09-245-900/+3
| * | Merge ../u-bootMichal Simek2007-09-244-12/+21
| |\ \
| * \ \ Merge git://www.denx.de/git/u-bootMichal Simek2007-09-1115-59/+972
| |\ \ \
| * | | | [FIX] Changes for bios_emulator code for others architectureMichal Simek2007-08-169-0/+15
| * | | | [FIX] Remove unused include fileMichal Simek2007-08-161-1/+0
| * | | | [FIX] Resolve problem with warningsMichal Simek2007-08-159-13/+18
| * | | | Merge git://www.denx.de/git/u-boot into mergeMichal Simek2007-08-1543-8856/+14947
| |\ \ \ \
| * \ \ \ \ Merge git://www.denx.de/git/u-bootMichal Simek2007-08-0766-104/+17322
| |\ \ \ \ \
| * | | | | | [FIX] remove cute codeMichal Simek2007-08-063-296/+318
| * | | | | | [FIX] Coding style cleanupMichal Simek2007-08-052-41/+40
| * | | | | | Merge git://www.denx.de/git/u-bootMichal Simek2007-08-051-7/+0
| |\ \ \ \ \ \
| * | | | | | | [FIX] Xilinx Uartlite driverMichal Simek2007-08-051-1/+1
| * | | | | | | [PATCH] Added support for Xilinx Emac community driverMichal Simek2007-08-053-1/+501
| * | | | | | | [PATCH] Support for Xilinx EmacLite controllerMichal Simek2007-07-162-0/+423
* | | | | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk2007-10-133-0/+1603
|\ \ \ \ \ \ \ \
| * | | | | | | | Small whitespace cleanup of OneNAND patchStefan Roese2007-09-171-2/+2
| * | | | | | | | OneNAND support (take #2)Kyungmin Park2007-09-172-0/+309
| * | | | | | | | OneNAND support (take #2)Kyungmin Park2007-09-171-0/+1294
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Coding Style cleanup.Wolfgang Denk2007-10-131-8/+10
* | | | | | | | Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-10-041-0/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-09-1743-8602/+9702
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Description: Add NEC's PCI OHCI module ID to the USB OHCI driverDavid Saada2007-09-171-0/+1
* | | | | | | | Move coloured led API to status_led.hPeter Pearse2007-09-181-88/+92
* | | | | | | | Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-09-184-12/+21
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Typo fix in tsec.curwithsughosh@gmail.com2007-09-151-1/+1
| * | | | | | | Fix do_div() usage in nand process outputMatthias Fuchs2007-09-151-5/+16
| * | | | | | | Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk2007-09-152-6/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-09-075-12/+147
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | PXA270: Added support for TrizepsIV board.stefano babic2007-09-071-2/+14
| * | | | | | Add BUILD_DIR support for bios emulator.Jason Jin2007-09-071-8/+15
| * | | | | | Add support for Sil680 IDE controller.Gary Jennejohn2007-09-062-1/+111
| * | | | | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-09-023-8/+13
| |\ \ \ \ \ \
| * | | | | | | ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx SequoiaGary Jennejohn2007-08-311-1/+7
* | | | | | | | Ran Lindent on drivers/at45.cPeter Pearse2007-09-041-172/+162
| |/ / / / / / |/| | | | | |
* | | | | | | Revert "Fix MPC8544DS PCIe3 scsi."Ed Swarthout2007-08-301-3/+1
* | | | | | | Fix MPC8544DS PCIe3 scsi.Kumar Gala2007-08-291-1/+3
* | | | | | | Fix MAC address setting in DM9000 driver.stefano babic2007-08-291-3/+3
* | | | | | | MPC5xxx: fix some compiler warnings in USB codeMartin Krause2007-08-291-3/+3
* | | | | | | fsl_pci_init - Remove self PCSRBAR allocationEd Swarthout2007-08-291-2/+7
|/ / / / / /
* | | | | | Fix some build errors.Wolfgang Denk2007-08-192-3/+5
* | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-coldfireWolfgang Denk2007-08-184-0/+818
|\ \ \ \ \ \
OpenPOWER on IntegriCloud