summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-04-03-15/+29
|\
| * Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk2007-03-29-15/+29
| |\
| | * Fix 8641HPCN problem with ld version 2.16Jon Loeliger2007-03-22-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | (Dot outside sections problem). This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * Set Rev 2.x 86xx PIC in mixed mode.Haiying Wang2007-03-22-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent false interrupt from hanging Linux as MSR[EE] is set to enable interrupts by changing the PIC out of the default pass through mode into mixed mode. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * Add flash cmd function to 8641HPCN rambootJason Jin2007-03-22-13/+3
| | | | | | | | | | | | | | | | | | | | | Also fixes some commmand for 8641 HPCN ramboot case. Signed-off-by: Jason Jin <jason.jin@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * Add support for 8641 Rev 2 silicon.Ed Swarthout2007-03-22-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Without this patch, I am unable to get to the prompt on rev 2 silicon. Only set ddrioovcr for rev1. Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | Support for the Philips ISP116x HCD (Host Controller Driver)Rodolfo Giometti2007-04-03-2/+1906
| | | | | | | | | | | | Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
* | | USB: cleanup monahans usb support. Remove dead code.Markus Klotzbuecher2007-04-03-11/+1
| | | | | | | | | | | | Signed-off-by: Markus Klotzbuecher <mk@denx.de>
* | | PXA: pxa27x USB OHCI supportRodolfo Giometti2007-03-26-2/+14
| | | | | | | | | | | | Signed-off-by: Rodolfo Giometti <giometti@linux.it>
* | | USB: remove the S3C24X0_merge #define, which was introduced whileMarkus Klotzbuecher2007-03-26-53/+3
| | | | | | | | | | | | | | | | | | merging OHCI drivers. Signed-off-by: Markus Klotzbuecher <mk@denx.de>
* | | Merge with git://www.denx.de/git/u-boot.git#testing-USBMarkus Klotzbuecher2007-03-23-424/+3044
|\ \ \ | |/ / |/| |
| * | Merge with /home/mk/git/u-boot-generic_ohci#generic_ohciWolfgang Denk2006-11-27-38/+162
| |\ \
| | * | Add a small README with information on the generic ohci driver.Markus Klotzbuecher2006-11-27-0/+43
| | | |
| | * | Fix some endianness issues related to the generic ohci driverMarkus Klotzbuecher2006-11-27-18/+66
| | | |
| | * | Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be ableMarkus Klotzbuecher2006-11-27-12/+12
| | | | | | | | | | | | | | | | to choose between the old and the generic OHCI drivers.
| | * | Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driverMarkus Klotzbuecher2006-11-27-6/+41
| | | | | | | | | | | | | | | | | | | | | | | | and adapted board configs TQM5200 and yosemite accordingly. This commit also makes the maximum number of root hub ports configurable (CFG_USB_OHCI_MAX_ROOT_PORTS).
| * | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-11-27-14582/+41106
| |\ \ \ | | |/ / | |/| |
| * | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-08-07-5971/+16229
| |\ \ \
| * | | | More code cleanupWolfgang Denk2006-06-26-8/+4
| | | | |
| * | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-06-26-57/+60
| |\ \ \ \
| * \ \ \ \ Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-06-26-668/+3987
| |\ \ \ \ \
| * | | | | | Code cleanupWolfgang Denk2006-06-14-685/+673
| | | | | | |
| * | | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-06-14-294/+6203
| |\ \ \ \ \ \
| * | | | | | | Various USB related patchesWolfgang Denk2006-06-14-350/+2467
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add support for mpc8xx USB device. - Add support for Common Device Class - Abstract Control Model USB console. - Add support for flow control in USB slave devices. - Add support for switching between gserial and cdc_acm using environment. - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h - Update usbcore slightly to ease host enumeration. - Fix non-portable endian problems in usbdcore and usbdcore_ep0. - Add AdderUSB_config as a defconfig to enable usage of the USB console by default with the Adder87x U-Boot port. Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
| * | | | | | | Merge with /home/mk/git/u-boot#generic_ohciWolfgang Denk2006-05-31-50/+438
| |\ \ \ \ \ \ \
| | * | | | | | | Support generic OHCI support for the s3c24x0 cpu.Markus Klotzbuecher2006-05-30-26/+199
| | | | | | | | |
| | * | | | | | | Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. SomeMarkus Klotzbuecher2006-05-23-2073/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes to the latter.
| | * | | | | | | More cleanup for the delta board and the generic usb_ohci driver. AddedMarkus Klotzbuecher2006-05-23-73/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific initialization and cleanup hooks respectively.
| | * | | | | | | This patch adds USB storage support for the delta board. This is the firstMarkus Klotzbuecher2006-05-22-3/+2161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | board to make use of a generic OHCI driver, that calls hooks for board dependant initialization.
* | | | | | | | | Code cleanup / re-insert previous Copyright entries.Wolfgang Denk2007-03-22-26/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-blackfinWolfgang Denk2007-03-22-3171/+24208
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge http://www.denx.de/git/u-bootAubrey Li2007-03-20-77/+61
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [Blackfin][PATCH] Add BF561 EZKIT board supportAubrey Li2007-03-20-3/+6839
| | | | | | | | | | |
| * | | | | | | | | | Merge http://www.denx.de/git/u-bootAubrey Li2007-03-19-33/+43
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [Blackfin][PATCH] minor cleanupAubrey Li2007-03-19-5/+5
| | | | | | | | | | | |
| * | | | | | | | | | | [PATCH] Add flash chip M29W320ET/B supportAubrey Li2007-03-19-0/+2
| | | | | | | | | | | |
| * | | | | | | | | | | [Blackfin][PATCH] Add BF537 stamp board supportAubrey Li2007-03-19-1/+12299
| | | | | | | | | | | |
| * | | | | | | | | | | [Blackfin][PATCH] minor cleanupAubrey Li2007-03-12-10/+10
| | | | | | | | | | | |
| * | | | | | | | | | | [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issueAubrey Li2007-03-12-29/+55
| | | | | | | | | | | |
| * | | | | | | | | | | [Blackfin][PATCH] code cleanupAubrey Li2007-03-12-168/+139
| | | | | | | | | | | |
| * | | | | | | | | | | [Blackfin][PATCH] code cleanupAubrey Li2007-03-10-551/+518
| | | | | | | | | | | |
| * | | | | | | | | | | [Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li2007-03-09-14/+22
| | | | | | | | | | | |
| * | | | | | | | | | | [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform ↵Aubrey.Li2007-03-09-3253/+5182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support
* | | | | | | | | | | | Code cleanup. Update CHANGELOGWolfgang Denk2007-03-21-24/+531
| | | | | | | | | | | |
* | | | | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-03-21-167/+3680
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ppc4xx: Fix file mode of include/configs/acadia.hStefan Roese2007-03-21-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * | | | | | | | | | | | Merge with /home/stefan/git/u-boot/acadiaStefan Roese2007-03-21-167/+3680
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | [PATCH] Add AMCC Acadia (405EZ) eval board supportStefan Roese2007-03-21-16/+2701
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the new AMCC Acadia eval board. Please note that this Acadia/405EZ support is still in a beta stage. Still lot's of cleanup needed but we need a preliminary release now. Signed-off-by: Stefan Roese <sr@denx.de>
| | * | | | | | | | | | | | [PATCH] Add AMCC PPC405EZ supportStefan Roese2007-03-21-151/+979
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the new AMCC 405EZ PPC. It is in preparation for the AMCC Acadia board support. Please note that this Acadia/405EZ support is still in a beta stage. Still lot's of cleanup needed but we need a preliminary release now. Signed-off-by: Stefan Roese <sr@denx.de>
| | * | | | | | | | | | | | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.gitStefan Roese2007-03-02-186/+385
| | |\ \ \ \ \ \ \ \ \ \ \ \